diff --git a/.gitignore b/.gitignore index a547bf3..f082f20 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,6 @@ dist-ssr *.njsproj *.sln *.sw? + +# Documentation / Ideas +docs/ diff --git a/README.md b/README.md index 2153992..09d33b5 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,26 @@ Tento příkaz provede okamžitou aktualizaci a poté automaticky spouští stah --- +## 🐳 Spuštění v Dockeru (Produkce a vlastní server) + +Pokud chceš aplikaci nasadit na vlastní server a rovnou s ní spustit i databázi PostgreSQL (TimescaleDB) pro budoucí ukládání dat, je připravena konfigurace pro Docker Compose. + +### Požadavky: +- Nainstalovaný **Docker** a **Docker Compose**. + +### Spuštění: +1. Spusť sestavení a start kontejnerů na pozadí: + ```bash + docker-compose up -d --build + ``` +2. Docker Compose spustí dva kontejnery: + - **`hladinator-db`**: Kontejner s databází PostgreSQL (TimescaleDB) běžící na portu `5432` se svazkem `pgdata` pro persistenci. + - **`hladinator-web`**: Webový server Apache servírující zkompilovanou React aplikaci na portu `80`. + +3. Web je následně dostupný na portu `80` vašeho serveru. + +--- + ## 🛠️ Oprava chyb v historii (Zuby / Nuly v grafu) Pokud ti aplikace delší dobu neběžela (např. při vypnutém počítači) a následně došlo k doplnění dat z historie, mohly se v grafech přítoku a objemu objevit falešné propady k nule (zuby). Pro vyčištění celé historie a dopočítání těchto bodů z posledních známých hodnot spusť: diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..5be3f1a --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,30 @@ +version: '3.8' + +services: + db: + image: timescale/timescaledb:latest-pg16 + container_name: hladinator-db + restart: always + environment: + POSTGRES_DB: hladinator + POSTGRES_USER: hladinator_user + POSTGRES_PASSWORD: hladinator_db_password_change_me + ports: + - "5432:5432" + volumes: + - pgdata:/var/lib/postgresql/data + + web: + build: + context: . + dockerfile: Dockerfile + container_name: hladinator-web + restart: always + ports: + - "80:80" + depends_on: + - db + +volumes: + pgdata: + driver: local diff --git a/public/data/BEBE.json b/public/data/BEBE.json index 555c910..adc6e20 100644 --- a/public/data/BEBE.json +++ b/public/data/BEBE.json @@ -3742,5 +3742,4739 @@ "volume": 0, "temperature": 17.5, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:20:00.000Z", + "level": 96, + "flow": 8.667, + "inflow": 0, + "volume": 0, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:30:00.000Z", + "level": 97, + "flow": 8.889, + "inflow": 0, + "volume": 0, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 97, + "flow": 9.038, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 97, + "flow": 9.152, + "inflow": 0, + "volume": 0, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 98, + "flow": 9.228, + "inflow": 0, + "volume": 0, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 98, + "flow": 9.228, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 98, + "flow": 9.19, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 97, + "flow": 9.114, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 97, + "flow": 9, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 97, + "flow": 8.852, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 96, + "flow": 8.704, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 96, + "flow": 8.525, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 95, + "flow": 8.35, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 95, + "flow": 8.245, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 95, + "flow": 8.21, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 95, + "flow": 8.245, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 95, + "flow": 8.35, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 96, + "flow": 8.49, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 96, + "flow": 8.667, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 97, + "flow": 8.815, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 97, + "flow": 8.815, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 96, + "flow": 8.778, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 96, + "flow": 8.63, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 96, + "flow": 8.49, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 95, + "flow": 8.315, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 95, + "flow": 8.105, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 94, + "flow": 7.93, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 94, + "flow": 7.765, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 93, + "flow": 7.633, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 93, + "flow": 7.536, + "temperature": 13.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 93, + "flow": 7.472, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 93, + "flow": 7.44, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 92, + "flow": 7.408, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 92, + "flow": 7.408, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 93, + "flow": 7.44, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 93, + "flow": 7.44, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 93, + "flow": 7.44, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 92, + "flow": 7.408, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 92, + "flow": 7.408, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 93, + "flow": 7.472, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 93, + "flow": 7.6, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 94, + "flow": 7.831, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 95, + "flow": 8.105, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 95, + "flow": 8.42, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 96, + "flow": 8.741, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 97, + "flow": 9.076, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 98, + "flow": 9.419, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 99, + "flow": 9.575, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 99, + "flow": 9.575, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 98, + "flow": 9.342, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 97, + "flow": 9, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 96, + "flow": 8.56, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 95, + "flow": 8.14, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 94, + "flow": 7.765, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 92, + "flow": 7.408, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 92, + "flow": 7.156, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 91, + "flow": 6.97, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 91, + "flow": 6.94, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 91, + "flow": 7.032, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 92, + "flow": 7.249, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 93, + "flow": 7.472, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 93, + "flow": 7.633, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 94, + "flow": 7.765, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 94, + "flow": 7.798, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 94, + "flow": 7.831, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 94, + "flow": 7.864, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 94, + "flow": 7.93, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 94, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 95, + "flow": 8.105, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 95, + "flow": 8.175, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 95, + "flow": 8.21, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 95, + "flow": 8.245, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 95, + "flow": 8.245, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 95, + "flow": 8.315, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 95, + "flow": 8.385, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 96, + "flow": 8.455, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 96, + "flow": 8.56, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 96, + "flow": 8.595, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 96, + "flow": 8.595, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 96, + "flow": 8.56, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 96, + "flow": 8.49, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 95, + "flow": 8.385, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 95, + "flow": 8.28, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 95, + "flow": 8.21, + "inflow": 0, + "volume": 0, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 95, + "flow": 8.14, + "inflow": 0, + "volume": 0, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 95, + "flow": 8.105, + "inflow": 0, + "volume": 0, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 94, + "flow": 8.07, + "inflow": 0, + "volume": 0, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 95, + "flow": 8.105, + "inflow": 0, + "volume": 0, + "temperature": 16.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 95, + "flow": 8.14, + "inflow": 0, + "volume": 0, + "temperature": 16.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 95, + "flow": 8.175, + "inflow": 0, + "volume": 0, + "temperature": 16.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 95, + "flow": 8.175, + "inflow": 0, + "volume": 0, + "temperature": 16.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 95, + "flow": 8.21, + "inflow": 0, + "volume": 0, + "temperature": 16.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 95, + "flow": 8.175, + "inflow": 0, + "volume": 0, + "temperature": 16.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 95, + "flow": 8.175, + "inflow": 0, + "volume": 0, + "temperature": 16.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 95, + "flow": 8.14, + "inflow": 0, + "volume": 0, + "temperature": 16.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 94, + "flow": 8.07, + "inflow": 0, + "volume": 0, + "temperature": 16.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 94, + "flow": 7.93, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 94, + "flow": 7.765, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 93, + "flow": 7.633, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 93, + "flow": 7.6, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 93, + "flow": 7.699, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 94, + "flow": 7.93, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 95, + "flow": 8.28, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 96, + "flow": 8.741, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 98, + "flow": 9.19, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 98, + "flow": 9.536, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 99, + "flow": 9.731, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 99, + "flow": 9.813, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 99, + "flow": 9.77, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 99, + "flow": 9.575, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 98, + "flow": 9.342, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 97, + "flow": 9.114, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 97, + "flow": 8.926, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 96, + "flow": 8.778, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 96, + "flow": 8.741, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 96, + "flow": 8.704, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 96, + "flow": 8.741, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 97, + "flow": 8.815, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 97, + "flow": 8.926, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 97, + "flow": 9.038, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 97, + "flow": 9.076, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 97, + "flow": 9.114, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 97, + "flow": 9.076, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 97, + "flow": 9.038, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 97, + "flow": 8.963, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 97, + "flow": 8.889, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 97, + "flow": 8.852, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 97, + "flow": 8.889, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 97, + "flow": 8.963, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 97, + "flow": 9.038, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 97, + "flow": 9.076, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 97, + "flow": 9.076, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 97, + "flow": 9.152, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 98, + "flow": 9.228, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 98, + "flow": 9.342, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 98, + "flow": 9.497, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 99, + "flow": 9.653, + "temperature": 15.5, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 99, + "flow": 9.856, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0.8 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 100, + "flow": 10.03, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 1.1 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 100, + "flow": 10.16, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 100, + "flow": 10.32, + "temperature": 14.5, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 101, + "flow": 10.4, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 101, + "flow": 10.52, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 101, + "flow": 10.68, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 102, + "flow": 10.8, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 102, + "flow": 11, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 103, + "flow": 11.24, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 103, + "flow": 11.55, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 104, + "flow": 11.7, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 103, + "flow": 11.6, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 103, + "flow": 11.36, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 102, + "flow": 11.12, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 102, + "flow": 10.84, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 101, + "flow": 10.64, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 101, + "flow": 10.44, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 100, + "flow": 10.16, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 99, + "flow": 9.77, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 98, + "flow": 9.342, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 97, + "flow": 9.038, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 97, + "flow": 8.889, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 97, + "flow": 8.963, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 98, + "flow": 9.228, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 99, + "flow": 9.614, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 100, + "flow": 10.11, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 101, + "flow": 10.6, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 102, + "flow": 10.84, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 102, + "flow": 10.88, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 101, + "flow": 10.64, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 100, + "flow": 10.28, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 99, + "flow": 9.813, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 98, + "flow": 9.38, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 97, + "flow": 9.038, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 97, + "flow": 8.852, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 96, + "flow": 8.704, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 96, + "flow": 8.667, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 96, + "flow": 8.667, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 96, + "flow": 8.667, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 96, + "flow": 8.704, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 97, + "flow": 8.815, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 97, + "flow": 9, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 98, + "flow": 9.304, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 99, + "flow": 9.614, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 99, + "flow": 9.856, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 100, + "flow": 10.07, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 100, + "flow": 10.2, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 100, + "flow": 10.24, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 100, + "flow": 10.2, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 100, + "flow": 10.16, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 100, + "flow": 10.11, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 100, + "flow": 10.03, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 99, + "flow": 9.856, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 99, + "flow": 9.731, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 99, + "flow": 9.614, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 98, + "flow": 9.536, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 98, + "flow": 9.419, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 98, + "flow": 9.342, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 98, + "flow": 9.19, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 97, + "flow": 9.038, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 97, + "flow": 8.815, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 96, + "flow": 8.56, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 95, + "flow": 8.35, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 95, + "flow": 8.175, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 95, + "flow": 8.105, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 94, + "flow": 8.07, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 95, + "flow": 8.105, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 95, + "flow": 8.14, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 95, + "flow": 8.21, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 95, + "flow": 8.28, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 95, + "flow": 8.42, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 96, + "flow": 8.525, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 96, + "flow": 8.56, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 96, + "flow": 8.56, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 96, + "flow": 8.56, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 96, + "flow": 8.56, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 96, + "flow": 8.56, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 96, + "flow": 8.595, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 96, + "flow": 8.595, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 96, + "flow": 8.63, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 96, + "flow": 8.595, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 96, + "flow": 8.63, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 96, + "flow": 8.704, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 97, + "flow": 8.889, + "temperature": 13.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 97, + "flow": 9.076, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 98, + "flow": 9.266, + "temperature": 13.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 98, + "flow": 9.497, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 99, + "flow": 9.653, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 99, + "flow": 9.77, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 99, + "flow": 9.813, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 99, + "flow": 9.813, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 99, + "flow": 9.731, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 99, + "flow": 9.614, + "temperature": 13.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 98, + "flow": 9.497, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 98, + "flow": 9.304, + "temperature": 13.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 97, + "flow": 9.114, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 97, + "flow": 8.852, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 96, + "flow": 8.667, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 96, + "flow": 8.63, + "temperature": 13.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 96, + "flow": 8.741, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 97, + "flow": 8.889, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 97, + "flow": 9.114, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 98, + "flow": 9.342, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 98, + "flow": 9.497, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 98, + "flow": 9.536, + "inflow": 0, + "volume": 0, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 98, + "flow": 9.497, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 99, + "flow": 9.575, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 99, + "flow": 9.653, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 99, + "flow": 9.692, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 99, + "flow": 9.813, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 100, + "flow": 9.985, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 100, + "flow": 10.2, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 100, + "flow": 10.32, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 101, + "flow": 10.4, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 100, + "flow": 10.32, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 100, + "flow": 10.03, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 99, + "flow": 9.653, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 98, + "flow": 9.304, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 2.6 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 98, + "flow": 9.19, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 2.6 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 98, + "flow": 9.342, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 99, + "flow": 9.77, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 101, + "flow": 10.48, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 103, + "flow": 11.24, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 104, + "flow": 11.98, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 105, + "flow": 12.4, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 105, + "flow": 12.4, + "inflow": 0, + "volume": 0, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 104, + "flow": 11.98, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 103, + "flow": 11.2, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 100, + "flow": 10.32, + "inflow": 0, + "volume": 0, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 98, + "flow": 9.458, + "inflow": 0, + "volume": 0, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 96, + "flow": 8.667, + "inflow": 0, + "volume": 0, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 95, + "flow": 8.105, + "inflow": 0, + "volume": 0, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 94, + "flow": 7.765, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 93, + "flow": 7.699, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 94, + "flow": 7.965, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 96, + "flow": 8.56, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 98, + "flow": 9.536, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 101, + "flow": 10.6, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 103, + "flow": 11.4, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 104, + "flow": 11.9, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 104, + "flow": 11.98, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 104, + "flow": 11.8, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 103, + "flow": 11.4, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 102, + "flow": 11, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 101, + "flow": 10.56, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 100, + "flow": 10.16, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 99, + "flow": 9.77, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 98, + "flow": 9.536, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 98, + "flow": 9.419, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 98, + "flow": 9.38, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 98, + "flow": 9.38, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 98, + "flow": 9.458, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 98, + "flow": 9.536, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 99, + "flow": 9.614, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 99, + "flow": 9.692, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 99, + "flow": 9.77, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 99, + "flow": 9.856, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 99, + "flow": 9.942, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 100, + "flow": 10.07, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 100, + "flow": 10.16, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 100, + "flow": 10.11, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 100, + "flow": 10.03, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 99, + "flow": 9.856, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 99, + "flow": 9.653, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 98, + "flow": 9.419, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 98, + "flow": 9.228, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 97, + "flow": 9.152, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 97, + "flow": 9.152, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 98, + "flow": 9.228, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 98, + "flow": 9.342, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 98, + "flow": 9.458, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 99, + "flow": 9.575, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 99, + "flow": 9.692, + "temperature": 10.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 99, + "flow": 9.77, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 99, + "flow": 9.899, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 100, + "flow": 10.07, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 100, + "flow": 10.2, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 100, + "flow": 10.32, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 101, + "flow": 10.44, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 101, + "flow": 10.6, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 101, + "flow": 10.76, + "temperature": 9.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 102, + "flow": 10.92, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 102, + "flow": 11.04, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 103, + "flow": 11.2, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 103, + "flow": 11.36, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 104, + "flow": 11.7, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 104, + "flow": 12.06, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 105, + "flow": 12.3, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 105, + "flow": 12.5, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 106, + "flow": 12.55, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 105, + "flow": 12.5, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 105, + "flow": 12.35, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 105, + "flow": 12.18, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 104, + "flow": 11.98, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 104, + "flow": 11.9, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 104, + "flow": 11.85, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 104, + "flow": 11.9, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 104, + "flow": 12.02, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 105, + "flow": 12.14, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 105, + "flow": 12.18, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 105, + "flow": 12.14, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 104, + "flow": 12.02, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 104, + "flow": 11.9, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 104, + "flow": 11.65, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 103, + "flow": 11.4, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 103, + "flow": 11.2, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 102, + "flow": 11.12, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 102, + "flow": 11.16, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 103, + "flow": 11.24, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 103, + "flow": 11.4, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 104, + "flow": 11.7, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 104, + "flow": 11.94, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 104, + "flow": 12.02, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 105, + "flow": 12.1, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 105, + "flow": 12.18, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 105, + "flow": 12.18, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 105, + "flow": 12.18, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 105, + "flow": 12.22, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 105, + "flow": 12.3, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 105, + "flow": 12.35, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 105, + "flow": 12.35, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 105, + "flow": 12.35, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 105, + "flow": 12.4, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 105, + "flow": 12.45, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 105, + "flow": 12.45, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 105, + "flow": 12.45, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 105, + "flow": 12.5, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 105, + "flow": 12.5, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 106, + "flow": 12.6, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 106, + "flow": 12.7, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 106, + "flow": 12.9, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 107, + "flow": 13.1, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 107, + "flow": 13.25, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 107, + "flow": 13.4, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 107, + "flow": 13.5, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 108, + "flow": 13.55, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 107, + "flow": 13.5, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 107, + "flow": 13.4, + "temperature": 14.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 107, + "flow": 13.25, + "temperature": 14.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 107, + "flow": 13.05, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 106, + "flow": 12.85, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 106, + "flow": 12.6, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 105, + "flow": 12.45, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 105, + "flow": 12.4, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 105, + "flow": 12.45, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 106, + "flow": 12.55, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 106, + "flow": 12.65, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 106, + "flow": 12.75, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 106, + "flow": 12.8, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 106, + "flow": 12.85, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 106, + "flow": 12.9, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 106, + "flow": 12.85, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 106, + "flow": 12.85, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 106, + "flow": 12.85, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 106, + "flow": 12.85, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 106, + "flow": 12.7, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 105, + "flow": 12.5, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 105, + "flow": 12.35, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 105, + "flow": 12.18, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 104, + "flow": 12.06, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 104, + "flow": 11.98, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 104, + "flow": 11.94, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 104, + "flow": 11.94, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 104, + "flow": 11.98, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 104, + "flow": 12.06, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 105, + "flow": 12.22, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 105, + "flow": 12.26, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 105, + "flow": 12.35, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 105, + "flow": 12.5, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 106, + "flow": 12.6, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 106, + "flow": 12.7, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 106, + "flow": 12.75, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 106, + "flow": 12.8, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 106, + "flow": 12.85, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 106, + "flow": 12.75, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 106, + "flow": 12.55, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 105, + "flow": 12.3, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 105, + "flow": 12.14, + "inflow": 0, + "volume": 0, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 104, + "flow": 12.02, + "inflow": 0, + "volume": 0, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 104, + "flow": 11.98, + "inflow": 0, + "volume": 0, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 104, + "flow": 12.02, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 105, + "flow": 12.22, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 105, + "flow": 12.45, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 106, + "flow": 12.65, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 106, + "flow": 12.8, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 106, + "flow": 12.85, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 106, + "flow": 12.8, + "inflow": 0, + "volume": 0, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 106, + "flow": 12.7, + "inflow": 0, + "volume": 0, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 105, + "flow": 12.5, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 105, + "flow": 12.26, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 104, + "flow": 12.06, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 104, + "flow": 11.85, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 104, + "flow": 11.7, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 104, + "flow": 11.65, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 104, + "flow": 11.65, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 104, + "flow": 11.65, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 104, + "flow": 11.7, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 104, + "flow": 11.8, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 104, + "flow": 11.85, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 104, + "flow": 11.9, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 104, + "flow": 11.8, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 104, + "flow": 11.7, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 103, + "flow": 11.6, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 104, + "flow": 11.65, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 104, + "flow": 11.75, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 104, + "flow": 11.9, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 104, + "flow": 11.98, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 104, + "flow": 12.06, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 105, + "flow": 12.18, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 105, + "flow": 12.3, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 105, + "flow": 12.45, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 106, + "flow": 12.65, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 106, + "flow": 12.75, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 106, + "flow": 12.8, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 106, + "flow": 12.75, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 106, + "flow": 12.65, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 105, + "flow": 12.45, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 105, + "flow": 12.14, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 104, + "flow": 11.9, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 104, + "flow": 11.65, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 103, + "flow": 11.5, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 103, + "flow": 11.45, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 103, + "flow": 11.6, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 104, + "flow": 11.94, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 105, + "flow": 12.26, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 106, + "flow": 12.75, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 107, + "flow": 13.05, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 107, + "flow": 13.15, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 107, + "flow": 13.1, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 107, + "flow": 13.05, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 106, + "flow": 12.95, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 106, + "flow": 12.7, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 105, + "flow": 12.5, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 105, + "flow": 12.26, + "temperature": 14.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 105, + "flow": 12.1, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 104, + "flow": 11.94, + "temperature": 14.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 104, + "flow": 11.85, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 104, + "flow": 11.85, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 104, + "flow": 11.85, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 104, + "flow": 11.85, + "temperature": 14.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 104, + "flow": 11.85, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 104, + "flow": 11.8, + "temperature": 14.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 104, + "flow": 11.65, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 103, + "flow": 11.4, + "temperature": 14.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 102, + "flow": 11.08, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 101, + "flow": 10.68, + "temperature": 14.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 100, + "flow": 10.32, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 100, + "flow": 10.07, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 99, + "flow": 9.942, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 100, + "flow": 10.03, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 100, + "flow": 10.2, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 101, + "flow": 10.44, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 101, + "flow": 10.68, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 102, + "flow": 10.84, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 102, + "flow": 10.92, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 102, + "flow": 10.92, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 102, + "flow": 10.84, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 101, + "flow": 10.76, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 101, + "flow": 10.6, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 101, + "flow": 10.48, + "inflow": 0, + "volume": 0, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 100, + "flow": 10.36, + "inflow": 0, + "volume": 0, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 100, + "flow": 10.28, + "inflow": 0, + "volume": 0, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 100, + "flow": 10.32, + "inflow": 0, + "volume": 0, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 101, + "flow": 10.44, + "inflow": 0, + "volume": 0, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 101, + "flow": 10.56, + "inflow": 0, + "volume": 0, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 101, + "flow": 10.76, + "inflow": 0, + "volume": 0, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 102, + "flow": 10.96, + "inflow": 0, + "volume": 0, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 102, + "flow": 11.12, + "inflow": 0, + "volume": 0, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 103, + "flow": 11.2, + "inflow": 0, + "volume": 0, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 102, + "flow": 11.16, + "inflow": 0, + "volume": 0, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 102, + "flow": 11, + "inflow": 0, + "volume": 0, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 102, + "flow": 10.8, + "inflow": 0, + "volume": 0, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 101, + "flow": 10.64, + "inflow": 0, + "volume": 0, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 101, + "flow": 10.68, + "inflow": 0, + "volume": 0, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 102, + "flow": 10.92, + "inflow": 0, + "volume": 0, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 103, + "flow": 11.32, + "inflow": 0, + "volume": 0, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 104, + "flow": 11.75, + "inflow": 0, + "volume": 0, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 104, + "flow": 11.94, + "inflow": 0, + "volume": 0, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 104, + "flow": 11.94, + "inflow": 0, + "volume": 0, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 104, + "flow": 11.75, + "inflow": 0, + "volume": 0, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 103, + "flow": 11.5, + "inflow": 0, + "volume": 0, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 103, + "flow": 11.32, + "inflow": 0, + "volume": 0, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 102, + "flow": 11.12, + "inflow": 0, + "volume": 0, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 102, + "flow": 10.8, + "temperature": 20.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 102, + "flow": 10.8, + "temperature": 20.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 102, + "flow": 10.8, + "temperature": 20.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 102, + "flow": 10.8, + "inflow": 0, + "volume": 0, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 101, + "flow": 10.68, + "inflow": 0, + "volume": 0, + "temperature": 22.1, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/BEPL.json b/public/data/BEPL.json index abad78e..d679c6d 100644 --- a/public/data/BEPL.json +++ b/public/data/BEPL.json @@ -3562,5 +3562,4640 @@ "volume": 0, "temperature": 17.1, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 89, + "flow": 4.422, + "inflow": 0, + "volume": 0, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 89, + "flow": 4.47, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 89, + "flow": 4.57, + "temperature": 15.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 90, + "flow": 4.745, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 91, + "flow": 4.87, + "temperature": 15.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 91, + "flow": 4.995, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 91, + "flow": 5.045, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 92, + "flow": 5.12, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 92, + "flow": 5.195, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 92, + "flow": 5.272, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 93, + "flow": 5.35, + "temperature": 14.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 93, + "flow": 5.376, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 93, + "flow": 5.376, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 93, + "flow": 5.35, + "temperature": 14.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 92, + "flow": 5.324, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 92, + "flow": 5.324, + "temperature": 14.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 93, + "flow": 5.376, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 93, + "flow": 5.428, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 93, + "flow": 5.454, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 93, + "flow": 5.454, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 93, + "flow": 5.402, + "temperature": 14, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 93, + "flow": 5.35, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 92, + "flow": 5.324, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 93, + "flow": 5.35, + "temperature": 12.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 93, + "flow": 5.376, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 93, + "flow": 5.402, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 93, + "flow": 5.376, + "temperature": 12.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 93, + "flow": 5.35, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 92, + "flow": 5.298, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 92, + "flow": 5.246, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 92, + "flow": 5.195, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 92, + "flow": 5.22, + "temperature": 12.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 92, + "flow": 5.246, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 92, + "flow": 5.272, + "temperature": 12.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 92, + "flow": 5.22, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 92, + "flow": 5.195, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 91, + "flow": 5.045, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 91, + "flow": 5.02, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 91, + "flow": 5.02, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 91, + "flow": 5.045, + "temperature": 12.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 91, + "flow": 5.045, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 91, + "flow": 5.045, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 91, + "flow": 4.995, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 91, + "flow": 4.945, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 91, + "flow": 4.92, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 91, + "flow": 4.895, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 91, + "flow": 4.895, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 91, + "flow": 4.97, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 91, + "flow": 4.995, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 91, + "flow": 5.02, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 91, + "flow": 4.945, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 91, + "flow": 4.87, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 90, + "flow": 4.77, + "temperature": 12.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 90, + "flow": 4.695, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 90, + "flow": 4.645, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 90, + "flow": 4.645, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 90, + "flow": 4.72, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 90, + "flow": 4.795, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 91, + "flow": 4.845, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 91, + "flow": 4.895, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 91, + "flow": 4.895, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 91, + "flow": 4.895, + "temperature": 13, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 91, + "flow": 4.945, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 91, + "flow": 4.995, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 91, + "flow": 5.07, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 92, + "flow": 5.145, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 92, + "flow": 5.12, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 92, + "flow": 5.095, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 91, + "flow": 5.07, + "temperature": 13.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 92, + "flow": 5.095, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 92, + "flow": 5.22, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 93, + "flow": 5.428, + "temperature": 14.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 93, + "flow": 5.58, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 94, + "flow": 5.655, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 94, + "flow": 5.63, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 93, + "flow": 5.555, + "temperature": 15, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 93, + "flow": 5.48, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 93, + "flow": 5.376, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 92, + "flow": 5.324, + "temperature": 15.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 92, + "flow": 5.298, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 92, + "flow": 5.246, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 92, + "flow": 5.195, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 92, + "flow": 5.095, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 91, + "flow": 4.97, + "temperature": 15.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 91, + "flow": 4.845, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 90, + "flow": 4.72, + "inflow": 0, + "volume": 0, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 89, + "flow": 4.57, + "temperature": 16.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 89, + "flow": 4.47, + "inflow": 0, + "volume": 0, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 89, + "flow": 4.374, + "inflow": 0, + "volume": 0, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 88, + "flow": 4.278, + "temperature": 16.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 88, + "flow": 4.206, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 88, + "flow": 4.134, + "inflow": 0, + "volume": 0, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 87, + "flow": 4.086, + "inflow": 0, + "volume": 0, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 87, + "flow": 4.062, + "inflow": 0, + "volume": 0, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 87, + "flow": 4.038, + "inflow": 0, + "volume": 0, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 87, + "flow": 4.086, + "inflow": 0, + "volume": 0, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 88, + "flow": 4.182, + "temperature": 16.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 89, + "flow": 4.35, + "inflow": 0, + "volume": 0, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 89, + "flow": 4.57, + "inflow": 0, + "volume": 0, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 90, + "flow": 4.77, + "inflow": 0, + "volume": 0, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 91, + "flow": 4.92, + "inflow": 0, + "volume": 0, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 91, + "flow": 5.02, + "inflow": 0, + "volume": 0, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 92, + "flow": 5.12, + "inflow": 0, + "volume": 0, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 92, + "flow": 5.22, + "temperature": 16.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 92, + "flow": 5.298, + "inflow": 0, + "volume": 0, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 93, + "flow": 5.35, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 93, + "flow": 5.35, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 93, + "flow": 5.402, + "temperature": 15.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 93, + "flow": 5.428, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 93, + "flow": 5.454, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 93, + "flow": 5.454, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 93, + "flow": 5.428, + "temperature": 15.4, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 93, + "flow": 5.402, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 93, + "flow": 5.454, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 93, + "flow": 5.505, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 93, + "flow": 5.505, + "temperature": 15.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 93, + "flow": 5.48, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 93, + "flow": 5.454, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 93, + "flow": 5.454, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 93, + "flow": 5.454, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 93, + "flow": 5.454, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 93, + "flow": 5.428, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 93, + "flow": 5.454, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 93, + "flow": 5.48, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 93, + "flow": 5.53, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 93, + "flow": 5.555, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 93, + "flow": 5.53, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 93, + "flow": 5.53, + "temperature": 14.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 93, + "flow": 5.53, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 93, + "flow": 5.505, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 93, + "flow": 5.48, + "temperature": 14.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 93, + "flow": 5.428, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 93, + "flow": 5.428, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 93, + "flow": 5.428, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 93, + "flow": 5.428, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 93, + "flow": 5.376, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 93, + "flow": 5.376, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 93, + "flow": 5.402, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 93, + "flow": 5.402, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 93, + "flow": 5.402, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 93, + "flow": 5.35, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 92, + "flow": 5.298, + "temperature": 13.4, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 92, + "flow": 5.298, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 92, + "flow": 5.324, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 93, + "flow": 5.35, + "temperature": 13.2, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 93, + "flow": 5.35, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 92, + "flow": 5.324, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 92, + "flow": 5.272, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 92, + "flow": 5.246, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 92, + "flow": 5.272, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 92, + "flow": 5.298, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 92, + "flow": 5.324, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 92, + "flow": 5.324, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 92, + "flow": 5.298, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 92, + "flow": 5.272, + "temperature": 12.3, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 92, + "flow": 5.272, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 92, + "flow": 5.298, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 92, + "flow": 5.324, + "temperature": 12.2, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 92, + "flow": 5.324, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 92, + "flow": 5.298, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 92, + "flow": 5.246, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 92, + "flow": 5.246, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 92, + "flow": 5.272, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 92, + "flow": 5.324, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 93, + "flow": 5.376, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 93, + "flow": 5.376, + "temperature": 11.7, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 93, + "flow": 5.402, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 93, + "flow": 5.402, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 93, + "flow": 5.402, + "temperature": 11.6, + "precipitation": 0.5, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 93, + "flow": 5.428, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 93, + "flow": 5.454, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 93, + "flow": 5.53, + "temperature": 11, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 93, + "flow": 5.58, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 94, + "flow": 5.63, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 94, + "flow": 5.68, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 94, + "flow": 5.757, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 94, + "flow": 5.811, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 95, + "flow": 5.865, + "temperature": 10.9, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 95, + "flow": 5.919, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 95, + "flow": 5.973, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 95, + "flow": 6, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 95, + "flow": 6.026, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 95, + "flow": 6.052, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 95, + "flow": 6.052, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 95, + "flow": 6.052, + "temperature": 10.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 95, + "flow": 6.052, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 95, + "flow": 6.052, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 95, + "flow": 6.026, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 95, + "flow": 6, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 95, + "flow": 5.973, + "temperature": 9.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 95, + "flow": 5.946, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 95, + "flow": 5.919, + "temperature": 9.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 95, + "flow": 5.892, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 95, + "flow": 5.865, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 94, + "flow": 5.838, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 94, + "flow": 5.811, + "temperature": 10, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 94, + "flow": 5.811, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 94, + "flow": 5.811, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 94, + "flow": 5.784, + "temperature": 10.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 94, + "flow": 5.784, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 94, + "flow": 5.784, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 94, + "flow": 5.811, + "temperature": 10.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 94, + "flow": 5.811, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 95, + "flow": 5.892, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 95, + "flow": 6, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 95, + "flow": 6.104, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 96, + "flow": 6.208, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 96, + "flow": 6.234, + "temperature": 11.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 96, + "flow": 6.234, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 96, + "flow": 6.182, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 96, + "flow": 6.156, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 96, + "flow": 6.13, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 95, + "flow": 5.946, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 95, + "flow": 5.865, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 94, + "flow": 5.784, + "temperature": 12, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 94, + "flow": 5.757, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 94, + "flow": 5.757, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 94, + "flow": 5.784, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 94, + "flow": 5.73, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 94, + "flow": 5.705, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 94, + "flow": 5.705, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 94, + "flow": 5.705, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 94, + "flow": 5.705, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 94, + "flow": 5.68, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 94, + "flow": 5.63, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 94, + "flow": 5.605, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 94, + "flow": 5.605, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 93, + "flow": 5.58, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 93, + "flow": 5.505, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 93, + "flow": 5.428, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 92, + "flow": 5.324, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 92, + "flow": 5.195, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 91, + "flow": 5.07, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 91, + "flow": 4.97, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 91, + "flow": 4.92, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 91, + "flow": 5.045, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 92, + "flow": 5.145, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 92, + "flow": 5.22, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 92, + "flow": 5.272, + "temperature": 12.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 93, + "flow": 5.402, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 1.1 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 93, + "flow": 5.53, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 94, + "flow": 5.63, + "temperature": 13.1, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 94, + "flow": 5.811, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 95, + "flow": 5.973, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 95, + "flow": 6.052, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 95, + "flow": 6.104, + "temperature": 14.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 96, + "flow": 6.156, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 96, + "flow": 6.182, + "temperature": 15.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 96, + "flow": 6.208, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 96, + "flow": 6.182, + "temperature": 15.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 96, + "flow": 6.13, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 95, + "flow": 6.052, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 95, + "flow": 5.946, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 94, + "flow": 5.838, + "temperature": 13.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 94, + "flow": 5.784, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 94, + "flow": 5.784, + "temperature": 13.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 94, + "flow": 5.757, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 94, + "flow": 5.73, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 94, + "flow": 5.655, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 94, + "flow": 5.605, + "temperature": 14.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 94, + "flow": 5.605, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 94, + "flow": 5.605, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 94, + "flow": 5.63, + "temperature": 14.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 94, + "flow": 5.63, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 94, + "flow": 5.63, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 94, + "flow": 5.655, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 94, + "flow": 5.68, + "temperature": 14.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 94, + "flow": 5.68, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 94, + "flow": 5.705, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 94, + "flow": 5.73, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 94, + "flow": 5.73, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 94, + "flow": 5.73, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 94, + "flow": 5.705, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 94, + "flow": 5.757, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 94, + "flow": 5.784, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 94, + "flow": 5.838, + "temperature": 14.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 95, + "flow": 5.892, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 95, + "flow": 5.919, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 95, + "flow": 5.946, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 95, + "flow": 6, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 96, + "flow": 6.156, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 97, + "flow": 6.449, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 98, + "flow": 6.881, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 100, + "flow": 7.294, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 101, + "flow": 7.574, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 101, + "flow": 7.688, + "temperature": 13, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 101, + "flow": 7.63, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 100, + "flow": 7.434, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 99, + "flow": 7.154, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 98, + "flow": 6.8, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 97, + "flow": 6.449, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 95, + "flow": 6.104, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 94, + "flow": 5.757, + "temperature": 12, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 93, + "flow": 5.48, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 92, + "flow": 5.246, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 91, + "flow": 5.045, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 91, + "flow": 4.92, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 90, + "flow": 4.795, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 90, + "flow": 4.77, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 90, + "flow": 4.77, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 91, + "flow": 4.92, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 91, + "flow": 4.97, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 91, + "flow": 4.995, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 91, + "flow": 5.045, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 92, + "flow": 5.12, + "temperature": 10.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 92, + "flow": 5.195, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 92, + "flow": 5.22, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 92, + "flow": 5.22, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 92, + "flow": 5.22, + "temperature": 10.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 92, + "flow": 5.246, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 92, + "flow": 5.298, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 93, + "flow": 5.35, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 93, + "flow": 5.376, + "temperature": 10, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 93, + "flow": 5.376, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 93, + "flow": 5.376, + "temperature": 9.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 93, + "flow": 5.428, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 93, + "flow": 5.454, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 93, + "flow": 5.48, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 93, + "flow": 5.454, + "temperature": 9.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 93, + "flow": 5.454, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 93, + "flow": 5.48, + "temperature": 9.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 93, + "flow": 5.53, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 93, + "flow": 5.555, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 93, + "flow": 5.555, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 93, + "flow": 5.53, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 93, + "flow": 5.53, + "temperature": 9.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 93, + "flow": 5.555, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 94, + "flow": 5.605, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 94, + "flow": 5.63, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 94, + "flow": 5.605, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 93, + "flow": 5.58, + "temperature": 9.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 93, + "flow": 5.58, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 94, + "flow": 5.605, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 94, + "flow": 5.63, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 94, + "flow": 5.63, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 93, + "flow": 5.58, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 93, + "flow": 5.555, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 93, + "flow": 5.555, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 94, + "flow": 5.605, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 94, + "flow": 5.605, + "temperature": 9.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 94, + "flow": 5.605, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 93, + "flow": 5.555, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 93, + "flow": 5.53, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 93, + "flow": 5.555, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 94, + "flow": 5.605, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 94, + "flow": 5.655, + "temperature": 10.4, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 94, + "flow": 5.705, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 94, + "flow": 5.73, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 94, + "flow": 5.757, + "temperature": 10.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 94, + "flow": 5.757, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 94, + "flow": 5.784, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 94, + "flow": 5.811, + "temperature": 11.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 94, + "flow": 5.811, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 94, + "flow": 5.811, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 94, + "flow": 5.811, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 94, + "flow": 5.757, + "temperature": 12, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 94, + "flow": 5.68, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 93, + "flow": 5.58, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 93, + "flow": 5.454, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 92, + "flow": 5.246, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 92, + "flow": 5.246, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 92, + "flow": 5.272, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 92, + "flow": 5.324, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 93, + "flow": 5.402, + "temperature": 13.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 93, + "flow": 5.48, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 93, + "flow": 5.53, + "temperature": 13.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 93, + "flow": 5.58, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 93, + "flow": 5.58, + "temperature": 13.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 93, + "flow": 5.58, + "temperature": 13.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 93, + "flow": 5.58, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 93, + "flow": 5.505, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 93, + "flow": 5.428, + "temperature": 13.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 92, + "flow": 5.324, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 92, + "flow": 5.272, + "temperature": 12.9, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 92, + "flow": 5.22, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 92, + "flow": 5.17, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 92, + "flow": 5.145, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 92, + "flow": 5.12, + "temperature": 12.9, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 92, + "flow": 5.145, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 92, + "flow": 5.195, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 92, + "flow": 5.298, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 93, + "flow": 5.402, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 93, + "flow": 5.48, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 93, + "flow": 5.555, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 94, + "flow": 5.605, + "temperature": 13.5, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 94, + "flow": 5.655, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 94, + "flow": 5.655, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 94, + "flow": 5.63, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 94, + "flow": 5.655, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 94, + "flow": 5.68, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 94, + "flow": 5.68, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 94, + "flow": 5.655, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 94, + "flow": 5.605, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 94, + "flow": 5.605, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 94, + "flow": 5.605, + "temperature": 14.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 94, + "flow": 5.63, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 94, + "flow": 5.655, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 94, + "flow": 5.605, + "temperature": 15.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 94, + "flow": 5.605, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 94, + "flow": 5.605, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 94, + "flow": 5.655, + "temperature": 15.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 94, + "flow": 5.68, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 94, + "flow": 5.705, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 94, + "flow": 5.655, + "temperature": 15.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 94, + "flow": 5.63, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 94, + "flow": 5.63, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 94, + "flow": 5.655, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 94, + "flow": 5.655, + "temperature": 15.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 94, + "flow": 5.63, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 93, + "flow": 5.58, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 93, + "flow": 5.58, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 94, + "flow": 5.605, + "temperature": 15.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 94, + "flow": 5.63, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 94, + "flow": 5.63, + "temperature": 15.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 93, + "flow": 5.58, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 93, + "flow": 5.555, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 93, + "flow": 5.555, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 93, + "flow": 5.58, + "temperature": 15.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 94, + "flow": 5.605, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 93, + "flow": 5.58, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 93, + "flow": 5.555, + "temperature": 15, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 93, + "flow": 5.53, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 93, + "flow": 5.555, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 93, + "flow": 5.58, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 93, + "flow": 5.58, + "temperature": 14.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 93, + "flow": 5.58, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 93, + "flow": 5.555, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 93, + "flow": 5.58, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 94, + "flow": 5.605, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 94, + "flow": 5.63, + "temperature": 14.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 94, + "flow": 5.605, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 93, + "flow": 5.555, + "temperature": 14.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 93, + "flow": 5.555, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 93, + "flow": 5.58, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 94, + "flow": 5.605, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 93, + "flow": 5.58, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 93, + "flow": 5.555, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 93, + "flow": 5.58, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 94, + "flow": 5.605, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 94, + "flow": 5.63, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 94, + "flow": 5.605, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 93, + "flow": 5.58, + "temperature": 14.5, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 93, + "flow": 5.555, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 93, + "flow": 5.58, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 94, + "flow": 5.605, + "temperature": 14.6, + "precipitation": 0.4, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 94, + "flow": 5.605, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 94, + "flow": 5.605, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 93, + "flow": 5.58, + "temperature": 14.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 94, + "flow": 5.605, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 94, + "flow": 5.655, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 94, + "flow": 5.68, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 94, + "flow": 5.705, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 94, + "flow": 5.757, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 95, + "flow": 5.865, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 95, + "flow": 5.973, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 95, + "flow": 6.078, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 96, + "flow": 6.156, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 96, + "flow": 6.26, + "temperature": 14.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 96, + "flow": 6.341, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 97, + "flow": 6.395, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 97, + "flow": 6.449, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 97, + "flow": 6.449, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 97, + "flow": 6.449, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 96, + "flow": 6.368, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0.7 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 96, + "flow": 6.314, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0.7 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 96, + "flow": 6.26, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 96, + "flow": 6.234, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 96, + "flow": 6.234, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 96, + "flow": 6.182, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 95, + "flow": 6.104, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 95, + "flow": 6.026, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 95, + "flow": 6, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 95, + "flow": 5.973, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 95, + "flow": 5.973, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 95, + "flow": 5.973, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 95, + "flow": 5.919, + "temperature": 13.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 94, + "flow": 5.838, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 94, + "flow": 5.838, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 94, + "flow": 5.838, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 95, + "flow": 5.865, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 95, + "flow": 5.865, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 94, + "flow": 5.838, + "temperature": 15, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 94, + "flow": 5.784, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 94, + "flow": 5.784, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 94, + "flow": 5.811, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 94, + "flow": 5.838, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 94, + "flow": 5.784, + "inflow": 0, + "volume": 0, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 94, + "flow": 5.757, + "inflow": 0, + "volume": 0, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 94, + "flow": 5.757, + "inflow": 0, + "volume": 0, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 94, + "flow": 5.784, + "temperature": 16.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 94, + "flow": 5.784, + "inflow": 0, + "volume": 0, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 94, + "flow": 5.784, + "inflow": 0, + "volume": 0, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 94, + "flow": 5.73, + "temperature": 17.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 94, + "flow": 5.705, + "inflow": 0, + "volume": 0, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 94, + "flow": 5.68, + "temperature": 17.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 94, + "flow": 5.68, + "inflow": 0, + "volume": 0, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 94, + "flow": 5.655, + "inflow": 0, + "volume": 0, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 94, + "flow": 5.605, + "inflow": 0, + "volume": 0, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 93, + "flow": 5.555, + "inflow": 0, + "volume": 0, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 93, + "flow": 5.505, + "inflow": 0, + "volume": 0, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 93, + "flow": 5.454, + "inflow": 0, + "volume": 0, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 93, + "flow": 5.402, + "inflow": 0, + "volume": 0, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 93, + "flow": 5.376, + "temperature": 18.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 92, + "flow": 5.324, + "inflow": 0, + "volume": 0, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 92, + "flow": 5.298, + "inflow": 0, + "volume": 0, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 92, + "flow": 5.246, + "inflow": 0, + "volume": 0, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 92, + "flow": 5.22, + "temperature": 19.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 92, + "flow": 5.22, + "inflow": 0, + "volume": 0, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 92, + "flow": 5.17, + "inflow": 0, + "volume": 0, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 91, + "flow": 5.045, + "temperature": 20.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 91, + "flow": 4.995, + "temperature": 20.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 91, + "flow": 4.945, + "temperature": 20.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 91, + "flow": 4.895, + "temperature": 20.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 91, + "flow": 4.87, + "temperature": 20.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 91, + "flow": 4.87, + "inflow": 0, + "volume": 0, + "temperature": 21.5, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/BEZB.json b/public/data/BEZB.json index 522fb9a..da8dd20 100644 --- a/public/data/BEZB.json +++ b/public/data/BEZB.json @@ -3697,5 +3697,4748 @@ "volume": 0, "temperature": 16.7, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:20:00.000Z", + "level": 147, + "flow": 5.71, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:30:00.000Z", + "level": 147, + "flow": 5.73, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 147, + "flow": 5.75, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 148, + "flow": 5.79, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 148, + "flow": 5.85, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 148, + "flow": 5.911, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 148, + "flow": 5.953, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 149, + "flow": 6.016, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 149, + "flow": 6.079, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 149, + "flow": 6.121, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 149, + "flow": 6.163, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 150, + "flow": 6.205, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 150, + "flow": 6.247, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 150, + "flow": 6.247, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 150, + "flow": 6.268, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 150, + "flow": 6.268, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 150, + "flow": 6.247, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 150, + "flow": 6.247, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 150, + "flow": 6.226, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 150, + "flow": 6.205, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 149, + "flow": 6.163, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 149, + "flow": 6.142, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 149, + "flow": 6.121, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 149, + "flow": 6.1, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 149, + "flow": 6.058, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 149, + "flow": 6.037, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 149, + "flow": 6.016, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 149, + "flow": 6.016, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 149, + "flow": 5.995, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 149, + "flow": 5.995, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 148, + "flow": 5.974, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 148, + "flow": 5.974, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 148, + "flow": 5.974, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 149, + "flow": 5.995, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 149, + "flow": 5.995, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 149, + "flow": 5.995, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 149, + "flow": 6.016, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 149, + "flow": 6.016, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 149, + "flow": 6.037, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 149, + "flow": 6.037, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 149, + "flow": 6.037, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 149, + "flow": 6.058, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 149, + "flow": 6.058, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 149, + "flow": 6.079, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 149, + "flow": 6.079, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 149, + "flow": 6.1, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 149, + "flow": 6.1, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 149, + "flow": 6.121, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 149, + "flow": 6.142, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 149, + "flow": 6.163, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 149, + "flow": 6.163, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 149, + "flow": 6.184, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 149, + "flow": 6.184, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 149, + "flow": 6.184, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 149, + "flow": 6.184, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 149, + "flow": 6.184, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 149, + "flow": 6.184, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 149, + "flow": 6.184, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 149, + "flow": 6.184, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 149, + "flow": 6.184, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 149, + "flow": 6.184, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 150, + "flow": 6.205, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 149, + "flow": 6.184, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 149, + "flow": 6.184, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 149, + "flow": 6.163, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 149, + "flow": 6.142, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 149, + "flow": 6.121, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 149, + "flow": 6.1, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 149, + "flow": 6.1, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 149, + "flow": 6.1, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 149, + "flow": 6.1, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 149, + "flow": 6.1, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 149, + "flow": 6.121, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 149, + "flow": 6.142, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 149, + "flow": 6.163, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 150, + "flow": 6.205, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 150, + "flow": 6.226, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 150, + "flow": 6.247, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 150, + "flow": 6.289, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 150, + "flow": 6.31, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 150, + "flow": 6.332, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 150, + "flow": 6.354, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 150, + "flow": 6.376, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 150, + "flow": 6.398, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 151, + "flow": 6.42, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 151, + "flow": 6.464, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 151, + "flow": 6.486, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 151, + "flow": 6.508, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 151, + "flow": 6.53, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 151, + "flow": 6.553, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 151, + "flow": 6.576, + "inflow": 0, + "volume": 0, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 151, + "flow": 6.599, + "inflow": 0, + "volume": 0, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 151, + "flow": 6.599, + "inflow": 0, + "volume": 0, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 151, + "flow": 6.622, + "inflow": 0, + "volume": 0, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 151, + "flow": 6.599, + "inflow": 0, + "volume": 0, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 151, + "flow": 6.622, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 152, + "flow": 6.645, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 152, + "flow": 6.645, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 152, + "flow": 6.668, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 152, + "flow": 6.691, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 152, + "flow": 6.714, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 152, + "flow": 6.714, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 152, + "flow": 6.737, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 152, + "flow": 6.76, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 152, + "flow": 6.783, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 152, + "flow": 6.806, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 152, + "flow": 6.806, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 152, + "flow": 6.806, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 152, + "flow": 6.829, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 152, + "flow": 6.829, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 152, + "flow": 6.829, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 152, + "flow": 6.852, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 152, + "flow": 6.829, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 152, + "flow": 6.852, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 153, + "flow": 6.875, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 153, + "flow": 6.898, + "temperature": 15.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 153, + "flow": 6.944, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 153, + "flow": 6.967, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 153, + "flow": 6.99, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 153, + "flow": 6.99, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 153, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 153, + "flow": 7.038, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 153, + "flow": 7.062, + "temperature": 15.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 153, + "flow": 7.086, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 153, + "flow": 7.086, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 154, + "flow": 7.11, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 154, + "flow": 7.11, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 154, + "flow": 7.11, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 154, + "flow": 7.11, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 154, + "flow": 7.11, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 154, + "flow": 7.11, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 153, + "flow": 7.086, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 153, + "flow": 7.086, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 153, + "flow": 7.086, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 153, + "flow": 7.086, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 1.7 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 153, + "flow": 7.062, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 153, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 153, + "flow": 6.944, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 153, + "flow": 6.875, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 152, + "flow": 6.783, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 152, + "flow": 6.691, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 151, + "flow": 6.599, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 151, + "flow": 6.508, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 151, + "flow": 6.442, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 150, + "flow": 6.398, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 150, + "flow": 6.376, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 150, + "flow": 6.376, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 150, + "flow": 6.398, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 151, + "flow": 6.442, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 151, + "flow": 6.508, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 151, + "flow": 6.576, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 152, + "flow": 6.668, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 152, + "flow": 6.737, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 152, + "flow": 6.829, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 153, + "flow": 6.898, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 153, + "flow": 6.967, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 153, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 153, + "flow": 7.038, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 153, + "flow": 7.062, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 153, + "flow": 7.062, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 153, + "flow": 7.038, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 153, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 153, + "flow": 6.99, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 153, + "flow": 6.944, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 153, + "flow": 6.898, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 152, + "flow": 6.852, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 152, + "flow": 6.783, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 152, + "flow": 6.714, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 152, + "flow": 6.645, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 151, + "flow": 6.576, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 151, + "flow": 6.508, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 151, + "flow": 6.442, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 150, + "flow": 6.398, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 150, + "flow": 6.332, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 150, + "flow": 6.289, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 150, + "flow": 6.247, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 150, + "flow": 6.226, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 150, + "flow": 6.205, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 150, + "flow": 6.205, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 150, + "flow": 6.205, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 150, + "flow": 6.205, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 150, + "flow": 6.205, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 150, + "flow": 6.205, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 150, + "flow": 6.226, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 150, + "flow": 6.226, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 150, + "flow": 6.226, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 150, + "flow": 6.226, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 150, + "flow": 6.226, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 150, + "flow": 6.226, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 150, + "flow": 6.247, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 150, + "flow": 6.247, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 150, + "flow": 6.247, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 150, + "flow": 6.268, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 150, + "flow": 6.289, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 150, + "flow": 6.289, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 150, + "flow": 6.31, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 150, + "flow": 6.332, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 150, + "flow": 6.332, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 150, + "flow": 6.354, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 150, + "flow": 6.354, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 150, + "flow": 6.376, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 150, + "flow": 6.398, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 150, + "flow": 6.398, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 151, + "flow": 6.42, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 151, + "flow": 6.442, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 151, + "flow": 6.442, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 151, + "flow": 6.464, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 151, + "flow": 6.464, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 151, + "flow": 6.486, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 151, + "flow": 6.486, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 151, + "flow": 6.464, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 151, + "flow": 6.464, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 151, + "flow": 6.442, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 151, + "flow": 6.42, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 150, + "flow": 6.376, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 150, + "flow": 6.354, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 150, + "flow": 6.332, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 150, + "flow": 6.332, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 150, + "flow": 6.31, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 150, + "flow": 6.31, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 150, + "flow": 6.31, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 150, + "flow": 6.289, + "temperature": 13.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 150, + "flow": 6.289, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 150, + "flow": 6.289, + "temperature": 13.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 150, + "flow": 6.31, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 150, + "flow": 6.332, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 150, + "flow": 6.332, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 150, + "flow": 6.354, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 150, + "flow": 6.376, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 150, + "flow": 6.376, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 150, + "flow": 6.376, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 150, + "flow": 6.376, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 150, + "flow": 6.398, + "temperature": 13.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 150, + "flow": 6.398, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 150, + "flow": 6.398, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 150, + "flow": 6.376, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 150, + "flow": 6.398, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 150, + "flow": 6.398, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 151, + "flow": 6.42, + "temperature": 13.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 151, + "flow": 6.42, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 151, + "flow": 6.42, + "temperature": 13.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 150, + "flow": 6.398, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 151, + "flow": 6.42, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 151, + "flow": 6.42, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0.8 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 150, + "flow": 6.398, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0.8 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 151, + "flow": 6.42, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 4.5 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 151, + "flow": 6.42, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 4.5 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 151, + "flow": 6.42, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 151, + "flow": 6.464, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 151, + "flow": 6.486, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 151, + "flow": 6.53, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 151, + "flow": 6.53, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 151, + "flow": 6.53, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 151, + "flow": 6.576, + "temperature": 15.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 151, + "flow": 6.622, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 151, + "flow": 6.622, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 152, + "flow": 6.645, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 152, + "flow": 6.668, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 152, + "flow": 6.645, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 152, + "flow": 6.645, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 152, + "flow": 6.645, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 151, + "flow": 6.622, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 151, + "flow": 6.576, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 151, + "flow": 6.576, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 151, + "flow": 6.576, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 151, + "flow": 6.508, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 151, + "flow": 6.53, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 151, + "flow": 6.553, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 151, + "flow": 6.576, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 152, + "flow": 6.645, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 152, + "flow": 6.645, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 152, + "flow": 6.668, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 152, + "flow": 6.714, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 152, + "flow": 6.714, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 152, + "flow": 6.714, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 152, + "flow": 6.714, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 152, + "flow": 6.691, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 151, + "flow": 6.599, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 151, + "flow": 6.553, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 151, + "flow": 6.53, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 151, + "flow": 6.464, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 151, + "flow": 6.442, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 151, + "flow": 6.42, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 151, + "flow": 6.42, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 151, + "flow": 6.442, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 151, + "flow": 6.464, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 151, + "flow": 6.53, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 151, + "flow": 6.599, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 152, + "flow": 6.668, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 152, + "flow": 6.76, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 152, + "flow": 6.852, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 153, + "flow": 6.967, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 153, + "flow": 7.062, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 154, + "flow": 7.158, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 154, + "flow": 7.28, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 155, + "flow": 7.38, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 155, + "flow": 7.506, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 156, + "flow": 7.636, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 156, + "flow": 7.74, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 156, + "flow": 7.844, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 157, + "flow": 7.922, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 157, + "flow": 8.027, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 157, + "flow": 8.054, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 157, + "flow": 8.081, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 157, + "flow": 8.054, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 157, + "flow": 8.027, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 157, + "flow": 7.948, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 157, + "flow": 7.896, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 156, + "flow": 7.818, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 156, + "flow": 7.766, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 156, + "flow": 7.714, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 156, + "flow": 7.662, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 156, + "flow": 7.662, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 156, + "flow": 7.636, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 156, + "flow": 7.636, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 156, + "flow": 7.662, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 156, + "flow": 7.688, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 156, + "flow": 7.74, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 156, + "flow": 7.792, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 156, + "flow": 7.844, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 157, + "flow": 7.87, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 157, + "flow": 7.922, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 157, + "flow": 7.948, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 157, + "flow": 7.974, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 157, + "flow": 8.027, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 157, + "flow": 8.054, + "inflow": 0, + "volume": 0, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 157, + "flow": 8.081, + "inflow": 0, + "volume": 0, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 157, + "flow": 8.108, + "inflow": 0, + "volume": 0, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 158, + "flow": 8.135, + "inflow": 0, + "volume": 0, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 158, + "flow": 8.189, + "inflow": 0, + "volume": 0, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 158, + "flow": 8.216, + "inflow": 0, + "volume": 0, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 158, + "flow": 8.243, + "inflow": 0, + "volume": 0, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 158, + "flow": 8.298, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 158, + "flow": 8.326, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 158, + "flow": 8.354, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 159, + "flow": 8.41, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 159, + "flow": 8.41, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 159, + "flow": 8.438, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 159, + "flow": 8.466, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 159, + "flow": 8.466, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 159, + "flow": 8.466, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 159, + "flow": 8.466, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 159, + "flow": 8.466, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 159, + "flow": 8.466, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 159, + "flow": 8.466, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 159, + "flow": 8.466, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 159, + "flow": 8.466, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 159, + "flow": 8.466, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 159, + "flow": 8.466, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 159, + "flow": 8.466, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 159, + "flow": 8.438, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 159, + "flow": 8.438, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 159, + "flow": 8.41, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 159, + "flow": 8.41, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 158, + "flow": 8.382, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 158, + "flow": 8.354, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 158, + "flow": 8.326, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 158, + "flow": 8.298, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 158, + "flow": 8.27, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 158, + "flow": 8.216, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 158, + "flow": 8.162, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 157, + "flow": 8.108, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 157, + "flow": 8.054, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 157, + "flow": 7.87, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 156, + "flow": 7.844, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 156, + "flow": 7.844, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 156, + "flow": 7.844, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 156, + "flow": 7.844, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 157, + "flow": 7.87, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 157, + "flow": 7.87, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 157, + "flow": 7.896, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 157, + "flow": 7.922, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 157, + "flow": 7.948, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 157, + "flow": 7.948, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 157, + "flow": 7.974, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 157, + "flow": 7.974, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 157, + "flow": 7.974, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 157, + "flow": 7.974, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 157, + "flow": 7.948, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 157, + "flow": 7.948, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 157, + "flow": 7.922, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 157, + "flow": 7.922, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 157, + "flow": 7.896, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 157, + "flow": 7.896, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 157, + "flow": 7.896, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 157, + "flow": 7.896, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 157, + "flow": 7.896, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 157, + "flow": 7.896, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 157, + "flow": 7.922, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 157, + "flow": 7.922, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 157, + "flow": 7.948, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 157, + "flow": 7.974, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 157, + "flow": 7.974, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 157, + "flow": 8, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 157, + "flow": 7.974, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 157, + "flow": 7.974, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 157, + "flow": 7.974, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 157, + "flow": 7.974, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 157, + "flow": 7.974, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 157, + "flow": 7.948, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 157, + "flow": 7.948, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 157, + "flow": 7.948, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 157, + "flow": 7.922, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 157, + "flow": 7.922, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 157, + "flow": 7.896, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 156, + "flow": 7.844, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 156, + "flow": 7.818, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 156, + "flow": 7.792, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 156, + "flow": 7.766, + "temperature": 14.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 156, + "flow": 7.74, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 156, + "flow": 7.714, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 156, + "flow": 7.688, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 156, + "flow": 7.662, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 156, + "flow": 7.636, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 155, + "flow": 7.584, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 155, + "flow": 7.558, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 155, + "flow": 7.532, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 155, + "flow": 7.48, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 155, + "flow": 7.43, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 155, + "flow": 7.405, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 155, + "flow": 7.38, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 154, + "flow": 7.33, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 154, + "flow": 7.305, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 154, + "flow": 7.255, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 154, + "flow": 7.23, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 154, + "flow": 7.23, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 154, + "flow": 7.23, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 154, + "flow": 7.23, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 154, + "flow": 7.206, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 154, + "flow": 7.158, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 154, + "flow": 7.134, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 154, + "flow": 7.134, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 154, + "flow": 7.11, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 154, + "flow": 7.11, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 153, + "flow": 7.086, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 153, + "flow": 7.086, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 153, + "flow": 7.086, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 153, + "flow": 7.086, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 153, + "flow": 7.086, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 153, + "flow": 7.086, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 153, + "flow": 7.086, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 153, + "flow": 7.086, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 153, + "flow": 7.086, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 153, + "flow": 7.086, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 154, + "flow": 7.11, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 154, + "flow": 7.11, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 154, + "flow": 7.11, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 154, + "flow": 7.134, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 154, + "flow": 7.134, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 154, + "flow": 7.134, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 154, + "flow": 7.182, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 154, + "flow": 7.182, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 154, + "flow": 7.23, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 154, + "flow": 7.255, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 154, + "flow": 7.28, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 154, + "flow": 7.33, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 154, + "flow": 7.33, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 154, + "flow": 7.33, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 154, + "flow": 7.33, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 154, + "flow": 7.305, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 154, + "flow": 7.255, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 154, + "flow": 7.206, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 154, + "flow": 7.134, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 153, + "flow": 7.086, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 153, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 153, + "flow": 6.99, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 153, + "flow": 6.944, + "inflow": 0, + "volume": 0, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 153, + "flow": 6.921, + "inflow": 0, + "volume": 0, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 153, + "flow": 6.921, + "inflow": 0, + "volume": 0, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 153, + "flow": 6.944, + "inflow": 0, + "volume": 0, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 153, + "flow": 6.944, + "inflow": 0, + "volume": 0, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 153, + "flow": 6.967, + "inflow": 0, + "volume": 0, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 153, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 153, + "flow": 7.038, + "inflow": 0, + "volume": 0, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 153, + "flow": 7.038, + "inflow": 0, + "volume": 0, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 153, + "flow": 7.038, + "inflow": 0, + "volume": 0, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 153, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 153, + "flow": 6.99, + "inflow": 0, + "volume": 0, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 153, + "flow": 6.99, + "inflow": 0, + "volume": 0, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 153, + "flow": 6.967, + "inflow": 0, + "volume": 0, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 153, + "flow": 6.967, + "inflow": 0, + "volume": 0, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 153, + "flow": 6.967, + "inflow": 0, + "volume": 0, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 153, + "flow": 6.99, + "inflow": 0, + "volume": 0, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 153, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 153, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 153, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 153, + "flow": 6.99, + "inflow": 0, + "volume": 0, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 153, + "flow": 6.967, + "inflow": 0, + "volume": 0, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 153, + "flow": 6.898, + "inflow": 0, + "volume": 0, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 152, + "flow": 6.691, + "temperature": 19.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 151, + "flow": 6.599, + "temperature": 19.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 151, + "flow": 6.508, + "temperature": 19.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 151, + "flow": 6.464, + "inflow": 0, + "volume": 0, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 150, + "flow": 6.398, + "inflow": 0, + "volume": 0, + "temperature": 21, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/BIBI.json b/public/data/BIBI.json index c34c2ad..0b962bb 100644 --- a/public/data/BIBI.json +++ b/public/data/BIBI.json @@ -9122,7 +9122,3193 @@ "flow": 0, "inflow": 0, "volume": 0, - "temperature": 14.7, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T05:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 1 + }, + { + "timestamp": "2026-06-10T19:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 1 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 1 + }, + { + "timestamp": "2026-06-11T15:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 1 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T16:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 463.42, + "flow": 0, + "temperature": 13.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 463.42, + "flow": 0, + "temperature": 13.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T21:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T23:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T23:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 1 + }, + { + "timestamp": "2026-06-13T00:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 1 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.9 + }, + { + "timestamp": "2026-06-13T01:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.9 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T01:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-13T02:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T02:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T03:15:00.000Z", + "level": 463.43, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 463.43, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:45:00.000Z", + "level": 463.43, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 463.43, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:15:00.000Z", + "level": 463.43, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 463.43, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:45:00.000Z", + "level": 463.43, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 463.43, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:15:00.000Z", + "level": 463.43, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 463.43, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:45:00.000Z", + "level": 463.43, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 463.43, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:15:00.000Z", + "level": 463.43, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 463.43, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:45:00.000Z", + "level": 463.43, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 463.43, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:15:00.000Z", + "level": 463.43, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:45:00.000Z", + "level": 463.43, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:15:00.000Z", + "level": 463.43, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 463.43, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 463.43, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:15:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 463.42, + "flow": 0, + "temperature": 19, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:15:00.000Z", + "level": 463.42, + "flow": 0, + "temperature": 19, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 463.42, + "flow": 0, + "temperature": 19, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:45:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 463.42, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 20.9, "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/BLHU.json b/public/data/BLHU.json index 9192051..a22c46b 100644 --- a/public/data/BLHU.json +++ b/public/data/BLHU.json @@ -10238,7 +10238,4732 @@ "flow": 0.65, "inflow": 0.53, "volume": 2.43, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 521.25, + "flow": 0.65, + "temperature": 13.2, + "precipitation": 0, + "inflow": 0.53, + "volume": 2.43 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 521.25, + "flow": 0.65, + "inflow": 0.53, + "volume": 2.43, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 521.25, + "flow": 0.64, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0.53, + "volume": 2.43 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 521.25, + "flow": 0.63, + "inflow": 0.53, + "volume": 2.43, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 521.24, + "flow": 0.64, + "inflow": 0.53, + "volume": 2.43, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 521.25, + "flow": 0.65, + "inflow": 0.53, + "volume": 2.43, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 521.25, + "flow": 0.64, + "inflow": 0.53, + "volume": 2.43, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.53, + "volume": 2.43, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 521.24, + "flow": 0.64, + "inflow": 0.53, + "volume": 2.43, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.53, + "volume": 2.43, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 521.24, + "flow": 0.63, + "inflow": 0.53, + "volume": 2.43, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.53, + "volume": 2.43, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.53, + "volume": 2.43, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.53, + "volume": 2.43, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.53, + "volume": 2.43, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 521.24, + "flow": 0.66, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 521.24, + "flow": 0.65, + "temperature": 11.9, + "precipitation": 0, + "inflow": 0.53, + "volume": 2.43 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 521.24, + "flow": 0.63, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 521.24, + "flow": 0.62, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 521.24, + "flow": 0.64, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 521.24, + "flow": 0.63, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 521.24, + "flow": 0.65, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0.53, + "volume": 2.43 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 521.24, + "flow": 0.64, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 521.24, + "flow": 0.64, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 521.24, + "flow": 0.63, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 521.24, + "flow": 0.64, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 521.24, + "flow": 0.63, + "temperature": 11.1, + "precipitation": 0, + "inflow": 0.53, + "volume": 2.43 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 521.24, + "flow": 0.63, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 521.24, + "flow": 0.63, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 521.24, + "flow": 0.63, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 521.24, + "flow": 0.64, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 521.24, + "flow": 0.64, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 521.24, + "flow": 0.64, + "inflow": 0.53, + "volume": 2.43, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 521.24, + "flow": 0.64, + "temperature": 10.9, + "precipitation": 0, + "inflow": 0.53, + "volume": 2.43 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.53, + "volume": 2.43, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 521.24, + "flow": 0.62, + "inflow": 0.53, + "volume": 2.43, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 521.24, + "flow": 0.62, + "inflow": 0.53, + "volume": 2.43, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 521.24, + "flow": 0.63, + "inflow": 0.53, + "volume": 2.43, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 521.24, + "flow": 0.63, + "inflow": 0.53, + "volume": 2.43, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 521.24, + "flow": 0.63, + "inflow": 0.53, + "volume": 2.43, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 521.24, + "flow": 0.64, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 521.24, + "flow": 0.63, + "inflow": 0.53, + "volume": 2.43, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 521.24, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.43, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.43, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.43, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.43, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 521.23, + "flow": 0.64, + "temperature": 11.1, + "precipitation": 0, + "inflow": 0.55, + "volume": 2.43 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.43, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.43, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 521.23, + "flow": 0.65, + "temperature": 12.3, + "precipitation": 0, + "inflow": 0.55, + "volume": 2.42 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 11.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 521.23, + "flow": 0.64, + "temperature": 12.6, + "precipitation": 0, + "inflow": 0.55, + "volume": 2.42 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 521.23, + "flow": 0.66, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 11.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 11.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 11.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 11.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 11.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 11.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 11.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 11.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 521.23, + "flow": 0.63, + "temperature": 11, + "precipitation": 0.1, + "inflow": 0.55, + "volume": 2.42 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 521.23, + "flow": 0.62, + "inflow": 0.55, + "volume": 2.42, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 521.23, + "flow": 0.62, + "inflow": 0.55, + "volume": 2.42, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 9.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 9.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 9.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 9.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 521.23, + "flow": 0.61, + "inflow": 0.55, + "volume": 2.42, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 521.23, + "flow": 0.62, + "inflow": 0.55, + "volume": 2.42, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 521.23, + "flow": 0.62, + "inflow": 0.55, + "volume": 2.42, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 521.23, + "flow": 0.61, + "inflow": 0.55, + "volume": 2.42, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 9.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 521.23, + "flow": 0.62, + "inflow": 0.55, + "volume": 2.42, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 521.23, + "flow": 0.62, + "inflow": 0.55, + "volume": 2.42, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 521.23, + "flow": 0.61, + "inflow": 0.55, + "volume": 2.42, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 521.23, + "flow": 0.62, + "inflow": 0.55, + "volume": 2.42, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 521.23, + "flow": 0.64, + "temperature": 7.5, + "precipitation": 0, + "inflow": 0.55, + "volume": 2.42 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.55, + "volume": 2.42, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.55, + "volume": 2.42, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.55, + "volume": 2.42, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.42, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.6, + "volume": 2.42, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.42, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.6, + "volume": 2.42, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.42, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.42, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.42, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.42, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.42, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.42, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 521.23, + "flow": 0.64, + "temperature": 11.1, + "precipitation": 0, + "inflow": 0.6, + "volume": 2.42 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.42, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.42, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.42, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.42, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.42, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.42, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.42, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.42, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.42, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.6, + "volume": 2.42, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.42, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.42, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.42, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.42, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.42, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.42, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 521.23, + "flow": 0.65, + "temperature": 11.7, + "precipitation": 0, + "inflow": 0.6, + "volume": 2.42 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.42, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.42, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 521.24, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.43, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.43, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 521.24, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.43, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.43, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 521.23, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.43, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.6, + "volume": 2.43, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.42, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 521.23, + "flow": 0.63, + "inflow": 0.6, + "volume": 2.42, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 521.23, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.42, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 521.24, + "flow": 0.63, + "inflow": 0.6, + "volume": 2.42, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 521.24, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.42, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 521.24, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.42, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 521.24, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.43, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 521.24, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.43, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 521.24, + "flow": 0.65, + "temperature": 13.2, + "precipitation": 0, + "inflow": 0.6, + "volume": 2.43 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 521.24, + "flow": 0.62, + "inflow": 0.6, + "volume": 2.43, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 521.24, + "flow": 0.63, + "inflow": 0.6, + "volume": 2.43, "temperature": 13.6, "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 521.24, + "flow": 0.63, + "inflow": 0.6, + "volume": 2.43, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 521.24, + "flow": 0.63, + "inflow": 0.6, + "volume": 2.43, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 521.24, + "flow": 0.63, + "inflow": 0.6, + "volume": 2.43, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 521.24, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.43, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.43, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.43, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 521.24, + "flow": 0.63, + "inflow": 0.6, + "volume": 2.43, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 521.24, + "flow": 0.63, + "inflow": 0.6, + "volume": 2.43, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 521.25, + "flow": 0.64, + "temperature": 14.5, + "precipitation": 0, + "inflow": 0.6, + "volume": 2.43 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 521.25, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.43, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 521.24, + "flow": 0.63, + "temperature": 14.4, + "precipitation": 0, + "inflow": 0.6, + "volume": 2.43 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 521.24, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.43, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 521.24, + "flow": 0.63, + "inflow": 0.6, + "volume": 2.43, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 521.24, + "flow": 0.63, + "inflow": 0.6, + "volume": 2.43, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 521.24, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.43, + "temperature": 13.6, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 521.24, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.43, + "temperature": 13.6, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 521.25, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.43, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 521.24, + "flow": 0.61, + "inflow": 0.6, + "volume": 2.43, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 521.24, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.43, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 521.24, + "flow": 0.63, + "inflow": 0.6, + "volume": 2.43, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 521.24, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.43, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 521.24, + "flow": 0.63, + "inflow": 0.6, + "volume": 2.43, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 521.25, + "flow": 0.62, + "inflow": 0.6, + "volume": 2.43, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 521.25, + "flow": 0.63, + "inflow": 0.6, + "volume": 2.43, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 521.25, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.43, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 521.25, + "flow": 0.63, + "inflow": 0.6, + "volume": 2.43, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 521.25, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.43, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 521.25, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.43, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 521.25, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.43, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 521.25, + "flow": 0.63, + "inflow": 0.6, + "volume": 2.43, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 521.25, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.43, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 521.25, + "flow": 0.61, + "inflow": 0.6, + "volume": 2.43, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 521.25, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.43, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 521.25, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.43, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 521.25, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.43, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 521.25, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.43, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 521.25, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.43, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 521.25, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.43, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 521.25, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.43, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 521.25, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.43, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 521.25, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.43, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 521.25, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.43, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 521.25, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.43, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 521.25, + "flow": 0.66, + "inflow": 0.6, + "volume": 2.43, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 521.25, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.43, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 521.25, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.43, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 521.25, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.43, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 521.25, + "flow": 0.66, + "inflow": 0.6, + "volume": 2.43, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 521.26, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.43, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 521.26, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.43, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 521.26, + "flow": 0.65, + "temperature": 8.3, + "precipitation": 0, + "inflow": 0.6, + "volume": 2.43 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 521.26, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.43, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 521.26, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.43, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 521.26, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.43, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 521.26, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.43, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 521.26, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.43, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 521.26, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.43, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 521.26, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.43, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 521.26, + "flow": 0.63, + "inflow": 0.6, + "volume": 2.43, + "temperature": 9.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 521.26, + "flow": 0.63, + "inflow": 0.6, + "volume": 2.43, + "temperature": 9.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 521.26, + "flow": 0.62, + "inflow": 0.6, + "volume": 2.43, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 521.26, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.43, + "temperature": 9.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 521.26, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.43, + "temperature": 9.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 521.26, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.43, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 521.26, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.43, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 521.26, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.43, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 521.26, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.43, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 521.26, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.43, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 521.26, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.43, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 521.26, + "flow": 0.62, + "inflow": 0.6, + "volume": 2.43, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 521.27, + "flow": 0.64, + "temperature": 8.4, + "precipitation": 0, + "inflow": 0.6, + "volume": 2.43 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 521.26, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.43, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 521.27, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.44, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 521.27, + "flow": 0.62, + "inflow": 0.6, + "volume": 2.44, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 521.27, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.44, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 521.27, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.44, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 521.27, + "flow": 0.63, + "temperature": 8.2, + "precipitation": 0, + "inflow": 0.6, + "volume": 2.44 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 521.27, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.44, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 521.27, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.44, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 521.27, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.44, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 521.27, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.44, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 521.27, + "flow": 0.63, + "inflow": 0.6, + "volume": 2.44, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 521.27, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.44, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 521.27, + "flow": 0.63, + "inflow": 0.6, + "volume": 2.44, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 521.27, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.44, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 521.27, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.44, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 521.27, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.44, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 521.27, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.44, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 521.27, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.44, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 521.27, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.44, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 521.27, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.44, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 521.27, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.44, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 521.27, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.44, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 521.27, + "flow": 0.64, + "inflow": 0.6, + "volume": 2.44, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 521.27, + "flow": 0.63, + "temperature": 9, + "precipitation": 0, + "inflow": 0.6, + "volume": 2.44 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 521.27, + "flow": 0.65, + "inflow": 0.6, + "volume": 2.44, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 521.27, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.44, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 521.27, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.44, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 521.28, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.44, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 521.27, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.44, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 521.28, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.44, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 521.28, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.44, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 521.28, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.44, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 521.28, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.44, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 521.28, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.44, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 521.28, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.44, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 521.28, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.44, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 521.28, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.44, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 521.28, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.44, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 521.28, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.44, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 521.28, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.44, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 521.28, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.44, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 521.28, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.44, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 521.28, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.44, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 521.28, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.44, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 521.28, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.44, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 521.28, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.44, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 521.28, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.44, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 521.28, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.44, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 521.28, + "flow": 0.63, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0.83, + "volume": 2.44 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 521.28, + "flow": 0.62, + "inflow": 0.83, + "volume": 2.44, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 521.28, + "flow": 0.62, + "inflow": 0.83, + "volume": 2.44, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 521.28, + "flow": 0.64, + "temperature": 11.2, + "precipitation": 0, + "inflow": 0.83, + "volume": 2.44 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 521.28, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.44, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 521.28, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.44, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 521.28, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.44, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 521.28, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.44, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 521.28, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.44, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 521.28, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.44, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 521.28, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.44, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 521.28, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.44, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 521.28, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.44, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 521.28, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.44, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 521.28, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.44, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 521.28, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.44, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 521.29, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.44, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 521.29, + "flow": 0.62, + "inflow": 0.83, + "volume": 2.44, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 521.29, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.44, + "temperature": 11.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 521.29, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.44, + "temperature": 11.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 521.29, + "flow": 0.62, + "inflow": 0.83, + "volume": 2.44, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 521.29, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.44, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 521.29, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.44, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 521.29, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.44, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 521.29, + "flow": 0.62, + "inflow": 0.83, + "volume": 2.44, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 521.29, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.44, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 521.29, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.44, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 521.29, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.44, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 521.29, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.44, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 521.29, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.44, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 521.29, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.44, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 521.29, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.44, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 521.29, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.44, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 521.29, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.44, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 521.29, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.44, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 521.29, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.44, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 521.29, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.44, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 521.29, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.44, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 521.29, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.44, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 521.29, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.44, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 521.29, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 521.29, + "flow": 0.64, + "temperature": 13.2, + "precipitation": 0, + "inflow": 0.83, + "volume": 2.45 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 521.29, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 521.29, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 521.29, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.45, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 521.29, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 521.29, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.45, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 521.29, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.45, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 521.3, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 521.29, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 521.29, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.45, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 521.3, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 521.3, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.45, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 521.3, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 521.3, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 521.3, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 521.3, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 521.3, + "flow": 0.62, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 521.3, + "flow": 0.62, + "temperature": 13, + "precipitation": 0, + "inflow": 0.83, + "volume": 2.45 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 521.3, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 521.3, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 521.3, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 521.3, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 521.3, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 521.3, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 521.3, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 521.3, + "flow": 0.62, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 521.3, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 521.3, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 521.3, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 521.3, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 521.3, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 521.3, + "flow": 0.64, + "temperature": 13.6, + "precipitation": 0, + "inflow": 0.83, + "volume": 2.45 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 521.3, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 521.3, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 521.3, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 521.3, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 521.3, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 521.3, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 521.3, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 521.3, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 521.3, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 521.3, + "flow": 0.65, + "temperature": 13.8, + "precipitation": 0, + "inflow": 0.83, + "volume": 2.45 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 521.3, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 521.3, + "flow": 0.64, + "temperature": 13.8, + "precipitation": 0.1, + "inflow": 0.83, + "volume": 2.45 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 521.3, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 521.3, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 521.3, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 521.3, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 14, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 521.3, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.45, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 521.3, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.45, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 521.3, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 521.3, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.8, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 521.3, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.8, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 521.3, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 521.31, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 521.3, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.6, + "precipitation": 1 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 521.31, + "flow": 0.64, + "temperature": 13.6, + "precipitation": 1, + "inflow": 0.83, + "volume": 2.45 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 521.31, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 521.31, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 521.31, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 521.31, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 521.31, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 521.31, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 521.31, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 521.31, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 521.31, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 521.31, + "flow": 0.62, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 521.31, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 521.31, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 521.31, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 521.31, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 521.31, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 521.31, + "flow": 0.63, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 521.31, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 521.31, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 521.31, + "flow": 0.65, + "inflow": 0.83, + "volume": 2.45, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 521.31, + "flow": 0.64, + "inflow": 0.83, + "volume": 2.45, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 521.31, + "flow": 0.65, + "inflow": 0.77, + "volume": 2.45, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 521.31, + "flow": 0.65, + "inflow": 0.77, + "volume": 2.45, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 521.31, + "flow": 0.65, + "temperature": 14.9, + "precipitation": 0, + "inflow": 0.77, + "volume": 2.45 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 521.31, + "flow": 0.64, + "inflow": 0.77, + "volume": 2.45, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 521.31, + "flow": 0.65, + "inflow": 0.77, + "volume": 2.45, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 521.31, + "flow": 0.65, + "inflow": 0.77, + "volume": 2.45, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 521.31, + "flow": 0.64, + "inflow": 0.77, + "volume": 2.45, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 521.31, + "flow": 0.65, + "inflow": 0.77, + "volume": 2.45, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 521.31, + "flow": 0.65, + "inflow": 0.77, + "volume": 2.45, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 521.31, + "flow": 0.65, + "inflow": 0.77, + "volume": 2.45, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 521.31, + "flow": 0.63, + "inflow": 0.77, + "volume": 2.45, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 521.31, + "flow": 0.64, + "inflow": 0.77, + "volume": 2.45, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 521.31, + "flow": 0.65, + "inflow": 0.77, + "volume": 2.45, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 521.31, + "flow": 0.65, + "inflow": 0.77, + "volume": 2.45, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 521.31, + "flow": 0.63, + "inflow": 0.77, + "volume": 2.45, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 521.32, + "flow": 0.63, + "inflow": 0.77, + "volume": 2.45, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 521.31, + "flow": 0.63, + "inflow": 0.77, + "volume": 2.45, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 521.31, + "flow": 0.64, + "inflow": 0.77, + "volume": 2.45, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 521.31, + "flow": 0.64, + "inflow": 0.77, + "volume": 2.45, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 521.31, + "flow": 0.62, + "inflow": 0.77, + "volume": 2.45, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 521.31, + "flow": 0.63, + "inflow": 0.77, + "volume": 2.45, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 521.31, + "flow": 0.64, + "inflow": 0.77, + "volume": 2.45, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 521.32, + "flow": 0.64, + "temperature": 17.3, + "precipitation": 0, + "inflow": 0.77, + "volume": 2.45 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 521.31, + "flow": 0.65, + "inflow": 0.77, + "volume": 2.45, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 521.31, + "flow": 0.63, + "inflow": 0.77, + "volume": 2.45, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 521.31, + "flow": 0.64, + "inflow": 0.77, + "volume": 2.45, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 521.31, + "flow": 0.63, + "inflow": 0.77, + "volume": 2.45, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 521.31, + "flow": 0.64, + "inflow": 0.77, + "volume": 2.45, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 521.31, + "flow": 0.63, + "inflow": 0.77, + "volume": 2.45, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 521.31, + "flow": 0.63, + "inflow": 0.77, + "volume": 2.45, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 521.31, + "flow": 0.64, + "temperature": 18.1, + "precipitation": 0, + "inflow": 0.77, + "volume": 2.45 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 521.31, + "flow": 0.65, + "temperature": 18.1, + "precipitation": 0, + "inflow": 0.77, + "volume": 2.45 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 521.31, + "flow": 0.65, + "temperature": 18.1, + "precipitation": 0, + "inflow": 0.77, + "volume": 2.45 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 521.31, + "flow": 0.65, + "temperature": 18.1, + "precipitation": 0, + "inflow": 0.77, + "volume": 2.45 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 521.31, + "flow": 0.65, + "temperature": 18.1, + "precipitation": 0, + "inflow": 0.77, + "volume": 2.45 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 521.31, + "flow": 0.65, + "inflow": 0.77, + "volume": 2.45, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 521.31, + "flow": 0.64, + "inflow": 0.77, + "volume": 2.45, + "temperature": 20.1, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/BR_ITAI.json b/public/data/BR_ITAI.json new file mode 100644 index 0000000..574ac3b --- /dev/null +++ b/public/data/BR_ITAI.json @@ -0,0 +1,13502 @@ +[ + { + "timestamp": "2026-06-02T23:10:00.000Z", + "level": 209.11, + "flow": 12887.6, + "inflow": 11805.3, + "volume": 25490.84, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-02T23:20:00.000Z", + "level": 209.11, + "flow": 12904.3, + "inflow": 11757.8, + "volume": 25490.15, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-02T23:30:00.000Z", + "level": 209.11, + "flow": 12930.3, + "inflow": 11926.1, + "volume": 25489.55, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-02T23:40:00.000Z", + "level": 209.1, + "flow": 12895.3, + "inflow": 11783, + "volume": 25488.88, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-02T23:50:00.000Z", + "level": 209.1, + "flow": 12937.9, + "inflow": 11937.7, + "volume": 25488.28, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:00:00.000Z", + "level": 209.1, + "flow": 11964.2, + "inflow": 12278, + "volume": 25488.47, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:10:00.000Z", + "level": 209.1, + "flow": 11950.7, + "inflow": 12172.3, + "volume": 25488.6, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:20:00.000Z", + "level": 209.1, + "flow": 11987.3, + "inflow": 12180.4, + "volume": 25488.72, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:30:00.000Z", + "level": 209.1, + "flow": 12018.6, + "inflow": 12202.8, + "volume": 25488.83, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:40:00.000Z", + "level": 209.1, + "flow": 12031.8, + "inflow": 12269.9, + "volume": 25488.97, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:50:00.000Z", + "level": 209.1, + "flow": 12001.3, + "inflow": 12327.1, + "volume": 25489.17, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:00:00.000Z", + "level": 209.11, + "flow": 11098.6, + "inflow": 12580.4, + "volume": 25490.06, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:10:00.000Z", + "level": 209.11, + "flow": 11133.7, + "inflow": 12618.7, + "volume": 25490.95, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:20:00.000Z", + "level": 209.12, + "flow": 11097, + "inflow": 12499.7, + "volume": 25491.79, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:30:00.000Z", + "level": 209.12, + "flow": 11060.8, + "inflow": 12602, + "volume": 25492.71, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:40:00.000Z", + "level": 209.13, + "flow": 11092.1, + "inflow": 12507.5, + "volume": 25493.56, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:50:00.000Z", + "level": 209.13, + "flow": 11144.9, + "inflow": 12459.9, + "volume": 25494.35, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:00:00.000Z", + "level": 209.14, + "flow": 10470.6, + "inflow": 12819.6, + "volume": 25495.76, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:10:00.000Z", + "level": 209.15, + "flow": 10407.8, + "inflow": 12904.2, + "volume": 25497.26, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:20:00.000Z", + "level": 209.15, + "flow": 10410.4, + "inflow": 12963, + "volume": 25498.79, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:30:00.000Z", + "level": 209.16, + "flow": 10459.8, + "inflow": 12925.6, + "volume": 25500.27, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:40:00.000Z", + "level": 209.17, + "flow": 10458.9, + "inflow": 12916.2, + "volume": 25501.74, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:50:00.000Z", + "level": 209.18, + "flow": 10489.6, + "inflow": 12771.2, + "volume": 25503.11, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:00:00.000Z", + "level": 209.19, + "flow": 10187.5, + "inflow": 13162.5, + "volume": 25504.89, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:10:00.000Z", + "level": 209.2, + "flow": 10222.2, + "inflow": 13209.4, + "volume": 25506.68, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:20:00.000Z", + "level": 209.21, + "flow": 10232.5, + "inflow": 13183.7, + "volume": 25508.45, + "temperature": 24, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:30:00.000Z", + "level": 209.22, + "flow": 10189.4, + "inflow": 13202.1, + "volume": 25510.26, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:40:00.000Z", + "level": 209.22, + "flow": 10240.8, + "inflow": 13050.2, + "volume": 25511.95, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:50:00.000Z", + "level": 209.23, + "flow": 10166.7, + "inflow": 13184.8, + "volume": 25513.76, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:00:00.000Z", + "level": 209.24, + "flow": 10394.6, + "inflow": 13343.2, + "volume": 25515.53, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:10:00.000Z", + "level": 209.25, + "flow": 10457.2, + "inflow": 13369.4, + "volume": 25517.28, + "temperature": 24.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:20:00.000Z", + "level": 209.26, + "flow": 10420.6, + "inflow": 13225.7, + "volume": 25518.96, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:30:00.000Z", + "level": 209.27, + "flow": 10395.5, + "inflow": 13331.8, + "volume": 25520.72, + "temperature": 24.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:40:00.000Z", + "level": 209.28, + "flow": 10386.2, + "inflow": 13274.7, + "volume": 25522.45, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:50:00.000Z", + "level": 209.29, + "flow": 10448, + "inflow": 13395.5, + "volume": 25524.22, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:00:00.000Z", + "level": 209.3, + "flow": 11089.1, + "inflow": 13438.3, + "volume": 25525.63, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:10:00.000Z", + "level": 209.3, + "flow": 11061.7, + "inflow": 13371.5, + "volume": 25527.02, + "temperature": 24.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:20:00.000Z", + "level": 209.31, + "flow": 11124.7, + "inflow": 13358.5, + "volume": 25528.36, + "temperature": 24.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:30:00.000Z", + "level": 209.32, + "flow": 11158.1, + "inflow": 13380.5, + "volume": 25529.69, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:40:00.000Z", + "level": 209.33, + "flow": 11057.8, + "inflow": 13339.2, + "volume": 25531.06, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:50:00.000Z", + "level": 209.33, + "flow": 11061.1, + "inflow": 13307.4, + "volume": 25532.41, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:00:00.000Z", + "level": 209.34, + "flow": 11985.1, + "inflow": 13568.4, + "volume": 25533.36, + "temperature": 24, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:10:00.000Z", + "level": 209.34, + "flow": 11997.5, + "inflow": 13360.2, + "volume": 25534.18, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:20:00.000Z", + "level": 209.35, + "flow": 12014.4, + "inflow": 13357.4, + "volume": 25534.99, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:30:00.000Z", + "level": 209.35, + "flow": 12020.1, + "inflow": 13568.6, + "volume": 25535.92, + "temperature": 24.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:40:00.000Z", + "level": 209.36, + "flow": 12024.1, + "inflow": 13397.5, + "volume": 25536.74, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:50:00.000Z", + "level": 209.36, + "flow": 11997.4, + "inflow": 13557.7, + "volume": 25537.68, + "temperature": 24.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:00:00.000Z", + "level": 209.36, + "flow": 12859.2, + "inflow": 13515.1, + "volume": 25538.07, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:10:00.000Z", + "level": 209.36, + "flow": 12871.7, + "inflow": 13401.5, + "volume": 25538.39, + "temperature": 24.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:20:00.000Z", + "level": 209.37, + "flow": 12914.8, + "inflow": 13519.5, + "volume": 25538.75, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:30:00.000Z", + "level": 209.37, + "flow": 12922.4, + "inflow": 13419.4, + "volume": 25539.05, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:40:00.000Z", + "level": 209.37, + "flow": 12874.4, + "inflow": 13297.9, + "volume": 25539.3, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:50:00.000Z", + "level": 209.37, + "flow": 12853.8, + "inflow": 13453.2, + "volume": 25539.66, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:00:00.000Z", + "level": 209.37, + "flow": 13555, + "inflow": 13335.5, + "volume": 25539.53, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:10:00.000Z", + "level": 209.37, + "flow": 13514, + "inflow": 13340.5, + "volume": 25539.43, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:20:00.000Z", + "level": 209.37, + "flow": 13602.4, + "inflow": 13269.1, + "volume": 25539.23, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:30:00.000Z", + "level": 209.37, + "flow": 13545.6, + "inflow": 13202.1, + "volume": 25539.02, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:40:00.000Z", + "level": 209.37, + "flow": 13611.2, + "inflow": 13337.4, + "volume": 25538.86, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:50:00.000Z", + "level": 209.37, + "flow": 13603.2, + "inflow": 13247.6, + "volume": 25538.65, + "temperature": 24.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:00:00.000Z", + "level": 209.36, + "flow": 13750.6, + "inflow": 13161, + "volume": 25538.3, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:10:00.000Z", + "level": 209.36, + "flow": 13834.3, + "inflow": 13126.4, + "volume": 25537.88, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:20:00.000Z", + "level": 209.36, + "flow": 13829.5, + "inflow": 13067.9, + "volume": 25537.42, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:30:00.000Z", + "level": 209.36, + "flow": 13767.3, + "inflow": 13089.6, + "volume": 25537.01, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:40:00.000Z", + "level": 209.35, + "flow": 13768.4, + "inflow": 13130.4, + "volume": 25536.63, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:50:00.000Z", + "level": 209.35, + "flow": 13754.8, + "inflow": 13176, + "volume": 25536.28, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:00:00.000Z", + "level": 209.35, + "flow": 13525.1, + "inflow": 12867.8, + "volume": 25535.89, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:10:00.000Z", + "level": 209.35, + "flow": 13610.2, + "inflow": 12860.9, + "volume": 25535.44, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:20:00.000Z", + "level": 209.35, + "flow": 13618.8, + "inflow": 12960, + "volume": 25535.04, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:30:00.000Z", + "level": 209.34, + "flow": 13564.7, + "inflow": 12827.7, + "volume": 25534.6, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:40:00.000Z", + "level": 209.34, + "flow": 13546.2, + "inflow": 12870.7, + "volume": 25534.19, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:50:00.000Z", + "level": 209.34, + "flow": 13501.3, + "inflow": 12737.1, + "volume": 25533.73, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:00:00.000Z", + "level": 209.34, + "flow": 12946.3, + "inflow": 12634.3, + "volume": 25533.54, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:10:00.000Z", + "level": 209.34, + "flow": 12879.9, + "inflow": 12663.6, + "volume": 25533.41, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:20:00.000Z", + "level": 209.34, + "flow": 12921, + "inflow": 12590.4, + "volume": 25533.21, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:30:00.000Z", + "level": 209.34, + "flow": 12916.3, + "inflow": 12527.1, + "volume": 25532.98, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:40:00.000Z", + "level": 209.33, + "flow": 12937.1, + "inflow": 12487.4, + "volume": 25532.71, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:50:00.000Z", + "level": 209.33, + "flow": 12927.6, + "inflow": 12522.6, + "volume": 25532.47, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:00:00.000Z", + "level": 209.33, + "flow": 11991.9, + "inflow": 12156.9, + "volume": 25532.57, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:10:00.000Z", + "level": 209.33, + "flow": 12053.3, + "inflow": 12278.8, + "volume": 25532.71, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:20:00.000Z", + "level": 209.33, + "flow": 12002, + "inflow": 12313.3, + "volume": 25532.9, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:30:00.000Z", + "level": 209.34, + "flow": 12012.4, + "inflow": 12273.2, + "volume": 25533.06, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:40:00.000Z", + "level": 209.34, + "flow": 11969, + "inflow": 12358.6, + "volume": 25533.29, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:50:00.000Z", + "level": 209.34, + "flow": 11983.7, + "inflow": 12334.7, + "volume": 25533.5, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:00:00.000Z", + "level": 209.34, + "flow": 11051.4, + "inflow": 11926.7, + "volume": 25534.03, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:10:00.000Z", + "level": 209.34, + "flow": 11106.1, + "inflow": 12058, + "volume": 25534.6, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:20:00.000Z", + "level": 209.35, + "flow": 11067.9, + "inflow": 12014.8, + "volume": 25535.17, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:30:00.000Z", + "level": 209.35, + "flow": 11152.8, + "inflow": 11950.4, + "volume": 25535.65, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:40:00.000Z", + "level": 209.35, + "flow": 11089.7, + "inflow": 11854.9, + "volume": 25536.11, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:50:00.000Z", + "level": 209.35, + "flow": 11128.2, + "inflow": 11881.4, + "volume": 25536.56, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:00:00.000Z", + "level": 209.36, + "flow": 10497.6, + "inflow": 11728.8, + "volume": 25537.3, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:10:00.000Z", + "level": 209.36, + "flow": 10425.8, + "inflow": 11649.8, + "volume": 25538.03, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:20:00.000Z", + "level": 209.37, + "flow": 10486.1, + "inflow": 11701.7, + "volume": 25538.76, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:30:00.000Z", + "level": 209.37, + "flow": 10426.6, + "inflow": 11621, + "volume": 25539.48, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:40:00.000Z", + "level": 209.37, + "flow": 10468.1, + "inflow": 11649.3, + "volume": 25540.19, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:50:00.000Z", + "level": 209.38, + "flow": 10449.1, + "inflow": 11749.1, + "volume": 25540.97, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:00:00.000Z", + "level": 209.38, + "flow": 10230.2, + "inflow": 11318.1, + "volume": 25541.62, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:10:00.000Z", + "level": 209.38, + "flow": 10220.4, + "inflow": 11456.9, + "volume": 25542.36, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:20:00.000Z", + "level": 209.39, + "flow": 10168.5, + "inflow": 11285.3, + "volume": 25543.03, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:30:00.000Z", + "level": 209.39, + "flow": 10140.6, + "inflow": 11491.8, + "volume": 25543.84, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:40:00.000Z", + "level": 209.4, + "flow": 10181.7, + "inflow": 11332.7, + "volume": 25544.53, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:50:00.000Z", + "level": 209.4, + "flow": 10160.5, + "inflow": 11355.8, + "volume": 25545.25, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:00:00.000Z", + "level": 209.4, + "flow": 10407.3, + "inflow": 11108.1, + "volume": 25545.67, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:10:00.000Z", + "level": 209.41, + "flow": 10440.7, + "inflow": 11269.1, + "volume": 25546.17, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:20:00.000Z", + "level": 209.41, + "flow": 10468.5, + "inflow": 11157.9, + "volume": 25546.58, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:30:00.000Z", + "level": 209.41, + "flow": 10500.4, + "inflow": 11132.8, + "volume": 25546.96, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:40:00.000Z", + "level": 209.41, + "flow": 10489.3, + "inflow": 11151.1, + "volume": 25547.36, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:50:00.000Z", + "level": 209.41, + "flow": 10460.3, + "inflow": 11173.2, + "volume": 25547.79, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:00:00.000Z", + "level": 209.41, + "flow": 11127.4, + "inflow": 11040.9, + "volume": 25547.74, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:10:00.000Z", + "level": 209.41, + "flow": 11152, + "inflow": 11209.7, + "volume": 25547.77, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:20:00.000Z", + "level": 209.41, + "flow": 11042.2, + "inflow": 11199.1, + "volume": 25547.86, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:30:00.000Z", + "level": 209.41, + "flow": 11095.1, + "inflow": 11037.3, + "volume": 25547.83, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:40:00.000Z", + "level": 209.41, + "flow": 11074.7, + "inflow": 11110.6, + "volume": 25547.85, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:50:00.000Z", + "level": 209.41, + "flow": 11087.7, + "inflow": 11054.6, + "volume": 25547.83, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:00:00.000Z", + "level": 209.41, + "flow": 12036.7, + "inflow": 10973.9, + "volume": 25547.19, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:10:00.000Z", + "level": 209.41, + "flow": 11998.5, + "inflow": 11057.8, + "volume": 25546.63, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:20:00.000Z", + "level": 209.4, + "flow": 11959.6, + "inflow": 11143.6, + "volume": 25546.14, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:30:00.000Z", + "level": 209.4, + "flow": 11978.2, + "inflow": 11113.7, + "volume": 25545.62, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:40:00.000Z", + "level": 209.4, + "flow": 11989, + "inflow": 10942.1, + "volume": 25544.99, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:50:00.000Z", + "level": 209.4, + "flow": 11942.7, + "inflow": 11036.2, + "volume": 25544.45, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:00:00.000Z", + "level": 209.39, + "flow": 12863, + "inflow": 10994.3, + "volume": 25543.33, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:10:00.000Z", + "level": 209.38, + "flow": 12887.6, + "inflow": 11178, + "volume": 25542.3, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:20:00.000Z", + "level": 209.38, + "flow": 12905.3, + "inflow": 10979.2, + "volume": 25541.14, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:30:00.000Z", + "level": 209.37, + "flow": 12892.7, + "inflow": 11083.1, + "volume": 25540.05, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:40:00.000Z", + "level": 209.37, + "flow": 12918.5, + "inflow": 11093.6, + "volume": 25538.96, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:50:00.000Z", + "level": 209.36, + "flow": 12887.4, + "inflow": 11070.6, + "volume": 25537.87, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:00:00.000Z", + "level": 209.35, + "flow": 13557.5, + "inflow": 11204.9, + "volume": 25536.46, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:10:00.000Z", + "level": 209.35, + "flow": 13561.3, + "inflow": 11125.3, + "volume": 25535, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:20:00.000Z", + "level": 209.34, + "flow": 13548, + "inflow": 11220, + "volume": 25533.6, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:30:00.000Z", + "level": 209.33, + "flow": 13542.8, + "inflow": 11104.7, + "volume": 25532.14, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:40:00.000Z", + "level": 209.32, + "flow": 13570.5, + "inflow": 11234.4, + "volume": 25530.74, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:50:00.000Z", + "level": 209.32, + "flow": 13523.9, + "inflow": 11113.7, + "volume": 25529.29, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:00:00.000Z", + "level": 209.31, + "flow": 13831.1, + "inflow": 11381.2, + "volume": 25527.82, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:10:00.000Z", + "level": 209.3, + "flow": 13818.2, + "inflow": 11349.9, + "volume": 25526.34, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:20:00.000Z", + "level": 209.29, + "flow": 13779.6, + "inflow": 11418.4, + "volume": 25524.92, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:30:00.000Z", + "level": 209.28, + "flow": 13842.1, + "inflow": 11347.7, + "volume": 25523.42, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:40:00.000Z", + "level": 209.28, + "flow": 13779.7, + "inflow": 11333.4, + "volume": 25521.95, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:50:00.000Z", + "level": 209.27, + "flow": 13819.8, + "inflow": 11447.5, + "volume": 25520.53, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:00:00.000Z", + "level": 209.26, + "flow": 13523.2, + "inflow": 11682.9, + "volume": 25519.43, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:10:00.000Z", + "level": 209.26, + "flow": 13525.6, + "inflow": 11694.7, + "volume": 25518.33, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:20:00.000Z", + "level": 209.25, + "flow": 13514.1, + "inflow": 11611.7, + "volume": 25517.19, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:30:00.000Z", + "level": 209.25, + "flow": 13524.8, + "inflow": 11599.8, + "volume": 25516.03, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:40:00.000Z", + "level": 209.24, + "flow": 13611.4, + "inflow": 11704.5, + "volume": 25514.89, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:50:00.000Z", + "level": 209.23, + "flow": 13602.2, + "inflow": 11587.6, + "volume": 25513.68, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:00:00.000Z", + "level": 209.23, + "flow": 12928.4, + "inflow": 11985.7, + "volume": 25513.11, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:10:00.000Z", + "level": 209.23, + "flow": 12854.8, + "inflow": 11931.3, + "volume": 25512.56, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:20:00.000Z", + "level": 209.22, + "flow": 12944.4, + "inflow": 11825.7, + "volume": 25511.89, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:30:00.000Z", + "level": 209.22, + "flow": 12895.4, + "inflow": 12029.3, + "volume": 25511.37, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:40:00.000Z", + "level": 209.22, + "flow": 12903, + "inflow": 11880, + "volume": 25510.76, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:50:00.000Z", + "level": 209.21, + "flow": 12884.4, + "inflow": 11945.8, + "volume": 25510.2, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:00:00.000Z", + "level": 209.22, + "flow": 11990, + "inflow": 12220, + "volume": 25510.34, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:10:00.000Z", + "level": 209.22, + "flow": 12004.6, + "inflow": 12317, + "volume": 25510.53, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:20:00.000Z", + "level": 209.22, + "flow": 11967.8, + "inflow": 12402.8, + "volume": 25510.79, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:30:00.000Z", + "level": 209.22, + "flow": 12045.4, + "inflow": 12286.8, + "volume": 25510.93, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:40:00.000Z", + "level": 209.22, + "flow": 11981.8, + "inflow": 12256.1, + "volume": 25511.09, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:50:00.000Z", + "level": 209.22, + "flow": 11998.6, + "inflow": 12259.8, + "volume": 25511.25, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:00:00.000Z", + "level": 209.22, + "flow": 11152.3, + "inflow": 12550.6, + "volume": 25512.09, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:10:00.000Z", + "level": 209.23, + "flow": 11141.8, + "inflow": 12555.1, + "volume": 25512.94, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:20:00.000Z", + "level": 209.23, + "flow": 11121.2, + "inflow": 12631, + "volume": 25513.85, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:30:00.000Z", + "level": 209.24, + "flow": 11074.1, + "inflow": 12699.8, + "volume": 25514.83, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:40:00.000Z", + "level": 209.24, + "flow": 11109.3, + "inflow": 12630.6, + "volume": 25515.74, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:50:00.000Z", + "level": 209.25, + "flow": 11059.2, + "inflow": 12614.8, + "volume": 25516.67, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:00:00.000Z", + "level": 209.26, + "flow": 10462.2, + "inflow": 13020, + "volume": 25518.2, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:10:00.000Z", + "level": 209.26, + "flow": 10483.7, + "inflow": 12863.7, + "volume": 25519.63, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:20:00.000Z", + "level": 209.27, + "flow": 10460.6, + "inflow": 12946.5, + "volume": 25521.12, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:30:00.000Z", + "level": 209.28, + "flow": 10432.5, + "inflow": 12819.4, + "volume": 25522.55, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:40:00.000Z", + "level": 209.29, + "flow": 10396.5, + "inflow": 12891.8, + "volume": 25524.05, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:50:00.000Z", + "level": 209.3, + "flow": 10434.1, + "inflow": 12842.1, + "volume": 25525.49, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:00:00.000Z", + "level": 209.3, + "flow": 10235.8, + "inflow": 13081.1, + "volume": 25527.2, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:10:00.000Z", + "level": 209.31, + "flow": 10237.1, + "inflow": 13109.7, + "volume": 25528.92, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:20:00.000Z", + "level": 209.32, + "flow": 10182.8, + "inflow": 13132.1, + "volume": 25530.69, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:30:00.000Z", + "level": 209.33, + "flow": 10165, + "inflow": 13218.4, + "volume": 25532.52, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:40:00.000Z", + "level": 209.34, + "flow": 10159.1, + "inflow": 13094.8, + "volume": 25534.28, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:50:00.000Z", + "level": 209.35, + "flow": 10171.5, + "inflow": 13199.2, + "volume": 25536.1, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:00:00.000Z", + "level": 209.36, + "flow": 10454.5, + "inflow": 13317.8, + "volume": 25537.82, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:10:00.000Z", + "level": 209.37, + "flow": 10394.6, + "inflow": 13355.1, + "volume": 25539.6, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:20:00.000Z", + "level": 209.38, + "flow": 10496.7, + "inflow": 13269.2, + "volume": 25541.26, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:30:00.000Z", + "level": 209.39, + "flow": 10408.8, + "inflow": 13455.3, + "volume": 25543.09, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:40:00.000Z", + "level": 209.4, + "flow": 10475.6, + "inflow": 13461.7, + "volume": 25544.88, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:50:00.000Z", + "level": 209.41, + "flow": 10390.3, + "inflow": 13273, + "volume": 25546.61, + "temperature": 24.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:00:00.000Z", + "level": 209.42, + "flow": 11085.4, + "inflow": 13537.1, + "volume": 25548.08, + "temperature": 24.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:10:00.000Z", + "level": 209.42, + "flow": 11121, + "inflow": 13548.3, + "volume": 25549.54, + "temperature": 24.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:20:00.000Z", + "level": 209.43, + "flow": 11060.5, + "inflow": 13425.5, + "volume": 25550.96, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:30:00.000Z", + "level": 209.44, + "flow": 11104, + "inflow": 13447.9, + "volume": 25552.37, + "temperature": 24, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:40:00.000Z", + "level": 209.45, + "flow": 11057.5, + "inflow": 13433.7, + "volume": 25553.8, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:50:00.000Z", + "level": 209.45, + "flow": 11137.6, + "inflow": 13461.6, + "volume": 25555.19, + "temperature": 24.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:00:00.000Z", + "level": 209.46, + "flow": 12043.6, + "inflow": 13536, + "volume": 25556.09, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:10:00.000Z", + "level": 209.46, + "flow": 12021.8, + "inflow": 13428.9, + "volume": 25556.93, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:20:00.000Z", + "level": 209.47, + "flow": 11984.8, + "inflow": 13426.1, + "volume": 25557.79, + "temperature": 24.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:30:00.000Z", + "level": 209.47, + "flow": 11985.4, + "inflow": 13531, + "volume": 25558.72, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:40:00.000Z", + "level": 209.48, + "flow": 11953.1, + "inflow": 13626.7, + "volume": 25559.72, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:50:00.000Z", + "level": 209.48, + "flow": 11969, + "inflow": 13410.2, + "volume": 25560.58, + "temperature": 24, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:00:00.000Z", + "level": 209.48, + "flow": 12869, + "inflow": 13408.5, + "volume": 25560.9, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:10:00.000Z", + "level": 209.48, + "flow": 12957.8, + "inflow": 13407.4, + "volume": 25561.17, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:20:00.000Z", + "level": 209.49, + "flow": 12897.2, + "inflow": 13602.8, + "volume": 25561.59, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:30:00.000Z", + "level": 209.49, + "flow": 12909, + "inflow": 13448.7, + "volume": 25561.91, + "temperature": 24.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:40:00.000Z", + "level": 209.49, + "flow": 12867.3, + "inflow": 13494.6, + "volume": 25562.29, + "temperature": 24.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:50:00.000Z", + "level": 209.49, + "flow": 12957.4, + "inflow": 13458.8, + "volume": 25562.59, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:00:00.000Z", + "level": 209.49, + "flow": 13592.9, + "inflow": 13376, + "volume": 25562.46, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:10:00.000Z", + "level": 209.49, + "flow": 13519.5, + "inflow": 13294.1, + "volume": 25562.32, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:20:00.000Z", + "level": 209.49, + "flow": 13580.9, + "inflow": 13378.2, + "volume": 25562.2, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:30:00.000Z", + "level": 209.49, + "flow": 13571.9, + "inflow": 13244.5, + "volume": 25562, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:40:00.000Z", + "level": 209.49, + "flow": 13543.7, + "inflow": 13393.9, + "volume": 25561.91, + "temperature": 24.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:50:00.000Z", + "level": 209.49, + "flow": 13540.8, + "inflow": 13348.4, + "volume": 25561.79, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:00:00.000Z", + "level": 209.49, + "flow": 13807.8, + "inflow": 13210.6, + "volume": 25561.43, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:10:00.000Z", + "level": 209.48, + "flow": 13851.2, + "inflow": 13072.5, + "volume": 25560.96, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:20:00.000Z", + "level": 209.48, + "flow": 13801.7, + "inflow": 13206, + "volume": 25560.6, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:30:00.000Z", + "level": 209.48, + "flow": 13839.3, + "inflow": 13188, + "volume": 25560.21, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:40:00.000Z", + "level": 209.48, + "flow": 13768.9, + "inflow": 13102, + "volume": 25559.81, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:50:00.000Z", + "level": 209.47, + "flow": 13857.1, + "inflow": 13167, + "volume": 25559.4, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:00:00.000Z", + "level": 209.47, + "flow": 13583.3, + "inflow": 12944.9, + "volume": 25559.02, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:10:00.000Z", + "level": 209.47, + "flow": 13580.5, + "inflow": 12921.5, + "volume": 25558.62, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:20:00.000Z", + "level": 209.47, + "flow": 13579.3, + "inflow": 12865.5, + "volume": 25558.19, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:30:00.000Z", + "level": 209.47, + "flow": 13544, + "inflow": 12808.1, + "volume": 25557.75, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:40:00.000Z", + "level": 209.46, + "flow": 13548.8, + "inflow": 12813.2, + "volume": 25557.31, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:50:00.000Z", + "level": 209.46, + "flow": 13588.9, + "inflow": 12894, + "volume": 25556.89, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:00:00.000Z", + "level": 209.46, + "flow": 12909.4, + "inflow": 12586.6, + "volume": 25556.7, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:10:00.000Z", + "level": 209.46, + "flow": 12934.7, + "inflow": 12598.4, + "volume": 25556.5, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:20:00.000Z", + "level": 209.46, + "flow": 12922.4, + "inflow": 12560.4, + "volume": 25556.28, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:30:00.000Z", + "level": 209.46, + "flow": 12848, + "inflow": 12578.7, + "volume": 25556.12, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:40:00.000Z", + "level": 209.46, + "flow": 12908.3, + "inflow": 12671.6, + "volume": 25555.98, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:50:00.000Z", + "level": 209.46, + "flow": 12855.9, + "inflow": 12741.8, + "volume": 25555.91, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:00:00.000Z", + "level": 209.46, + "flow": 12039.6, + "inflow": 12228.1, + "volume": 25556.02, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:10:00.000Z", + "level": 209.46, + "flow": 11949.4, + "inflow": 12305, + "volume": 25556.23, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:20:00.000Z", + "level": 209.46, + "flow": 12015.1, + "inflow": 12382.2, + "volume": 25556.45, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:30:00.000Z", + "level": 209.46, + "flow": 11984.5, + "inflow": 12337.3, + "volume": 25556.66, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:40:00.000Z", + "level": 209.46, + "flow": 12025.6, + "inflow": 12242.8, + "volume": 25556.79, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:50:00.000Z", + "level": 209.46, + "flow": 11996.9, + "inflow": 12443.1, + "volume": 25557.06, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:00:00.000Z", + "level": 209.47, + "flow": 11114.7, + "inflow": 12131.7, + "volume": 25557.67, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:10:00.000Z", + "level": 209.47, + "flow": 11152.2, + "inflow": 11994.7, + "volume": 25558.18, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:20:00.000Z", + "level": 209.47, + "flow": 11137.7, + "inflow": 11945.1, + "volume": 25558.66, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:30:00.000Z", + "level": 209.47, + "flow": 11149.1, + "inflow": 12031.2, + "volume": 25559.19, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:40:00.000Z", + "level": 209.48, + "flow": 11125.4, + "inflow": 12065.8, + "volume": 25559.75, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:50:00.000Z", + "level": 209.48, + "flow": 11125.6, + "inflow": 11900.5, + "volume": 25560.21, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:00:00.000Z", + "level": 209.48, + "flow": 10428.1, + "inflow": 11777.8, + "volume": 25561.02, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:10:00.000Z", + "level": 209.49, + "flow": 10402.7, + "inflow": 11614.4, + "volume": 25561.75, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:20:00.000Z", + "level": 209.49, + "flow": 10382.1, + "inflow": 11612.8, + "volume": 25562.49, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:30:00.000Z", + "level": 209.5, + "flow": 10419, + "inflow": 11809.7, + "volume": 25563.32, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:40:00.000Z", + "level": 209.5, + "flow": 10391.4, + "inflow": 11608.8, + "volume": 25564.05, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:50:00.000Z", + "level": 209.5, + "flow": 10414.6, + "inflow": 11752.1, + "volume": 25564.85, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:00:00.000Z", + "level": 209.51, + "flow": 10201.5, + "inflow": 11406.5, + "volume": 25565.57, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:10:00.000Z", + "level": 209.51, + "flow": 10223.2, + "inflow": 11564.5, + "volume": 25566.37, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:20:00.000Z", + "level": 209.52, + "flow": 10243.8, + "inflow": 11357.5, + "volume": 25567.04, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:30:00.000Z", + "level": 209.52, + "flow": 10197.1, + "inflow": 11578.9, + "volume": 25567.87, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:40:00.000Z", + "level": 209.52, + "flow": 10243.6, + "inflow": 11590.6, + "volume": 25568.68, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:50:00.000Z", + "level": 209.53, + "flow": 10185.8, + "inflow": 11471.6, + "volume": 25569.45, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:00:00.000Z", + "level": 209.53, + "flow": 10410.3, + "inflow": 11246.5, + "volume": 25569.95, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:10:00.000Z", + "level": 209.53, + "flow": 10389.6, + "inflow": 11322.4, + "volume": 25570.51, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:20:00.000Z", + "level": 209.54, + "flow": 10476.2, + "inflow": 11397.3, + "volume": 25571.06, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:30:00.000Z", + "level": 209.54, + "flow": 10480.5, + "inflow": 11300.6, + "volume": 25571.55, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:40:00.000Z", + "level": 209.54, + "flow": 10470.1, + "inflow": 11387.3, + "volume": 25572.1, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:50:00.000Z", + "level": 209.54, + "flow": 10483, + "inflow": 11273.1, + "volume": 25572.57, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:00:00.000Z", + "level": 209.55, + "flow": 11102.4, + "inflow": 11264.9, + "volume": 25572.67, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:10:00.000Z", + "level": 209.55, + "flow": 11113.9, + "inflow": 11212.9, + "volume": 25572.73, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:20:00.000Z", + "level": 209.55, + "flow": 11117.9, + "inflow": 11046.5, + "volume": 25572.69, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:30:00.000Z", + "level": 209.55, + "flow": 11124.7, + "inflow": 11178, + "volume": 25572.72, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:40:00.000Z", + "level": 209.55, + "flow": 11044.7, + "inflow": 11209, + "volume": 25572.82, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:50:00.000Z", + "level": 209.55, + "flow": 11055.2, + "inflow": 11250.6, + "volume": 25572.94, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:00:00.000Z", + "level": 209.54, + "flow": 12004.8, + "inflow": 11118.9, + "volume": 25572.41, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:10:00.000Z", + "level": 209.54, + "flow": 11989.8, + "inflow": 11066.8, + "volume": 25571.86, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:20:00.000Z", + "level": 209.54, + "flow": 11992.2, + "inflow": 11021.1, + "volume": 25571.28, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:30:00.000Z", + "level": 209.54, + "flow": 11987.3, + "inflow": 11201, + "volume": 25570.81, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:40:00.000Z", + "level": 209.53, + "flow": 11983.4, + "inflow": 11141.7, + "volume": 25570.3, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:50:00.000Z", + "level": 209.53, + "flow": 11992.5, + "inflow": 11020.4, + "volume": 25569.72, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:00:00.000Z", + "level": 209.52, + "flow": 12854.7, + "inflow": 11163.7, + "volume": 25568.71, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:10:00.000Z", + "level": 209.52, + "flow": 12846.7, + "inflow": 11102.9, + "volume": 25567.66, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:20:00.000Z", + "level": 209.51, + "flow": 12911.7, + "inflow": 11186, + "volume": 25566.62, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:30:00.000Z", + "level": 209.51, + "flow": 12884.2, + "inflow": 11262.3, + "volume": 25565.65, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:40:00.000Z", + "level": 209.5, + "flow": 12933.4, + "inflow": 11070.9, + "volume": 25564.53, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:50:00.000Z", + "level": 209.5, + "flow": 12886.8, + "inflow": 11062, + "volume": 25563.44, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:00:00.000Z", + "level": 209.49, + "flow": 13527.7, + "inflow": 11333.6, + "volume": 25562.12, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:10:00.000Z", + "level": 209.48, + "flow": 13549.6, + "inflow": 11230.1, + "volume": 25560.73, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:20:00.000Z", + "level": 209.47, + "flow": 13543.5, + "inflow": 11291.9, + "volume": 25559.38, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:30:00.000Z", + "level": 209.47, + "flow": 13503.7, + "inflow": 11301.1, + "volume": 25558.06, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:40:00.000Z", + "level": 209.46, + "flow": 13576.2, + "inflow": 11337.2, + "volume": 25556.72, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:50:00.000Z", + "level": 209.45, + "flow": 13532.9, + "inflow": 11378.3, + "volume": 25555.43, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:00:00.000Z", + "level": 209.45, + "flow": 13813.1, + "inflow": 11468.3, + "volume": 25554.02, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:10:00.000Z", + "level": 209.44, + "flow": 13742, + "inflow": 11531.4, + "volume": 25552.69, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:20:00.000Z", + "level": 209.43, + "flow": 13740.1, + "inflow": 11553.9, + "volume": 25551.38, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:30:00.000Z", + "level": 209.43, + "flow": 13799.6, + "inflow": 11457.4, + "volume": 25549.97, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:40:00.000Z", + "level": 209.42, + "flow": 13835.2, + "inflow": 11408.5, + "volume": 25548.51, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:50:00.000Z", + "level": 209.41, + "flow": 13766.5, + "inflow": 11534.6, + "volume": 25547.17, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:00:00.000Z", + "level": 209.4, + "flow": 13617.9, + "inflow": 11627.1, + "volume": 25545.98, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:10:00.000Z", + "level": 209.4, + "flow": 13611.1, + "inflow": 11736.1, + "volume": 25544.85, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:20:00.000Z", + "level": 209.39, + "flow": 13592.7, + "inflow": 11823.9, + "volume": 25543.79, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:30:00.000Z", + "level": 209.39, + "flow": 13572.8, + "inflow": 11687.8, + "volume": 25542.66, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:40:00.000Z", + "level": 209.38, + "flow": 13520.2, + "inflow": 11770.2, + "volume": 25541.61, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:50:00.000Z", + "level": 209.37, + "flow": 13578.8, + "inflow": 11604.7, + "volume": 25540.43, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:00:00.000Z", + "level": 209.37, + "flow": 12879.9, + "inflow": 12050.8, + "volume": 25539.93, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:10:00.000Z", + "level": 209.37, + "flow": 12853.3, + "inflow": 11985.3, + "volume": 25539.41, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:20:00.000Z", + "level": 209.37, + "flow": 12908.8, + "inflow": 12105.9, + "volume": 25538.93, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:30:00.000Z", + "level": 209.36, + "flow": 12874.4, + "inflow": 11910.9, + "volume": 25538.35, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:40:00.000Z", + "level": 209.36, + "flow": 12840.4, + "inflow": 12133.1, + "volume": 25537.93, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:50:00.000Z", + "level": 209.36, + "flow": 12876, + "inflow": 11927.7, + "volume": 25537.36, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:00:00.000Z", + "level": 209.36, + "flow": 12055.6, + "inflow": 12482.5, + "volume": 25537.62, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:10:00.000Z", + "level": 209.36, + "flow": 11978.6, + "inflow": 12314.7, + "volume": 25537.82, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:20:00.000Z", + "level": 209.36, + "flow": 11949.7, + "inflow": 12395.1, + "volume": 25538.09, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:30:00.000Z", + "level": 209.36, + "flow": 11989.9, + "inflow": 12459.2, + "volume": 25538.37, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:40:00.000Z", + "level": 209.37, + "flow": 12013.5, + "inflow": 12467, + "volume": 25538.64, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:50:00.000Z", + "level": 209.37, + "flow": 12001.5, + "inflow": 12467.2, + "volume": 25538.92, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:00:00.000Z", + "level": 209.37, + "flow": 11096.1, + "inflow": 12691.8, + "volume": 25539.88, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:10:00.000Z", + "level": 209.38, + "flow": 11098.1, + "inflow": 12598, + "volume": 25540.78, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:20:00.000Z", + "level": 209.38, + "flow": 11097.6, + "inflow": 12733.6, + "volume": 25541.76, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:30:00.000Z", + "level": 209.39, + "flow": 11136.2, + "inflow": 12745.9, + "volume": 25542.73, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:40:00.000Z", + "level": 209.39, + "flow": 11135.5, + "inflow": 12617.8, + "volume": 25543.62, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:50:00.000Z", + "level": 209.4, + "flow": 11064.4, + "inflow": 12626.6, + "volume": 25544.56, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:00:00.000Z", + "level": 209.4, + "flow": 10381.5, + "inflow": 12995.3, + "volume": 25546.13, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:10:00.000Z", + "level": 209.41, + "flow": 10403.8, + "inflow": 12911.5, + "volume": 25547.63, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:20:00.000Z", + "level": 209.42, + "flow": 10385.7, + "inflow": 12873.6, + "volume": 25549.12, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:30:00.000Z", + "level": 209.43, + "flow": 10438.4, + "inflow": 12947.3, + "volume": 25550.63, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:40:00.000Z", + "level": 209.44, + "flow": 10404.4, + "inflow": 13107.7, + "volume": 25552.25, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:50:00.000Z", + "level": 209.45, + "flow": 10434.3, + "inflow": 13059.5, + "volume": 25553.83, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:00:00.000Z", + "level": 209.46, + "flow": 10207.4, + "inflow": 13251.2, + "volume": 25555.66, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:10:00.000Z", + "level": 209.46, + "flow": 10238.4, + "inflow": 13202.2, + "volume": 25557.44, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:20:00.000Z", + "level": 209.47, + "flow": 10246, + "inflow": 13340.1, + "volume": 25559.3, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:30:00.000Z", + "level": 209.48, + "flow": 10234.7, + "inflow": 13334.8, + "volume": 25561.16, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:40:00.000Z", + "level": 209.49, + "flow": 10213.9, + "inflow": 13322.5, + "volume": 25563.03, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:50:00.000Z", + "level": 209.5, + "flow": 10144.7, + "inflow": 13200.4, + "volume": 25564.86, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:00:00.000Z", + "level": 209.51, + "flow": 10454.7, + "inflow": 13388.1, + "volume": 25566.62, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:10:00.000Z", + "level": 209.52, + "flow": 10412.1, + "inflow": 13530.7, + "volume": 25568.49, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:20:00.000Z", + "level": 209.53, + "flow": 10489.5, + "inflow": 13365.7, + "volume": 25570.22, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:30:00.000Z", + "level": 209.54, + "flow": 10456.7, + "inflow": 13520.5, + "volume": 25572.06, + "temperature": 24.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:40:00.000Z", + "level": 209.55, + "flow": 10404.2, + "inflow": 13380.4, + "volume": 25573.85, + "temperature": 24.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:50:00.000Z", + "level": 209.56, + "flow": 10417.3, + "inflow": 13518.8, + "volume": 25575.71, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:00:00.000Z", + "level": 209.57, + "flow": 11083.6, + "inflow": 13487.1, + "volume": 25577.15, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:10:00.000Z", + "level": 209.58, + "flow": 11159.6, + "inflow": 13646, + "volume": 25578.64, + "temperature": 24.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:20:00.000Z", + "level": 209.58, + "flow": 11085.8, + "inflow": 13499.1, + "volume": 25580.09, + "temperature": 24.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:30:00.000Z", + "level": 209.59, + "flow": 11133.6, + "inflow": 13604.3, + "volume": 25581.57, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:40:00.000Z", + "level": 209.6, + "flow": 11048.6, + "inflow": 13540.6, + "volume": 25583.07, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:50:00.000Z", + "level": 209.61, + "flow": 11119.8, + "inflow": 13545.6, + "volume": 25584.53, + "temperature": 24.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:00:00.000Z", + "level": 209.61, + "flow": 12007.6, + "inflow": 13551.4, + "volume": 25585.46, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:10:00.000Z", + "level": 209.62, + "flow": 11990.6, + "inflow": 13508.8, + "volume": 25586.37, + "temperature": 24.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:20:00.000Z", + "level": 209.62, + "flow": 11996.2, + "inflow": 13623.9, + "volume": 25587.35, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:30:00.000Z", + "level": 209.63, + "flow": 11981.4, + "inflow": 13555.5, + "volume": 25588.29, + "temperature": 24, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:40:00.000Z", + "level": 209.63, + "flow": 12041.5, + "inflow": 13712.3, + "volume": 25589.29, + "temperature": 24.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:50:00.000Z", + "level": 209.64, + "flow": 12039.3, + "inflow": 13663.8, + "volume": 25590.26, + "temperature": 25, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:00:00.000Z", + "level": 209.64, + "flow": 12900.1, + "inflow": 13580, + "volume": 25590.67, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:10:00.000Z", + "level": 209.64, + "flow": 12887, + "inflow": 13493.2, + "volume": 25591.03, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:20:00.000Z", + "level": 209.64, + "flow": 12862.9, + "inflow": 13617.2, + "volume": 25591.48, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:30:00.000Z", + "level": 209.65, + "flow": 12909, + "inflow": 13657.8, + "volume": 25591.93, + "temperature": 24.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:40:00.000Z", + "level": 209.65, + "flow": 12956.4, + "inflow": 13597.6, + "volume": 25592.31, + "temperature": 24.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:50:00.000Z", + "level": 209.65, + "flow": 12879.2, + "inflow": 13465.9, + "volume": 25592.66, + "temperature": 24.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:00:00.000Z", + "level": 209.65, + "flow": 13588.1, + "inflow": 13434.8, + "volume": 25592.57, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:10:00.000Z", + "level": 209.65, + "flow": 13543.4, + "inflow": 13382.4, + "volume": 25592.47, + "temperature": 24.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:20:00.000Z", + "level": 209.65, + "flow": 13544.1, + "inflow": 13370.4, + "volume": 25592.37, + "temperature": 24.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:30:00.000Z", + "level": 209.65, + "flow": 13569.2, + "inflow": 13478.1, + "volume": 25592.32, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:40:00.000Z", + "level": 209.65, + "flow": 13526.9, + "inflow": 13331.1, + "volume": 25592.2, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:50:00.000Z", + "level": 209.65, + "flow": 13530.7, + "inflow": 13418.3, + "volume": 25592.13, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:00:00.000Z", + "level": 209.65, + "flow": 13825.7, + "inflow": 13211.2, + "volume": 25591.76, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:10:00.000Z", + "level": 209.64, + "flow": 13810.8, + "inflow": 13255.5, + "volume": 25591.43, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:20:00.000Z", + "level": 209.64, + "flow": 13858.5, + "inflow": 13230.6, + "volume": 25591.05, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:30:00.000Z", + "level": 209.64, + "flow": 13831.9, + "inflow": 13182.6, + "volume": 25590.66, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:40:00.000Z", + "level": 209.64, + "flow": 13746.9, + "inflow": 13164.4, + "volume": 25590.31, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:50:00.000Z", + "level": 209.64, + "flow": 13841.4, + "inflow": 13281.8, + "volume": 25589.97, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:00:00.000Z", + "level": 209.63, + "flow": 13559.5, + "inflow": 12999.8, + "volume": 25589.63, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:10:00.000Z", + "level": 209.63, + "flow": 13601.5, + "inflow": 12965, + "volume": 25589.25, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:20:00.000Z", + "level": 209.63, + "flow": 13617.8, + "inflow": 12964.4, + "volume": 25588.86, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:30:00.000Z", + "level": 209.63, + "flow": 13567.9, + "inflow": 12932.1, + "volume": 25588.48, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:40:00.000Z", + "level": 209.63, + "flow": 13534.4, + "inflow": 12948, + "volume": 25588.13, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:50:00.000Z", + "level": 209.62, + "flow": 13610.4, + "inflow": 12888.6, + "volume": 25587.7, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:00:00.000Z", + "level": 209.62, + "flow": 12862.9, + "inflow": 12613.8, + "volume": 25587.55, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:10:00.000Z", + "level": 209.62, + "flow": 12914.6, + "inflow": 12612.8, + "volume": 25587.37, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:20:00.000Z", + "level": 209.62, + "flow": 12902.3, + "inflow": 12591.2, + "volume": 25587.18, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:30:00.000Z", + "level": 209.62, + "flow": 12866.3, + "inflow": 12797.6, + "volume": 25587.14, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:40:00.000Z", + "level": 209.62, + "flow": 12886.6, + "inflow": 12596.8, + "volume": 25586.97, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:50:00.000Z", + "level": 209.62, + "flow": 12851.8, + "inflow": 12789.2, + "volume": 25586.93, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:00:00.000Z", + "level": 209.62, + "flow": 12056.8, + "inflow": 12481.8, + "volume": 25587.19, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:10:00.000Z", + "level": 209.62, + "flow": 12051, + "inflow": 12492.2, + "volume": 25587.45, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:20:00.000Z", + "level": 209.62, + "flow": 11965.3, + "inflow": 12427.7, + "volume": 25587.73, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:30:00.000Z", + "level": 209.63, + "flow": 11965.5, + "inflow": 12301.8, + "volume": 25587.93, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:40:00.000Z", + "level": 209.63, + "flow": 12027.1, + "inflow": 12418, + "volume": 25588.16, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:50:00.000Z", + "level": 209.63, + "flow": 11966.4, + "inflow": 12382.4, + "volume": 25588.41, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:00:00.000Z", + "level": 209.63, + "flow": 11157.1, + "inflow": 12040.2, + "volume": 25588.94, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:10:00.000Z", + "level": 209.63, + "flow": 11109.5, + "inflow": 12121.4, + "volume": 25589.55, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:20:00.000Z", + "level": 209.64, + "flow": 11100.9, + "inflow": 12068.9, + "volume": 25590.13, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:30:00.000Z", + "level": 209.64, + "flow": 11136.9, + "inflow": 11966.9, + "volume": 25590.63, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:40:00.000Z", + "level": 209.64, + "flow": 11141.2, + "inflow": 12094.1, + "volume": 25591.2, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:50:00.000Z", + "level": 209.65, + "flow": 11099.3, + "inflow": 12029.4, + "volume": 25591.76, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:00:00.000Z", + "level": 209.65, + "flow": 10464.5, + "inflow": 11821, + "volume": 25592.57, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:10:00.000Z", + "level": 209.65, + "flow": 10420.1, + "inflow": 11776.6, + "volume": 25593.38, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:20:00.000Z", + "level": 209.66, + "flow": 10395.2, + "inflow": 11793.6, + "volume": 25594.22, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:30:00.000Z", + "level": 209.66, + "flow": 10447.2, + "inflow": 11680.6, + "volume": 25594.96, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:40:00.000Z", + "level": 209.67, + "flow": 10426, + "inflow": 11820.1, + "volume": 25595.8, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:50:00.000Z", + "level": 209.67, + "flow": 10412.5, + "inflow": 11680.9, + "volume": 25596.56, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:00:00.000Z", + "level": 209.68, + "flow": 10205.2, + "inflow": 11620.9, + "volume": 25597.41, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:10:00.000Z", + "level": 209.68, + "flow": 10180.8, + "inflow": 11547.2, + "volume": 25598.23, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:20:00.000Z", + "level": 209.68, + "flow": 10206.3, + "inflow": 11580.6, + "volume": 25599.05, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:30:00.000Z", + "level": 209.69, + "flow": 10150.9, + "inflow": 11475.7, + "volume": 25599.84, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:40:00.000Z", + "level": 209.69, + "flow": 10180.5, + "inflow": 11489, + "volume": 25600.63, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:50:00.000Z", + "level": 209.7, + "flow": 10202.8, + "inflow": 11549.9, + "volume": 25601.44, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:00:00.000Z", + "level": 209.7, + "flow": 10478.2, + "inflow": 11378.1, + "volume": 25601.98, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:10:00.000Z", + "level": 209.7, + "flow": 10421.3, + "inflow": 11262.8, + "volume": 25602.48, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:20:00.000Z", + "level": 209.71, + "flow": 10468.4, + "inflow": 11396.1, + "volume": 25603.04, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:30:00.000Z", + "level": 209.71, + "flow": 10463.8, + "inflow": 11306.6, + "volume": 25603.55, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:40:00.000Z", + "level": 209.71, + "flow": 10477.3, + "inflow": 11238.5, + "volume": 25604.01, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:50:00.000Z", + "level": 209.71, + "flow": 10474.6, + "inflow": 11319.1, + "volume": 25604.52, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:00:00.000Z", + "level": 209.71, + "flow": 11111.3, + "inflow": 11162.5, + "volume": 25604.55, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:10:00.000Z", + "level": 209.71, + "flow": 11102.9, + "inflow": 11148.6, + "volume": 25604.58, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:20:00.000Z", + "level": 209.71, + "flow": 11155.9, + "inflow": 11324, + "volume": 25604.68, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:30:00.000Z", + "level": 209.71, + "flow": 11051.4, + "inflow": 11140.4, + "volume": 25604.73, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:40:00.000Z", + "level": 209.71, + "flow": 11154.8, + "inflow": 11183.3, + "volume": 25604.75, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:50:00.000Z", + "level": 209.71, + "flow": 11087.3, + "inflow": 11131.4, + "volume": 25604.78, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:00:00.000Z", + "level": 209.71, + "flow": 12044, + "inflow": 11116.1, + "volume": 25604.22, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:10:00.000Z", + "level": 209.71, + "flow": 11976, + "inflow": 11250.2, + "volume": 25603.78, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:20:00.000Z", + "level": 209.71, + "flow": 11983.6, + "inflow": 11198.5, + "volume": 25603.31, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:30:00.000Z", + "level": 209.71, + "flow": 11943.4, + "inflow": 11305.8, + "volume": 25602.93, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:40:00.000Z", + "level": 209.7, + "flow": 11982.4, + "inflow": 11189.2, + "volume": 25602.45, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:50:00.000Z", + "level": 209.7, + "flow": 11994.6, + "inflow": 11305.8, + "volume": 25602.04, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:00:00.000Z", + "level": 209.7, + "flow": 12901.5, + "inflow": 11275.9, + "volume": 25601.06, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:10:00.000Z", + "level": 209.69, + "flow": 12870.7, + "inflow": 11269.4, + "volume": 25600.1, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:20:00.000Z", + "level": 209.68, + "flow": 12906, + "inflow": 11214.9, + "volume": 25599.09, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:30:00.000Z", + "level": 209.68, + "flow": 12918.5, + "inflow": 11334.2, + "volume": 25598.14, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:40:00.000Z", + "level": 209.67, + "flow": 12900, + "inflow": 11261.7, + "volume": 25597.16, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:50:00.000Z", + "level": 209.67, + "flow": 12929.7, + "inflow": 11234.6, + "volume": 25596.14, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:00:00.000Z", + "level": 209.66, + "flow": 13579.9, + "inflow": 11344, + "volume": 25594.8, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:10:00.000Z", + "level": 209.65, + "flow": 13616.4, + "inflow": 11249.9, + "volume": 25593.38, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:20:00.000Z", + "level": 209.65, + "flow": 13548.6, + "inflow": 11454, + "volume": 25592.12, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:30:00.000Z", + "level": 209.64, + "flow": 13611.2, + "inflow": 11272.2, + "volume": 25590.72, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:40:00.000Z", + "level": 209.63, + "flow": 13598.7, + "inflow": 11395.6, + "volume": 25589.4, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:50:00.000Z", + "level": 209.63, + "flow": 13528.6, + "inflow": 11308.1, + "volume": 25588.07, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:00:00.000Z", + "level": 209.62, + "flow": 13836.6, + "inflow": 11504, + "volume": 25586.67, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:10:00.000Z", + "level": 209.61, + "flow": 13747.9, + "inflow": 11571, + "volume": 25585.36, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:20:00.000Z", + "level": 209.61, + "flow": 13813.9, + "inflow": 11551.7, + "volume": 25584, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:30:00.000Z", + "level": 209.6, + "flow": 13857.9, + "inflow": 11532.5, + "volume": 25582.6, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:40:00.000Z", + "level": 209.59, + "flow": 13783.4, + "inflow": 11427.5, + "volume": 25581.19, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:50:00.000Z", + "level": 209.58, + "flow": 13812.2, + "inflow": 11515.1, + "volume": 25579.81, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:00:00.000Z", + "level": 209.58, + "flow": 13588.1, + "inflow": 11702.6, + "volume": 25578.68, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:10:00.000Z", + "level": 209.57, + "flow": 13609.9, + "inflow": 11888.9, + "volume": 25577.65, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:20:00.000Z", + "level": 209.57, + "flow": 13567.5, + "inflow": 11756.5, + "volume": 25576.56, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:30:00.000Z", + "level": 209.56, + "flow": 13540.9, + "inflow": 11772.7, + "volume": 25575.5, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:40:00.000Z", + "level": 209.55, + "flow": 13611.5, + "inflow": 11868.8, + "volume": 25574.45, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:50:00.000Z", + "level": 209.55, + "flow": 13591.6, + "inflow": 11697.7, + "volume": 25573.31, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:00:00.000Z", + "level": 209.55, + "flow": 12919.3, + "inflow": 12085.1, + "volume": 25572.81, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:10:00.000Z", + "level": 209.54, + "flow": 12909.8, + "inflow": 12140.9, + "volume": 25572.35, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:20:00.000Z", + "level": 209.54, + "flow": 12875.2, + "inflow": 12019.1, + "volume": 25571.84, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:30:00.000Z", + "level": 209.54, + "flow": 12893.4, + "inflow": 12055.9, + "volume": 25571.34, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:40:00.000Z", + "level": 209.54, + "flow": 12938, + "inflow": 12003.6, + "volume": 25570.78, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:50:00.000Z", + "level": 209.53, + "flow": 12912.2, + "inflow": 12115.8, + "volume": 25570.3, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:00:00.000Z", + "level": 209.53, + "flow": 12026.1, + "inflow": 12558.8, + "volume": 25570.62, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:10:00.000Z", + "level": 209.54, + "flow": 11948.8, + "inflow": 12442.1, + "volume": 25570.92, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:20:00.000Z", + "level": 209.54, + "flow": 12056.6, + "inflow": 12564.5, + "volume": 25571.22, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:30:00.000Z", + "level": 209.54, + "flow": 11964.4, + "inflow": 12481.5, + "volume": 25571.53, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:40:00.000Z", + "level": 209.54, + "flow": 11978.2, + "inflow": 12458, + "volume": 25571.82, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:50:00.000Z", + "level": 209.54, + "flow": 12040.9, + "inflow": 12334.1, + "volume": 25572, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:00:00.000Z", + "level": 209.55, + "flow": 11083.1, + "inflow": 12689.8, + "volume": 25572.96, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:10:00.000Z", + "level": 209.55, + "flow": 11140.8, + "inflow": 12839.9, + "volume": 25573.98, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:20:00.000Z", + "level": 209.56, + "flow": 11151.5, + "inflow": 12666.1, + "volume": 25574.89, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:30:00.000Z", + "level": 209.56, + "flow": 11110.2, + "inflow": 12714.4, + "volume": 25575.85, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:40:00.000Z", + "level": 209.57, + "flow": 11077, + "inflow": 12840.7, + "volume": 25576.91, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:50:00.000Z", + "level": 209.57, + "flow": 11095.6, + "inflow": 12867.2, + "volume": 25577.97, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:00:00.000Z", + "level": 209.58, + "flow": 10462.6, + "inflow": 12974.5, + "volume": 25579.48, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:10:00.000Z", + "level": 209.59, + "flow": 10400.4, + "inflow": 13040, + "volume": 25581.06, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:20:00.000Z", + "level": 209.6, + "flow": 10445.3, + "inflow": 13165.5, + "volume": 25582.69, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:30:00.000Z", + "level": 209.61, + "flow": 10483.9, + "inflow": 13014.7, + "volume": 25584.21, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:40:00.000Z", + "level": 209.61, + "flow": 10462.1, + "inflow": 12975.2, + "volume": 25585.72, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:50:00.000Z", + "level": 209.62, + "flow": 10490.5, + "inflow": 12963.8, + "volume": 25587.2, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:00:00.000Z", + "level": 209.63, + "flow": 10144.4, + "inflow": 13317.2, + "volume": 25589.1, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:10:00.000Z", + "level": 209.64, + "flow": 10181.6, + "inflow": 13219, + "volume": 25590.92, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:20:00.000Z", + "level": 209.65, + "flow": 10190.1, + "inflow": 13416.7, + "volume": 25592.86, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:30:00.000Z", + "level": 209.66, + "flow": 10179.5, + "inflow": 13250, + "volume": 25594.7, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:40:00.000Z", + "level": 209.67, + "flow": 10196.5, + "inflow": 13222.2, + "volume": 25596.52, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:50:00.000Z", + "level": 209.68, + "flow": 10199.6, + "inflow": 13264.7, + "volume": 25598.36, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:00:00.000Z", + "level": 209.69, + "flow": 10423.4, + "inflow": 13443.8, + "volume": 25600.17, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:10:00.000Z", + "level": 209.7, + "flow": 10481.1, + "inflow": 13565.9, + "volume": 25602.02, + "temperature": 24.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:20:00.000Z", + "level": 209.71, + "flow": 10390.3, + "inflow": 13507.3, + "volume": 25603.89, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:30:00.000Z", + "level": 209.72, + "flow": 10413.1, + "inflow": 13467.5, + "volume": 25605.72, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:40:00.000Z", + "level": 209.73, + "flow": 10432.5, + "inflow": 13599.7, + "volume": 25607.62, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:50:00.000Z", + "level": 209.74, + "flow": 10401.1, + "inflow": 13397.9, + "volume": 25609.42, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:00:00.000Z", + "level": 209.75, + "flow": 11103.1, + "inflow": 13561.5, + "volume": 25610.9, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:10:00.000Z", + "level": 209.76, + "flow": 11041.3, + "inflow": 13682.7, + "volume": 25612.48, + "temperature": 24.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:20:00.000Z", + "level": 209.76, + "flow": 11131.1, + "inflow": 13608.8, + "volume": 25613.97, + "temperature": 24.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:30:00.000Z", + "level": 209.77, + "flow": 11131.3, + "inflow": 13577.8, + "volume": 25615.44, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:40:00.000Z", + "level": 209.78, + "flow": 11118.9, + "inflow": 13614.5, + "volume": 25616.94, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:50:00.000Z", + "level": 209.79, + "flow": 11074.5, + "inflow": 13709.6, + "volume": 25618.52, + "temperature": 24.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:00:00.000Z", + "level": 209.79, + "flow": 12018.1, + "inflow": 13594.1, + "volume": 25619.47, + "temperature": 24, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:10:00.000Z", + "level": 209.8, + "flow": 11951.9, + "inflow": 13578.1, + "volume": 25620.45, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:20:00.000Z", + "level": 209.8, + "flow": 11962.6, + "inflow": 13594.9, + "volume": 25621.43, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:30:00.000Z", + "level": 209.81, + "flow": 12045.6, + "inflow": 13654, + "volume": 25622.4, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:40:00.000Z", + "level": 209.81, + "flow": 12030.8, + "inflow": 13543.8, + "volume": 25623.31, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:50:00.000Z", + "level": 209.82, + "flow": 11976.2, + "inflow": 13607, + "volume": 25624.29, + "temperature": 24, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:00:00.000Z", + "level": 209.82, + "flow": 12909, + "inflow": 13540.3, + "volume": 25624.67, + "temperature": 24.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:10:00.000Z", + "level": 209.82, + "flow": 12875.1, + "inflow": 13516.2, + "volume": 25625.05, + "temperature": 24.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:20:00.000Z", + "level": 209.82, + "flow": 12904.7, + "inflow": 13655.1, + "volume": 25625.5, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:30:00.000Z", + "level": 209.83, + "flow": 12903.9, + "inflow": 13646, + "volume": 25625.95, + "temperature": 24.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:40:00.000Z", + "level": 209.83, + "flow": 12925.4, + "inflow": 13718.3, + "volume": 25626.43, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:50:00.000Z", + "level": 209.83, + "flow": 12938.9, + "inflow": 13725.7, + "volume": 25626.9, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:00:00.000Z", + "level": 209.83, + "flow": 13560.9, + "inflow": 13456.8, + "volume": 25626.84, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:10:00.000Z", + "level": 209.83, + "flow": 13550, + "inflow": 13539.6, + "volume": 25626.83, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:20:00.000Z", + "level": 209.83, + "flow": 13616.5, + "inflow": 13525, + "volume": 25626.78, + "temperature": 24.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:30:00.000Z", + "level": 209.83, + "flow": 13614.8, + "inflow": 13541.9, + "volume": 25626.74, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:40:00.000Z", + "level": 209.83, + "flow": 13571.7, + "inflow": 13388.5, + "volume": 25626.63, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:50:00.000Z", + "level": 209.83, + "flow": 13526.7, + "inflow": 13524.3, + "volume": 25626.63, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:00:00.000Z", + "level": 209.83, + "flow": 13767.8, + "inflow": 13215.8, + "volume": 25626.3, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:10:00.000Z", + "level": 209.83, + "flow": 13830, + "inflow": 13205.5, + "volume": 25625.93, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:20:00.000Z", + "level": 209.83, + "flow": 13766.1, + "inflow": 13356.8, + "volume": 25625.68, + "temperature": 24, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:30:00.000Z", + "level": 209.82, + "flow": 13851.6, + "inflow": 13412.6, + "volume": 25625.42, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:40:00.000Z", + "level": 209.82, + "flow": 13825.2, + "inflow": 13292.7, + "volume": 25625.1, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:50:00.000Z", + "level": 209.82, + "flow": 13777.3, + "inflow": 13383.7, + "volume": 25624.86, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:00:00.000Z", + "level": 209.82, + "flow": 13573.3, + "inflow": 13112.7, + "volume": 25624.58, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:10:00.000Z", + "level": 209.82, + "flow": 13585.8, + "inflow": 13096.2, + "volume": 25624.29, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:20:00.000Z", + "level": 209.82, + "flow": 13544.6, + "inflow": 13145.8, + "volume": 25624.05, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:30:00.000Z", + "level": 209.81, + "flow": 13559.4, + "inflow": 12962.2, + "volume": 25623.69, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:40:00.000Z", + "level": 209.81, + "flow": 13546.1, + "inflow": 13060.9, + "volume": 25623.4, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:50:00.000Z", + "level": 209.81, + "flow": 13604.6, + "inflow": 13040.9, + "volume": 25623.06, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:00:00.000Z", + "level": 209.81, + "flow": 12884.7, + "inflow": 12773, + "volume": 25622.99, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:10:00.000Z", + "level": 209.81, + "flow": 12847.6, + "inflow": 12753.9, + "volume": 25622.93, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:20:00.000Z", + "level": 209.81, + "flow": 12940.3, + "inflow": 12848.8, + "volume": 25622.88, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:30:00.000Z", + "level": 209.81, + "flow": 12873.1, + "inflow": 12726.4, + "volume": 25622.79, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:40:00.000Z", + "level": 209.81, + "flow": 12913.3, + "inflow": 12651.2, + "volume": 25622.63, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:50:00.000Z", + "level": 209.81, + "flow": 12860.6, + "inflow": 12686.8, + "volume": 25622.53, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:00:00.000Z", + "level": 209.81, + "flow": 12020.4, + "inflow": 12457, + "volume": 25622.79, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:10:00.000Z", + "level": 209.81, + "flow": 11947.7, + "inflow": 12569.8, + "volume": 25623.16, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:20:00.000Z", + "level": 209.81, + "flow": 11997.6, + "inflow": 12566.6, + "volume": 25623.5, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:30:00.000Z", + "level": 209.81, + "flow": 12057, + "inflow": 12354.7, + "volume": 25623.68, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:40:00.000Z", + "level": 209.82, + "flow": 12016.5, + "inflow": 12405.3, + "volume": 25623.91, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:50:00.000Z", + "level": 209.82, + "flow": 11963.9, + "inflow": 12510.9, + "volume": 25624.24, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:00:00.000Z", + "level": 209.82, + "flow": 11055.5, + "inflow": 12031, + "volume": 25624.83, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:10:00.000Z", + "level": 209.82, + "flow": 11086.2, + "inflow": 12088.2, + "volume": 25625.43, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:20:00.000Z", + "level": 209.83, + "flow": 11079.4, + "inflow": 12223.2, + "volume": 25626.12, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:30:00.000Z", + "level": 209.83, + "flow": 11070.9, + "inflow": 12196.9, + "volume": 25626.8, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:40:00.000Z", + "level": 209.84, + "flow": 11087.1, + "inflow": 12256.6, + "volume": 25627.5, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:50:00.000Z", + "level": 209.84, + "flow": 11092, + "inflow": 12219.2, + "volume": 25628.18, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:00:00.000Z", + "level": 209.84, + "flow": 10421.3, + "inflow": 11890.1, + "volume": 25629.06, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:10:00.000Z", + "level": 209.85, + "flow": 10405.2, + "inflow": 11810.4, + "volume": 25629.9, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:20:00.000Z", + "level": 209.85, + "flow": 10483.9, + "inflow": 11805.3, + "volume": 25630.69, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:30:00.000Z", + "level": 209.86, + "flow": 10428.7, + "inflow": 11886.2, + "volume": 25631.56, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:40:00.000Z", + "level": 209.86, + "flow": 10394.4, + "inflow": 11937.8, + "volume": 25632.49, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:50:00.000Z", + "level": 209.87, + "flow": 10446.4, + "inflow": 11905.6, + "volume": 25633.37, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:00:00.000Z", + "level": 209.87, + "flow": 10165, + "inflow": 11566.7, + "volume": 25634.21, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:10:00.000Z", + "level": 209.88, + "flow": 10182.2, + "inflow": 11622.1, + "volume": 25635.07, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:20:00.000Z", + "level": 209.88, + "flow": 10143, + "inflow": 11545.8, + "volume": 25635.91, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:30:00.000Z", + "level": 209.88, + "flow": 10196.5, + "inflow": 11563, + "volume": 25636.73, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:40:00.000Z", + "level": 209.89, + "flow": 10221.1, + "inflow": 11628.6, + "volume": 25637.57, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:50:00.000Z", + "level": 209.89, + "flow": 10163.7, + "inflow": 11601.4, + "volume": 25638.43, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:00:00.000Z", + "level": 209.9, + "flow": 10430.2, + "inflow": 11461.9, + "volume": 25639.05, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:10:00.000Z", + "level": 209.9, + "flow": 10453.2, + "inflow": 11456.2, + "volume": 25639.65, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:20:00.000Z", + "level": 209.9, + "flow": 10407.6, + "inflow": 11475.9, + "volume": 25640.29, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:30:00.000Z", + "level": 209.91, + "flow": 10402, + "inflow": 11408.4, + "volume": 25640.89, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:40:00.000Z", + "level": 209.91, + "flow": 10393.1, + "inflow": 11502.5, + "volume": 25641.56, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:50:00.000Z", + "level": 209.91, + "flow": 10395.4, + "inflow": 11314.4, + "volume": 25642.11, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:00:00.000Z", + "level": 209.91, + "flow": 11062, + "inflow": 11268.2, + "volume": 25642.23, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:10:00.000Z", + "level": 209.91, + "flow": 11131, + "inflow": 11281.1, + "volume": 25642.32, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:20:00.000Z", + "level": 209.91, + "flow": 11048.7, + "inflow": 11287.7, + "volume": 25642.46, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:30:00.000Z", + "level": 209.91, + "flow": 11042.4, + "inflow": 11181.4, + "volume": 25642.54, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:40:00.000Z", + "level": 209.92, + "flow": 11060.1, + "inflow": 11267, + "volume": 25642.66, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:50:00.000Z", + "level": 209.92, + "flow": 11113.5, + "inflow": 11328.7, + "volume": 25642.79, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:00:00.000Z", + "level": 209.91, + "flow": 11971.9, + "inflow": 11301.1, + "volume": 25642.39, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:10:00.000Z", + "level": 209.91, + "flow": 12004.4, + "inflow": 11365.2, + "volume": 25642.01, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:20:00.000Z", + "level": 209.91, + "flow": 12017.8, + "inflow": 11184.7, + "volume": 25641.51, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:30:00.000Z", + "level": 209.91, + "flow": 12036.2, + "inflow": 11363, + "volume": 25641.11, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:40:00.000Z", + "level": 209.9, + "flow": 12054, + "inflow": 11219, + "volume": 25640.61, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:50:00.000Z", + "level": 209.9, + "flow": 11991.8, + "inflow": 11170.5, + "volume": 25640.12, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:00:00.000Z", + "level": 209.9, + "flow": 12926.5, + "inflow": 11339.5, + "volume": 25639.17, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:10:00.000Z", + "level": 209.89, + "flow": 12957.2, + "inflow": 11308.3, + "volume": 25638.18, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:20:00.000Z", + "level": 209.89, + "flow": 12945.2, + "inflow": 11348.7, + "volume": 25637.22, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:30:00.000Z", + "level": 209.88, + "flow": 12959.6, + "inflow": 11236.7, + "volume": 25636.19, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:40:00.000Z", + "level": 209.88, + "flow": 12855.1, + "inflow": 11379.2, + "volume": 25635.3, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:50:00.000Z", + "level": 209.87, + "flow": 12868.5, + "inflow": 11354.2, + "volume": 25634.39, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:00:00.000Z", + "level": 209.86, + "flow": 13615.3, + "inflow": 11392.5, + "volume": 25633.06, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:10:00.000Z", + "level": 209.86, + "flow": 13513.3, + "inflow": 11342.5, + "volume": 25631.76, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:20:00.000Z", + "level": 209.85, + "flow": 13584.6, + "inflow": 11473.4, + "volume": 25630.49, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:30:00.000Z", + "level": 209.84, + "flow": 13553.3, + "inflow": 11344.8, + "volume": 25629.16, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:40:00.000Z", + "level": 209.84, + "flow": 13508.9, + "inflow": 11533.9, + "volume": 25627.97, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:50:00.000Z", + "level": 209.83, + "flow": 13610.4, + "inflow": 11447.4, + "volume": 25626.67, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:00:00.000Z", + "level": 209.82, + "flow": 13826.5, + "inflow": 11638.4, + "volume": 25625.36, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:10:00.000Z", + "level": 209.82, + "flow": 13764.3, + "inflow": 11642.3, + "volume": 25624.09, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:20:00.000Z", + "level": 209.81, + "flow": 13847.7, + "inflow": 11508.9, + "volume": 25622.69, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:30:00.000Z", + "level": 209.8, + "flow": 13767.5, + "inflow": 11544.9, + "volume": 25621.36, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:40:00.000Z", + "level": 209.8, + "flow": 13775.6, + "inflow": 11587, + "volume": 25620.05, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:50:00.000Z", + "level": 209.79, + "flow": 13758.4, + "inflow": 11486.5, + "volume": 25618.69, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:00:00.000Z", + "level": 209.78, + "flow": 13518.6, + "inflow": 11918.5, + "volume": 25617.73, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:10:00.000Z", + "level": 209.78, + "flow": 13573.5, + "inflow": 11851.7, + "volume": 25616.7, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:20:00.000Z", + "level": 209.77, + "flow": 13546.5, + "inflow": 11817, + "volume": 25615.66, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:30:00.000Z", + "level": 209.77, + "flow": 13572.7, + "inflow": 11798.3, + "volume": 25614.6, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:40:00.000Z", + "level": 209.76, + "flow": 13602.8, + "inflow": 11795.6, + "volume": 25613.52, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:50:00.000Z", + "level": 209.76, + "flow": 13602.2, + "inflow": 11818.9, + "volume": 25612.45, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:00:00.000Z", + "level": 209.75, + "flow": 12910.4, + "inflow": 12089.6, + "volume": 25611.96, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:10:00.000Z", + "level": 209.75, + "flow": 12919.6, + "inflow": 12185.2, + "volume": 25611.52, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:20:00.000Z", + "level": 209.75, + "flow": 12918.2, + "inflow": 12040.6, + "volume": 25610.99, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:30:00.000Z", + "level": 209.75, + "flow": 12904.7, + "inflow": 12227.7, + "volume": 25610.58, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:40:00.000Z", + "level": 209.74, + "flow": 12885.7, + "inflow": 12058.7, + "volume": 25610.08, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:50:00.000Z", + "level": 209.74, + "flow": 12874.4, + "inflow": 12115.2, + "volume": 25609.62, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:00:00.000Z", + "level": 209.74, + "flow": 11947.5, + "inflow": 12570.2, + "volume": 25609.99, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:10:00.000Z", + "level": 209.74, + "flow": 12055.3, + "inflow": 12566.3, + "volume": 25610.3, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:20:00.000Z", + "level": 209.75, + "flow": 12028.6, + "inflow": 12488.3, + "volume": 25610.58, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:30:00.000Z", + "level": 209.75, + "flow": 11941.3, + "inflow": 12602.8, + "volume": 25610.98, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:40:00.000Z", + "level": 209.75, + "flow": 11980.6, + "inflow": 12415.9, + "volume": 25611.24, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:50:00.000Z", + "level": 209.75, + "flow": 12035.4, + "inflow": 12590.6, + "volume": 25611.57, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:00:00.000Z", + "level": 209.76, + "flow": 11155.8, + "inflow": 12881.7, + "volume": 25612.61, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:10:00.000Z", + "level": 209.76, + "flow": 11109.7, + "inflow": 12878.4, + "volume": 25613.67, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:20:00.000Z", + "level": 209.77, + "flow": 11058.9, + "inflow": 12809.4, + "volume": 25614.72, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:30:00.000Z", + "level": 209.77, + "flow": 11150.4, + "inflow": 12713.5, + "volume": 25615.66, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:40:00.000Z", + "level": 209.78, + "flow": 11148.7, + "inflow": 12823.7, + "volume": 25616.66, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:50:00.000Z", + "level": 209.78, + "flow": 11075.3, + "inflow": 12919.4, + "volume": 25617.77, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:00:00.000Z", + "level": 209.79, + "flow": 10399, + "inflow": 13043.9, + "volume": 25619.36, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:10:00.000Z", + "level": 209.8, + "flow": 10484.2, + "inflow": 13085.2, + "volume": 25620.92, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:20:00.000Z", + "level": 209.81, + "flow": 10470, + "inflow": 13200, + "volume": 25622.56, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:30:00.000Z", + "level": 209.82, + "flow": 10446.1, + "inflow": 13194.3, + "volume": 25624.21, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:40:00.000Z", + "level": 209.83, + "flow": 10436.1, + "inflow": 13051.7, + "volume": 25625.78, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:50:00.000Z", + "level": 209.83, + "flow": 10500.9, + "inflow": 13144.6, + "volume": 25627.37, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:00:00.000Z", + "level": 209.84, + "flow": 10205.2, + "inflow": 13367.3, + "volume": 25629.27, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:10:00.000Z", + "level": 209.85, + "flow": 10195.5, + "inflow": 13376.7, + "volume": 25631.18, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:20:00.000Z", + "level": 209.86, + "flow": 10256.7, + "inflow": 13370.6, + "volume": 25633.05, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:30:00.000Z", + "level": 209.87, + "flow": 10208.1, + "inflow": 13435.6, + "volume": 25634.99, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:40:00.000Z", + "level": 209.88, + "flow": 10186.9, + "inflow": 13399.4, + "volume": 25636.92, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:50:00.000Z", + "level": 209.89, + "flow": 10200.3, + "inflow": 13235.9, + "volume": 25638.74, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:00:00.000Z", + "level": 209.9, + "flow": 10446.2, + "inflow": 13528, + "volume": 25640.59, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:10:00.000Z", + "level": 209.91, + "flow": 10456.8, + "inflow": 13641.9, + "volume": 25642.5, + "temperature": 24, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:20:00.000Z", + "level": 209.92, + "flow": 10467.2, + "inflow": 13527, + "volume": 25644.34, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:30:00.000Z", + "level": 209.93, + "flow": 10485.9, + "inflow": 13510.1, + "volume": 25646.15, + "temperature": 24.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:40:00.000Z", + "level": 209.94, + "flow": 10447, + "inflow": 13601.2, + "volume": 25648.04, + "temperature": 24, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:50:00.000Z", + "level": 209.95, + "flow": 10473.9, + "inflow": 13563.5, + "volume": 25649.89, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:00:00.000Z", + "level": 209.96, + "flow": 11061, + "inflow": 13678.9, + "volume": 25651.46, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:10:00.000Z", + "level": 209.97, + "flow": 11068.5, + "inflow": 13581.5, + "volume": 25652.97, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:20:00.000Z", + "level": 209.98, + "flow": 11150.2, + "inflow": 13631.1, + "volume": 25654.46, + "temperature": 24.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:30:00.000Z", + "level": 209.99, + "flow": 11156.6, + "inflow": 13651.8, + "volume": 25655.96, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:40:00.000Z", + "level": 209.99, + "flow": 11153.2, + "inflow": 13634, + "volume": 25657.45, + "temperature": 24, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:50:00.000Z", + "level": 210, + "flow": 11097.9, + "inflow": 13665, + "volume": 25658.99, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:00:00.000Z", + "level": 210.01, + "flow": 12024.8, + "inflow": 13740.8, + "volume": 25660.02, + "temperature": 24.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:10:00.000Z", + "level": 210.01, + "flow": 11996.5, + "inflow": 13770.6, + "volume": 25661.08, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:20:00.000Z", + "level": 210.02, + "flow": 12028.9, + "inflow": 13753, + "volume": 25662.11, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:30:00.000Z", + "level": 210.02, + "flow": 11973.4, + "inflow": 13668.4, + "volume": 25663.13, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:40:00.000Z", + "level": 210.03, + "flow": 12017.3, + "inflow": 13617.4, + "volume": 25664.09, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:50:00.000Z", + "level": 210.03, + "flow": 11947, + "inflow": 13750.3, + "volume": 25665.17, + "temperature": 24.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:00:00.000Z", + "level": 210.04, + "flow": 12872.9, + "inflow": 13562.1, + "volume": 25665.58, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:10:00.000Z", + "level": 210.04, + "flow": 12928.9, + "inflow": 13772.8, + "volume": 25666.09, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:20:00.000Z", + "level": 210.04, + "flow": 12884.7, + "inflow": 13627.6, + "volume": 25666.54, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:30:00.000Z", + "level": 210.04, + "flow": 12856.6, + "inflow": 13650.1, + "volume": 25667.02, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:40:00.000Z", + "level": 210.05, + "flow": 12875.9, + "inflow": 13661.4, + "volume": 25667.49, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:50:00.000Z", + "level": 210.05, + "flow": 12895.5, + "inflow": 13666.1, + "volume": 25667.95, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:00:00.000Z", + "level": 210.05, + "flow": 13548.7, + "inflow": 13440.3, + "volume": 25667.88, + "temperature": 24.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:10:00.000Z", + "level": 210.05, + "flow": 13510.2, + "inflow": 13535.2, + "volume": 25667.89, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:20:00.000Z", + "level": 210.05, + "flow": 13615.2, + "inflow": 13469.3, + "volume": 25667.8, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:30:00.000Z", + "level": 210.05, + "flow": 13560.3, + "inflow": 13628.8, + "volume": 25667.84, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:40:00.000Z", + "level": 210.05, + "flow": 13589.4, + "inflow": 13527.5, + "volume": 25667.8, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:50:00.000Z", + "level": 210.05, + "flow": 13524.9, + "inflow": 13582.8, + "volume": 25667.83, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:00:00.000Z", + "level": 210.05, + "flow": 13854, + "inflow": 13387.8, + "volume": 25667.55, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:10:00.000Z", + "level": 210.05, + "flow": 13858.7, + "inflow": 13395.3, + "volume": 25667.27, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:20:00.000Z", + "level": 210.04, + "flow": 13790.6, + "inflow": 13463.2, + "volume": 25667.07, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:30:00.000Z", + "level": 210.04, + "flow": 13854.7, + "inflow": 13241.9, + "volume": 25666.7, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:40:00.000Z", + "level": 210.04, + "flow": 13826.2, + "inflow": 13367, + "volume": 25666.42, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:50:00.000Z", + "level": 210.04, + "flow": 13780.4, + "inflow": 13346.2, + "volume": 25666.16, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:00:00.000Z", + "level": 210.04, + "flow": 13618.5, + "inflow": 13101.8, + "volume": 25665.85, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:10:00.000Z", + "level": 210.04, + "flow": 13598.9, + "inflow": 13173.6, + "volume": 25665.59, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:20:00.000Z", + "level": 210.04, + "flow": 13543.9, + "inflow": 13222.1, + "volume": 25665.4, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:30:00.000Z", + "level": 210.03, + "flow": 13587.6, + "inflow": 13105.4, + "volume": 25665.11, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:40:00.000Z", + "level": 210.03, + "flow": 13542.7, + "inflow": 13046.8, + "volume": 25664.81, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:50:00.000Z", + "level": 210.03, + "flow": 13541.8, + "inflow": 13083.6, + "volume": 25664.54, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:00:00.000Z", + "level": 210.03, + "flow": 12924.5, + "inflow": 12857.5, + "volume": 25664.5, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:10:00.000Z", + "level": 210.03, + "flow": 12929.5, + "inflow": 12749.8, + "volume": 25664.39, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:20:00.000Z", + "level": 210.03, + "flow": 12929.2, + "inflow": 12832.9, + "volume": 25664.33, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:30:00.000Z", + "level": 210.03, + "flow": 12936.4, + "inflow": 12896.7, + "volume": 25664.31, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:40:00.000Z", + "level": 210.03, + "flow": 12873.7, + "inflow": 12804.3, + "volume": 25664.27, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:50:00.000Z", + "level": 210.03, + "flow": 12924.2, + "inflow": 12917.1, + "volume": 25664.27, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:00:00.000Z", + "level": 210.03, + "flow": 12036.6, + "inflow": 12483.5, + "volume": 25664.54, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:10:00.000Z", + "level": 210.03, + "flow": 11992.4, + "inflow": 12470.6, + "volume": 25664.83, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:20:00.000Z", + "level": 210.03, + "flow": 11994, + "inflow": 12508.3, + "volume": 25665.14, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:30:00.000Z", + "level": 210.04, + "flow": 12000.1, + "inflow": 12605.5, + "volume": 25665.5, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:40:00.000Z", + "level": 210.04, + "flow": 12036.1, + "inflow": 12570.8, + "volume": 25665.82, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:50:00.000Z", + "level": 210.04, + "flow": 12011.8, + "inflow": 12530.8, + "volume": 25666.13, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:00:00.000Z", + "level": 210.04, + "flow": 11101.6, + "inflow": 12103.5, + "volume": 25666.73, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:10:00.000Z", + "level": 210.05, + "flow": 11094.1, + "inflow": 12081.5, + "volume": 25667.32, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:20:00.000Z", + "level": 210.05, + "flow": 11052.8, + "inflow": 12109.8, + "volume": 25667.95, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:30:00.000Z", + "level": 210.05, + "flow": 11063.5, + "inflow": 12106.5, + "volume": 25668.58, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:40:00.000Z", + "level": 210.06, + "flow": 11084.9, + "inflow": 12304.6, + "volume": 25669.31, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:50:00.000Z", + "level": 210.06, + "flow": 11043.6, + "inflow": 12140.1, + "volume": 25669.97, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:00:00.000Z", + "level": 210.06, + "flow": 10458.2, + "inflow": 11867.6, + "volume": 25670.82, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:10:00.000Z", + "level": 210.07, + "flow": 10464.1, + "inflow": 12005, + "volume": 25671.74, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:20:00.000Z", + "level": 210.07, + "flow": 10420.5, + "inflow": 11878.7, + "volume": 25672.61, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:30:00.000Z", + "level": 210.08, + "flow": 10479.3, + "inflow": 11889.9, + "volume": 25673.46, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:40:00.000Z", + "level": 210.08, + "flow": 10451.1, + "inflow": 11836, + "volume": 25674.29, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:50:00.000Z", + "level": 210.09, + "flow": 10463.4, + "inflow": 11922.3, + "volume": 25675.17, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:00:00.000Z", + "level": 210.09, + "flow": 10147.1, + "inflow": 11666.8, + "volume": 25676.08, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:10:00.000Z", + "level": 210.1, + "flow": 10244.5, + "inflow": 11599.4, + "volume": 25676.89, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:20:00.000Z", + "level": 210.1, + "flow": 10180.4, + "inflow": 11541.5, + "volume": 25677.71, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:30:00.000Z", + "level": 210.1, + "flow": 10159.4, + "inflow": 11552.3, + "volume": 25678.55, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:40:00.000Z", + "level": 210.11, + "flow": 10146.4, + "inflow": 11625.8, + "volume": 25679.44, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:50:00.000Z", + "level": 210.11, + "flow": 10259.9, + "inflow": 11768.6, + "volume": 25680.35, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:00:00.000Z", + "level": 210.12, + "flow": 10474.2, + "inflow": 11400.3, + "volume": 25680.91, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:10:00.000Z", + "level": 210.12, + "flow": 10460.9, + "inflow": 11420.3, + "volume": 25681.49, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:20:00.000Z", + "level": 210.12, + "flow": 10410.3, + "inflow": 11533.5, + "volume": 25682.16, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:30:00.000Z", + "level": 210.13, + "flow": 10478.8, + "inflow": 11562.5, + "volume": 25682.81, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:40:00.000Z", + "level": 210.13, + "flow": 10455, + "inflow": 11408, + "volume": 25683.38, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:50:00.000Z", + "level": 210.13, + "flow": 10444.2, + "inflow": 11483.7, + "volume": 25684, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:00:00.000Z", + "level": 210.13, + "flow": 11146.5, + "inflow": 11394.7, + "volume": 25684.15, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:10:00.000Z", + "level": 210.14, + "flow": 11045.1, + "inflow": 11354, + "volume": 25684.34, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:20:00.000Z", + "level": 210.14, + "flow": 11120.7, + "inflow": 11406.4, + "volume": 25684.51, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:30:00.000Z", + "level": 210.14, + "flow": 11115.4, + "inflow": 11310.7, + "volume": 25684.63, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:40:00.000Z", + "level": 210.14, + "flow": 11148.1, + "inflow": 11331, + "volume": 25684.74, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:50:00.000Z", + "level": 210.14, + "flow": 11117, + "inflow": 11277.2, + "volume": 25684.84, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:00:00.000Z", + "level": 210.14, + "flow": 11980.9, + "inflow": 11421.7, + "volume": 25684.5, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:10:00.000Z", + "level": 210.13, + "flow": 11976.1, + "inflow": 11272.3, + "volume": 25684.08, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:20:00.000Z", + "level": 210.13, + "flow": 11956.3, + "inflow": 11310.6, + "volume": 25683.69, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:30:00.000Z", + "level": 210.13, + "flow": 11991.9, + "inflow": 11292.9, + "volume": 25683.27, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:40:00.000Z", + "level": 210.13, + "flow": 12001.2, + "inflow": 11392.5, + "volume": 25682.9, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:50:00.000Z", + "level": 210.13, + "flow": 11987.7, + "inflow": 11312.1, + "volume": 25682.49, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:00:00.000Z", + "level": 210.12, + "flow": 12853.2, + "inflow": 11343.3, + "volume": 25681.58, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:10:00.000Z", + "level": 210.12, + "flow": 12874, + "inflow": 11361.1, + "volume": 25680.67, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:20:00.000Z", + "level": 210.11, + "flow": 12874.1, + "inflow": 11405, + "volume": 25679.79, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:30:00.000Z", + "level": 210.11, + "flow": 12868, + "inflow": 11404.4, + "volume": 25678.91, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:40:00.000Z", + "level": 210.1, + "flow": 12951.8, + "inflow": 11455.4, + "volume": 25678.01, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:50:00.000Z", + "level": 210.1, + "flow": 12954.3, + "inflow": 11231.5, + "volume": 25676.98, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:00:00.000Z", + "level": 210.09, + "flow": 13601.3, + "inflow": 11491, + "volume": 25675.71, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:10:00.000Z", + "level": 210.08, + "flow": 13552.2, + "inflow": 11345.9, + "volume": 25674.39, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:20:00.000Z", + "level": 210.08, + "flow": 13506.9, + "inflow": 11498.3, + "volume": 25673.18, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:30:00.000Z", + "level": 210.07, + "flow": 13570.9, + "inflow": 11456.3, + "volume": 25671.91, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:40:00.000Z", + "level": 210.06, + "flow": 13609, + "inflow": 11568.4, + "volume": 25670.69, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:50:00.000Z", + "level": 210.06, + "flow": 13609.2, + "inflow": 11444.5, + "volume": 25669.39, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:00:00.000Z", + "level": 210.05, + "flow": 13758.4, + "inflow": 11749, + "volume": 25668.18, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:10:00.000Z", + "level": 210.04, + "flow": 13817.7, + "inflow": 11571.7, + "volume": 25666.83, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:20:00.000Z", + "level": 210.04, + "flow": 13757.4, + "inflow": 11601.2, + "volume": 25665.54, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:30:00.000Z", + "level": 210.03, + "flow": 13807.9, + "inflow": 11611.6, + "volume": 25664.22, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:40:00.000Z", + "level": 210.02, + "flow": 13838.6, + "inflow": 11719.4, + "volume": 25662.95, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:50:00.000Z", + "level": 210.02, + "flow": 13766.1, + "inflow": 11651.2, + "volume": 25661.68, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:00:00.000Z", + "level": 210.01, + "flow": 13586.4, + "inflow": 11908.3, + "volume": 25660.67, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:10:00.000Z", + "level": 210.01, + "flow": 13570.3, + "inflow": 11991.7, + "volume": 25659.72, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:20:00.000Z", + "level": 210, + "flow": 13541.6, + "inflow": 11983.3, + "volume": 25658.79, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:30:00.000Z", + "level": 210, + "flow": 13542.6, + "inflow": 11829.9, + "volume": 25657.76, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:40:00.000Z", + "level": 209.99, + "flow": 13592, + "inflow": 11895.2, + "volume": 25656.74, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:50:00.000Z", + "level": 209.98, + "flow": 13559.2, + "inflow": 11972.2, + "volume": 25655.79, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:00:00.000Z", + "level": 209.98, + "flow": 12959.6, + "inflow": 12098.1, + "volume": 25655.27, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:10:00.000Z", + "level": 209.98, + "flow": 12869.4, + "inflow": 12173.5, + "volume": 25654.85, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:20:00.000Z", + "level": 209.98, + "flow": 12951.9, + "inflow": 12265.2, + "volume": 25654.44, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:30:00.000Z", + "level": 209.98, + "flow": 12863.4, + "inflow": 12093.4, + "volume": 25653.98, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:40:00.000Z", + "level": 209.97, + "flow": 12914.6, + "inflow": 12151.1, + "volume": 25653.52, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:50:00.000Z", + "level": 209.97, + "flow": 12923.1, + "inflow": 12250, + "volume": 25653.12, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:00:00.000Z", + "level": 209.97, + "flow": 11946.8, + "inflow": 12464.3, + "volume": 25653.43, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:10:00.000Z", + "level": 209.97, + "flow": 11955.1, + "inflow": 12642.5, + "volume": 25653.84, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:20:00.000Z", + "level": 209.98, + "flow": 12012.3, + "inflow": 12609.1, + "volume": 25654.2, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:30:00.000Z", + "level": 209.98, + "flow": 11948.2, + "inflow": 12652, + "volume": 25654.62, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:40:00.000Z", + "level": 209.98, + "flow": 11961.3, + "inflow": 12531.7, + "volume": 25654.96, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:50:00.000Z", + "level": 209.98, + "flow": 12005.3, + "inflow": 12434.5, + "volume": 25655.22, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:00:00.000Z", + "level": 209.99, + "flow": 11090.4, + "inflow": 12744.8, + "volume": 25656.21, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:10:00.000Z", + "level": 209.99, + "flow": 11091, + "inflow": 12796, + "volume": 25657.23, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:20:00.000Z", + "level": 210, + "flow": 11052.8, + "inflow": 12868.3, + "volume": 25658.32, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:30:00.000Z", + "level": 210, + "flow": 11080.7, + "inflow": 12916.3, + "volume": 25659.42, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:40:00.000Z", + "level": 210.01, + "flow": 11045.2, + "inflow": 12788.8, + "volume": 25660.47, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:50:00.000Z", + "level": 210.01, + "flow": 11157.6, + "inflow": 12877.1, + "volume": 25661.5, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:00:00.000Z", + "level": 210.02, + "flow": 10498.5, + "inflow": 13264.3, + "volume": 25663.16, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:10:00.000Z", + "level": 210.03, + "flow": 10412.3, + "inflow": 13177.9, + "volume": 25664.82, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:20:00.000Z", + "level": 210.04, + "flow": 10481.8, + "inflow": 13208.2, + "volume": 25666.46, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:30:00.000Z", + "level": 210.05, + "flow": 10394, + "inflow": 13152.3, + "volume": 25668.12, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:40:00.000Z", + "level": 210.06, + "flow": 10443.6, + "inflow": 13037.2, + "volume": 25669.68, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:50:00.000Z", + "level": 210.07, + "flow": 10462.9, + "inflow": 13165.1, + "volume": 25671.3, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:00:00.000Z", + "level": 210.08, + "flow": 10187.9, + "inflow": 13495, + "volume": 25673.28, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:10:00.000Z", + "level": 210.09, + "flow": 10169.4, + "inflow": 13425.8, + "volume": 25675.23, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:20:00.000Z", + "level": 210.1, + "flow": 10206.9, + "inflow": 13462.8, + "volume": 25677.18, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:30:00.000Z", + "level": 210.11, + "flow": 10183.4, + "inflow": 13330.3, + "volume": 25679.07, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:40:00.000Z", + "level": 210.12, + "flow": 10153.3, + "inflow": 13298.9, + "volume": 25680.96, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:50:00.000Z", + "level": 210.13, + "flow": 10182.5, + "inflow": 13285.9, + "volume": 25682.82, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:00:00.000Z", + "level": 210.14, + "flow": 10493.4, + "inflow": 13619.3, + "volume": 25684.7, + "temperature": 24, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:10:00.000Z", + "level": 210.15, + "flow": 10389, + "inflow": 13645, + "volume": 25686.65, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:20:00.000Z", + "level": 210.16, + "flow": 10491.5, + "inflow": 13688.1, + "volume": 25688.57, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:30:00.000Z", + "level": 210.17, + "flow": 10493.6, + "inflow": 13614.5, + "volume": 25690.44, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:40:00.000Z", + "level": 210.18, + "flow": 10470.6, + "inflow": 13572.6, + "volume": 25692.3, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:50:00.000Z", + "level": 210.19, + "flow": 10407.2, + "inflow": 13518.1, + "volume": 25694.17, + "temperature": 24.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:00:00.000Z", + "level": 210.2, + "flow": 11096.7, + "inflow": 13796.6, + "volume": 25695.79, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:10:00.000Z", + "level": 210.2, + "flow": 11050.4, + "inflow": 13817.6, + "volume": 25697.45, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:20:00.000Z", + "level": 210.21, + "flow": 11152.6, + "inflow": 13769, + "volume": 25699.02, + "temperature": 24.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:30:00.000Z", + "level": 210.22, + "flow": 11149.2, + "inflow": 13697.1, + "volume": 25700.55, + "temperature": 24.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:40:00.000Z", + "level": 210.23, + "flow": 11063.9, + "inflow": 13636, + "volume": 25702.09, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:50:00.000Z", + "level": 210.24, + "flow": 11092.1, + "inflow": 13634, + "volume": 25703.62, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:00:00.000Z", + "level": 210.24, + "flow": 12015.1, + "inflow": 13864.6, + "volume": 25704.73, + "temperature": 24.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:10:00.000Z", + "level": 210.25, + "flow": 11954.8, + "inflow": 13738.4, + "volume": 25705.8, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:20:00.000Z", + "level": 210.25, + "flow": 11992.6, + "inflow": 13699.2, + "volume": 25706.82, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:30:00.000Z", + "level": 210.26, + "flow": 12025.1, + "inflow": 13839.1, + "volume": 25707.91, + "temperature": 25, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:40:00.000Z", + "level": 210.27, + "flow": 11988.8, + "inflow": 13742, + "volume": 25708.96, + "temperature": 24.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:50:00.000Z", + "level": 210.27, + "flow": 11981.2, + "inflow": 13665.9, + "volume": 25709.97, + "temperature": 24.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:00:00.000Z", + "level": 210.27, + "flow": 12919.4, + "inflow": 13638, + "volume": 25710.4, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:10:00.000Z", + "level": 210.28, + "flow": 12954.4, + "inflow": 13593.5, + "volume": 25710.78, + "temperature": 24.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:20:00.000Z", + "level": 210.28, + "flow": 12916.6, + "inflow": 13789.1, + "volume": 25711.3, + "temperature": 24.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:30:00.000Z", + "level": 210.28, + "flow": 12903.3, + "inflow": 13636.1, + "volume": 25711.74, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:40:00.000Z", + "level": 210.28, + "flow": 12907.9, + "inflow": 13798.7, + "volume": 25712.27, + "temperature": 24.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:50:00.000Z", + "level": 210.29, + "flow": 12874.8, + "inflow": 13732.9, + "volume": 25712.78, + "temperature": 24.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:00:00.000Z", + "level": 210.29, + "flow": 13525.4, + "inflow": 13583.2, + "volume": 25712.81, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:10:00.000Z", + "level": 210.29, + "flow": 13551.1, + "inflow": 13552.2, + "volume": 25712.81, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:20:00.000Z", + "level": 210.29, + "flow": 13560.3, + "inflow": 13679.1, + "volume": 25712.88, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:30:00.000Z", + "level": 210.29, + "flow": 13503.5, + "inflow": 13633.8, + "volume": 25712.96, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:40:00.000Z", + "level": 210.29, + "flow": 13612, + "inflow": 13688.1, + "volume": 25713.01, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:50:00.000Z", + "level": 210.29, + "flow": 13605.7, + "inflow": 13612.1, + "volume": 25713.01, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:00:00.000Z", + "level": 210.29, + "flow": 13744.6, + "inflow": 13305.6, + "volume": 25712.75, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:10:00.000Z", + "level": 210.28, + "flow": 13765.6, + "inflow": 13381.7, + "volume": 25712.52, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:20:00.000Z", + "level": 210.28, + "flow": 13760.6, + "inflow": 13305.6, + "volume": 25712.25, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:30:00.000Z", + "level": 210.28, + "flow": 13852.9, + "inflow": 13295.9, + "volume": 25711.92, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:40:00.000Z", + "level": 210.28, + "flow": 13775.6, + "inflow": 13387.9, + "volume": 25711.69, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:50:00.000Z", + "level": 210.28, + "flow": 13761.9, + "inflow": 13300.9, + "volume": 25711.41, + "temperature": 24, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:00:00.000Z", + "level": 210.28, + "flow": 13512, + "inflow": 13068.7, + "volume": 25711.14, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:10:00.000Z", + "level": 210.28, + "flow": 13580.2, + "inflow": 13064.1, + "volume": 25710.83, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:20:00.000Z", + "level": 210.27, + "flow": 13520.1, + "inflow": 13198.3, + "volume": 25710.64, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:30:00.000Z", + "level": 210.27, + "flow": 13501.2, + "inflow": 13166.9, + "volume": 25710.44, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:40:00.000Z", + "level": 210.27, + "flow": 13578.6, + "inflow": 13096.6, + "volume": 25710.15, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:50:00.000Z", + "level": 210.27, + "flow": 13579.2, + "inflow": 13251.4, + "volume": 25709.95, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:00:00.000Z", + "level": 210.27, + "flow": 12885, + "inflow": 12776.5, + "volume": 25709.88, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:10:00.000Z", + "level": 210.27, + "flow": 12899.7, + "inflow": 12939.8, + "volume": 25709.9, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:20:00.000Z", + "level": 210.27, + "flow": 12921.6, + "inflow": 12920.3, + "volume": 25709.9, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:30:00.000Z", + "level": 210.27, + "flow": 12900.4, + "inflow": 12881.6, + "volume": 25709.89, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:40:00.000Z", + "level": 210.27, + "flow": 12939, + "inflow": 12789.2, + "volume": 25709.8, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:50:00.000Z", + "level": 210.27, + "flow": 12904.1, + "inflow": 12859.7, + "volume": 25709.77, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:00:00.000Z", + "level": 210.27, + "flow": 11953.2, + "inflow": 12599.9, + "volume": 25710.16, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:10:00.000Z", + "level": 210.27, + "flow": 11953, + "inflow": 12605.2, + "volume": 25710.55, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:20:00.000Z", + "level": 210.28, + "flow": 12055.2, + "inflow": 12561.6, + "volume": 25710.85, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:30:00.000Z", + "level": 210.28, + "flow": 11983.2, + "inflow": 12451, + "volume": 25711.13, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:40:00.000Z", + "level": 210.28, + "flow": 12052.6, + "inflow": 12549.9, + "volume": 25711.43, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:50:00.000Z", + "level": 210.28, + "flow": 11991.5, + "inflow": 12562.3, + "volume": 25711.77, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:00:00.000Z", + "level": 210.28, + "flow": 11125.6, + "inflow": 12240.6, + "volume": 25712.44, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:10:00.000Z", + "level": 210.29, + "flow": 11040.3, + "inflow": 12343.6, + "volume": 25713.22, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:20:00.000Z", + "level": 210.29, + "flow": 11086.7, + "inflow": 12216.4, + "volume": 25713.9, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:30:00.000Z", + "level": 210.3, + "flow": 11109.4, + "inflow": 12230.7, + "volume": 25714.57, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:40:00.000Z", + "level": 210.3, + "flow": 11059.6, + "inflow": 12327.4, + "volume": 25715.33, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:50:00.000Z", + "level": 210.3, + "flow": 11115.5, + "inflow": 12352.4, + "volume": 25716.07, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:00:00.000Z", + "level": 210.31, + "flow": 10472.6, + "inflow": 12042.3, + "volume": 25717.01, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:10:00.000Z", + "level": 210.31, + "flow": 10490.6, + "inflow": 11865.6, + "volume": 25717.83, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:20:00.000Z", + "level": 210.32, + "flow": 10490.9, + "inflow": 12051.3, + "volume": 25718.77, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:30:00.000Z", + "level": 210.32, + "flow": 10497.9, + "inflow": 12032.7, + "volume": 25719.69, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:40:00.000Z", + "level": 210.33, + "flow": 10404.3, + "inflow": 11899, + "volume": 25720.59, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:50:00.000Z", + "level": 210.33, + "flow": 10468.8, + "inflow": 11966.4, + "volume": 25721.49, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:00:00.000Z", + "level": 210.34, + "flow": 10253.6, + "inflow": 11757.8, + "volume": 25722.39, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:10:00.000Z", + "level": 210.34, + "flow": 10203.3, + "inflow": 11631, + "volume": 25723.25, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:20:00.000Z", + "level": 210.35, + "flow": 10253.1, + "inflow": 11782.1, + "volume": 25724.17, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:30:00.000Z", + "level": 210.35, + "flow": 10171.6, + "inflow": 11701.9, + "volume": 25725.09, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:40:00.000Z", + "level": 210.36, + "flow": 10221, + "inflow": 11795.6, + "volume": 25726.03, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:50:00.000Z", + "level": 210.36, + "flow": 10171.5, + "inflow": 11719, + "volume": 25726.96, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:00:00.000Z", + "level": 210.36, + "flow": 10399.7, + "inflow": 11457.2, + "volume": 25727.59, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:10:00.000Z", + "level": 210.37, + "flow": 10386.8, + "inflow": 11518, + "volume": 25728.27, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:20:00.000Z", + "level": 210.37, + "flow": 10456.9, + "inflow": 11480.8, + "volume": 25728.88, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:30:00.000Z", + "level": 210.37, + "flow": 10410.6, + "inflow": 11557.8, + "volume": 25729.57, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:40:00.000Z", + "level": 210.38, + "flow": 10421, + "inflow": 11569.1, + "volume": 25730.26, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:50:00.000Z", + "level": 210.38, + "flow": 10386.8, + "inflow": 11420.8, + "volume": 25730.88, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:00:00.000Z", + "level": 210.38, + "flow": 11066.7, + "inflow": 11416.5, + "volume": 25731.09, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:10:00.000Z", + "level": 210.38, + "flow": 11115.3, + "inflow": 11428.7, + "volume": 25731.28, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:20:00.000Z", + "level": 210.39, + "flow": 11096.5, + "inflow": 11494.4, + "volume": 25731.52, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:30:00.000Z", + "level": 210.39, + "flow": 11081.7, + "inflow": 11348, + "volume": 25731.68, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:40:00.000Z", + "level": 210.39, + "flow": 11118.2, + "inflow": 11383.6, + "volume": 25731.84, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:50:00.000Z", + "level": 210.39, + "flow": 11130.9, + "inflow": 11499.9, + "volume": 25732.06, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:00:00.000Z", + "level": 210.39, + "flow": 12049.2, + "inflow": 11252.1, + "volume": 25731.58, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:10:00.000Z", + "level": 210.38, + "flow": 11963.5, + "inflow": 11306.4, + "volume": 25731.19, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:20:00.000Z", + "level": 210.38, + "flow": 11956.2, + "inflow": 11265.5, + "volume": 25730.78, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:30:00.000Z", + "level": 210.38, + "flow": 12010.8, + "inflow": 11449.7, + "volume": 25730.44, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:40:00.000Z", + "level": 210.38, + "flow": 11957.3, + "inflow": 11356.1, + "volume": 25730.08, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:50:00.000Z", + "level": 210.38, + "flow": 12016.8, + "inflow": 11450, + "volume": 25729.74, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:00:00.000Z", + "level": 210.37, + "flow": 12875.3, + "inflow": 11280.7, + "volume": 25728.78, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:10:00.000Z", + "level": 210.37, + "flow": 12952.9, + "inflow": 11370, + "volume": 25727.83, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:20:00.000Z", + "level": 210.36, + "flow": 12908.5, + "inflow": 11448.1, + "volume": 25726.95, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:30:00.000Z", + "level": 210.36, + "flow": 12911.6, + "inflow": 11455.9, + "volume": 25726.08, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:40:00.000Z", + "level": 210.35, + "flow": 12959.5, + "inflow": 11453, + "volume": 25725.18, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:50:00.000Z", + "level": 210.35, + "flow": 12884.1, + "inflow": 11431.9, + "volume": 25724.31, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:00:00.000Z", + "level": 210.34, + "flow": 13570.3, + "inflow": 11535, + "volume": 25723.09, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:10:00.000Z", + "level": 210.33, + "flow": 13535.7, + "inflow": 11619.7, + "volume": 25721.94, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:20:00.000Z", + "level": 210.33, + "flow": 13590.3, + "inflow": 11415.8, + "volume": 25720.64, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:30:00.000Z", + "level": 210.32, + "flow": 13505.9, + "inflow": 11533.9, + "volume": 25719.46, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:40:00.000Z", + "level": 210.31, + "flow": 13598.9, + "inflow": 11389, + "volume": 25718.13, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:50:00.000Z", + "level": 210.31, + "flow": 13549.1, + "inflow": 11393.4, + "volume": 25716.84, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:00:00.000Z", + "level": 210.3, + "flow": 13842.2, + "inflow": 11626.1, + "volume": 25715.51, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:10:00.000Z", + "level": 210.29, + "flow": 13764.3, + "inflow": 11587.5, + "volume": 25714.2, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:20:00.000Z", + "level": 210.29, + "flow": 13750.6, + "inflow": 11648.5, + "volume": 25712.94, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:30:00.000Z", + "level": 210.28, + "flow": 13850.2, + "inflow": 11670.9, + "volume": 25711.63, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:40:00.000Z", + "level": 210.27, + "flow": 13807.4, + "inflow": 11737.1, + "volume": 25710.39, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:50:00.000Z", + "level": 210.27, + "flow": 13754.4, + "inflow": 11706.5, + "volume": 25709.16, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:00:00.000Z", + "level": 210.26, + "flow": 13528.1, + "inflow": 11958, + "volume": 25708.22, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:10:00.000Z", + "level": 210.26, + "flow": 13517.3, + "inflow": 11878.6, + "volume": 25707.24, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:20:00.000Z", + "level": 210.25, + "flow": 13504.5, + "inflow": 11942.3, + "volume": 25706.3, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:30:00.000Z", + "level": 210.25, + "flow": 13593.2, + "inflow": 11981.5, + "volume": 25705.33, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:40:00.000Z", + "level": 210.24, + "flow": 13506.3, + "inflow": 12054.1, + "volume": 25704.46, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:50:00.000Z", + "level": 210.24, + "flow": 13579.5, + "inflow": 11889.8, + "volume": 25703.45, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:00:00.000Z", + "level": 210.23, + "flow": 12842.5, + "inflow": 12276.5, + "volume": 25703.11, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:10:00.000Z", + "level": 210.23, + "flow": 12848.9, + "inflow": 12226.4, + "volume": 25702.74, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:20:00.000Z", + "level": 210.23, + "flow": 12876.5, + "inflow": 12199.3, + "volume": 25702.33, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:30:00.000Z", + "level": 210.23, + "flow": 12878.7, + "inflow": 12115.4, + "volume": 25701.87, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:40:00.000Z", + "level": 210.23, + "flow": 12958.6, + "inflow": 12143.8, + "volume": 25701.38, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:50:00.000Z", + "level": 210.22, + "flow": 12933.3, + "inflow": 12266.5, + "volume": 25700.98, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:00:00.000Z", + "level": 210.23, + "flow": 12054.4, + "inflow": 12674.4, + "volume": 25701.35, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:10:00.000Z", + "level": 210.23, + "flow": 11968.9, + "inflow": 12639.1, + "volume": 25701.75, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:20:00.000Z", + "level": 210.23, + "flow": 11940.3, + "inflow": 12602.4, + "volume": 25702.15, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:30:00.000Z", + "level": 210.23, + "flow": 12030.3, + "inflow": 12557.4, + "volume": 25702.47, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:40:00.000Z", + "level": 210.23, + "flow": 12032.2, + "inflow": 12667.5, + "volume": 25702.85, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:50:00.000Z", + "level": 210.24, + "flow": 11999.5, + "inflow": 12577.2, + "volume": 25703.2, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:00:00.000Z", + "level": 210.24, + "flow": 11060.8, + "inflow": 12878.2, + "volume": 25704.29, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:10:00.000Z", + "level": 210.25, + "flow": 11064.6, + "inflow": 12810.1, + "volume": 25705.34, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:20:00.000Z", + "level": 210.25, + "flow": 11101.8, + "inflow": 12870.6, + "volume": 25706.4, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:30:00.000Z", + "level": 210.26, + "flow": 11063.3, + "inflow": 12977.8, + "volume": 25707.55, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:40:00.000Z", + "level": 210.26, + "flow": 11067.8, + "inflow": 12856.7, + "volume": 25708.62, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:50:00.000Z", + "level": 210.27, + "flow": 11131.3, + "inflow": 12767.8, + "volume": 25709.6, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:00:00.000Z", + "level": 210.28, + "flow": 10408.5, + "inflow": 13158.9, + "volume": 25711.25, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:10:00.000Z", + "level": 210.29, + "flow": 10419, + "inflow": 13115.7, + "volume": 25712.87, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:20:00.000Z", + "level": 210.29, + "flow": 10428.5, + "inflow": 13070.1, + "volume": 25714.45, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:30:00.000Z", + "level": 210.3, + "flow": 10474.6, + "inflow": 13095.3, + "volume": 25716.02, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:40:00.000Z", + "level": 210.31, + "flow": 10455.8, + "inflow": 13156.2, + "volume": 25717.64, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:50:00.000Z", + "level": 210.32, + "flow": 10457.3, + "inflow": 13264.1, + "volume": 25719.32, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:00:00.000Z", + "level": 210.33, + "flow": 10151, + "inflow": 13398.9, + "volume": 25721.27, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:10:00.000Z", + "level": 210.34, + "flow": 10237.3, + "inflow": 13320.5, + "volume": 25723.12, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:20:00.000Z", + "level": 210.35, + "flow": 10233.3, + "inflow": 13317.5, + "volume": 25724.97, + "temperature": 24, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:30:00.000Z", + "level": 210.36, + "flow": 10166.9, + "inflow": 13313, + "volume": 25726.86, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:40:00.000Z", + "level": 210.37, + "flow": 10172.1, + "inflow": 13452.9, + "volume": 25728.83, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:50:00.000Z", + "level": 210.38, + "flow": 10144.1, + "inflow": 13345.2, + "volume": 25730.75, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:00:00.000Z", + "level": 210.39, + "flow": 10484.7, + "inflow": 13515.1, + "volume": 25732.57, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:10:00.000Z", + "level": 210.4, + "flow": 10457.5, + "inflow": 13560.6, + "volume": 25734.43, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:20:00.000Z", + "level": 210.41, + "flow": 10388, + "inflow": 13719.6, + "volume": 25736.43, + "temperature": 24.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:30:00.000Z", + "level": 210.42, + "flow": 10495.6, + "inflow": 13638.8, + "volume": 25738.32, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:40:00.000Z", + "level": 210.43, + "flow": 10381.4, + "inflow": 13727, + "volume": 25740.33, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:50:00.000Z", + "level": 210.44, + "flow": 10435.6, + "inflow": 13732.4, + "volume": 25742.31, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:00:00.000Z", + "level": 210.45, + "flow": 11040.8, + "inflow": 13762.2, + "volume": 25743.94, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:10:00.000Z", + "level": 210.46, + "flow": 11126.7, + "inflow": 13752.9, + "volume": 25745.52, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:20:00.000Z", + "level": 210.47, + "flow": 11042.1, + "inflow": 13622, + "volume": 25747.07, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:30:00.000Z", + "level": 210.48, + "flow": 11095.9, + "inflow": 13631.1, + "volume": 25748.59, + "temperature": 24.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:40:00.000Z", + "level": 210.48, + "flow": 11096.9, + "inflow": 13798.5, + "volume": 25750.21, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:50:00.000Z", + "level": 210.49, + "flow": 11142.6, + "inflow": 13796.7, + "volume": 25751.8, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:00:00.000Z", + "level": 210.5, + "flow": 12032.4, + "inflow": 13725.7, + "volume": 25752.82, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:10:00.000Z", + "level": 210.5, + "flow": 11948, + "inflow": 13794.6, + "volume": 25753.93, + "temperature": 24.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:20:00.000Z", + "level": 210.51, + "flow": 11941, + "inflow": 13803.5, + "volume": 25755.05, + "temperature": 24.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:30:00.000Z", + "level": 210.52, + "flow": 11983.5, + "inflow": 13825.3, + "volume": 25756.16, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:40:00.000Z", + "level": 210.52, + "flow": 11972.8, + "inflow": 13713.4, + "volume": 25757.2, + "temperature": 24.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:50:00.000Z", + "level": 210.53, + "flow": 12011.2, + "inflow": 13817.4, + "volume": 25758.28, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:00:00.000Z", + "level": 210.53, + "flow": 12920.3, + "inflow": 13684.6, + "volume": 25758.74, + "temperature": 24.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:10:00.000Z", + "level": 210.53, + "flow": 12862.2, + "inflow": 13849.3, + "volume": 25759.33, + "temperature": 24.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:20:00.000Z", + "level": 210.53, + "flow": 12874.1, + "inflow": 13644.9, + "volume": 25759.79, + "temperature": 24, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:30:00.000Z", + "level": 210.54, + "flow": 12862.8, + "inflow": 13737.7, + "volume": 25760.31, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:40:00.000Z", + "level": 210.54, + "flow": 12917.6, + "inflow": 13645, + "volume": 25760.75, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:50:00.000Z", + "level": 210.54, + "flow": 12896.1, + "inflow": 13670.6, + "volume": 25761.21, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:00:00.000Z", + "level": 210.54, + "flow": 13580.3, + "inflow": 13607, + "volume": 25761.23, + "temperature": 24.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:10:00.000Z", + "level": 210.54, + "flow": 13589.8, + "inflow": 13528.8, + "volume": 25761.19, + "temperature": 24.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:20:00.000Z", + "level": 210.54, + "flow": 13529.5, + "inflow": 13651.5, + "volume": 25761.26, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:30:00.000Z", + "level": 210.54, + "flow": 13544.2, + "inflow": 13588.2, + "volume": 25761.29, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:40:00.000Z", + "level": 210.54, + "flow": 13524.8, + "inflow": 13696.4, + "volume": 25761.39, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:50:00.000Z", + "level": 210.54, + "flow": 13541.7, + "inflow": 13557.9, + "volume": 25761.4, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:00:00.000Z", + "level": 210.54, + "flow": 13773.3, + "inflow": 13397.5, + "volume": 25761.17, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:10:00.000Z", + "level": 210.54, + "flow": 13822.1, + "inflow": 13418.3, + "volume": 25760.93, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:20:00.000Z", + "level": 210.54, + "flow": 13797.8, + "inflow": 13471.7, + "volume": 25760.73, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:30:00.000Z", + "level": 210.54, + "flow": 13788.9, + "inflow": 13398, + "volume": 25760.5, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:40:00.000Z", + "level": 210.54, + "flow": 13800.1, + "inflow": 13520.4, + "volume": 25760.33, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:50:00.000Z", + "level": 210.54, + "flow": 13810.3, + "inflow": 13372.2, + "volume": 25760.07, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:00:00.000Z", + "level": 210.54, + "flow": 13508.3, + "inflow": 13272.1, + "volume": 25759.93, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:10:00.000Z", + "level": 210.53, + "flow": 13540.7, + "inflow": 13267.8, + "volume": 25759.77, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:20:00.000Z", + "level": 210.53, + "flow": 13533, + "inflow": 13106.5, + "volume": 25759.51, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:30:00.000Z", + "level": 210.53, + "flow": 13598.3, + "inflow": 13248.7, + "volume": 25759.3, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:40:00.000Z", + "level": 210.53, + "flow": 13554.9, + "inflow": 13072.9, + "volume": 25759.01, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:50:00.000Z", + "level": 210.53, + "flow": 13551.4, + "inflow": 13132.9, + "volume": 25758.76, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:00:00.000Z", + "level": 210.53, + "flow": 12945.4, + "inflow": 12911.6, + "volume": 25758.74, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:10:00.000Z", + "level": 210.53, + "flow": 12930.2, + "inflow": 12932.9, + "volume": 25758.74, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:20:00.000Z", + "level": 210.53, + "flow": 12858.9, + "inflow": 12785.6, + "volume": 25758.7, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:30:00.000Z", + "level": 210.53, + "flow": 12874.5, + "inflow": 12941.1, + "volume": 25758.74, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:40:00.000Z", + "level": 210.53, + "flow": 12935.2, + "inflow": 12990.3, + "volume": 25758.77, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:50:00.000Z", + "level": 210.53, + "flow": 12918.3, + "inflow": 12955.1, + "volume": 25758.79, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:00:00.000Z", + "level": 210.53, + "flow": 11996.8, + "inflow": 12623.5, + "volume": 25759.17, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:10:00.000Z", + "level": 210.53, + "flow": 11984.6, + "inflow": 12545, + "volume": 25759.51, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:20:00.000Z", + "level": 210.54, + "flow": 11970.8, + "inflow": 12646.6, + "volume": 25759.92, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:30:00.000Z", + "level": 210.54, + "flow": 12058.1, + "inflow": 12486.8, + "volume": 25760.18, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:40:00.000Z", + "level": 210.54, + "flow": 11978.6, + "inflow": 12460.7, + "volume": 25760.47, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:50:00.000Z", + "level": 210.54, + "flow": 12015.4, + "inflow": 12694.3, + "volume": 25760.88, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:00:00.000Z", + "level": 210.54, + "flow": 11144.5, + "inflow": 12346.7, + "volume": 25761.6, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:10:00.000Z", + "level": 210.55, + "flow": 11079, + "inflow": 12347.6, + "volume": 25762.36, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:20:00.000Z", + "level": 210.55, + "flow": 11057, + "inflow": 12205.5, + "volume": 25763.05, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:30:00.000Z", + "level": 210.56, + "flow": 11098.9, + "inflow": 12202.3, + "volume": 25763.71, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:40:00.000Z", + "level": 210.56, + "flow": 11041.2, + "inflow": 12171.4, + "volume": 25764.39, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:50:00.000Z", + "level": 210.56, + "flow": 11144.5, + "inflow": 12311.4, + "volume": 25765.09, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:00:00.000Z", + "level": 210.57, + "flow": 10490.1, + "inflow": 12034.9, + "volume": 25766.02, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:10:00.000Z", + "level": 210.57, + "flow": 10383, + "inflow": 12042.9, + "volume": 25767.02, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:20:00.000Z", + "level": 210.58, + "flow": 10498.5, + "inflow": 12088.9, + "volume": 25767.97, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:30:00.000Z", + "level": 210.58, + "flow": 10440.5, + "inflow": 11956.8, + "volume": 25768.88, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:40:00.000Z", + "level": 210.59, + "flow": 10399.7, + "inflow": 12000.9, + "volume": 25769.84, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:50:00.000Z", + "level": 210.59, + "flow": 10395.3, + "inflow": 11885.4, + "volume": 25770.73, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:00:00.000Z", + "level": 210.6, + "flow": 10238.2, + "inflow": 11810.4, + "volume": 25771.67, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:10:00.000Z", + "level": 210.6, + "flow": 10144.1, + "inflow": 11822.6, + "volume": 25772.68, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:20:00.000Z", + "level": 210.61, + "flow": 10189.6, + "inflow": 11738, + "volume": 25773.61, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:30:00.000Z", + "level": 210.61, + "flow": 10211.4, + "inflow": 11729, + "volume": 25774.52, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:40:00.000Z", + "level": 210.62, + "flow": 10228.9, + "inflow": 11815.2, + "volume": 25775.47, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:50:00.000Z", + "level": 210.62, + "flow": 10179.9, + "inflow": 11609.4, + "volume": 25776.33, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:00:00.000Z", + "level": 210.63, + "flow": 10399.7, + "inflow": 11561.7, + "volume": 25777.03, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:10:00.000Z", + "level": 210.63, + "flow": 10454.5, + "inflow": 11472, + "volume": 25777.64, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:20:00.000Z", + "level": 210.63, + "flow": 10500.6, + "inflow": 11589.1, + "volume": 25778.29, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:30:00.000Z", + "level": 210.64, + "flow": 10483, + "inflow": 11462.3, + "volume": 25778.88, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:40:00.000Z", + "level": 210.64, + "flow": 10472.3, + "inflow": 11442.2, + "volume": 25779.46, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:50:00.000Z", + "level": 210.64, + "flow": 10385.6, + "inflow": 11636.4, + "volume": 25780.21, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:00:00.000Z", + "level": 210.64, + "flow": 11085.4, + "inflow": 11379.8, + "volume": 25780.39, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:10:00.000Z", + "level": 210.64, + "flow": 11050.5, + "inflow": 11330.8, + "volume": 25780.56, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:20:00.000Z", + "level": 210.65, + "flow": 11042.4, + "inflow": 11332.4, + "volume": 25780.73, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:30:00.000Z", + "level": 210.65, + "flow": 11058.5, + "inflow": 11306.6, + "volume": 25780.88, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:40:00.000Z", + "level": 210.65, + "flow": 11051.2, + "inflow": 11466.4, + "volume": 25781.13, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:50:00.000Z", + "level": 210.65, + "flow": 11092.6, + "inflow": 11493.8, + "volume": 25781.37, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:00:00.000Z", + "level": 210.65, + "flow": 12018.9, + "inflow": 11302.6, + "volume": 25780.94, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:10:00.000Z", + "level": 210.64, + "flow": 12052.3, + "inflow": 11491.5, + "volume": 25780.6, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:20:00.000Z", + "level": 210.64, + "flow": 11942.1, + "inflow": 11365.5, + "volume": 25780.25, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:30:00.000Z", + "level": 210.64, + "flow": 12029, + "inflow": 11371.7, + "volume": 25779.86, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 210.64, + "flow": 11973.1, + "inflow": 11445.2, + "volume": 25779.54, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 210.64, + "flow": 11998.7, + "inflow": 11425.1, + "volume": 25779.2, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 210.63, + "flow": 12840.7, + "inflow": 11475.5, + "volume": 25778.38, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 210.63, + "flow": 12864.4, + "inflow": 11410.2, + "volume": 25777.51, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 210.62, + "flow": 12883.7, + "inflow": 11434, + "volume": 25776.64, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 210.62, + "flow": 12953.4, + "inflow": 11304.9, + "volume": 25775.65, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 210.61, + "flow": 12935.7, + "inflow": 11506, + "volume": 25774.79, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 210.61, + "flow": 12932.1, + "inflow": 11520.7, + "volume": 25773.94, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 210.6, + "flow": 13499.8, + "inflow": 11428.9, + "volume": 25772.7, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 210.6, + "flow": 13617.8, + "inflow": 11455.8, + "volume": 25771.4, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 210.59, + "flow": 13584.1, + "inflow": 11431.8, + "volume": 25770.11, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 210.58, + "flow": 13560.4, + "inflow": 11532.9, + "volume": 25768.89, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 210.58, + "flow": 13597.4, + "inflow": 11467.7, + "volume": 25767.61, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 210.57, + "flow": 13537.2, + "inflow": 11503, + "volume": 25766.39, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 210.56, + "flow": 13800.2, + "inflow": 11700.7, + "volume": 25765.13, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 210.56, + "flow": 13821.4, + "inflow": 11816.9, + "volume": 25763.93, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 210.55, + "flow": 13846.3, + "inflow": 11608.7, + "volume": 25762.59, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 210.54, + "flow": 13805.9, + "inflow": 11648.7, + "volume": 25761.3, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 210.54, + "flow": 13788.1, + "inflow": 11678.9, + "volume": 25760.03, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 210.53, + "flow": 13772.4, + "inflow": 11666.2, + "volume": 25758.77, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 210.52, + "flow": 13510.4, + "inflow": 11875, + "volume": 25757.79, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 210.52, + "flow": 13531.9, + "inflow": 11957.1, + "volume": 25756.85, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 210.51, + "flow": 13536.1, + "inflow": 11901.1, + "volume": 25755.87, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 210.51, + "flow": 13594.6, + "inflow": 11977, + "volume": 25754.9, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 210.5, + "flow": 13571.4, + "inflow": 12000, + "volume": 25753.96, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 210.5, + "flow": 13586.6, + "inflow": 11861.9, + "volume": 25752.93, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 210.5, + "flow": 12858.1, + "inflow": 12311.9, + "volume": 25752.6, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 210.49, + "flow": 12923.8, + "inflow": 12349.3, + "volume": 25752.26, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 210.49, + "flow": 12866, + "inflow": 12190.8, + "volume": 25751.85, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 210.49, + "flow": 12923.5, + "inflow": 12244.2, + "volume": 25751.44, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 210.49, + "flow": 12840.9, + "inflow": 12316.4, + "volume": 25751.13, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 210.49, + "flow": 12860.8, + "inflow": 12269.5, + "volume": 25750.78, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 210.49, + "flow": 11957.3, + "inflow": 12672.3, + "volume": 25751.21, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 210.49, + "flow": 12052, + "inflow": 12561.1, + "volume": 25751.52, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 210.49, + "flow": 11946.9, + "inflow": 12664.6, + "volume": 25751.95, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 210.49, + "flow": 11950.6, + "inflow": 12556.8, + "volume": 25752.31, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 210.5, + "flow": 11969, + "inflow": 12551.2, + "volume": 25752.66, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 210.5, + "flow": 11979.5, + "inflow": 12528.9, + "volume": 25752.99, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 210.5, + "flow": 11089.6, + "inflow": 12981.3, + "volume": 25754.13, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 210.51, + "flow": 11050, + "inflow": 12841.1, + "volume": 25755.2, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 210.52, + "flow": 11097.2, + "inflow": 12955.7, + "volume": 25756.32, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 210.52, + "flow": 11101.7, + "inflow": 12856.3, + "volume": 25757.37, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 210.53, + "flow": 11158.3, + "inflow": 12931.8, + "volume": 25758.43, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 210.53, + "flow": 11044.1, + "inflow": 12977.3, + "volume": 25759.59, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 210.54, + "flow": 10425.3, + "inflow": 13089.7, + "volume": 25761.19, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 210.55, + "flow": 10451.3, + "inflow": 13180.6, + "volume": 25762.83, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 210.56, + "flow": 10435.5, + "inflow": 13200.5, + "volume": 25764.49, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 210.57, + "flow": 10466.4, + "inflow": 13241.8, + "volume": 25766.16, + "temperature": 18.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 210.58, + "flow": 10441.6, + "inflow": 13260.9, + "volume": 25767.85, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 210.59, + "flow": 10491.3, + "inflow": 13212.8, + "volume": 25769.48, + "temperature": 19.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 210.6, + "flow": 10159.6, + "inflow": 13357.7, + "volume": 25771.4, + "temperature": 20.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 210.61, + "flow": 10227.3, + "inflow": 13358.2, + "volume": 25773.28, + "temperature": 18.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 210.62, + "flow": 10204.6, + "inflow": 13446.5, + "volume": 25775.23, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 210.63, + "flow": 10184, + "inflow": 13510, + "volume": 25777.23, + "temperature": 20.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 210.64, + "flow": 10236.3, + "inflow": 13377.5, + "volume": 25779.11, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 210.65, + "flow": 10165.3, + "inflow": 13548, + "volume": 25781.14, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 210.66, + "flow": 10488, + "inflow": 13715.3, + "volume": 25783.08, + "temperature": 19.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 210.67, + "flow": 10424, + "inflow": 13611.7, + "volume": 25784.99, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 210.68, + "flow": 10484.8, + "inflow": 13706.1, + "volume": 25786.92, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 210.69, + "flow": 10387.7, + "inflow": 13646.1, + "volume": 25788.88, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 210.7, + "flow": 10466.5, + "inflow": 13640, + "volume": 25790.78, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 210.71, + "flow": 10407.4, + "inflow": 13660.1, + "volume": 25792.73, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 210.72, + "flow": 11142.8, + "inflow": 13689.7, + "volume": 25794.26, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 210.73, + "flow": 11093.2, + "inflow": 13701.5, + "volume": 25795.82, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 210.73, + "flow": 11129.2, + "inflow": 13664.1, + "volume": 25797.34, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 210.74, + "flow": 11064.2, + "inflow": 13799.5, + "volume": 25798.98, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 210.75, + "flow": 11149.1, + "inflow": 13802.9, + "volume": 25800.57, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 210.76, + "flow": 11157.3, + "inflow": 13651.3, + "volume": 25802.07, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 210.76, + "flow": 12056.3, + "inflow": 13744.3, + "volume": 25803.08, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 210.77, + "flow": 12023.8, + "inflow": 13798.8, + "volume": 25804.15, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 210.77, + "flow": 12042.6, + "inflow": 13793.8, + "volume": 25805.2, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 210.78, + "flow": 12057.5, + "inflow": 13800.2, + "volume": 25806.25, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 210.79, + "flow": 11990.6, + "inflow": 13858.6, + "volume": 25807.37, + "temperature": 20.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 210.79, + "flow": 11968.7, + "inflow": 13684.6, + "volume": 25808.4, + "temperature": 20.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 210.79, + "flow": 12941.7, + "inflow": 13787.8, + "volume": 25808.91, + "temperature": 19.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 210.8, + "flow": 12898.2, + "inflow": 13730.5, + "volume": 25809.41, + "temperature": 20, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 210.8, + "flow": 12869.5, + "inflow": 13838.2, + "volume": 25809.99, + "temperature": 20.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 210.8, + "flow": 12879.7, + "inflow": 13811.7, + "volume": 25810.55, + "temperature": 20.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 210.81, + "flow": 12880.8, + "inflow": 13706.8, + "volume": 25811.05, + "temperature": 19.4, + "precipitation": 1.1 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 210.81, + "flow": 12893.3, + "inflow": 13753.1, + "volume": 25811.57, + "temperature": 20.5, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 210.81, + "flow": 13570.8, + "inflow": 13584.3, + "volume": 25811.58, + "temperature": 20.5, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 210.81, + "flow": 13526.8, + "inflow": 13605.8, + "volume": 25811.63, + "temperature": 19.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 210.81, + "flow": 13609.8, + "inflow": 13718.3, + "volume": 25811.7, + "temperature": 20.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 210.81, + "flow": 13545.5, + "inflow": 13583.3, + "volume": 25811.72, + "temperature": 20.6, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 210.81, + "flow": 13588, + "inflow": 13624.3, + "volume": 25811.74, + "temperature": 19.8, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 210.81, + "flow": 13557, + "inflow": 13536, + "volume": 25811.73, + "temperature": 19.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 210.81, + "flow": 13757.7, + "inflow": 13509.9, + "volume": 25811.58, + "temperature": 20.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 210.81, + "flow": 13769.3, + "inflow": 13341.9, + "volume": 25811.32, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 210.81, + "flow": 13796.9, + "inflow": 13372.7, + "volume": 25811.07, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 210.8, + "flow": 13792.2, + "inflow": 13459.6, + "volume": 25810.87, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 210.8, + "flow": 13761.4, + "inflow": 13441.7, + "volume": 25810.68, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 210.8, + "flow": 13777.5, + "inflow": 13458.1, + "volume": 25810.49, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 210.8, + "flow": 13520.2, + "inflow": 13176.3, + "volume": 25810.28, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 210.8, + "flow": 13561.4, + "inflow": 13205.5, + "volume": 25810.07, + "temperature": 20.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 210.8, + "flow": 13600.6, + "inflow": 13232, + "volume": 25809.85, + "temperature": 19.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 210.8, + "flow": 13546.6, + "inflow": 13183.1, + "volume": 25809.63, + "temperature": 20.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 210.8, + "flow": 13612.2, + "inflow": 13266.3, + "volume": 25809.42, + "temperature": 20.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 210.8, + "flow": 13560.3, + "inflow": 13141.3, + "volume": 25809.17, + "temperature": 19.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 210.8, + "flow": 12908.9, + "inflow": 12865.1, + "volume": 25809.14, + "temperature": 19.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 210.8, + "flow": 12940.6, + "inflow": 12966.3, + "volume": 25809.16, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 210.8, + "flow": 12842.8, + "inflow": 12819.1, + "volume": 25809.15, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 210.8, + "flow": 12904.9, + "inflow": 13010.3, + "volume": 25809.21, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 210.8, + "flow": 12911.9, + "inflow": 12992.7, + "volume": 25809.26, + "temperature": 18.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 210.8, + "flow": 12870, + "inflow": 12945.8, + "volume": 25809.31, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 210.8, + "flow": 12040.5, + "inflow": 12501.2, + "volume": 25809.59, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 210.8, + "flow": 12054.2, + "inflow": 12477, + "volume": 25809.84, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 210.8, + "flow": 11955.1, + "inflow": 12613.1, + "volume": 25810.23, + "temperature": 18.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 210.8, + "flow": 11994, + "inflow": 12541, + "volume": 25810.56, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 210.8, + "flow": 11994, + "inflow": 12489.5, + "volume": 25810.86, + "temperature": 18.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 210.81, + "flow": 12048.7, + "inflow": 12567, + "volume": 25811.17, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 210.81, + "flow": 11152.3, + "inflow": 12171.3, + "volume": 25811.78, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 210.81, + "flow": 11103.3, + "inflow": 12282.5, + "volume": 25812.49, + "temperature": 18.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 210.82, + "flow": 11145.7, + "inflow": 12252.9, + "volume": 25813.15, + "temperature": 18.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 210.82, + "flow": 11065.3, + "inflow": 12200.8, + "volume": 25813.83, + "temperature": 16.9, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 210.82, + "flow": 11103.9, + "inflow": 12260, + "volume": 25814.52, + "temperature": 17.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 210.83, + "flow": 11067.7, + "inflow": 12399.6, + "volume": 25815.32, + "temperature": 18.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 210.83, + "flow": 10430.3, + "inflow": 12107, + "volume": 25816.33, + "temperature": 18, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 210.84, + "flow": 10455.6, + "inflow": 11889.7, + "volume": 25817.19, + "temperature": 18, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 210.84, + "flow": 10426.4, + "inflow": 12113.7, + "volume": 25818.2, + "temperature": 16.5, + "precipitation": 0.7 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 210.85, + "flow": 10475.8, + "inflow": 12059.3, + "volume": 25819.15, + "temperature": 16.8, + "precipitation": 0.7 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 210.85, + "flow": 10484.6, + "inflow": 11944.6, + "volume": 25820.03, + "temperature": 16.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 210.86, + "flow": 10480.7, + "inflow": 11914.3, + "volume": 25820.89, + "temperature": 17.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 210.86, + "flow": 10154.9, + "inflow": 11714.2, + "volume": 25821.83, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 210.87, + "flow": 10227.8, + "inflow": 11813.6, + "volume": 25822.78, + "temperature": 16.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 210.87, + "flow": 10148.2, + "inflow": 11730.1, + "volume": 25823.73, + "temperature": 15.7, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 210.88, + "flow": 10172.5, + "inflow": 11729.8, + "volume": 25824.66, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 210.88, + "flow": 10248, + "inflow": 11849.1, + "volume": 25825.62, + "temperature": 17.2, + "precipitation": 0.7 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 210.89, + "flow": 10253.8, + "inflow": 11808.1, + "volume": 25826.55, + "temperature": 17.3, + "precipitation": 0.8 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 210.89, + "flow": 10395.2, + "inflow": 11560.5, + "volume": 25827.25, + "temperature": 15.9, + "precipitation": 1 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 210.89, + "flow": 10460.2, + "inflow": 11601.4, + "volume": 25827.93, + "temperature": 16.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 210.9, + "flow": 10481.1, + "inflow": 11649.3, + "volume": 25828.63, + "temperature": 15.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 210.9, + "flow": 10461.1, + "inflow": 11439.5, + "volume": 25829.22, + "temperature": 15.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 210.9, + "flow": 10461, + "inflow": 11472.4, + "volume": 25829.83, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 210.91, + "flow": 10384.7, + "inflow": 11492.2, + "volume": 25830.49, + "temperature": 15.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 210.91, + "flow": 11069.5, + "inflow": 11414.1, + "volume": 25830.7, + "temperature": 16.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 210.91, + "flow": 11080.6, + "inflow": 11352.6, + "volume": 25830.86, + "temperature": 15, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 210.91, + "flow": 11125.4, + "inflow": 11406.1, + "volume": 25831.03, + "temperature": 16.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 210.91, + "flow": 11122.1, + "inflow": 11423.9, + "volume": 25831.21, + "temperature": 16.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 210.91, + "flow": 11131.8, + "inflow": 11384.2, + "volume": 25831.36, + "temperature": 15.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 210.91, + "flow": 11095.7, + "inflow": 11333, + "volume": 25831.5, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 210.91, + "flow": 12033.7, + "inflow": 11476.7, + "volume": 25831.17, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 210.91, + "flow": 11944.4, + "inflow": 11280.8, + "volume": 25830.77, + "temperature": 15, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 210.91, + "flow": 11976.6, + "inflow": 11409.1, + "volume": 25830.43, + "temperature": 15.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 210.91, + "flow": 11958.2, + "inflow": 11315.8, + "volume": 25830.04, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 210.9, + "flow": 12044.9, + "inflow": 11479.1, + "volume": 25829.7, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 210.9, + "flow": 12021.6, + "inflow": 11303.2, + "volume": 25829.27, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 210.9, + "flow": 12851.3, + "inflow": 11329.5, + "volume": 25828.36, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 210.89, + "flow": 12854.3, + "inflow": 11326.7, + "volume": 25827.44, + "temperature": 15.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 210.89, + "flow": 12923.4, + "inflow": 11495.8, + "volume": 25826.58, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 210.88, + "flow": 12863.1, + "inflow": 11441.7, + "volume": 25825.73, + "temperature": 15, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 210.88, + "flow": 12955.6, + "inflow": 11496.1, + "volume": 25824.85, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 210.87, + "flow": 12931, + "inflow": 11524.9, + "volume": 25824.01, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 210.87, + "flow": 13587.1, + "inflow": 11560.8, + "volume": 25822.79, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 210.86, + "flow": 13581.9, + "inflow": 11446.1, + "volume": 25821.51, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 210.85, + "flow": 13527.4, + "inflow": 11537.4, + "volume": 25820.32, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 210.85, + "flow": 13574, + "inflow": 11577.5, + "volume": 25819.12, + "temperature": 16, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 210.84, + "flow": 13609.5, + "inflow": 11499.2, + "volume": 25817.85, + "temperature": 16.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 210.83, + "flow": 13585.4, + "inflow": 11518.1, + "volume": 25816.61, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 210.83, + "flow": 13809.1, + "inflow": 11834.9, + "volume": 25815.43, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 210.82, + "flow": 13838.1, + "inflow": 11736.2, + "volume": 25814.17, + "temperature": 15.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 210.82, + "flow": 13758.1, + "inflow": 11852.6, + "volume": 25813.03, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 210.81, + "flow": 13806.8, + "inflow": 11723, + "volume": 25811.78, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 210.8, + "flow": 13816.9, + "inflow": 11778.1, + "volume": 25810.56, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 210.8, + "flow": 13755.6, + "inflow": 11709.5, + "volume": 25809.33, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 210.79, + "flow": 13504.7, + "inflow": 11996.5, + "volume": 25808.43, + "temperature": 16.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 210.79, + "flow": 13526.4, + "inflow": 11998.4, + "volume": 25807.51, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 210.78, + "flow": 13565.1, + "inflow": 12097.7, + "volume": 25806.63, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 210.78, + "flow": 13562.9, + "inflow": 11970.2, + "volume": 25805.67, + "temperature": 17.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 210.77, + "flow": 13575.5, + "inflow": 11995.6, + "volume": 25804.72, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 210.77, + "flow": 13567.5, + "inflow": 12084.5, + "volume": 25803.83, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 210.77, + "flow": 12863.3, + "inflow": 12180.7, + "volume": 25803.42, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 210.76, + "flow": 12955.5, + "inflow": 12169.3, + "volume": 25802.95, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 210.76, + "flow": 12871.5, + "inflow": 12234.7, + "volume": 25802.57, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 210.76, + "flow": 12916.2, + "inflow": 12276, + "volume": 25802.19, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 210.76, + "flow": 12941.5, + "inflow": 12328, + "volume": 25801.82, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 210.75, + "flow": 12858.8, + "inflow": 12258.7, + "volume": 25801.46, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 210.76, + "flow": 11954.2, + "inflow": 12627.2, + "volume": 25801.86, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 210.76, + "flow": 11940.7, + "inflow": 12593, + "volume": 25802.25, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 210.76, + "flow": 11996.5, + "inflow": 12550.4, + "volume": 25802.58, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 210.76, + "flow": 11969.3, + "inflow": 12557, + "volume": 25802.93, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 210.76, + "flow": 11971.2, + "inflow": 12556.6, + "volume": 25803.28, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 210.77, + "flow": 11970.7, + "inflow": 12661.6, + "volume": 25803.69, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 210.77, + "flow": 11099.4, + "inflow": 12888.9, + "volume": 25804.76, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 210.78, + "flow": 11110.5, + "inflow": 12857.4, + "volume": 25805.81, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 210.78, + "flow": 11139.6, + "inflow": 12873.5, + "volume": 25806.85, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 210.79, + "flow": 11065, + "inflow": 12801, + "volume": 25807.89, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 210.79, + "flow": 11094.2, + "inflow": 12859.5, + "volume": 25808.95, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 210.8, + "flow": 11129.9, + "inflow": 12905, + "volume": 25810.02, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 210.81, + "flow": 10457.5, + "inflow": 13119.5, + "volume": 25811.62, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 210.82, + "flow": 10480.9, + "inflow": 13279.3, + "volume": 25813.3, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 210.83, + "flow": 10439.1, + "inflow": 13265.3, + "volume": 25815, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 210.84, + "flow": 10382.2, + "inflow": 13245.4, + "volume": 25816.72, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 210.84, + "flow": 10402.2, + "inflow": 13212.8, + "volume": 25818.41, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 210.85, + "flow": 10386.8, + "inflow": 13223, + "volume": 25820.11, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 210.86, + "flow": 10145.3, + "inflow": 13334.5, + "volume": 25822.02, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 210.87, + "flow": 10203.8, + "inflow": 13404.3, + "volume": 25823.94, + "temperature": 21.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 210.88, + "flow": 10227.7, + "inflow": 13417.2, + "volume": 25825.85, + "temperature": 20.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 210.89, + "flow": 10170.8, + "inflow": 13507.8, + "volume": 25827.85, + "temperature": 19.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 210.9, + "flow": 10163.1, + "inflow": 13413.4, + "volume": 25829.8, + "temperature": 19.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 210.91, + "flow": 10221.5, + "inflow": 13342, + "volume": 25831.67, + "temperature": 20.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 210.92, + "flow": 10492.3, + "inflow": 13536.7, + "volume": 25833.5, + "temperature": 21.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 210.93, + "flow": 10411.3, + "inflow": 13530.1, + "volume": 25835.37, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 210.94, + "flow": 10446.2, + "inflow": 13694.9, + "volume": 25837.32, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 210.95, + "flow": 10472.6, + "inflow": 13561.7, + "volume": 25839.17, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 210.96, + "flow": 10418.9, + "inflow": 13615.4, + "volume": 25841.09, + "temperature": 21.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 210.97, + "flow": 10433.1, + "inflow": 13627, + "volume": 25843.01, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 210.98, + "flow": 11145.2, + "inflow": 13789.9, + "volume": 25844.6, + "temperature": 20.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 210.99, + "flow": 11041.9, + "inflow": 13641.4, + "volume": 25846.16, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 211, + "flow": 11070.2, + "inflow": 13656.4, + "volume": 25847.71, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 211.01, + "flow": 11060, + "inflow": 13822.2, + "volume": 25849.37, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 211.02, + "flow": 11108.4, + "inflow": 13661.6, + "volume": 25850.9, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 211.02, + "flow": 11151.1, + "inflow": 13731.6, + "volume": 25852.45, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 211.03, + "flow": 12010.7, + "inflow": 13740.1, + "volume": 25853.49, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 211.04, + "flow": 11953.3, + "inflow": 13694.6, + "volume": 25854.53, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 211.04, + "flow": 11958, + "inflow": 13888.2, + "volume": 25855.69, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 211.05, + "flow": 12024.8, + "inflow": 13767.4, + "volume": 25856.74, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 211.05, + "flow": 12031.4, + "inflow": 13890.7, + "volume": 25857.86, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 211.06, + "flow": 11997.9, + "inflow": 13843.8, + "volume": 25858.97, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 211.06, + "flow": 12944.8, + "inflow": 13715.2, + "volume": 25859.43, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 211.06, + "flow": 12950.5, + "inflow": 13847.2, + "volume": 25859.97, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 211.07, + "flow": 12851.5, + "inflow": 13865.5, + "volume": 25860.58, + "temperature": 21.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 211.07, + "flow": 12932.8, + "inflow": 13851.9, + "volume": 25861.13, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 211.07, + "flow": 13505.7, + "inflow": 13675.7, + "volume": 25861.23, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 211.07, + "flow": 13515.7, + "inflow": 13533.5, + "volume": 25861.24, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 211.07, + "flow": 13516.9, + "inflow": 13742.3, + "volume": 25861.38, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 211.07, + "flow": 13499.5, + "inflow": 13543.4, + "volume": 25861.41, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 211.07, + "flow": 13506.4, + "inflow": 13611, + "volume": 25861.47, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 211.07, + "flow": 13547.2, + "inflow": 13639, + "volume": 25861.53, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 211.07, + "flow": 13850, + "inflow": 13486.5, + "volume": 25861.31, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 211.07, + "flow": 13755.5, + "inflow": 13362, + "volume": 25861.07, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 211.07, + "flow": 13776.7, + "inflow": 13346.3, + "volume": 25860.81, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 211.07, + "flow": 13841.1, + "inflow": 13401.7, + "volume": 25860.55, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 211.07, + "flow": 13768.7, + "inflow": 13537.4, + "volume": 25860.41, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 211.07, + "flow": 13518.4, + "inflow": 13146.2, + "volume": 25860.19, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 211.06, + "flow": 13515.8, + "inflow": 13300.2, + "volume": 25860.06, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 211.06, + "flow": 13536.7, + "inflow": 13206.3, + "volume": 25859.86, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 211.06, + "flow": 13579.4, + "inflow": 13178.8, + "volume": 25859.62, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 211.06, + "flow": 13518.5, + "inflow": 13158.1, + "volume": 25859.4, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 211.06, + "flow": 13571.1, + "inflow": 13173.4, + "volume": 25859.16, + "temperature": 19.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 211.06, + "flow": 12862.2, + "inflow": 12795.4, + "volume": 25859.12, + "temperature": 19.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 211.06, + "flow": 12843.8, + "inflow": 12856, + "volume": 25859.13, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 211.06, + "flow": 12870.3, + "inflow": 13028.1, + "volume": 25859.22, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 211.06, + "flow": 12925.3, + "inflow": 12903.1, + "volume": 25859.21, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 211.06, + "flow": 12857.9, + "inflow": 12808.7, + "volume": 25859.18, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 211.06, + "flow": 12915.1, + "inflow": 12977.9, + "volume": 25859.22, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 211.06, + "flow": 11970.7, + "inflow": 12523.3, + "volume": 25859.55, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 211.06, + "flow": 12000.9, + "inflow": 12627.4, + "volume": 25859.93, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 211.07, + "flow": 11980.7, + "inflow": 12615.4, + "volume": 25860.31, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 211.07, + "flow": 12024.6, + "inflow": 12678.6, + "volume": 25860.7, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 211.07, + "flow": 12020.7, + "inflow": 12567.1, + "volume": 25861.03, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 211.07, + "flow": 11973.3, + "inflow": 12557.4, + "volume": 25861.38, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 211.08, + "flow": 11118.4, + "inflow": 12257.1, + "volume": 25862.06, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 211.08, + "flow": 11052.8, + "inflow": 12255.8, + "volume": 25862.78, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 211.08, + "flow": 11085.2, + "inflow": 12297.7, + "volume": 25863.51, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 211.09, + "flow": 11051.7, + "inflow": 12244.8, + "volume": 25864.23, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 211.09, + "flow": 11124.8, + "inflow": 12199.8, + "volume": 25864.87, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 211.09, + "flow": 11091, + "inflow": 12379.7, + "volume": 25865.64, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 211.1, + "flow": 10413.8, + "inflow": 11904.3, + "volume": 25866.53, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 211.1, + "flow": 10423.9, + "inflow": 11981.1, + "volume": 25867.46, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 211.11, + "flow": 10468.2, + "inflow": 11884.9, + "volume": 25868.31, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 211.11, + "flow": 10455, + "inflow": 12084.7, + "volume": 25869.29, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 211.12, + "flow": 10451.1, + "inflow": 12059.3, + "volume": 25870.25, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 211.12, + "flow": 10447, + "inflow": 12093.8, + "volume": 25871.24, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 211.13, + "flow": 10254.8, + "inflow": 11726.9, + "volume": 25872.12, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 211.13, + "flow": 10202, + "inflow": 11711.4, + "volume": 25873.03, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 211.14, + "flow": 10234.8, + "inflow": 11696.6, + "volume": 25873.91, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 211.14, + "flow": 10156.3, + "inflow": 11789.9, + "volume": 25874.89, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 211.15, + "flow": 10173.8, + "inflow": 11846.2, + "volume": 25875.89, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 211.15, + "flow": 10189, + "inflow": 11842.1, + "volume": 25876.88, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 211.16, + "flow": 10448.1, + "inflow": 11503.8, + "volume": 25877.51, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 211.16, + "flow": 10411.5, + "inflow": 11549.7, + "volume": 25878.19, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 211.16, + "flow": 10489.4, + "inflow": 11675.2, + "volume": 25878.9, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 211.17, + "flow": 10442.1, + "inflow": 11484.7, + "volume": 25879.53, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 211.17, + "flow": 10437.2, + "inflow": 11492.5, + "volume": 25880.16, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 211.17, + "flow": 10405.7, + "inflow": 11647.6, + "volume": 25880.91, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 211.18, + "flow": 11092.8, + "inflow": 11344.3, + "volume": 25881.06, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 211.18, + "flow": 11052.3, + "inflow": 11340.5, + "volume": 25881.23, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 211.18, + "flow": 11092.6, + "inflow": 11455.5, + "volume": 25881.45, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 211.18, + "flow": 11060.3, + "inflow": 11532.1, + "volume": 25881.73, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 211.18, + "flow": 11125.9, + "inflow": 11440.8, + "volume": 25881.92, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 211.18, + "flow": 11153.5, + "inflow": 11471.9, + "volume": 25882.11, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 211.18, + "flow": 11962.7, + "inflow": 11323.8, + "volume": 25881.73, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 211.18, + "flow": 11978.6, + "inflow": 11419.6, + "volume": 25881.39, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 211.18, + "flow": 12052.7, + "inflow": 11511.5, + "volume": 25881.07, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 211.17, + "flow": 11940.4, + "inflow": 11351.5, + "volume": 25880.72, + "temperature": 18.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 211.17, + "flow": 12003, + "inflow": 11457.5, + "volume": 25880.39, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 211.17, + "flow": 12047, + "inflow": 11293.8, + "volume": 25879.94, + "temperature": 18.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 211.17, + "flow": 12895.8, + "inflow": 11424.6, + "volume": 25879.06, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 211.16, + "flow": 12934, + "inflow": 11371.8, + "volume": 25878.12, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 211.16, + "flow": 12885.2, + "inflow": 11343.7, + "volume": 25877.2, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 211.15, + "flow": 12853, + "inflow": 11361.6, + "volume": 25876.31, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 211.15, + "flow": 12884.8, + "inflow": 11456.9, + "volume": 25875.45, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 211.14, + "flow": 12910.6, + "inflow": 11377.4, + "volume": 25874.53, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 211.13, + "flow": 13538.4, + "inflow": 11558.3, + "volume": 25873.34, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 211.13, + "flow": 13549.6, + "inflow": 11471.9, + "volume": 25872.09, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 211.12, + "flow": 13591.2, + "inflow": 11616.5, + "volume": 25870.91, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 211.12, + "flow": 13562.8, + "inflow": 11549.5, + "volume": 25869.7, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 211.11, + "flow": 13577.3, + "inflow": 11463.8, + "volume": 25868.43, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 211.1, + "flow": 13513.3, + "inflow": 11518.8, + "volume": 25867.23, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 211.1, + "flow": 13841.1, + "inflow": 11732.3, + "volume": 25865.96, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 211.09, + "flow": 13820.2, + "inflow": 11752.6, + "volume": 25864.72, + "temperature": 17, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 211.08, + "flow": 13827.9, + "inflow": 11795.8, + "volume": 25863.5, + "temperature": 17.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 211.08, + "flow": 13787.4, + "inflow": 11659, + "volume": 25862.22, + "temperature": 17, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 211.07, + "flow": 13841.5, + "inflow": 11742, + "volume": 25860.96, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 211.06, + "flow": 13767.1, + "inflow": 11740, + "volume": 25859.74, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 211.06, + "flow": 13618.2, + "inflow": 12105.9, + "volume": 25858.83, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 211.05, + "flow": 13503.2, + "inflow": 12009.3, + "volume": 25857.93, + "temperature": 17.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 211.05, + "flow": 13587.9, + "inflow": 11994.1, + "volume": 25856.97, + "temperature": 16.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 211.04, + "flow": 13617.9, + "inflow": 12070.8, + "volume": 25856.04, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 211.04, + "flow": 13506.6, + "inflow": 11964.3, + "volume": 25855.11, + "temperature": 16.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 211.03, + "flow": 13559.2, + "inflow": 11911.6, + "volume": 25854.12, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 211.03, + "flow": 12894.3, + "inflow": 12323.8, + "volume": 25853.78, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 211.03, + "flow": 12957.4, + "inflow": 12304.2, + "volume": 25853.39, + "temperature": 16.4, + "precipitation": 1.1 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 211.03, + "flow": 12945.4, + "inflow": 12282.8, + "volume": 25852.99, + "temperature": 17.4, + "precipitation": 1.1 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 211.03, + "flow": 12890.5, + "inflow": 12325.5, + "volume": 25852.65, + "temperature": 17, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 211.02, + "flow": 12915.9, + "inflow": 12296.1, + "volume": 25852.28, + "temperature": 17.6, + "precipitation": 1.9 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 211.02, + "flow": 12895.5, + "inflow": 12284.5, + "volume": 25851.91, + "temperature": 16.1, + "precipitation": 1.8 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 211.02, + "flow": 12036.1, + "inflow": 12648.6, + "volume": 25852.28, + "temperature": 17, + "precipitation": 1.6 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 211.03, + "flow": 12023.4, + "inflow": 12482.8, + "volume": 25852.56, + "temperature": 18.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 211.03, + "flow": 11999.2, + "inflow": 12489.1, + "volume": 25852.85, + "temperature": 18.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 211.03, + "flow": 12026.5, + "inflow": 12586.1, + "volume": 25853.19, + "temperature": 17.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 211.03, + "flow": 11959.7, + "inflow": 12482.7, + "volume": 25853.5, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 211.03, + "flow": 12000.9, + "inflow": 12554.6, + "volume": 25853.83, + "temperature": 17.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 211.04, + "flow": 11151.7, + "inflow": 12951.7, + "volume": 25854.91, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 211.04, + "flow": 11148.5, + "inflow": 12885.4, + "volume": 25855.95, + "temperature": 19.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 211.05, + "flow": 11075.2, + "inflow": 12788.1, + "volume": 25856.98, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 211.05, + "flow": 11075.9, + "inflow": 12826.3, + "volume": 25858.03, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 211.06, + "flow": 11054.7, + "inflow": 12963, + "volume": 25859.17, + "temperature": 19.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 211.07, + "flow": 11142.3, + "inflow": 12900, + "volume": 25860.22, + "temperature": 19.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 211.07, + "flow": 10484, + "inflow": 13206.2, + "volume": 25861.85, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 211.08, + "flow": 10420.4, + "inflow": 13298.3, + "volume": 25863.58, + "temperature": 20, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 211.09, + "flow": 10381.4, + "inflow": 13125.1, + "volume": 25865.23, + "temperature": 20.2, + "precipitation": 0.7 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 211.1, + "flow": 10397.9, + "inflow": 13230.9, + "volume": 25866.93, + "temperature": 19, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 211.11, + "flow": 10437.7, + "inflow": 13120.7, + "volume": 25868.54, + "temperature": 19.8, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 211.12, + "flow": 10492.4, + "inflow": 13298.2, + "volume": 25870.22, + "temperature": 19.5, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 211.13, + "flow": 10157.4, + "inflow": 13361.6, + "volume": 25872.14, + "temperature": 19.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 211.14, + "flow": 10230, + "inflow": 13361.3, + "volume": 25874.02, + "temperature": 19.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 211.15, + "flow": 10206.5, + "inflow": 13514.5, + "volume": 25876, + "temperature": 19.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 211.16, + "flow": 10222.5, + "inflow": 13496.5, + "volume": 25877.96, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 211.17, + "flow": 10251.2, + "inflow": 13480.4, + "volume": 25879.9, + "temperature": 19.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 211.18, + "flow": 10209.5, + "inflow": 13481.3, + "volume": 25881.86, + "temperature": 19.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 211.19, + "flow": 10414.7, + "inflow": 13720.6, + "volume": 25883.84, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 211.2, + "flow": 10437.8, + "inflow": 13516.2, + "volume": 25885.69, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 211.21, + "flow": 10428.5, + "inflow": 13533.2, + "volume": 25887.55, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 211.22, + "flow": 10441.7, + "inflow": 13523.3, + "volume": 25889.4, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 211.23, + "flow": 10422.6, + "inflow": 13555.4, + "volume": 25891.28, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 211.24, + "flow": 10430.4, + "inflow": 13528.5, + "volume": 25893.14, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 211.25, + "flow": 11107.1, + "inflow": 13721.9, + "volume": 25894.71, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 211.26, + "flow": 11068, + "inflow": 13699.4, + "volume": 25896.29, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 211.26, + "flow": 11151.4, + "inflow": 13802.7, + "volume": 25897.88, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 211.27, + "flow": 11137.7, + "inflow": 13778.4, + "volume": 25899.46, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 211.28, + "flow": 11081.4, + "inflow": 13709.8, + "volume": 25901.04, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 211.29, + "flow": 11043.4, + "inflow": 13812.7, + "volume": 25902.7, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 211.3, + "flow": 11983.9, + "inflow": 13832.6, + "volume": 25903.81, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 211.3, + "flow": 11950.4, + "inflow": 13860, + "volume": 25904.96, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 211.31, + "flow": 11989.9, + "inflow": 13913.6, + "volume": 25906.11, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 211.31, + "flow": 12057.5, + "inflow": 13744.3, + "volume": 25907.12, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 211.32, + "flow": 12058.2, + "inflow": 13726.3, + "volume": 25908.12, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 211.32, + "flow": 12027.1, + "inflow": 13808.7, + "volume": 25909.19, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 211.33, + "flow": 12873.6, + "inflow": 13722.9, + "volume": 25909.7, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 211.33, + "flow": 12883.6, + "inflow": 13705.2, + "volume": 25910.19, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 211.33, + "flow": 12959.2, + "inflow": 13836.6, + "volume": 25910.72, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 211.33, + "flow": 12884.8, + "inflow": 13652.5, + "volume": 25911.18, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 211.34, + "flow": 12912.6, + "inflow": 13689.2, + "volume": 25911.65, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 211.34, + "flow": 12942, + "inflow": 13722.1, + "volume": 25912.12, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 211.34, + "flow": 13577.4, + "inflow": 13736.4, + "volume": 25912.22, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 211.34, + "flow": 13585, + "inflow": 13571.2, + "volume": 25912.21, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 211.34, + "flow": 13599.8, + "inflow": 13684.3, + "volume": 25912.26, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 211.34, + "flow": 13597.1, + "inflow": 13607.2, + "volume": 25912.27, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 211.34, + "flow": 13559.5, + "inflow": 13633.3, + "volume": 25912.31, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 211.34, + "flow": 13524.6, + "inflow": 13588.2, + "volume": 25912.35, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 211.34, + "flow": 13835.1, + "inflow": 13493.2, + "volume": 25912.14, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 211.34, + "flow": 13816.9, + "inflow": 13505.7, + "volume": 25911.95, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 211.34, + "flow": 13580.6, + "inflow": 13229.3, + "volume": 25911.74, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 211.34, + "flow": 13614.7, + "inflow": 13263.4, + "volume": 25911.53, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 211.34, + "flow": 13559.4, + "inflow": 13136.3, + "volume": 25911.28, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 211.33, + "flow": 13509.8, + "inflow": 13306.2, + "volume": 25911.16, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 211.33, + "flow": 13562.3, + "inflow": 13150.1, + "volume": 25910.91, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 211.33, + "flow": 13605.3, + "inflow": 13090.9, + "volume": 25910.6, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 211.33, + "flow": 12917.9, + "inflow": 12923.8, + "volume": 25910.6, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 211.33, + "flow": 12842.2, + "inflow": 12849.7, + "volume": 25910.6, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 211.33, + "flow": 12889.2, + "inflow": 12821, + "volume": 25910.56, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 211.33, + "flow": 12930.8, + "inflow": 12976.2, + "volume": 25910.59, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 211.33, + "flow": 12911.8, + "inflow": 12839.3, + "volume": 25910.55, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 211.33, + "flow": 12938.5, + "inflow": 12939.8, + "volume": 25910.55, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 211.33, + "flow": 11969.7, + "inflow": 12492.2, + "volume": 25910.86, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 211.33, + "flow": 12050.9, + "inflow": 12531.1, + "volume": 25911.15, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 211.34, + "flow": 12034.9, + "inflow": 12600.6, + "volume": 25911.49, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 211.34, + "flow": 12006.1, + "inflow": 12570.1, + "volume": 25911.83, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 211.34, + "flow": 12047, + "inflow": 12667.9, + "volume": 25912.2, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 211.34, + "flow": 11987.6, + "inflow": 12563.1, + "volume": 25912.55, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 211.35, + "flow": 11117.7, + "inflow": 12390.4, + "volume": 25913.31, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 211.35, + "flow": 11101.1, + "inflow": 12348.4, + "volume": 25914.06, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 211.35, + "flow": 11148.4, + "inflow": 12315.3, + "volume": 25914.76, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 211.36, + "flow": 11112.2, + "inflow": 12353.5, + "volume": 25915.5, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 211.36, + "flow": 11074.7, + "inflow": 12259.3, + "volume": 25916.21, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 211.37, + "flow": 11154.6, + "inflow": 12401.5, + "volume": 25916.96, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 211.37, + "flow": 10429.4, + "inflow": 12072.6, + "volume": 25917.95, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 211.38, + "flow": 10411, + "inflow": 11957.7, + "volume": 25918.88, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 211.38, + "flow": 10391.5, + "inflow": 12025.5, + "volume": 25919.86, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 211.39, + "flow": 10408.3, + "inflow": 12021, + "volume": 25920.83, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 211.39, + "flow": 10451.1, + "inflow": 11897.4, + "volume": 25921.7, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 211.4, + "flow": 10453.9, + "inflow": 12086.4, + "volume": 25922.68, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 211.4, + "flow": 10146.2, + "inflow": 11825.6, + "volume": 25923.69, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 211.41, + "flow": 10219.3, + "inflow": 11640.7, + "volume": 25924.54, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 211.41, + "flow": 10146.6, + "inflow": 11712.3, + "volume": 25925.48, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 211.42, + "flow": 10170.8, + "inflow": 11754.7, + "volume": 25926.43, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 211.42, + "flow": 10243.5, + "inflow": 11639.6, + "volume": 25927.27, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 211.42, + "flow": 10239.8, + "inflow": 11696.2, + "volume": 25928.14, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 211.43, + "flow": 10400.2, + "inflow": 11635.4, + "volume": 25928.88, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 211.43, + "flow": 10473.7, + "inflow": 11478.8, + "volume": 25929.48, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 211.44, + "flow": 10401.3, + "inflow": 11513.6, + "volume": 25930.15, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 211.44, + "flow": 10411.1, + "inflow": 11628.3, + "volume": 25930.88, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 211.44, + "flow": 10500.7, + "inflow": 11617, + "volume": 25931.55, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 211.45, + "flow": 10496.1, + "inflow": 11609.9, + "volume": 25932.22, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 211.45, + "flow": 11122.2, + "inflow": 11474.2, + "volume": 25932.43, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 211.45, + "flow": 11139.6, + "inflow": 11375.7, + "volume": 25932.57, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 211.45, + "flow": 11089.8, + "inflow": 11357.8, + "volume": 25932.73, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 211.45, + "flow": 11081, + "inflow": 11507.7, + "volume": 25932.99, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 211.45, + "flow": 11118.7, + "inflow": 11536.9, + "volume": 25933.24, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 211.45, + "flow": 11132.2, + "inflow": 11372.5, + "volume": 25933.38, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 211.45, + "flow": 11971.6, + "inflow": 11310.7, + "volume": 25932.98, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 211.45, + "flow": 12058.5, + "inflow": 11333.4, + "volume": 25932.54, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 211.45, + "flow": 12055.7, + "inflow": 11382.1, + "volume": 25932.14, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 211.44, + "flow": 12042.7, + "inflow": 11311.9, + "volume": 25931.7, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 211.44, + "flow": 11962.2, + "inflow": 11449.2, + "volume": 25931.39, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 211.44, + "flow": 11991.4, + "inflow": 11369.1, + "volume": 25931.02, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 211.43, + "flow": 12955.7, + "inflow": 11400.8, + "volume": 25930.09, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 211.43, + "flow": 12883.2, + "inflow": 11395.1, + "volume": 25929.2, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 211.43, + "flow": 12856.9, + "inflow": 11330.2, + "volume": 25928.28, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 211.42, + "flow": 12878.5, + "inflow": 11397.9, + "volume": 25927.39, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 211.42, + "flow": 12917.2, + "inflow": 11540.3, + "volume": 25926.56, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 211.41, + "flow": 12888.8, + "inflow": 11498.6, + "volume": 25925.73, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 211.41, + "flow": 13528.9, + "inflow": 11639.6, + "volume": 25924.6, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 211.4, + "flow": 13498.9, + "inflow": 11607.2, + "volume": 25923.46, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 211.39, + "flow": 13534.9, + "inflow": 11659.4, + "volume": 25922.33, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 211.39, + "flow": 13554.4, + "inflow": 11569.8, + "volume": 25921.14, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 211.38, + "flow": 13537.3, + "inflow": 11624.2, + "volume": 25919.99, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 211.38, + "flow": 13566.4, + "inflow": 11574.6, + "volume": 25918.79, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 211.37, + "flow": 13770.9, + "inflow": 11730.3, + "volume": 25917.57, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 211.36, + "flow": 13743.9, + "inflow": 11659.4, + "volume": 25916.32, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 211.36, + "flow": 13816.1, + "inflow": 11688.6, + "volume": 25915.04, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 211.35, + "flow": 13762.6, + "inflow": 11820.7, + "volume": 25913.87, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 211.34, + "flow": 13788, + "inflow": 11764.6, + "volume": 25912.66, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 211.34, + "flow": 13845.6, + "inflow": 11696.7, + "volume": 25911.37, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 211.33, + "flow": 13527.9, + "inflow": 12087.2, + "volume": 25910.51, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 211.33, + "flow": 13577.7, + "inflow": 11922.1, + "volume": 25909.52, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 211.32, + "flow": 13578.2, + "inflow": 11902.4, + "volume": 25908.51, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 211.32, + "flow": 13582, + "inflow": 11928.2, + "volume": 25907.52, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 211.31, + "flow": 13581.3, + "inflow": 11887.2, + "volume": 25906.5, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 211.3, + "flow": 13616.4, + "inflow": 11888.6, + "volume": 25905.46, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 211.3, + "flow": 12934.4, + "inflow": 12243.4, + "volume": 25905.05, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 211.3, + "flow": 12906.4, + "inflow": 12329, + "volume": 25904.7, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 211.3, + "flow": 12879.6, + "inflow": 12250.6, + "volume": 25904.32, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 211.3, + "flow": 12923, + "inflow": 12166.7, + "volume": 25903.87, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 211.29, + "flow": 12959.6, + "inflow": 12333.8, + "volume": 25903.49, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 211.29, + "flow": 12865, + "inflow": 12309.3, + "volume": 25903.16, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 211.29, + "flow": 11949.6, + "inflow": 12517.5, + "volume": 25903.5, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 211.3, + "flow": 12004.1, + "inflow": 12630.6, + "volume": 25903.88, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 211.3, + "flow": 11994.5, + "inflow": 12493.8, + "volume": 25904.18, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 211.3, + "flow": 12011.4, + "inflow": 12622.9, + "volume": 25904.55, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 211.3, + "flow": 12042.3, + "inflow": 12497, + "volume": 25904.82, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 211.3, + "flow": 11979.2, + "inflow": 12679.9, + "volume": 25905.24, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 211.31, + "flow": 11055, + "inflow": 12851.2, + "volume": 25906.32, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 211.32, + "flow": 11041.2, + "inflow": 12934.5, + "volume": 25907.46, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 211.32, + "flow": 11127.3, + "inflow": 12951.5, + "volume": 25908.55, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 211.33, + "flow": 11108.9, + "inflow": 12776.3, + "volume": 25909.55, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 211.33, + "flow": 11052.3, + "inflow": 12951.7, + "volume": 25910.69, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 211.34, + "flow": 11140.2, + "inflow": 12993, + "volume": 25911.8, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 211.35, + "flow": 10381.8, + "inflow": 13190.8, + "volume": 25913.49, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 211.36, + "flow": 10423.6, + "inflow": 13177.3, + "volume": 25915.14, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 211.36, + "flow": 10397.8, + "inflow": 13216.3, + "volume": 25916.83, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 211.37, + "flow": 10471.2, + "inflow": 13138.3, + "volume": 25918.43, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 211.38, + "flow": 10403.4, + "inflow": 13099.5, + "volume": 25920.05, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 211.39, + "flow": 10491, + "inflow": 13264.5, + "volume": 25921.71, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 211.4, + "flow": 10242.8, + "inflow": 13522.9, + "volume": 25923.68, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 211.41, + "flow": 10190.3, + "inflow": 13420.7, + "volume": 25925.62, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 211.42, + "flow": 10255.9, + "inflow": 13423.1, + "volume": 25927.52, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 211.43, + "flow": 10211.1, + "inflow": 13338.3, + "volume": 25929.4, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 211.44, + "flow": 10224.1, + "inflow": 13468.6, + "volume": 25931.35, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 211.45, + "flow": 10153.2, + "inflow": 13393.7, + "volume": 25933.29, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 211.46, + "flow": 10381.4, + "inflow": 13590.4, + "volume": 25935.22, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 211.47, + "flow": 10394.4, + "inflow": 13536.1, + "volume": 25937.11, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 211.48, + "flow": 10426.3, + "inflow": 13541.9, + "volume": 25938.98, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 211.49, + "flow": 10460.7, + "inflow": 13665.2, + "volume": 25940.9, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 211.5, + "flow": 10396, + "inflow": 13659.8, + "volume": 25942.86, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 211.51, + "flow": 10402.6, + "inflow": 13615.2, + "volume": 25944.79, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 211.52, + "flow": 11109.8, + "inflow": 13732.1, + "volume": 25946.36, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 211.53, + "flow": 11101.5, + "inflow": 13851, + "volume": 25948.01, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 211.54, + "flow": 11080.8, + "inflow": 13817.5, + "volume": 25949.65, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 211.55, + "flow": 11105.4, + "inflow": 13815.3, + "volume": 25951.28, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 211.56, + "flow": 11121.3, + "inflow": 13656.4, + "volume": 25952.8, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 211.56, + "flow": 11155, + "inflow": 13775.6, + "volume": 25954.37, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 211.57, + "flow": 11962.1, + "inflow": 13685.8, + "volume": 25955.4, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 211.57, + "flow": 12012.6, + "inflow": 13785.4, + "volume": 25956.46, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 211.58, + "flow": 12011.1, + "inflow": 13888.8, + "volume": 25957.59, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 211.59, + "flow": 11974.6, + "inflow": 13791.1, + "volume": 25958.68, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 211.59, + "flow": 11984.7, + "inflow": 13848.2, + "volume": 25959.8, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 211.6, + "flow": 12024.1, + "inflow": 13756.9, + "volume": 25960.84, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 211.6, + "flow": 12955.4, + "inflow": 13743.2, + "volume": 25961.31, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 211.6, + "flow": 12936.3, + "inflow": 13643.9, + "volume": 25961.73, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 211.6, + "flow": 12906.8, + "inflow": 13627.9, + "volume": 25962.16, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 211.61, + "flow": 12866.7, + "inflow": 13664, + "volume": 25962.64, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 211.61, + "flow": 12922.4, + "inflow": 13806.8, + "volume": 25963.17, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 211.61, + "flow": 12959.7, + "inflow": 13740.8, + "volume": 25963.64, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 211.61, + "flow": 13605.2, + "inflow": 13560.5, + "volume": 25963.61, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 211.61, + "flow": 13608.4, + "inflow": 13576.7, + "volume": 25963.59, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 211.61, + "flow": 13533.9, + "inflow": 13618.4, + "volume": 25963.64, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 211.61, + "flow": 13552.1, + "inflow": 13615.9, + "volume": 25963.68, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 211.61, + "flow": 13504.1, + "inflow": 13545, + "volume": 25963.7, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 211.61, + "flow": 13601.9, + "inflow": 13647.7, + "volume": 25963.73, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 211.61, + "flow": 13850.7, + "inflow": 13527.7, + "volume": 25963.54, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 211.61, + "flow": 13798.1, + "inflow": 13512.6, + "volume": 25963.37, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 211.61, + "flow": 13771.1, + "inflow": 13479.6, + "volume": 25963.2, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 211.61, + "flow": 13759.7, + "inflow": 13408.2, + "volume": 25962.99, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 211.61, + "flow": 13796.7, + "inflow": 13437.3, + "volume": 25962.77, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 211.61, + "flow": 13838, + "inflow": 13341.1, + "volume": 25962.47, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 211.61, + "flow": 13587.5, + "inflow": 13243.7, + "volume": 25962.26, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 211.6, + "flow": 12893, + "inflow": 12805.1, + "volume": 25962.21, + "temperature": 13.2, + "precipitation": 0 + } +] \ No newline at end of file diff --git a/public/data/CA_DANJ.json b/public/data/CA_DANJ.json new file mode 100644 index 0000000..8e9717c --- /dev/null +++ b/public/data/CA_DANJ.json @@ -0,0 +1,13502 @@ +[ + { + "timestamp": "2026-06-02T23:10:00.000Z", + "level": 355.17, + "flow": 1095.6, + "inflow": 1002.2, + "volume": 124781.47, + "temperature": 27.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-02T23:20:00.000Z", + "level": 355.17, + "flow": 1098.7, + "inflow": 998.1, + "volume": 124781.41, + "temperature": 27.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-02T23:30:00.000Z", + "level": 355.17, + "flow": 1096.4, + "inflow": 1016.4, + "volume": 124781.36, + "temperature": 28.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-02T23:40:00.000Z", + "level": 355.17, + "flow": 1092.6, + "inflow": 1007.7, + "volume": 124781.31, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-02T23:50:00.000Z", + "level": 355.17, + "flow": 1100.9, + "inflow": 1015.4, + "volume": 124781.26, + "temperature": 28.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:00:00.000Z", + "level": 355.17, + "flow": 1024.6, + "inflow": 1050.9, + "volume": 124781.28, + "temperature": 27.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:10:00.000Z", + "level": 355.17, + "flow": 1018.5, + "inflow": 1038.1, + "volume": 124781.29, + "temperature": 28.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:20:00.000Z", + "level": 355.17, + "flow": 1024.1, + "inflow": 1045.3, + "volume": 124781.3, + "temperature": 29.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:30:00.000Z", + "level": 355.17, + "flow": 1015.4, + "inflow": 1034.4, + "volume": 124781.31, + "temperature": 28.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:40:00.000Z", + "level": 355.17, + "flow": 1024.3, + "inflow": 1043.1, + "volume": 124781.32, + "temperature": 28.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:50:00.000Z", + "level": 355.17, + "flow": 1022, + "inflow": 1036.3, + "volume": 124781.33, + "temperature": 27.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:00:00.000Z", + "level": 355.17, + "flow": 941.4, + "inflow": 1069.1, + "volume": 124781.41, + "temperature": 28.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:10:00.000Z", + "level": 355.17, + "flow": 947.6, + "inflow": 1061.8, + "volume": 124781.48, + "temperature": 28.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:20:00.000Z", + "level": 355.17, + "flow": 947.4, + "inflow": 1066.6, + "volume": 124781.55, + "temperature": 29, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:30:00.000Z", + "level": 355.17, + "flow": 941.1, + "inflow": 1070.4, + "volume": 124781.63, + "temperature": 28.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:40:00.000Z", + "level": 355.17, + "flow": 944.8, + "inflow": 1075.6, + "volume": 124781.71, + "temperature": 28.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:50:00.000Z", + "level": 355.17, + "flow": 947.7, + "inflow": 1074.2, + "volume": 124781.79, + "temperature": 28.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:00:00.000Z", + "level": 355.17, + "flow": 886.6, + "inflow": 1100.5, + "volume": 124781.92, + "temperature": 29.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:10:00.000Z", + "level": 355.17, + "flow": 884.4, + "inflow": 1082.7, + "volume": 124782.04, + "temperature": 29.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:20:00.000Z", + "level": 355.17, + "flow": 890.5, + "inflow": 1099.6, + "volume": 124782.17, + "temperature": 30.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:30:00.000Z", + "level": 355.17, + "flow": 882.6, + "inflow": 1099.9, + "volume": 124782.3, + "temperature": 29.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:40:00.000Z", + "level": 355.17, + "flow": 884.2, + "inflow": 1092.5, + "volume": 124782.42, + "temperature": 29.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:50:00.000Z", + "level": 355.17, + "flow": 891.2, + "inflow": 1097, + "volume": 124782.54, + "temperature": 29.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:00:00.000Z", + "level": 355.17, + "flow": 871.8, + "inflow": 1106.4, + "volume": 124782.68, + "temperature": 29.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:10:00.000Z", + "level": 355.17, + "flow": 862.1, + "inflow": 1113.3, + "volume": 124782.83, + "temperature": 31.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:20:00.000Z", + "level": 355.17, + "flow": 863.6, + "inflow": 1117.2, + "volume": 124782.98, + "temperature": 31.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:30:00.000Z", + "level": 355.17, + "flow": 862, + "inflow": 1105.4, + "volume": 124783.13, + "temperature": 30.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:40:00.000Z", + "level": 355.17, + "flow": 862.9, + "inflow": 1115.3, + "volume": 124783.28, + "temperature": 30.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:50:00.000Z", + "level": 355.17, + "flow": 868.8, + "inflow": 1109.1, + "volume": 124783.42, + "temperature": 30.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:00:00.000Z", + "level": 355.17, + "flow": 883.4, + "inflow": 1136.1, + "volume": 124783.57, + "temperature": 31.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:10:00.000Z", + "level": 355.17, + "flow": 891.4, + "inflow": 1137.8, + "volume": 124783.72, + "temperature": 31.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:20:00.000Z", + "level": 355.17, + "flow": 890.8, + "inflow": 1123.4, + "volume": 124783.86, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:30:00.000Z", + "level": 355.17, + "flow": 887.3, + "inflow": 1120, + "volume": 124784, + "temperature": 31.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:40:00.000Z", + "level": 355.17, + "flow": 884.5, + "inflow": 1131, + "volume": 124784.15, + "temperature": 31.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:50:00.000Z", + "level": 355.17, + "flow": 889.3, + "inflow": 1132.7, + "volume": 124784.3, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:00:00.000Z", + "level": 355.17, + "flow": 947.3, + "inflow": 1134.9, + "volume": 124784.41, + "temperature": 31.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:10:00.000Z", + "level": 355.17, + "flow": 945.1, + "inflow": 1129.7, + "volume": 124784.52, + "temperature": 31.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:20:00.000Z", + "level": 355.17, + "flow": 943.8, + "inflow": 1138.4, + "volume": 124784.64, + "temperature": 31.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:30:00.000Z", + "level": 355.17, + "flow": 941, + "inflow": 1148.6, + "volume": 124784.76, + "temperature": 31.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:40:00.000Z", + "level": 355.17, + "flow": 938.9, + "inflow": 1143.4, + "volume": 124784.88, + "temperature": 30.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:50:00.000Z", + "level": 355.17, + "flow": 942.1, + "inflow": 1143.2, + "volume": 124785, + "temperature": 31.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:00:00.000Z", + "level": 355.17, + "flow": 1016, + "inflow": 1147, + "volume": 124785.08, + "temperature": 31.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:10:00.000Z", + "level": 355.17, + "flow": 1015.2, + "inflow": 1134.7, + "volume": 124785.15, + "temperature": 31.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:20:00.000Z", + "level": 355.17, + "flow": 1017.8, + "inflow": 1135.1, + "volume": 124785.22, + "temperature": 32.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:30:00.000Z", + "level": 355.17, + "flow": 1018, + "inflow": 1138.5, + "volume": 124785.29, + "temperature": 31.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:40:00.000Z", + "level": 355.17, + "flow": 1017.3, + "inflow": 1151.7, + "volume": 124785.37, + "temperature": 32.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:50:00.000Z", + "level": 355.17, + "flow": 1017.1, + "inflow": 1146.1, + "volume": 124785.45, + "temperature": 31, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:00:00.000Z", + "level": 355.17, + "flow": 1094.2, + "inflow": 1133.5, + "volume": 124785.47, + "temperature": 31.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:10:00.000Z", + "level": 355.17, + "flow": 1100.1, + "inflow": 1129.8, + "volume": 124785.49, + "temperature": 31.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:20:00.000Z", + "level": 355.17, + "flow": 1098, + "inflow": 1136.9, + "volume": 124785.51, + "temperature": 30.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:30:00.000Z", + "level": 355.17, + "flow": 1095.9, + "inflow": 1139.4, + "volume": 124785.54, + "temperature": 31, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:40:00.000Z", + "level": 355.17, + "flow": 1099.5, + "inflow": 1134.2, + "volume": 124785.56, + "temperature": 30.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:50:00.000Z", + "level": 355.17, + "flow": 1092.2, + "inflow": 1145.9, + "volume": 124785.59, + "temperature": 31.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:00:00.000Z", + "level": 355.17, + "flow": 1151.9, + "inflow": 1124.9, + "volume": 124785.57, + "temperature": 30.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:10:00.000Z", + "level": 355.17, + "flow": 1150.1, + "inflow": 1120.5, + "volume": 124785.55, + "temperature": 31, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:20:00.000Z", + "level": 355.17, + "flow": 1156.5, + "inflow": 1122.2, + "volume": 124785.53, + "temperature": 31.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:30:00.000Z", + "level": 355.17, + "flow": 1148.4, + "inflow": 1138.8, + "volume": 124785.52, + "temperature": 30.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:40:00.000Z", + "level": 355.17, + "flow": 1153.2, + "inflow": 1130.9, + "volume": 124785.51, + "temperature": 31.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:50:00.000Z", + "level": 355.17, + "flow": 1148.4, + "inflow": 1121.8, + "volume": 124785.49, + "temperature": 31.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:00:00.000Z", + "level": 355.17, + "flow": 1177.4, + "inflow": 1119, + "volume": 124785.45, + "temperature": 29.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:10:00.000Z", + "level": 355.17, + "flow": 1174.8, + "inflow": 1117, + "volume": 124785.42, + "temperature": 30.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:20:00.000Z", + "level": 355.17, + "flow": 1174.5, + "inflow": 1109.6, + "volume": 124785.38, + "temperature": 29.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:30:00.000Z", + "level": 355.17, + "flow": 1175.7, + "inflow": 1120.2, + "volume": 124785.35, + "temperature": 30.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:40:00.000Z", + "level": 355.17, + "flow": 1168.7, + "inflow": 1115, + "volume": 124785.32, + "temperature": 29.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:50:00.000Z", + "level": 355.17, + "flow": 1169, + "inflow": 1111.4, + "volume": 124785.29, + "temperature": 30.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:00:00.000Z", + "level": 355.17, + "flow": 1148.6, + "inflow": 1085, + "volume": 124785.25, + "temperature": 29.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:10:00.000Z", + "level": 355.17, + "flow": 1156.9, + "inflow": 1100.3, + "volume": 124785.22, + "temperature": 30.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:20:00.000Z", + "level": 355.17, + "flow": 1154.4, + "inflow": 1083.5, + "volume": 124785.18, + "temperature": 30.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:30:00.000Z", + "level": 355.17, + "flow": 1150.5, + "inflow": 1100.2, + "volume": 124785.15, + "temperature": 30.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:40:00.000Z", + "level": 355.17, + "flow": 1155.3, + "inflow": 1084.4, + "volume": 124785.11, + "temperature": 29.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:50:00.000Z", + "level": 355.17, + "flow": 1150.3, + "inflow": 1083.8, + "volume": 124785.07, + "temperature": 29, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:00:00.000Z", + "level": 355.17, + "flow": 1095.6, + "inflow": 1076.8, + "volume": 124785.06, + "temperature": 28.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:10:00.000Z", + "level": 355.17, + "flow": 1092.9, + "inflow": 1064, + "volume": 124785.04, + "temperature": 29.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:20:00.000Z", + "level": 355.17, + "flow": 1101.3, + "inflow": 1065.8, + "volume": 124785.02, + "temperature": 29.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:30:00.000Z", + "level": 355.17, + "flow": 1093.4, + "inflow": 1076.2, + "volume": 124785.01, + "temperature": 28.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:40:00.000Z", + "level": 355.17, + "flow": 1098.7, + "inflow": 1067.1, + "volume": 124784.99, + "temperature": 28.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:50:00.000Z", + "level": 355.17, + "flow": 1101, + "inflow": 1065.3, + "volume": 124784.97, + "temperature": 28.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:00:00.000Z", + "level": 355.17, + "flow": 1019.1, + "inflow": 1037.2, + "volume": 124784.98, + "temperature": 27.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:10:00.000Z", + "level": 355.17, + "flow": 1022.5, + "inflow": 1040, + "volume": 124784.99, + "temperature": 28.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:20:00.000Z", + "level": 355.17, + "flow": 1022.1, + "inflow": 1048.4, + "volume": 124785.01, + "temperature": 29.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:30:00.000Z", + "level": 355.17, + "flow": 1020.5, + "inflow": 1036.2, + "volume": 124785.02, + "temperature": 28.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:40:00.000Z", + "level": 355.17, + "flow": 1017.9, + "inflow": 1041.5, + "volume": 124785.03, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:50:00.000Z", + "level": 355.17, + "flow": 1017.4, + "inflow": 1040.3, + "volume": 124785.04, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:00:00.000Z", + "level": 355.17, + "flow": 941.2, + "inflow": 1016.4, + "volume": 124785.09, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:10:00.000Z", + "level": 355.17, + "flow": 946.2, + "inflow": 1016.9, + "volume": 124785.13, + "temperature": 27.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:20:00.000Z", + "level": 355.17, + "flow": 946.3, + "inflow": 1014.8, + "volume": 124785.17, + "temperature": 27.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:30:00.000Z", + "level": 355.17, + "flow": 940.2, + "inflow": 1021.1, + "volume": 124785.22, + "temperature": 27.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:40:00.000Z", + "level": 355.17, + "flow": 940.2, + "inflow": 1014.5, + "volume": 124785.26, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:50:00.000Z", + "level": 355.17, + "flow": 945.7, + "inflow": 1016.3, + "volume": 124785.3, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:00:00.000Z", + "level": 355.17, + "flow": 885, + "inflow": 995.8, + "volume": 124785.37, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:10:00.000Z", + "level": 355.17, + "flow": 886, + "inflow": 990.3, + "volume": 124785.43, + "temperature": 27.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:20:00.000Z", + "level": 355.17, + "flow": 883, + "inflow": 988.3, + "volume": 124785.49, + "temperature": 27.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:30:00.000Z", + "level": 355.17, + "flow": 884.8, + "inflow": 994.2, + "volume": 124785.56, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:40:00.000Z", + "level": 355.17, + "flow": 884.9, + "inflow": 997.6, + "volume": 124785.63, + "temperature": 27.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:50:00.000Z", + "level": 355.17, + "flow": 882.6, + "inflow": 997.6, + "volume": 124785.7, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:00:00.000Z", + "level": 355.17, + "flow": 868.7, + "inflow": 971, + "volume": 124785.76, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:10:00.000Z", + "level": 355.17, + "flow": 868.9, + "inflow": 959.4, + "volume": 124785.81, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:20:00.000Z", + "level": 355.17, + "flow": 867.6, + "inflow": 972.5, + "volume": 124785.87, + "temperature": 27.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:30:00.000Z", + "level": 355.17, + "flow": 868.9, + "inflow": 967.1, + "volume": 124785.93, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:40:00.000Z", + "level": 355.17, + "flow": 863.5, + "inflow": 969.7, + "volume": 124785.99, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:50:00.000Z", + "level": 355.17, + "flow": 863.8, + "inflow": 964.7, + "volume": 124786.05, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:00:00.000Z", + "level": 355.17, + "flow": 883.6, + "inflow": 960.8, + "volume": 124786.1, + "temperature": 26.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:10:00.000Z", + "level": 355.17, + "flow": 885.2, + "inflow": 960.9, + "volume": 124786.15, + "temperature": 25, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:20:00.000Z", + "level": 355.17, + "flow": 883.8, + "inflow": 963, + "volume": 124786.2, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:30:00.000Z", + "level": 355.17, + "flow": 891.1, + "inflow": 961.5, + "volume": 124786.24, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:40:00.000Z", + "level": 355.17, + "flow": 883.5, + "inflow": 953.3, + "volume": 124786.28, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:50:00.000Z", + "level": 355.17, + "flow": 883.3, + "inflow": 943.1, + "volume": 124786.32, + "temperature": 25.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:00:00.000Z", + "level": 355.17, + "flow": 941, + "inflow": 945.8, + "volume": 124786.32, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:10:00.000Z", + "level": 355.17, + "flow": 942.2, + "inflow": 949.4, + "volume": 124786.32, + "temperature": 25, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:20:00.000Z", + "level": 355.17, + "flow": 942.7, + "inflow": 941.9, + "volume": 124786.32, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:30:00.000Z", + "level": 355.17, + "flow": 943.5, + "inflow": 943.4, + "volume": 124786.32, + "temperature": 25.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:40:00.000Z", + "level": 355.17, + "flow": 944.4, + "inflow": 948.7, + "volume": 124786.32, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:50:00.000Z", + "level": 355.17, + "flow": 947.6, + "inflow": 942.3, + "volume": 124786.32, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:00:00.000Z", + "level": 355.17, + "flow": 1023.6, + "inflow": 929.1, + "volume": 124786.26, + "temperature": 25.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:10:00.000Z", + "level": 355.17, + "flow": 1019.3, + "inflow": 932, + "volume": 124786.21, + "temperature": 24.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:20:00.000Z", + "level": 355.17, + "flow": 1019.4, + "inflow": 934.9, + "volume": 124786.16, + "temperature": 25.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:30:00.000Z", + "level": 355.17, + "flow": 1024.5, + "inflow": 942.9, + "volume": 124786.11, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:40:00.000Z", + "level": 355.17, + "flow": 1017.8, + "inflow": 933.1, + "volume": 124786.06, + "temperature": 24.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:50:00.000Z", + "level": 355.17, + "flow": 1018.6, + "inflow": 944.2, + "volume": 124786.02, + "temperature": 25.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:00:00.000Z", + "level": 355.17, + "flow": 1100.1, + "inflow": 951, + "volume": 124785.93, + "temperature": 25.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:10:00.000Z", + "level": 355.17, + "flow": 1092.4, + "inflow": 933.2, + "volume": 124785.83, + "temperature": 25.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:20:00.000Z", + "level": 355.17, + "flow": 1096.4, + "inflow": 936.3, + "volume": 124785.73, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:30:00.000Z", + "level": 355.17, + "flow": 1093, + "inflow": 952.8, + "volume": 124785.65, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:40:00.000Z", + "level": 355.17, + "flow": 1093.2, + "inflow": 948.8, + "volume": 124785.56, + "temperature": 25.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:50:00.000Z", + "level": 355.17, + "flow": 1099.5, + "inflow": 951.5, + "volume": 124785.47, + "temperature": 26.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:00:00.000Z", + "level": 355.17, + "flow": 1147.7, + "inflow": 962.9, + "volume": 124785.36, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:10:00.000Z", + "level": 355.17, + "flow": 1157.6, + "inflow": 943.7, + "volume": 124785.23, + "temperature": 26.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:20:00.000Z", + "level": 355.17, + "flow": 1157.2, + "inflow": 954.8, + "volume": 124785.11, + "temperature": 25.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:30:00.000Z", + "level": 355.17, + "flow": 1154.2, + "inflow": 942.8, + "volume": 124784.98, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:40:00.000Z", + "level": 355.17, + "flow": 1153.7, + "inflow": 956.1, + "volume": 124784.86, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:50:00.000Z", + "level": 355.17, + "flow": 1155.9, + "inflow": 960.5, + "volume": 124784.74, + "temperature": 25.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:00:00.000Z", + "level": 355.17, + "flow": 1177.2, + "inflow": 963.7, + "volume": 124784.61, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:10:00.000Z", + "level": 355.17, + "flow": 1173.9, + "inflow": 975.7, + "volume": 124784.49, + "temperature": 25.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:20:00.000Z", + "level": 355.17, + "flow": 1174.1, + "inflow": 965.7, + "volume": 124784.36, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:30:00.000Z", + "level": 355.17, + "flow": 1177.6, + "inflow": 969.8, + "volume": 124784.24, + "temperature": 26.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:40:00.000Z", + "level": 355.17, + "flow": 1176.3, + "inflow": 967, + "volume": 124784.11, + "temperature": 26.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:50:00.000Z", + "level": 355.17, + "flow": 1175.2, + "inflow": 967.9, + "volume": 124783.99, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:00:00.000Z", + "level": 355.17, + "flow": 1151.1, + "inflow": 982.4, + "volume": 124783.89, + "temperature": 27.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:10:00.000Z", + "level": 355.17, + "flow": 1149.3, + "inflow": 982.5, + "volume": 124783.79, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:20:00.000Z", + "level": 355.17, + "flow": 1149.4, + "inflow": 988.5, + "volume": 124783.69, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:30:00.000Z", + "level": 355.17, + "flow": 1153.5, + "inflow": 991.8, + "volume": 124783.59, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:40:00.000Z", + "level": 355.17, + "flow": 1153.6, + "inflow": 985.2, + "volume": 124783.49, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:50:00.000Z", + "level": 355.17, + "flow": 1148.9, + "inflow": 987.1, + "volume": 124783.39, + "temperature": 26.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:00:00.000Z", + "level": 355.17, + "flow": 1093.1, + "inflow": 1006.9, + "volume": 124783.34, + "temperature": 28.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:10:00.000Z", + "level": 355.17, + "flow": 1095.3, + "inflow": 1018.9, + "volume": 124783.29, + "temperature": 26.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:20:00.000Z", + "level": 355.17, + "flow": 1093.8, + "inflow": 1012.6, + "volume": 124783.24, + "temperature": 27.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:30:00.000Z", + "level": 355.17, + "flow": 1092, + "inflow": 1014.3, + "volume": 124783.19, + "temperature": 27.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:40:00.000Z", + "level": 355.17, + "flow": 1096.6, + "inflow": 1017.4, + "volume": 124783.14, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:50:00.000Z", + "level": 355.17, + "flow": 1094, + "inflow": 1010.6, + "volume": 124783.09, + "temperature": 28, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:00:00.000Z", + "level": 355.17, + "flow": 1015.2, + "inflow": 1050.4, + "volume": 124783.11, + "temperature": 27.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:10:00.000Z", + "level": 355.17, + "flow": 1015.5, + "inflow": 1053.8, + "volume": 124783.13, + "temperature": 29, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:20:00.000Z", + "level": 355.17, + "flow": 1021.6, + "inflow": 1038.6, + "volume": 124783.14, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:30:00.000Z", + "level": 355.17, + "flow": 1016.1, + "inflow": 1055.7, + "volume": 124783.16, + "temperature": 28, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:40:00.000Z", + "level": 355.17, + "flow": 1016.8, + "inflow": 1047.9, + "volume": 124783.18, + "temperature": 27.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:50:00.000Z", + "level": 355.17, + "flow": 1016.2, + "inflow": 1047.8, + "volume": 124783.2, + "temperature": 27.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:00:00.000Z", + "level": 355.17, + "flow": 947.1, + "inflow": 1082.3, + "volume": 124783.28, + "temperature": 29.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:10:00.000Z", + "level": 355.17, + "flow": 942.4, + "inflow": 1077.7, + "volume": 124783.36, + "temperature": 29.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:20:00.000Z", + "level": 355.17, + "flow": 939.3, + "inflow": 1077.9, + "volume": 124783.44, + "temperature": 30, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:30:00.000Z", + "level": 355.17, + "flow": 947.3, + "inflow": 1068.5, + "volume": 124783.51, + "temperature": 28.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:40:00.000Z", + "level": 355.17, + "flow": 947.1, + "inflow": 1079.1, + "volume": 124783.59, + "temperature": 29.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:50:00.000Z", + "level": 355.17, + "flow": 939.4, + "inflow": 1075.7, + "volume": 124783.67, + "temperature": 29.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:00:00.000Z", + "level": 355.17, + "flow": 889.7, + "inflow": 1104.8, + "volume": 124783.8, + "temperature": 29.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:10:00.000Z", + "level": 355.17, + "flow": 884.7, + "inflow": 1101.5, + "volume": 124783.93, + "temperature": 30.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:20:00.000Z", + "level": 355.17, + "flow": 883.6, + "inflow": 1093.6, + "volume": 124784.06, + "temperature": 29.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:30:00.000Z", + "level": 355.17, + "flow": 882.5, + "inflow": 1102.4, + "volume": 124784.19, + "temperature": 30.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:40:00.000Z", + "level": 355.17, + "flow": 883.4, + "inflow": 1089.8, + "volume": 124784.31, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:50:00.000Z", + "level": 355.17, + "flow": 885.9, + "inflow": 1097.8, + "volume": 124784.44, + "temperature": 30.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:00:00.000Z", + "level": 355.17, + "flow": 862.8, + "inflow": 1116.9, + "volume": 124784.59, + "temperature": 30.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:10:00.000Z", + "level": 355.17, + "flow": 867.7, + "inflow": 1119.5, + "volume": 124784.74, + "temperature": 31.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:20:00.000Z", + "level": 355.17, + "flow": 864.8, + "inflow": 1110, + "volume": 124784.89, + "temperature": 31.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:30:00.000Z", + "level": 355.17, + "flow": 862.2, + "inflow": 1114.2, + "volume": 124785.04, + "temperature": 31.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:40:00.000Z", + "level": 355.17, + "flow": 865, + "inflow": 1116.4, + "volume": 124785.19, + "temperature": 29.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:50:00.000Z", + "level": 355.17, + "flow": 864.6, + "inflow": 1128, + "volume": 124785.35, + "temperature": 31.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:00:00.000Z", + "level": 355.17, + "flow": 884.7, + "inflow": 1136.2, + "volume": 124785.5, + "temperature": 30.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:10:00.000Z", + "level": 355.17, + "flow": 888.5, + "inflow": 1137.3, + "volume": 124785.65, + "temperature": 30.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:20:00.000Z", + "level": 355.17, + "flow": 886.4, + "inflow": 1130.6, + "volume": 124785.8, + "temperature": 30.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:30:00.000Z", + "level": 355.17, + "flow": 887.1, + "inflow": 1134.6, + "volume": 124785.95, + "temperature": 31.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:40:00.000Z", + "level": 355.17, + "flow": 883.9, + "inflow": 1137, + "volume": 124786.1, + "temperature": 31.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:50:00.000Z", + "level": 355.17, + "flow": 888.1, + "inflow": 1129.5, + "volume": 124786.24, + "temperature": 31, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:00:00.000Z", + "level": 355.17, + "flow": 938.9, + "inflow": 1153.7, + "volume": 124786.37, + "temperature": 31.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:10:00.000Z", + "level": 355.17, + "flow": 941.2, + "inflow": 1151, + "volume": 124786.5, + "temperature": 31.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:20:00.000Z", + "level": 355.17, + "flow": 945.2, + "inflow": 1142.5, + "volume": 124786.62, + "temperature": 31.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:30:00.000Z", + "level": 355.17, + "flow": 948, + "inflow": 1147.5, + "volume": 124786.74, + "temperature": 31.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:40:00.000Z", + "level": 355.17, + "flow": 941.7, + "inflow": 1142.2, + "volume": 124786.86, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:50:00.000Z", + "level": 355.17, + "flow": 948, + "inflow": 1145.8, + "volume": 124786.98, + "temperature": 30.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:00:00.000Z", + "level": 355.17, + "flow": 1024.2, + "inflow": 1150.3, + "volume": 124787.06, + "temperature": 30.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:10:00.000Z", + "level": 355.17, + "flow": 1022.4, + "inflow": 1148.6, + "volume": 124787.14, + "temperature": 32.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:20:00.000Z", + "level": 355.17, + "flow": 1016.5, + "inflow": 1146.8, + "volume": 124787.22, + "temperature": 32.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:30:00.000Z", + "level": 355.17, + "flow": 1016, + "inflow": 1159.7, + "volume": 124787.31, + "temperature": 30.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:40:00.000Z", + "level": 355.17, + "flow": 1015, + "inflow": 1140.1, + "volume": 124787.39, + "temperature": 31.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:50:00.000Z", + "level": 355.17, + "flow": 1018.8, + "inflow": 1151.1, + "volume": 124787.47, + "temperature": 31.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:00:00.000Z", + "level": 355.17, + "flow": 1091.4, + "inflow": 1148.1, + "volume": 124787.5, + "temperature": 31.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:10:00.000Z", + "level": 355.17, + "flow": 1099.8, + "inflow": 1151.7, + "volume": 124787.53, + "temperature": 31.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:20:00.000Z", + "level": 355.17, + "flow": 1098.5, + "inflow": 1142.7, + "volume": 124787.56, + "temperature": 30.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:30:00.000Z", + "level": 355.17, + "flow": 1101, + "inflow": 1150.3, + "volume": 124787.59, + "temperature": 31.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:40:00.000Z", + "level": 355.17, + "flow": 1100.9, + "inflow": 1143.8, + "volume": 124787.62, + "temperature": 32.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:50:00.000Z", + "level": 355.17, + "flow": 1101.1, + "inflow": 1146.5, + "volume": 124787.65, + "temperature": 30.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:00:00.000Z", + "level": 355.17, + "flow": 1148.7, + "inflow": 1130.6, + "volume": 124787.64, + "temperature": 30, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:10:00.000Z", + "level": 355.17, + "flow": 1155.6, + "inflow": 1128.8, + "volume": 124787.62, + "temperature": 31.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:20:00.000Z", + "level": 355.17, + "flow": 1150.3, + "inflow": 1144.9, + "volume": 124787.62, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:30:00.000Z", + "level": 355.17, + "flow": 1150.6, + "inflow": 1138.6, + "volume": 124787.61, + "temperature": 31.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:40:00.000Z", + "level": 355.17, + "flow": 1156.6, + "inflow": 1139.8, + "volume": 124787.6, + "temperature": 31.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:50:00.000Z", + "level": 355.17, + "flow": 1149.8, + "inflow": 1140.8, + "volume": 124787.59, + "temperature": 31.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:00:00.000Z", + "level": 355.17, + "flow": 1169, + "inflow": 1110.3, + "volume": 124787.55, + "temperature": 30.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:10:00.000Z", + "level": 355.17, + "flow": 1175.3, + "inflow": 1118.5, + "volume": 124787.52, + "temperature": 29.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:20:00.000Z", + "level": 355.17, + "flow": 1168.1, + "inflow": 1126.5, + "volume": 124787.5, + "temperature": 31, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:30:00.000Z", + "level": 355.17, + "flow": 1173.4, + "inflow": 1121.8, + "volume": 124787.47, + "temperature": 29.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:40:00.000Z", + "level": 355.17, + "flow": 1176.3, + "inflow": 1115.9, + "volume": 124787.43, + "temperature": 30.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:50:00.000Z", + "level": 355.17, + "flow": 1171.7, + "inflow": 1129.5, + "volume": 124787.4, + "temperature": 30.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:00:00.000Z", + "level": 355.17, + "flow": 1150.5, + "inflow": 1091.4, + "volume": 124787.36, + "temperature": 29.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:10:00.000Z", + "level": 355.17, + "flow": 1155.2, + "inflow": 1102.6, + "volume": 124787.33, + "temperature": 29.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:20:00.000Z", + "level": 355.17, + "flow": 1156.6, + "inflow": 1090.2, + "volume": 124787.29, + "temperature": 30, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:30:00.000Z", + "level": 355.17, + "flow": 1149.3, + "inflow": 1108.1, + "volume": 124787.27, + "temperature": 29.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:40:00.000Z", + "level": 355.17, + "flow": 1156.9, + "inflow": 1104.7, + "volume": 124787.24, + "temperature": 29.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:50:00.000Z", + "level": 355.17, + "flow": 1147.9, + "inflow": 1096.4, + "volume": 124787.21, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:00:00.000Z", + "level": 355.17, + "flow": 1091.8, + "inflow": 1081.5, + "volume": 124787.2, + "temperature": 28.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:10:00.000Z", + "level": 355.17, + "flow": 1098.5, + "inflow": 1070.9, + "volume": 124787.18, + "temperature": 29.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:20:00.000Z", + "level": 355.17, + "flow": 1098.3, + "inflow": 1079.7, + "volume": 124787.17, + "temperature": 29.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:30:00.000Z", + "level": 355.17, + "flow": 1101.4, + "inflow": 1078, + "volume": 124787.16, + "temperature": 29.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:40:00.000Z", + "level": 355.17, + "flow": 1095.9, + "inflow": 1072.5, + "volume": 124787.15, + "temperature": 29.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:50:00.000Z", + "level": 355.17, + "flow": 1092.3, + "inflow": 1083.9, + "volume": 124787.14, + "temperature": 30, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:00:00.000Z", + "level": 355.17, + "flow": 1019.4, + "inflow": 1042.7, + "volume": 124787.15, + "temperature": 28.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:10:00.000Z", + "level": 355.17, + "flow": 1018.1, + "inflow": 1047.9, + "volume": 124787.17, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:20:00.000Z", + "level": 355.17, + "flow": 1019.1, + "inflow": 1038.9, + "volume": 124787.18, + "temperature": 27.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:30:00.000Z", + "level": 355.17, + "flow": 1023.8, + "inflow": 1053.7, + "volume": 124787.2, + "temperature": 28.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:40:00.000Z", + "level": 355.17, + "flow": 1025, + "inflow": 1054.7, + "volume": 124787.22, + "temperature": 27.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:50:00.000Z", + "level": 355.17, + "flow": 1019.4, + "inflow": 1043.1, + "volume": 124787.23, + "temperature": 27.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:00:00.000Z", + "level": 355.17, + "flow": 941.9, + "inflow": 1025.8, + "volume": 124787.28, + "temperature": 27, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:10:00.000Z", + "level": 355.17, + "flow": 945.2, + "inflow": 1017.7, + "volume": 124787.32, + "temperature": 28, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:20:00.000Z", + "level": 355.17, + "flow": 939.2, + "inflow": 1011.4, + "volume": 124787.36, + "temperature": 27, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:30:00.000Z", + "level": 355.17, + "flow": 940.8, + "inflow": 1021.2, + "volume": 124787.41, + "temperature": 26.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:40:00.000Z", + "level": 355.17, + "flow": 942.2, + "inflow": 1015, + "volume": 124787.45, + "temperature": 28.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:50:00.000Z", + "level": 355.17, + "flow": 940.1, + "inflow": 1026.3, + "volume": 124787.5, + "temperature": 27.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:00:00.000Z", + "level": 355.17, + "flow": 892.3, + "inflow": 1004.1, + "volume": 124787.57, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:10:00.000Z", + "level": 355.17, + "flow": 891.1, + "inflow": 1002.6, + "volume": 124787.64, + "temperature": 26.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:20:00.000Z", + "level": 355.18, + "flow": 889.5, + "inflow": 987.6, + "volume": 124787.7, + "temperature": 27.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:30:00.000Z", + "level": 355.18, + "flow": 891.8, + "inflow": 1002.9, + "volume": 124787.77, + "temperature": 27, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:40:00.000Z", + "level": 355.18, + "flow": 886.5, + "inflow": 996.9, + "volume": 124787.84, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:50:00.000Z", + "level": 355.18, + "flow": 886.8, + "inflow": 992, + "volume": 124787.9, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:00:00.000Z", + "level": 355.18, + "flow": 869.5, + "inflow": 967.8, + "volume": 124787.96, + "temperature": 25.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:10:00.000Z", + "level": 355.18, + "flow": 862.1, + "inflow": 982.2, + "volume": 124788.03, + "temperature": 25.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:20:00.000Z", + "level": 355.18, + "flow": 867.4, + "inflow": 968, + "volume": 124788.09, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:30:00.000Z", + "level": 355.18, + "flow": 868.1, + "inflow": 981, + "volume": 124788.16, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:40:00.000Z", + "level": 355.18, + "flow": 868.2, + "inflow": 969.4, + "volume": 124788.22, + "temperature": 26.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:50:00.000Z", + "level": 355.18, + "flow": 866.7, + "inflow": 972.4, + "volume": 124788.28, + "temperature": 26.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:00:00.000Z", + "level": 355.18, + "flow": 882.4, + "inflow": 959.9, + "volume": 124788.33, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:10:00.000Z", + "level": 355.18, + "flow": 889.2, + "inflow": 958.7, + "volume": 124788.37, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:20:00.000Z", + "level": 355.18, + "flow": 889, + "inflow": 958.1, + "volume": 124788.41, + "temperature": 26.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:30:00.000Z", + "level": 355.18, + "flow": 888.2, + "inflow": 967.4, + "volume": 124788.46, + "temperature": 25.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:40:00.000Z", + "level": 355.18, + "flow": 887.3, + "inflow": 960.6, + "volume": 124788.5, + "temperature": 26.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:50:00.000Z", + "level": 355.18, + "flow": 889.5, + "inflow": 955.5, + "volume": 124788.54, + "temperature": 25.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:00:00.000Z", + "level": 355.18, + "flow": 943, + "inflow": 957, + "volume": 124788.55, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:10:00.000Z", + "level": 355.18, + "flow": 940.8, + "inflow": 942.8, + "volume": 124788.55, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:20:00.000Z", + "level": 355.18, + "flow": 938.6, + "inflow": 949.5, + "volume": 124788.56, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:30:00.000Z", + "level": 355.18, + "flow": 940.5, + "inflow": 951.2, + "volume": 124788.57, + "temperature": 26.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:40:00.000Z", + "level": 355.18, + "flow": 940.9, + "inflow": 942.6, + "volume": 124788.57, + "temperature": 25.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:50:00.000Z", + "level": 355.18, + "flow": 947.3, + "inflow": 940.8, + "volume": 124788.57, + "temperature": 25.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:00:00.000Z", + "level": 355.18, + "flow": 1022, + "inflow": 951.1, + "volume": 124788.53, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:10:00.000Z", + "level": 355.18, + "flow": 1024.1, + "inflow": 954.7, + "volume": 124788.49, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:20:00.000Z", + "level": 355.18, + "flow": 1015.2, + "inflow": 940.2, + "volume": 124788.44, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:30:00.000Z", + "level": 355.18, + "flow": 1018.7, + "inflow": 949.3, + "volume": 124788.4, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:40:00.000Z", + "level": 355.18, + "flow": 1021.5, + "inflow": 945.3, + "volume": 124788.35, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:50:00.000Z", + "level": 355.18, + "flow": 1018.7, + "inflow": 943, + "volume": 124788.3, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:00:00.000Z", + "level": 355.18, + "flow": 1099.8, + "inflow": 952, + "volume": 124788.21, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:10:00.000Z", + "level": 355.18, + "flow": 1101.4, + "inflow": 955.4, + "volume": 124788.12, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:20:00.000Z", + "level": 355.18, + "flow": 1092, + "inflow": 955.3, + "volume": 124788.04, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:30:00.000Z", + "level": 355.18, + "flow": 1093.4, + "inflow": 939.4, + "volume": 124787.95, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:40:00.000Z", + "level": 355.18, + "flow": 1095.2, + "inflow": 952.1, + "volume": 124787.86, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:50:00.000Z", + "level": 355.18, + "flow": 1100.3, + "inflow": 958.2, + "volume": 124787.77, + "temperature": 25.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:00:00.000Z", + "level": 355.17, + "flow": 1153.3, + "inflow": 950.3, + "volume": 124787.65, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:10:00.000Z", + "level": 355.17, + "flow": 1150.2, + "inflow": 958.3, + "volume": 124787.53, + "temperature": 25.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:20:00.000Z", + "level": 355.17, + "flow": 1154.7, + "inflow": 958.3, + "volume": 124787.41, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:30:00.000Z", + "level": 355.17, + "flow": 1157.3, + "inflow": 959.6, + "volume": 124787.29, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:40:00.000Z", + "level": 355.17, + "flow": 1156.3, + "inflow": 965, + "volume": 124787.18, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:50:00.000Z", + "level": 355.17, + "flow": 1153.2, + "inflow": 958.2, + "volume": 124787.06, + "temperature": 25.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:00:00.000Z", + "level": 355.17, + "flow": 1169.8, + "inflow": 967.8, + "volume": 124786.94, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:10:00.000Z", + "level": 355.17, + "flow": 1171.1, + "inflow": 971.2, + "volume": 124786.82, + "temperature": 25.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:20:00.000Z", + "level": 355.17, + "flow": 1178.1, + "inflow": 983.7, + "volume": 124786.7, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:30:00.000Z", + "level": 355.17, + "flow": 1177.3, + "inflow": 982.7, + "volume": 124786.58, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:40:00.000Z", + "level": 355.17, + "flow": 1176.7, + "inflow": 983.9, + "volume": 124786.46, + "temperature": 27.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:50:00.000Z", + "level": 355.17, + "flow": 1172.6, + "inflow": 978.9, + "volume": 124786.34, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:00:00.000Z", + "level": 355.17, + "flow": 1156.1, + "inflow": 998.1, + "volume": 124786.25, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:10:00.000Z", + "level": 355.17, + "flow": 1152.3, + "inflow": 1003.7, + "volume": 124786.16, + "temperature": 27.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:20:00.000Z", + "level": 355.17, + "flow": 1152.9, + "inflow": 992.6, + "volume": 124786.06, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:30:00.000Z", + "level": 355.17, + "flow": 1152.8, + "inflow": 1003.7, + "volume": 124785.97, + "temperature": 26.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:40:00.000Z", + "level": 355.17, + "flow": 1154.2, + "inflow": 998.7, + "volume": 124785.88, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:50:00.000Z", + "level": 355.17, + "flow": 1154.4, + "inflow": 987, + "volume": 124785.78, + "temperature": 27.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:00:00.000Z", + "level": 355.17, + "flow": 1095.1, + "inflow": 1012.4, + "volume": 124785.73, + "temperature": 27.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:10:00.000Z", + "level": 355.17, + "flow": 1095.2, + "inflow": 1014.4, + "volume": 124785.68, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:20:00.000Z", + "level": 355.17, + "flow": 1095.2, + "inflow": 1021.2, + "volume": 124785.64, + "temperature": 28, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:30:00.000Z", + "level": 355.17, + "flow": 1097.2, + "inflow": 1023.1, + "volume": 124785.6, + "temperature": 28.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:40:00.000Z", + "level": 355.17, + "flow": 1095.9, + "inflow": 1029, + "volume": 124785.56, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:50:00.000Z", + "level": 355.17, + "flow": 1093.3, + "inflow": 1027, + "volume": 124785.52, + "temperature": 27.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:00:00.000Z", + "level": 355.17, + "flow": 1017, + "inflow": 1056.7, + "volume": 124785.54, + "temperature": 27.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:10:00.000Z", + "level": 355.17, + "flow": 1024.6, + "inflow": 1043.8, + "volume": 124785.55, + "temperature": 28.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:20:00.000Z", + "level": 355.17, + "flow": 1023.5, + "inflow": 1049.5, + "volume": 124785.57, + "temperature": 28.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:30:00.000Z", + "level": 355.17, + "flow": 1019.1, + "inflow": 1055.3, + "volume": 124785.59, + "temperature": 28.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:40:00.000Z", + "level": 355.17, + "flow": 1014.9, + "inflow": 1047, + "volume": 124785.61, + "temperature": 29.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:50:00.000Z", + "level": 355.17, + "flow": 1019.4, + "inflow": 1047.1, + "volume": 124785.63, + "temperature": 29, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:00:00.000Z", + "level": 355.17, + "flow": 941, + "inflow": 1078.1, + "volume": 124785.71, + "temperature": 29.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:10:00.000Z", + "level": 355.17, + "flow": 941.1, + "inflow": 1072.5, + "volume": 124785.79, + "temperature": 28.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:20:00.000Z", + "level": 355.17, + "flow": 948, + "inflow": 1083, + "volume": 124785.87, + "temperature": 28.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:30:00.000Z", + "level": 355.17, + "flow": 948.5, + "inflow": 1071, + "volume": 124785.94, + "temperature": 29.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:40:00.000Z", + "level": 355.17, + "flow": 943.2, + "inflow": 1071.8, + "volume": 124786.02, + "temperature": 30, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:50:00.000Z", + "level": 355.17, + "flow": 945.1, + "inflow": 1076.1, + "volume": 124786.1, + "temperature": 29.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:00:00.000Z", + "level": 355.17, + "flow": 886.5, + "inflow": 1099.8, + "volume": 124786.23, + "temperature": 29.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:10:00.000Z", + "level": 355.17, + "flow": 886.3, + "inflow": 1095.9, + "volume": 124786.36, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:20:00.000Z", + "level": 355.17, + "flow": 883.5, + "inflow": 1096.5, + "volume": 124786.49, + "temperature": 30.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:30:00.000Z", + "level": 355.17, + "flow": 884.6, + "inflow": 1105.7, + "volume": 124786.62, + "temperature": 29.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:40:00.000Z", + "level": 355.17, + "flow": 884.6, + "inflow": 1096.8, + "volume": 124786.75, + "temperature": 29.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:50:00.000Z", + "level": 355.17, + "flow": 888.4, + "inflow": 1099.6, + "volume": 124786.88, + "temperature": 29, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:00:00.000Z", + "level": 355.17, + "flow": 871, + "inflow": 1119.5, + "volume": 124787.03, + "temperature": 30.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:10:00.000Z", + "level": 355.17, + "flow": 871.1, + "inflow": 1124.6, + "volume": 124787.18, + "temperature": 30.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:20:00.000Z", + "level": 355.17, + "flow": 869.8, + "inflow": 1134.2, + "volume": 124787.34, + "temperature": 31.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:30:00.000Z", + "level": 355.17, + "flow": 863.6, + "inflow": 1120.3, + "volume": 124787.49, + "temperature": 31.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:40:00.000Z", + "level": 355.17, + "flow": 870, + "inflow": 1117.7, + "volume": 124787.64, + "temperature": 30.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:50:00.000Z", + "level": 355.18, + "flow": 867.1, + "inflow": 1117.1, + "volume": 124787.79, + "temperature": 31, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:00:00.000Z", + "level": 355.18, + "flow": 891.7, + "inflow": 1139.1, + "volume": 124787.94, + "temperature": 30.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:10:00.000Z", + "level": 355.18, + "flow": 887.7, + "inflow": 1138.1, + "volume": 124788.09, + "temperature": 31.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:20:00.000Z", + "level": 355.18, + "flow": 890.7, + "inflow": 1143.3, + "volume": 124788.24, + "temperature": 30.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:30:00.000Z", + "level": 355.18, + "flow": 891.8, + "inflow": 1141.1, + "volume": 124788.39, + "temperature": 30.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:40:00.000Z", + "level": 355.18, + "flow": 884, + "inflow": 1140.2, + "volume": 124788.54, + "temperature": 31.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:50:00.000Z", + "level": 355.18, + "flow": 884.7, + "inflow": 1132, + "volume": 124788.69, + "temperature": 30.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:00:00.000Z", + "level": 355.18, + "flow": 939.2, + "inflow": 1149.9, + "volume": 124788.82, + "temperature": 32.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:10:00.000Z", + "level": 355.18, + "flow": 941.4, + "inflow": 1153.1, + "volume": 124788.95, + "temperature": 32.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:20:00.000Z", + "level": 355.18, + "flow": 939.7, + "inflow": 1158.2, + "volume": 124789.08, + "temperature": 30.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:30:00.000Z", + "level": 355.18, + "flow": 944.6, + "inflow": 1153.7, + "volume": 124789.21, + "temperature": 31.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:40:00.000Z", + "level": 355.18, + "flow": 945.1, + "inflow": 1149.9, + "volume": 124789.33, + "temperature": 31.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:50:00.000Z", + "level": 355.18, + "flow": 938.8, + "inflow": 1147.4, + "volume": 124789.46, + "temperature": 31.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:00:00.000Z", + "level": 355.18, + "flow": 1016.9, + "inflow": 1153, + "volume": 124789.54, + "temperature": 32.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:10:00.000Z", + "level": 355.18, + "flow": 1022.8, + "inflow": 1162.3, + "volume": 124789.62, + "temperature": 30.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:20:00.000Z", + "level": 355.18, + "flow": 1024.7, + "inflow": 1146.2, + "volume": 124789.69, + "temperature": 30.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:30:00.000Z", + "level": 355.18, + "flow": 1023.5, + "inflow": 1147.4, + "volume": 124789.76, + "temperature": 32.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:40:00.000Z", + "level": 355.18, + "flow": 1024.7, + "inflow": 1164.4, + "volume": 124789.84, + "temperature": 32.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:50:00.000Z", + "level": 355.18, + "flow": 1017.9, + "inflow": 1159.5, + "volume": 124789.92, + "temperature": 31.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:00:00.000Z", + "level": 355.18, + "flow": 1100.1, + "inflow": 1160, + "volume": 124789.96, + "temperature": 31.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:10:00.000Z", + "level": 355.18, + "flow": 1097.8, + "inflow": 1159.4, + "volume": 124790, + "temperature": 32.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:20:00.000Z", + "level": 355.18, + "flow": 1092.1, + "inflow": 1150.1, + "volume": 124790.03, + "temperature": 30.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:30:00.000Z", + "level": 355.18, + "flow": 1092.9, + "inflow": 1154.6, + "volume": 124790.07, + "temperature": 32.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:40:00.000Z", + "level": 355.18, + "flow": 1099.6, + "inflow": 1156.5, + "volume": 124790.1, + "temperature": 32, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:50:00.000Z", + "level": 355.18, + "flow": 1099.7, + "inflow": 1148.2, + "volume": 124790.13, + "temperature": 30.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:00:00.000Z", + "level": 355.18, + "flow": 1152.9, + "inflow": 1135.3, + "volume": 124790.12, + "temperature": 31, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:10:00.000Z", + "level": 355.18, + "flow": 1152.9, + "inflow": 1150.7, + "volume": 124790.12, + "temperature": 30.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:20:00.000Z", + "level": 355.18, + "flow": 1150.5, + "inflow": 1149.3, + "volume": 124790.12, + "temperature": 30.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:30:00.000Z", + "level": 355.18, + "flow": 1148.9, + "inflow": 1137.3, + "volume": 124790.11, + "temperature": 30.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:40:00.000Z", + "level": 355.18, + "flow": 1151.4, + "inflow": 1138.9, + "volume": 124790.1, + "temperature": 30.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:50:00.000Z", + "level": 355.18, + "flow": 1155.5, + "inflow": 1135.4, + "volume": 124790.09, + "temperature": 31.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:00:00.000Z", + "level": 355.18, + "flow": 1173.6, + "inflow": 1131, + "volume": 124790.06, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:10:00.000Z", + "level": 355.18, + "flow": 1175.1, + "inflow": 1120.8, + "volume": 124790.03, + "temperature": 31.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:20:00.000Z", + "level": 355.18, + "flow": 1176, + "inflow": 1121.1, + "volume": 124790, + "temperature": 31.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:30:00.000Z", + "level": 355.18, + "flow": 1175.5, + "inflow": 1130.9, + "volume": 124789.97, + "temperature": 30.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:40:00.000Z", + "level": 355.18, + "flow": 1173.3, + "inflow": 1119.5, + "volume": 124789.94, + "temperature": 31.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:50:00.000Z", + "level": 355.18, + "flow": 1168.3, + "inflow": 1127.4, + "volume": 124789.92, + "temperature": 30, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:00:00.000Z", + "level": 355.18, + "flow": 1153.1, + "inflow": 1108.8, + "volume": 124789.89, + "temperature": 29.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:10:00.000Z", + "level": 355.18, + "flow": 1152.5, + "inflow": 1098.6, + "volume": 124789.86, + "temperature": 29.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:20:00.000Z", + "level": 355.18, + "flow": 1150.6, + "inflow": 1106.6, + "volume": 124789.83, + "temperature": 29.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:30:00.000Z", + "level": 355.18, + "flow": 1157.1, + "inflow": 1098, + "volume": 124789.79, + "temperature": 29.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:40:00.000Z", + "level": 355.18, + "flow": 1149.5, + "inflow": 1106.9, + "volume": 124789.76, + "temperature": 29.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:50:00.000Z", + "level": 355.18, + "flow": 1151.5, + "inflow": 1113.6, + "volume": 124789.74, + "temperature": 29.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:00:00.000Z", + "level": 355.18, + "flow": 1091.4, + "inflow": 1077.2, + "volume": 124789.73, + "temperature": 30, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:10:00.000Z", + "level": 355.18, + "flow": 1091.9, + "inflow": 1081.7, + "volume": 124789.72, + "temperature": 29.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:20:00.000Z", + "level": 355.18, + "flow": 1100.8, + "inflow": 1079.6, + "volume": 124789.71, + "temperature": 28.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:30:00.000Z", + "level": 355.18, + "flow": 1093.3, + "inflow": 1086.4, + "volume": 124789.71, + "temperature": 28.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:40:00.000Z", + "level": 355.18, + "flow": 1094.5, + "inflow": 1070.8, + "volume": 124789.7, + "temperature": 29.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:50:00.000Z", + "level": 355.18, + "flow": 1100, + "inflow": 1079.6, + "volume": 124789.69, + "temperature": 29.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:00:00.000Z", + "level": 355.18, + "flow": 1019.5, + "inflow": 1047.6, + "volume": 124789.71, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:10:00.000Z", + "level": 355.18, + "flow": 1018.4, + "inflow": 1058.4, + "volume": 124789.73, + "temperature": 29, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:20:00.000Z", + "level": 355.18, + "flow": 1016.6, + "inflow": 1049.5, + "volume": 124789.75, + "temperature": 28.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:30:00.000Z", + "level": 355.18, + "flow": 1021, + "inflow": 1056, + "volume": 124789.77, + "temperature": 27.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:40:00.000Z", + "level": 355.18, + "flow": 1021.4, + "inflow": 1046.2, + "volume": 124789.78, + "temperature": 28, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:50:00.000Z", + "level": 355.18, + "flow": 1020.2, + "inflow": 1048.1, + "volume": 124789.8, + "temperature": 29.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:00:00.000Z", + "level": 355.18, + "flow": 941.6, + "inflow": 1021.8, + "volume": 124789.85, + "temperature": 28.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:10:00.000Z", + "level": 355.18, + "flow": 944.6, + "inflow": 1019.2, + "volume": 124789.89, + "temperature": 27.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:20:00.000Z", + "level": 355.18, + "flow": 941, + "inflow": 1032.4, + "volume": 124789.94, + "temperature": 27.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:30:00.000Z", + "level": 355.18, + "flow": 939.9, + "inflow": 1036, + "volume": 124790, + "temperature": 27.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:40:00.000Z", + "level": 355.18, + "flow": 938.9, + "inflow": 1027.1, + "volume": 124790.05, + "temperature": 26.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:50:00.000Z", + "level": 355.18, + "flow": 947, + "inflow": 1036.2, + "volume": 124790.1, + "temperature": 27.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:00:00.000Z", + "level": 355.18, + "flow": 885.7, + "inflow": 1002.5, + "volume": 124790.17, + "temperature": 26.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:10:00.000Z", + "level": 355.18, + "flow": 883.6, + "inflow": 1009.1, + "volume": 124790.25, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:20:00.000Z", + "level": 355.18, + "flow": 882.8, + "inflow": 1006, + "volume": 124790.32, + "temperature": 27.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:30:00.000Z", + "level": 355.18, + "flow": 882.6, + "inflow": 1008.8, + "volume": 124790.4, + "temperature": 27.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:40:00.000Z", + "level": 355.18, + "flow": 885.1, + "inflow": 995.7, + "volume": 124790.47, + "temperature": 26.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:50:00.000Z", + "level": 355.18, + "flow": 886.5, + "inflow": 996, + "volume": 124790.54, + "temperature": 27.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:00:00.000Z", + "level": 355.18, + "flow": 863.2, + "inflow": 983, + "volume": 124790.61, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:10:00.000Z", + "level": 355.18, + "flow": 862.8, + "inflow": 971.9, + "volume": 124790.68, + "temperature": 25.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:20:00.000Z", + "level": 355.18, + "flow": 862.4, + "inflow": 991.4, + "volume": 124790.76, + "temperature": 25.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:30:00.000Z", + "level": 355.18, + "flow": 866, + "inflow": 990.9, + "volume": 124790.83, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:40:00.000Z", + "level": 355.18, + "flow": 861.9, + "inflow": 972.7, + "volume": 124790.9, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:50:00.000Z", + "level": 355.18, + "flow": 870.7, + "inflow": 986, + "volume": 124790.97, + "temperature": 25.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:00:00.000Z", + "level": 355.18, + "flow": 884, + "inflow": 963.2, + "volume": 124791.02, + "temperature": 25.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:10:00.000Z", + "level": 355.18, + "flow": 883.3, + "inflow": 971.7, + "volume": 124791.07, + "temperature": 26.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:20:00.000Z", + "level": 355.18, + "flow": 890.5, + "inflow": 960.3, + "volume": 124791.11, + "temperature": 25.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:30:00.000Z", + "level": 355.18, + "flow": 885.4, + "inflow": 965.3, + "volume": 124791.16, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:40:00.000Z", + "level": 355.18, + "flow": 890.5, + "inflow": 956.6, + "volume": 124791.2, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:50:00.000Z", + "level": 355.18, + "flow": 890.9, + "inflow": 962.2, + "volume": 124791.24, + "temperature": 25.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:00:00.000Z", + "level": 355.18, + "flow": 941.1, + "inflow": 961.9, + "volume": 124791.25, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:10:00.000Z", + "level": 355.18, + "flow": 939.1, + "inflow": 952.8, + "volume": 124791.26, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:20:00.000Z", + "level": 355.18, + "flow": 945, + "inflow": 954.3, + "volume": 124791.27, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:30:00.000Z", + "level": 355.18, + "flow": 941.7, + "inflow": 963.4, + "volume": 124791.28, + "temperature": 26.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:40:00.000Z", + "level": 355.18, + "flow": 939.9, + "inflow": 964.9, + "volume": 124791.3, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:50:00.000Z", + "level": 355.18, + "flow": 940.6, + "inflow": 951.7, + "volume": 124791.31, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:00:00.000Z", + "level": 355.18, + "flow": 1024.6, + "inflow": 956.3, + "volume": 124791.27, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:10:00.000Z", + "level": 355.18, + "flow": 1016.7, + "inflow": 954.7, + "volume": 124791.23, + "temperature": 25.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:20:00.000Z", + "level": 355.18, + "flow": 1023.7, + "inflow": 956.1, + "volume": 124791.19, + "temperature": 25.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:30:00.000Z", + "level": 355.18, + "flow": 1015.1, + "inflow": 953.3, + "volume": 124791.15, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:40:00.000Z", + "level": 355.18, + "flow": 1015.3, + "inflow": 960.8, + "volume": 124791.12, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:50:00.000Z", + "level": 355.18, + "flow": 1018.9, + "inflow": 949.7, + "volume": 124791.08, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:00:00.000Z", + "level": 355.18, + "flow": 1092.9, + "inflow": 953.8, + "volume": 124791, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:10:00.000Z", + "level": 355.18, + "flow": 1092.3, + "inflow": 949.5, + "volume": 124790.91, + "temperature": 25.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:20:00.000Z", + "level": 355.18, + "flow": 1094.7, + "inflow": 964.6, + "volume": 124790.83, + "temperature": 25.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:30:00.000Z", + "level": 355.18, + "flow": 1101.1, + "inflow": 958.5, + "volume": 124790.74, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:40:00.000Z", + "level": 355.18, + "flow": 1093.8, + "inflow": 945.4, + "volume": 124790.65, + "temperature": 26.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:50:00.000Z", + "level": 355.18, + "flow": 1094.4, + "inflow": 946.4, + "volume": 124790.56, + "temperature": 25, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:00:00.000Z", + "level": 355.18, + "flow": 1147.4, + "inflow": 955.1, + "volume": 124790.44, + "temperature": 26.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:10:00.000Z", + "level": 355.18, + "flow": 1154.6, + "inflow": 962.3, + "volume": 124790.32, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:20:00.000Z", + "level": 355.18, + "flow": 1147.6, + "inflow": 955.1, + "volume": 124790.2, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:30:00.000Z", + "level": 355.18, + "flow": 1151.6, + "inflow": 959.7, + "volume": 124790.08, + "temperature": 25.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:40:00.000Z", + "level": 355.18, + "flow": 1152.1, + "inflow": 970.6, + "volume": 124789.97, + "temperature": 25.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:50:00.000Z", + "level": 355.18, + "flow": 1154.4, + "inflow": 958.2, + "volume": 124789.85, + "temperature": 25.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:00:00.000Z", + "level": 355.18, + "flow": 1174, + "inflow": 971.4, + "volume": 124789.73, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:10:00.000Z", + "level": 355.18, + "flow": 1171.1, + "inflow": 984.6, + "volume": 124789.62, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:20:00.000Z", + "level": 355.18, + "flow": 1176.9, + "inflow": 981.6, + "volume": 124789.5, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:30:00.000Z", + "level": 355.18, + "flow": 1171.2, + "inflow": 987.4, + "volume": 124789.39, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:40:00.000Z", + "level": 355.18, + "flow": 1170.7, + "inflow": 975.2, + "volume": 124789.27, + "temperature": 25.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:50:00.000Z", + "level": 355.18, + "flow": 1170.1, + "inflow": 989.3, + "volume": 124789.16, + "temperature": 26.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:00:00.000Z", + "level": 355.18, + "flow": 1151.5, + "inflow": 1006.7, + "volume": 124789.07, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:10:00.000Z", + "level": 355.18, + "flow": 1157.4, + "inflow": 1000.4, + "volume": 124788.98, + "temperature": 27.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:20:00.000Z", + "level": 355.18, + "flow": 1150.1, + "inflow": 1001.4, + "volume": 124788.89, + "temperature": 27.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:30:00.000Z", + "level": 355.18, + "flow": 1149.2, + "inflow": 999.6, + "volume": 124788.8, + "temperature": 27.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:40:00.000Z", + "level": 355.18, + "flow": 1154.1, + "inflow": 1011.9, + "volume": 124788.71, + "temperature": 27.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:50:00.000Z", + "level": 355.18, + "flow": 1153, + "inflow": 999, + "volume": 124788.62, + "temperature": 26.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:00:00.000Z", + "level": 355.18, + "flow": 1091.5, + "inflow": 1036.8, + "volume": 124788.59, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:10:00.000Z", + "level": 355.18, + "flow": 1097, + "inflow": 1019.8, + "volume": 124788.54, + "temperature": 26.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:20:00.000Z", + "level": 355.18, + "flow": 1099.4, + "inflow": 1019.2, + "volume": 124788.49, + "temperature": 28.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:30:00.000Z", + "level": 355.18, + "flow": 1096.5, + "inflow": 1024.9, + "volume": 124788.45, + "temperature": 28.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:40:00.000Z", + "level": 355.18, + "flow": 1093.1, + "inflow": 1024, + "volume": 124788.41, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:50:00.000Z", + "level": 355.18, + "flow": 1092.5, + "inflow": 1026.8, + "volume": 124788.37, + "temperature": 28.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:00:00.000Z", + "level": 355.18, + "flow": 1022, + "inflow": 1064.8, + "volume": 124788.4, + "temperature": 27.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:10:00.000Z", + "level": 355.18, + "flow": 1015.2, + "inflow": 1058.4, + "volume": 124788.43, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:20:00.000Z", + "level": 355.18, + "flow": 1024.9, + "inflow": 1066.5, + "volume": 124788.45, + "temperature": 29, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:30:00.000Z", + "level": 355.18, + "flow": 1023.7, + "inflow": 1063.4, + "volume": 124788.47, + "temperature": 28.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:40:00.000Z", + "level": 355.18, + "flow": 1017.6, + "inflow": 1049.4, + "volume": 124788.49, + "temperature": 28.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:50:00.000Z", + "level": 355.18, + "flow": 1025, + "inflow": 1057.7, + "volume": 124788.51, + "temperature": 28.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:00:00.000Z", + "level": 355.18, + "flow": 940.8, + "inflow": 1092.3, + "volume": 124788.6, + "temperature": 28.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:10:00.000Z", + "level": 355.18, + "flow": 946.8, + "inflow": 1090.5, + "volume": 124788.69, + "temperature": 29.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:20:00.000Z", + "level": 355.18, + "flow": 941.8, + "inflow": 1077.6, + "volume": 124788.77, + "temperature": 29.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:30:00.000Z", + "level": 355.18, + "flow": 939.2, + "inflow": 1094.3, + "volume": 124788.86, + "temperature": 28.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:40:00.000Z", + "level": 355.18, + "flow": 941.1, + "inflow": 1078.4, + "volume": 124788.94, + "temperature": 28.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:50:00.000Z", + "level": 355.18, + "flow": 944.5, + "inflow": 1094.6, + "volume": 124789.03, + "temperature": 28.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:00:00.000Z", + "level": 355.18, + "flow": 889.9, + "inflow": 1118.1, + "volume": 124789.17, + "temperature": 29.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:10:00.000Z", + "level": 355.18, + "flow": 891.3, + "inflow": 1110, + "volume": 124789.3, + "temperature": 29.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:20:00.000Z", + "level": 355.18, + "flow": 886.2, + "inflow": 1101.7, + "volume": 124789.43, + "temperature": 29.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:30:00.000Z", + "level": 355.18, + "flow": 883.9, + "inflow": 1102.9, + "volume": 124789.56, + "temperature": 29.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:40:00.000Z", + "level": 355.18, + "flow": 883.3, + "inflow": 1115.9, + "volume": 124789.7, + "temperature": 30.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:50:00.000Z", + "level": 355.18, + "flow": 882.7, + "inflow": 1106, + "volume": 124789.83, + "temperature": 29.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:00:00.000Z", + "level": 355.18, + "flow": 865.1, + "inflow": 1138.6, + "volume": 124789.99, + "temperature": 31, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:10:00.000Z", + "level": 355.18, + "flow": 868.3, + "inflow": 1135.4, + "volume": 124790.15, + "temperature": 31.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:20:00.000Z", + "level": 355.18, + "flow": 871.9, + "inflow": 1136.9, + "volume": 124790.31, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:30:00.000Z", + "level": 355.18, + "flow": 863, + "inflow": 1129.5, + "volume": 124790.47, + "temperature": 31.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:40:00.000Z", + "level": 355.18, + "flow": 866.2, + "inflow": 1121.6, + "volume": 124790.62, + "temperature": 30.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:50:00.000Z", + "level": 355.18, + "flow": 864.5, + "inflow": 1124.1, + "volume": 124790.78, + "temperature": 30.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:00:00.000Z", + "level": 355.18, + "flow": 890.8, + "inflow": 1140, + "volume": 124790.93, + "temperature": 30.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:10:00.000Z", + "level": 355.18, + "flow": 886.9, + "inflow": 1148.1, + "volume": 124791.09, + "temperature": 30.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:20:00.000Z", + "level": 355.18, + "flow": 883.6, + "inflow": 1151.4, + "volume": 124791.25, + "temperature": 31, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:30:00.000Z", + "level": 355.18, + "flow": 890.2, + "inflow": 1155.3, + "volume": 124791.41, + "temperature": 30.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:40:00.000Z", + "level": 355.18, + "flow": 891.2, + "inflow": 1138.1, + "volume": 124791.56, + "temperature": 30.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:50:00.000Z", + "level": 355.18, + "flow": 885.7, + "inflow": 1142.5, + "volume": 124791.71, + "temperature": 30.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:00:00.000Z", + "level": 355.18, + "flow": 940.5, + "inflow": 1163.8, + "volume": 124791.84, + "temperature": 30.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:10:00.000Z", + "level": 355.18, + "flow": 939.1, + "inflow": 1164.2, + "volume": 124791.98, + "temperature": 30.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:20:00.000Z", + "level": 355.18, + "flow": 946.8, + "inflow": 1156.5, + "volume": 124792.11, + "temperature": 30.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:30:00.000Z", + "level": 355.18, + "flow": 947.8, + "inflow": 1150, + "volume": 124792.23, + "temperature": 31.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:40:00.000Z", + "level": 355.18, + "flow": 947.3, + "inflow": 1164.2, + "volume": 124792.36, + "temperature": 30.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:50:00.000Z", + "level": 355.18, + "flow": 943.5, + "inflow": 1157.6, + "volume": 124792.49, + "temperature": 32, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:00:00.000Z", + "level": 355.18, + "flow": 1014.9, + "inflow": 1161.6, + "volume": 124792.58, + "temperature": 31.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:10:00.000Z", + "level": 355.18, + "flow": 1020.1, + "inflow": 1151.3, + "volume": 124792.66, + "temperature": 30.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:20:00.000Z", + "level": 355.18, + "flow": 1021.1, + "inflow": 1163.1, + "volume": 124792.75, + "temperature": 32.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:30:00.000Z", + "level": 355.18, + "flow": 1017.8, + "inflow": 1161.6, + "volume": 124792.84, + "temperature": 31.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:40:00.000Z", + "level": 355.18, + "flow": 1015, + "inflow": 1163, + "volume": 124792.93, + "temperature": 32.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:50:00.000Z", + "level": 355.18, + "flow": 1020.5, + "inflow": 1154, + "volume": 124793.01, + "temperature": 31.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:00:00.000Z", + "level": 355.18, + "flow": 1092.9, + "inflow": 1162.9, + "volume": 124793.05, + "temperature": 31.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:10:00.000Z", + "level": 355.18, + "flow": 1092.9, + "inflow": 1152.9, + "volume": 124793.09, + "temperature": 31.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:20:00.000Z", + "level": 355.18, + "flow": 1094.1, + "inflow": 1161.5, + "volume": 124793.13, + "temperature": 31, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:30:00.000Z", + "level": 355.18, + "flow": 1093.8, + "inflow": 1151.3, + "volume": 124793.16, + "temperature": 30.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:40:00.000Z", + "level": 355.18, + "flow": 1094.4, + "inflow": 1158.7, + "volume": 124793.2, + "temperature": 32.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:50:00.000Z", + "level": 355.18, + "flow": 1098.2, + "inflow": 1155.8, + "volume": 124793.23, + "temperature": 31.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:00:00.000Z", + "level": 355.18, + "flow": 1155.5, + "inflow": 1143, + "volume": 124793.22, + "temperature": 30.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:10:00.000Z", + "level": 355.18, + "flow": 1153.2, + "inflow": 1144.6, + "volume": 124793.21, + "temperature": 31.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:20:00.000Z", + "level": 355.18, + "flow": 1148.4, + "inflow": 1148.8, + "volume": 124793.21, + "temperature": 30.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:30:00.000Z", + "level": 355.18, + "flow": 1154.5, + "inflow": 1153.2, + "volume": 124793.21, + "temperature": 30.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:40:00.000Z", + "level": 355.18, + "flow": 1152.8, + "inflow": 1151.2, + "volume": 124793.21, + "temperature": 31.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:50:00.000Z", + "level": 355.18, + "flow": 1155.5, + "inflow": 1150.6, + "volume": 124793.21, + "temperature": 31.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:00:00.000Z", + "level": 355.18, + "flow": 1170.1, + "inflow": 1136, + "volume": 124793.19, + "temperature": 31.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:10:00.000Z", + "level": 355.18, + "flow": 1168.6, + "inflow": 1137.5, + "volume": 124793.17, + "temperature": 29.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:20:00.000Z", + "level": 355.18, + "flow": 1172.5, + "inflow": 1130.3, + "volume": 124793.14, + "temperature": 31.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:30:00.000Z", + "level": 355.18, + "flow": 1171.2, + "inflow": 1129.9, + "volume": 124793.12, + "temperature": 31.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:40:00.000Z", + "level": 355.18, + "flow": 1174, + "inflow": 1138.4, + "volume": 124793.1, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:50:00.000Z", + "level": 355.18, + "flow": 1172.8, + "inflow": 1135.5, + "volume": 124793.08, + "temperature": 31.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:00:00.000Z", + "level": 355.18, + "flow": 1152.9, + "inflow": 1109.3, + "volume": 124793.05, + "temperature": 29.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:10:00.000Z", + "level": 355.18, + "flow": 1147.8, + "inflow": 1106.6, + "volume": 124793.03, + "temperature": 29.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:20:00.000Z", + "level": 355.18, + "flow": 1151.2, + "inflow": 1104.8, + "volume": 124793, + "temperature": 29.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:30:00.000Z", + "level": 355.18, + "flow": 1149.7, + "inflow": 1111.5, + "volume": 124792.98, + "temperature": 29.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:40:00.000Z", + "level": 355.18, + "flow": 1157.3, + "inflow": 1103.2, + "volume": 124792.95, + "temperature": 30.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:50:00.000Z", + "level": 355.18, + "flow": 1148.1, + "inflow": 1110, + "volume": 124792.93, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:00:00.000Z", + "level": 355.18, + "flow": 1092, + "inflow": 1091.5, + "volume": 124792.93, + "temperature": 29.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:10:00.000Z", + "level": 355.18, + "flow": 1094.2, + "inflow": 1079, + "volume": 124792.92, + "temperature": 29.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:20:00.000Z", + "level": 355.18, + "flow": 1099.7, + "inflow": 1085.6, + "volume": 124792.91, + "temperature": 30, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:30:00.000Z", + "level": 355.18, + "flow": 1092.9, + "inflow": 1093.9, + "volume": 124792.91, + "temperature": 29.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:40:00.000Z", + "level": 355.18, + "flow": 1099, + "inflow": 1081.6, + "volume": 124792.9, + "temperature": 28.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:50:00.000Z", + "level": 355.18, + "flow": 1100.5, + "inflow": 1087.2, + "volume": 124792.89, + "temperature": 28.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:00:00.000Z", + "level": 355.18, + "flow": 1018, + "inflow": 1062, + "volume": 124792.92, + "temperature": 28.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:10:00.000Z", + "level": 355.18, + "flow": 1021.7, + "inflow": 1055.4, + "volume": 124792.94, + "temperature": 29, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:20:00.000Z", + "level": 355.18, + "flow": 1019.5, + "inflow": 1059.7, + "volume": 124792.96, + "temperature": 28.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:30:00.000Z", + "level": 355.18, + "flow": 1021.2, + "inflow": 1056.4, + "volume": 124792.98, + "temperature": 27.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:40:00.000Z", + "level": 355.18, + "flow": 1021.1, + "inflow": 1054.2, + "volume": 124793, + "temperature": 27.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:50:00.000Z", + "level": 355.18, + "flow": 1019.7, + "inflow": 1060.1, + "volume": 124793.02, + "temperature": 28.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:00:00.000Z", + "level": 355.18, + "flow": 939.4, + "inflow": 1034.2, + "volume": 124793.08, + "temperature": 28.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:10:00.000Z", + "level": 355.18, + "flow": 942.3, + "inflow": 1031.8, + "volume": 124793.13, + "temperature": 28.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:20:00.000Z", + "level": 355.18, + "flow": 938.9, + "inflow": 1032.7, + "volume": 124793.19, + "temperature": 26.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:30:00.000Z", + "level": 355.18, + "flow": 938.6, + "inflow": 1026.6, + "volume": 124793.24, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:40:00.000Z", + "level": 355.18, + "flow": 943.4, + "inflow": 1024.9, + "volume": 124793.29, + "temperature": 26.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:50:00.000Z", + "level": 355.18, + "flow": 939.8, + "inflow": 1041.2, + "volume": 124793.35, + "temperature": 28.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:00:00.000Z", + "level": 355.18, + "flow": 883.1, + "inflow": 1007.4, + "volume": 124793.42, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:10:00.000Z", + "level": 355.18, + "flow": 891.1, + "inflow": 998.4, + "volume": 124793.48, + "temperature": 27.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:20:00.000Z", + "level": 355.18, + "flow": 890.9, + "inflow": 1017.2, + "volume": 124793.56, + "temperature": 26.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:30:00.000Z", + "level": 355.18, + "flow": 882.5, + "inflow": 1001.2, + "volume": 124793.63, + "temperature": 26.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:40:00.000Z", + "level": 355.18, + "flow": 889.1, + "inflow": 1012.5, + "volume": 124793.7, + "temperature": 27.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:50:00.000Z", + "level": 355.18, + "flow": 890.7, + "inflow": 1004.5, + "volume": 124793.77, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:00:00.000Z", + "level": 355.18, + "flow": 871.2, + "inflow": 991.6, + "volume": 124793.84, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:10:00.000Z", + "level": 355.18, + "flow": 869.5, + "inflow": 994.3, + "volume": 124793.91, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:20:00.000Z", + "level": 355.18, + "flow": 865.6, + "inflow": 981.4, + "volume": 124793.98, + "temperature": 26.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:30:00.000Z", + "level": 355.18, + "flow": 865.1, + "inflow": 983.4, + "volume": 124794.05, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:40:00.000Z", + "level": 355.18, + "flow": 866.8, + "inflow": 991.9, + "volume": 124794.13, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:50:00.000Z", + "level": 355.18, + "flow": 862.8, + "inflow": 987, + "volume": 124794.2, + "temperature": 26.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:00:00.000Z", + "level": 355.18, + "flow": 886.5, + "inflow": 980.2, + "volume": 124794.26, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:10:00.000Z", + "level": 355.18, + "flow": 883.6, + "inflow": 969.2, + "volume": 124794.31, + "temperature": 25.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:20:00.000Z", + "level": 355.18, + "flow": 890.3, + "inflow": 967.3, + "volume": 124794.36, + "temperature": 25.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:30:00.000Z", + "level": 355.18, + "flow": 887.2, + "inflow": 974, + "volume": 124794.41, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:40:00.000Z", + "level": 355.18, + "flow": 892.2, + "inflow": 962.9, + "volume": 124794.45, + "temperature": 26.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:50:00.000Z", + "level": 355.18, + "flow": 884.1, + "inflow": 969.1, + "volume": 124794.5, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:00:00.000Z", + "level": 355.18, + "flow": 941.3, + "inflow": 959.8, + "volume": 124794.51, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:10:00.000Z", + "level": 355.18, + "flow": 942.7, + "inflow": 964.1, + "volume": 124794.52, + "temperature": 25.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:20:00.000Z", + "level": 355.18, + "flow": 944.7, + "inflow": 961.9, + "volume": 124794.53, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:30:00.000Z", + "level": 355.18, + "flow": 947, + "inflow": 969.4, + "volume": 124794.54, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:40:00.000Z", + "level": 355.18, + "flow": 947.8, + "inflow": 966, + "volume": 124794.55, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:50:00.000Z", + "level": 355.18, + "flow": 947, + "inflow": 950.6, + "volume": 124794.55, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:00:00.000Z", + "level": 355.18, + "flow": 1019.6, + "inflow": 965.3, + "volume": 124794.52, + "temperature": 25.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:10:00.000Z", + "level": 355.18, + "flow": 1023.8, + "inflow": 956, + "volume": 124794.48, + "temperature": 25, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:20:00.000Z", + "level": 355.18, + "flow": 1018.8, + "inflow": 951.5, + "volume": 124794.44, + "temperature": 25, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:30:00.000Z", + "level": 355.18, + "flow": 1022.8, + "inflow": 960.5, + "volume": 124794.4, + "temperature": 24.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:40:00.000Z", + "level": 355.18, + "flow": 1015.1, + "inflow": 954.3, + "volume": 124794.36, + "temperature": 25.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:50:00.000Z", + "level": 355.18, + "flow": 1020.7, + "inflow": 948.6, + "volume": 124794.32, + "temperature": 24.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:00:00.000Z", + "level": 355.18, + "flow": 1098.3, + "inflow": 961.8, + "volume": 124794.24, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:10:00.000Z", + "level": 355.18, + "flow": 1097.9, + "inflow": 955.8, + "volume": 124794.15, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:20:00.000Z", + "level": 355.18, + "flow": 1092.9, + "inflow": 953.8, + "volume": 124794.07, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:30:00.000Z", + "level": 355.18, + "flow": 1093.8, + "inflow": 959.6, + "volume": 124793.99, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:40:00.000Z", + "level": 355.18, + "flow": 1093.1, + "inflow": 966.3, + "volume": 124793.91, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:50:00.000Z", + "level": 355.18, + "flow": 1098.9, + "inflow": 966.1, + "volume": 124793.83, + "temperature": 25.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:00:00.000Z", + "level": 355.18, + "flow": 1154.4, + "inflow": 975, + "volume": 124793.72, + "temperature": 25.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:10:00.000Z", + "level": 355.18, + "flow": 1153.8, + "inflow": 975.6, + "volume": 124793.61, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:20:00.000Z", + "level": 355.18, + "flow": 1149.2, + "inflow": 978.5, + "volume": 124793.51, + "temperature": 25.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:30:00.000Z", + "level": 355.18, + "flow": 1147.6, + "inflow": 960.7, + "volume": 124793.4, + "temperature": 26.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:40:00.000Z", + "level": 355.18, + "flow": 1148.8, + "inflow": 975.9, + "volume": 124793.3, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:50:00.000Z", + "level": 355.18, + "flow": 1156.7, + "inflow": 960.5, + "volume": 124793.18, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:00:00.000Z", + "level": 355.18, + "flow": 1172.4, + "inflow": 989, + "volume": 124793.07, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:10:00.000Z", + "level": 355.18, + "flow": 1171, + "inflow": 978.4, + "volume": 124792.95, + "temperature": 27.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:20:00.000Z", + "level": 355.18, + "flow": 1170.6, + "inflow": 985.5, + "volume": 124792.84, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:30:00.000Z", + "level": 355.18, + "flow": 1171.5, + "inflow": 988.9, + "volume": 124792.73, + "temperature": 25.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:40:00.000Z", + "level": 355.18, + "flow": 1177.3, + "inflow": 992.8, + "volume": 124792.62, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:50:00.000Z", + "level": 355.18, + "flow": 1171.6, + "inflow": 980, + "volume": 124792.51, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:00:00.000Z", + "level": 355.18, + "flow": 1154, + "inflow": 1004.3, + "volume": 124792.42, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:10:00.000Z", + "level": 355.18, + "flow": 1147.8, + "inflow": 1013.2, + "volume": 124792.34, + "temperature": 27.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:20:00.000Z", + "level": 355.18, + "flow": 1153.8, + "inflow": 1014.5, + "volume": 124792.26, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:30:00.000Z", + "level": 355.18, + "flow": 1150.3, + "inflow": 1000.3, + "volume": 124792.17, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:40:00.000Z", + "level": 355.18, + "flow": 1150.5, + "inflow": 1006.9, + "volume": 124792.08, + "temperature": 27, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:50:00.000Z", + "level": 355.18, + "flow": 1149.4, + "inflow": 1002.9, + "volume": 124791.99, + "temperature": 27.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:00:00.000Z", + "level": 355.18, + "flow": 1098, + "inflow": 1031.1, + "volume": 124791.95, + "temperature": 27.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:10:00.000Z", + "level": 355.18, + "flow": 1094.5, + "inflow": 1041.5, + "volume": 124791.92, + "temperature": 28.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:20:00.000Z", + "level": 355.18, + "flow": 1096.5, + "inflow": 1028, + "volume": 124791.88, + "temperature": 28, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:30:00.000Z", + "level": 355.18, + "flow": 1097.7, + "inflow": 1036.1, + "volume": 124791.84, + "temperature": 26.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:40:00.000Z", + "level": 355.18, + "flow": 1097, + "inflow": 1022.6, + "volume": 124791.8, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:50:00.000Z", + "level": 355.18, + "flow": 1097.1, + "inflow": 1037.4, + "volume": 124791.76, + "temperature": 26.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:00:00.000Z", + "level": 355.18, + "flow": 1017.8, + "inflow": 1068.9, + "volume": 124791.79, + "temperature": 28, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:10:00.000Z", + "level": 355.18, + "flow": 1015.8, + "inflow": 1064.8, + "volume": 124791.82, + "temperature": 27.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:20:00.000Z", + "level": 355.18, + "flow": 1024.6, + "inflow": 1059.7, + "volume": 124791.84, + "temperature": 28.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:30:00.000Z", + "level": 355.18, + "flow": 1022.8, + "inflow": 1061.5, + "volume": 124791.86, + "temperature": 28.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:40:00.000Z", + "level": 355.18, + "flow": 1017, + "inflow": 1066.7, + "volume": 124791.89, + "temperature": 28.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:50:00.000Z", + "level": 355.18, + "flow": 1023.2, + "inflow": 1062.3, + "volume": 124791.91, + "temperature": 27.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:00:00.000Z", + "level": 355.18, + "flow": 943, + "inflow": 1093.7, + "volume": 124792, + "temperature": 29.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:10:00.000Z", + "level": 355.18, + "flow": 946.9, + "inflow": 1093.8, + "volume": 124792.09, + "temperature": 28.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:20:00.000Z", + "level": 355.18, + "flow": 939.6, + "inflow": 1087.4, + "volume": 124792.18, + "temperature": 29, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:30:00.000Z", + "level": 355.18, + "flow": 938.6, + "inflow": 1091.5, + "volume": 124792.27, + "temperature": 30, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:40:00.000Z", + "level": 355.18, + "flow": 939.1, + "inflow": 1099.2, + "volume": 124792.37, + "temperature": 30, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:50:00.000Z", + "level": 355.18, + "flow": 947.9, + "inflow": 1094.7, + "volume": 124792.46, + "temperature": 28.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:00:00.000Z", + "level": 355.18, + "flow": 891.4, + "inflow": 1119.9, + "volume": 124792.6, + "temperature": 28.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:10:00.000Z", + "level": 355.18, + "flow": 886.1, + "inflow": 1114.5, + "volume": 124792.74, + "temperature": 29.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:20:00.000Z", + "level": 355.18, + "flow": 885.8, + "inflow": 1116.7, + "volume": 124792.88, + "temperature": 29.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:30:00.000Z", + "level": 355.18, + "flow": 883.4, + "inflow": 1113.6, + "volume": 124793.02, + "temperature": 29, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:40:00.000Z", + "level": 355.18, + "flow": 890.9, + "inflow": 1112.9, + "volume": 124793.15, + "temperature": 29.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:50:00.000Z", + "level": 355.18, + "flow": 884.3, + "inflow": 1107, + "volume": 124793.28, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:00:00.000Z", + "level": 355.18, + "flow": 870.4, + "inflow": 1130.5, + "volume": 124793.44, + "temperature": 30.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:10:00.000Z", + "level": 355.18, + "flow": 871.6, + "inflow": 1140, + "volume": 124793.6, + "temperature": 30.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:20:00.000Z", + "level": 355.18, + "flow": 863.5, + "inflow": 1129.2, + "volume": 124793.76, + "temperature": 29.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:30:00.000Z", + "level": 355.18, + "flow": 869.8, + "inflow": 1136.6, + "volume": 124793.92, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:40:00.000Z", + "level": 355.18, + "flow": 864.5, + "inflow": 1144.7, + "volume": 124794.09, + "temperature": 30.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:50:00.000Z", + "level": 355.18, + "flow": 868.8, + "inflow": 1141.6, + "volume": 124794.25, + "temperature": 31.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:00:00.000Z", + "level": 355.18, + "flow": 883.4, + "inflow": 1160.6, + "volume": 124794.42, + "temperature": 31.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:10:00.000Z", + "level": 355.18, + "flow": 890.2, + "inflow": 1159.3, + "volume": 124794.58, + "temperature": 30.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:20:00.000Z", + "level": 355.18, + "flow": 891, + "inflow": 1152.5, + "volume": 124794.74, + "temperature": 31.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:30:00.000Z", + "level": 355.18, + "flow": 885.4, + "inflow": 1159.1, + "volume": 124794.9, + "temperature": 31.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:40:00.000Z", + "level": 355.18, + "flow": 890.3, + "inflow": 1156.2, + "volume": 124795.06, + "temperature": 31.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:50:00.000Z", + "level": 355.18, + "flow": 891, + "inflow": 1143.9, + "volume": 124795.21, + "temperature": 30, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:00:00.000Z", + "level": 355.18, + "flow": 948.4, + "inflow": 1171.5, + "volume": 124795.34, + "temperature": 30.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:10:00.000Z", + "level": 355.18, + "flow": 940.3, + "inflow": 1156, + "volume": 124795.47, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:20:00.000Z", + "level": 355.18, + "flow": 946.1, + "inflow": 1151.5, + "volume": 124795.59, + "temperature": 32.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:30:00.000Z", + "level": 355.18, + "flow": 945.3, + "inflow": 1168.9, + "volume": 124795.72, + "temperature": 30.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:40:00.000Z", + "level": 355.18, + "flow": 946.5, + "inflow": 1168.5, + "volume": 124795.85, + "temperature": 31.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:50:00.000Z", + "level": 355.18, + "flow": 946.2, + "inflow": 1158.9, + "volume": 124795.98, + "temperature": 31.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:00:00.000Z", + "level": 355.18, + "flow": 1021.1, + "inflow": 1159.6, + "volume": 124796.06, + "temperature": 32.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:10:00.000Z", + "level": 355.18, + "flow": 1022.5, + "inflow": 1163.9, + "volume": 124796.14, + "temperature": 31.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:20:00.000Z", + "level": 355.18, + "flow": 1021.1, + "inflow": 1167.2, + "volume": 124796.23, + "temperature": 30.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:30:00.000Z", + "level": 355.18, + "flow": 1016.3, + "inflow": 1156.2, + "volume": 124796.31, + "temperature": 32, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:40:00.000Z", + "level": 355.18, + "flow": 1018.8, + "inflow": 1163.7, + "volume": 124796.4, + "temperature": 31.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:50:00.000Z", + "level": 355.18, + "flow": 1016.6, + "inflow": 1156.1, + "volume": 124796.48, + "temperature": 31.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:00:00.000Z", + "level": 355.18, + "flow": 1097.4, + "inflow": 1159.6, + "volume": 124796.52, + "temperature": 31, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:10:00.000Z", + "level": 355.18, + "flow": 1097, + "inflow": 1163.8, + "volume": 124796.56, + "temperature": 31.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:20:00.000Z", + "level": 355.18, + "flow": 1096.9, + "inflow": 1166.2, + "volume": 124796.6, + "temperature": 31.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:30:00.000Z", + "level": 355.18, + "flow": 1096, + "inflow": 1157.8, + "volume": 124796.64, + "temperature": 32.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:40:00.000Z", + "level": 355.18, + "flow": 1098.5, + "inflow": 1164, + "volume": 124796.68, + "temperature": 32.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:50:00.000Z", + "level": 355.18, + "flow": 1098.9, + "inflow": 1166.1, + "volume": 124796.72, + "temperature": 30.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:00:00.000Z", + "level": 355.18, + "flow": 1149.6, + "inflow": 1154.9, + "volume": 124796.72, + "temperature": 31.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:10:00.000Z", + "level": 355.18, + "flow": 1155.7, + "inflow": 1156.5, + "volume": 124796.72, + "temperature": 30.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:20:00.000Z", + "level": 355.18, + "flow": 1155.9, + "inflow": 1154.7, + "volume": 124796.72, + "temperature": 31.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:30:00.000Z", + "level": 355.18, + "flow": 1149.3, + "inflow": 1143.2, + "volume": 124796.72, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:40:00.000Z", + "level": 355.18, + "flow": 1148.5, + "inflow": 1145.8, + "volume": 124796.72, + "temperature": 32, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:50:00.000Z", + "level": 355.18, + "flow": 1148.6, + "inflow": 1152.1, + "volume": 124796.72, + "temperature": 31.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:00:00.000Z", + "level": 355.18, + "flow": 1172, + "inflow": 1129.1, + "volume": 124796.69, + "temperature": 30.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:10:00.000Z", + "level": 355.18, + "flow": 1168.9, + "inflow": 1142.8, + "volume": 124796.67, + "temperature": 29.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:20:00.000Z", + "level": 355.18, + "flow": 1168, + "inflow": 1125.8, + "volume": 124796.64, + "temperature": 30.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:30:00.000Z", + "level": 355.18, + "flow": 1170.5, + "inflow": 1136.3, + "volume": 124796.62, + "temperature": 31.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:40:00.000Z", + "level": 355.18, + "flow": 1177.7, + "inflow": 1133.6, + "volume": 124796.59, + "temperature": 30.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:50:00.000Z", + "level": 355.18, + "flow": 1175.9, + "inflow": 1133.9, + "volume": 124796.56, + "temperature": 30.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:00:00.000Z", + "level": 355.18, + "flow": 1154.7, + "inflow": 1111.1, + "volume": 124796.53, + "temperature": 29.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:10:00.000Z", + "level": 355.18, + "flow": 1149.2, + "inflow": 1120, + "volume": 124796.51, + "temperature": 30.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:20:00.000Z", + "level": 355.18, + "flow": 1153, + "inflow": 1110.6, + "volume": 124796.48, + "temperature": 30.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:30:00.000Z", + "level": 355.18, + "flow": 1155.6, + "inflow": 1114.8, + "volume": 124796.46, + "temperature": 30.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:40:00.000Z", + "level": 355.18, + "flow": 1153.6, + "inflow": 1103.9, + "volume": 124796.43, + "temperature": 29.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:50:00.000Z", + "level": 355.18, + "flow": 1148.3, + "inflow": 1115.8, + "volume": 124796.41, + "temperature": 29, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:00:00.000Z", + "level": 355.18, + "flow": 1100.1, + "inflow": 1091.1, + "volume": 124796.4, + "temperature": 29.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:10:00.000Z", + "level": 355.18, + "flow": 1092.7, + "inflow": 1095.6, + "volume": 124796.4, + "temperature": 29.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:20:00.000Z", + "level": 355.18, + "flow": 1100.3, + "inflow": 1097.2, + "volume": 124796.4, + "temperature": 29.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:30:00.000Z", + "level": 355.18, + "flow": 1092.9, + "inflow": 1083.4, + "volume": 124796.39, + "temperature": 28.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:40:00.000Z", + "level": 355.18, + "flow": 1091.5, + "inflow": 1094.8, + "volume": 124796.39, + "temperature": 29.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:50:00.000Z", + "level": 355.18, + "flow": 1094.2, + "inflow": 1099.1, + "volume": 124796.39, + "temperature": 30, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:00:00.000Z", + "level": 355.18, + "flow": 1020.2, + "inflow": 1055.7, + "volume": 124796.41, + "temperature": 27.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:10:00.000Z", + "level": 355.18, + "flow": 1015.2, + "inflow": 1071.5, + "volume": 124796.44, + "temperature": 28.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:20:00.000Z", + "level": 355.18, + "flow": 1015.6, + "inflow": 1060.7, + "volume": 124796.47, + "temperature": 28.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:30:00.000Z", + "level": 355.18, + "flow": 1019.4, + "inflow": 1059.9, + "volume": 124796.49, + "temperature": 29.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:40:00.000Z", + "level": 355.18, + "flow": 1020.1, + "inflow": 1072.1, + "volume": 124796.52, + "temperature": 28.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:50:00.000Z", + "level": 355.18, + "flow": 1016.7, + "inflow": 1053.8, + "volume": 124796.54, + "temperature": 28.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:00:00.000Z", + "level": 355.18, + "flow": 940.3, + "inflow": 1032.9, + "volume": 124796.6, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:10:00.000Z", + "level": 355.18, + "flow": 939.4, + "inflow": 1028.8, + "volume": 124796.65, + "temperature": 28.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:20:00.000Z", + "level": 355.18, + "flow": 942.1, + "inflow": 1040.3, + "volume": 124796.71, + "temperature": 27.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:30:00.000Z", + "level": 355.18, + "flow": 944.9, + "inflow": 1028.2, + "volume": 124796.76, + "temperature": 28.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:40:00.000Z", + "level": 355.18, + "flow": 942.2, + "inflow": 1041.5, + "volume": 124796.82, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:50:00.000Z", + "level": 355.18, + "flow": 941.6, + "inflow": 1041.4, + "volume": 124796.88, + "temperature": 28.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:00:00.000Z", + "level": 355.18, + "flow": 890.2, + "inflow": 1018.7, + "volume": 124796.96, + "temperature": 27.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:10:00.000Z", + "level": 355.18, + "flow": 888.2, + "inflow": 1017, + "volume": 124797.04, + "temperature": 27.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:20:00.000Z", + "level": 355.18, + "flow": 887.6, + "inflow": 1020.4, + "volume": 124797.12, + "temperature": 27, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:30:00.000Z", + "level": 355.18, + "flow": 884.1, + "inflow": 1006.1, + "volume": 124797.19, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:40:00.000Z", + "level": 355.18, + "flow": 882.8, + "inflow": 1003.9, + "volume": 124797.26, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:50:00.000Z", + "level": 355.18, + "flow": 884.8, + "inflow": 1009.5, + "volume": 124797.33, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:00:00.000Z", + "level": 355.18, + "flow": 866.2, + "inflow": 985.1, + "volume": 124797.4, + "temperature": 26.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:10:00.000Z", + "level": 355.18, + "flow": 866.2, + "inflow": 981.1, + "volume": 124797.47, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:20:00.000Z", + "level": 355.18, + "flow": 865.4, + "inflow": 986.1, + "volume": 124797.54, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:30:00.000Z", + "level": 355.18, + "flow": 864.7, + "inflow": 987.1, + "volume": 124797.61, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:40:00.000Z", + "level": 355.18, + "flow": 864.6, + "inflow": 982.3, + "volume": 124797.68, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:50:00.000Z", + "level": 355.18, + "flow": 865.9, + "inflow": 999.6, + "volume": 124797.76, + "temperature": 26.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:00:00.000Z", + "level": 355.18, + "flow": 886.8, + "inflow": 977.7, + "volume": 124797.81, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:10:00.000Z", + "level": 355.18, + "flow": 891.6, + "inflow": 972.2, + "volume": 124797.86, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:20:00.000Z", + "level": 355.18, + "flow": 885.1, + "inflow": 982.7, + "volume": 124797.92, + "temperature": 25.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:30:00.000Z", + "level": 355.18, + "flow": 891.7, + "inflow": 967, + "volume": 124797.97, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:40:00.000Z", + "level": 355.18, + "flow": 887.7, + "inflow": 982.6, + "volume": 124798.03, + "temperature": 25.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:50:00.000Z", + "level": 355.18, + "flow": 891.2, + "inflow": 970.5, + "volume": 124798.08, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:00:00.000Z", + "level": 355.18, + "flow": 939.9, + "inflow": 967.2, + "volume": 124798.1, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:10:00.000Z", + "level": 355.18, + "flow": 945.2, + "inflow": 973.4, + "volume": 124798.12, + "temperature": 25.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:20:00.000Z", + "level": 355.18, + "flow": 942.2, + "inflow": 970.4, + "volume": 124798.14, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:30:00.000Z", + "level": 355.18, + "flow": 940, + "inflow": 957, + "volume": 124798.15, + "temperature": 26.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:40:00.000Z", + "level": 355.18, + "flow": 944.9, + "inflow": 962.1, + "volume": 124798.16, + "temperature": 25.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:50:00.000Z", + "level": 355.18, + "flow": 948.1, + "inflow": 965.9, + "volume": 124798.17, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:00:00.000Z", + "level": 355.18, + "flow": 1015.7, + "inflow": 953.8, + "volume": 124798.13, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:10:00.000Z", + "level": 355.18, + "flow": 1025, + "inflow": 954.5, + "volume": 124798.09, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:20:00.000Z", + "level": 355.18, + "flow": 1019.3, + "inflow": 966.7, + "volume": 124798.06, + "temperature": 25.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:30:00.000Z", + "level": 355.18, + "flow": 1021.7, + "inflow": 965, + "volume": 124798.03, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:40:00.000Z", + "level": 355.18, + "flow": 1016.7, + "inflow": 952.9, + "volume": 124797.99, + "temperature": 24.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:50:00.000Z", + "level": 355.18, + "flow": 1016.8, + "inflow": 968.2, + "volume": 124797.96, + "temperature": 24.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:00:00.000Z", + "level": 355.18, + "flow": 1094.1, + "inflow": 964.9, + "volume": 124797.88, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:10:00.000Z", + "level": 355.18, + "flow": 1101.4, + "inflow": 973.5, + "volume": 124797.8, + "temperature": 25.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:20:00.000Z", + "level": 355.18, + "flow": 1094.3, + "inflow": 959.3, + "volume": 124797.72, + "temperature": 25.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:30:00.000Z", + "level": 355.18, + "flow": 1094.2, + "inflow": 971.6, + "volume": 124797.65, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:40:00.000Z", + "level": 355.18, + "flow": 1096.1, + "inflow": 965.6, + "volume": 124797.57, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:50:00.000Z", + "level": 355.18, + "flow": 1093.4, + "inflow": 974.4, + "volume": 124797.5, + "temperature": 25.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:00:00.000Z", + "level": 355.18, + "flow": 1151.9, + "inflow": 981.2, + "volume": 124797.4, + "temperature": 26.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:10:00.000Z", + "level": 355.18, + "flow": 1152.3, + "inflow": 979.9, + "volume": 124797.3, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:20:00.000Z", + "level": 355.18, + "flow": 1147.6, + "inflow": 978.2, + "volume": 124797.2, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:30:00.000Z", + "level": 355.18, + "flow": 1156.8, + "inflow": 978.9, + "volume": 124797.09, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:40:00.000Z", + "level": 355.18, + "flow": 1154.7, + "inflow": 974.6, + "volume": 124796.98, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:50:00.000Z", + "level": 355.18, + "flow": 1157.2, + "inflow": 977.8, + "volume": 124796.87, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:00:00.000Z", + "level": 355.18, + "flow": 1173.1, + "inflow": 991.3, + "volume": 124796.76, + "temperature": 26.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:10:00.000Z", + "level": 355.18, + "flow": 1170, + "inflow": 1000.7, + "volume": 124796.66, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:20:00.000Z", + "level": 355.18, + "flow": 1175, + "inflow": 986.4, + "volume": 124796.55, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:30:00.000Z", + "level": 355.18, + "flow": 1168.6, + "inflow": 993.4, + "volume": 124796.44, + "temperature": 27.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:40:00.000Z", + "level": 355.18, + "flow": 1168.6, + "inflow": 984.3, + "volume": 124796.33, + "temperature": 27.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:50:00.000Z", + "level": 355.18, + "flow": 1171.1, + "inflow": 986, + "volume": 124796.22, + "temperature": 25.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:00:00.000Z", + "level": 355.18, + "flow": 1149.9, + "inflow": 1004.1, + "volume": 124796.13, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:10:00.000Z", + "level": 355.18, + "flow": 1157.3, + "inflow": 1020.2, + "volume": 124796.05, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:20:00.000Z", + "level": 355.18, + "flow": 1153, + "inflow": 1008.7, + "volume": 124795.96, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:30:00.000Z", + "level": 355.18, + "flow": 1154.5, + "inflow": 1003.6, + "volume": 124795.87, + "temperature": 27.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:40:00.000Z", + "level": 355.18, + "flow": 1148.9, + "inflow": 1013.7, + "volume": 124795.79, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:50:00.000Z", + "level": 355.18, + "flow": 1149, + "inflow": 1007.8, + "volume": 124795.71, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:00:00.000Z", + "level": 355.18, + "flow": 1097.6, + "inflow": 1036.6, + "volume": 124795.67, + "temperature": 27.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:10:00.000Z", + "level": 355.18, + "flow": 1101.1, + "inflow": 1037.1, + "volume": 124795.63, + "temperature": 27.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:20:00.000Z", + "level": 355.18, + "flow": 1091.8, + "inflow": 1032.6, + "volume": 124795.59, + "temperature": 28.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:30:00.000Z", + "level": 355.18, + "flow": 1097.5, + "inflow": 1044, + "volume": 124795.56, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:40:00.000Z", + "level": 355.18, + "flow": 1098.1, + "inflow": 1034.4, + "volume": 124795.52, + "temperature": 28, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:50:00.000Z", + "level": 355.18, + "flow": 1096.5, + "inflow": 1035.2, + "volume": 124795.48, + "temperature": 28.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:00:00.000Z", + "level": 355.18, + "flow": 1023.1, + "inflow": 1069.6, + "volume": 124795.51, + "temperature": 27.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:10:00.000Z", + "level": 355.18, + "flow": 1019.5, + "inflow": 1069.4, + "volume": 124795.54, + "temperature": 29.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:20:00.000Z", + "level": 355.18, + "flow": 1017.1, + "inflow": 1074.4, + "volume": 124795.57, + "temperature": 29.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:30:00.000Z", + "level": 355.18, + "flow": 1015.9, + "inflow": 1064, + "volume": 124795.6, + "temperature": 28.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:40:00.000Z", + "level": 355.18, + "flow": 1020.5, + "inflow": 1072.4, + "volume": 124795.63, + "temperature": 27.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:50:00.000Z", + "level": 355.18, + "flow": 1016.1, + "inflow": 1064.9, + "volume": 124795.66, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:00:00.000Z", + "level": 355.18, + "flow": 942.5, + "inflow": 1092.4, + "volume": 124795.75, + "temperature": 28.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:10:00.000Z", + "level": 355.18, + "flow": 948.3, + "inflow": 1102.9, + "volume": 124795.84, + "temperature": 28.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:20:00.000Z", + "level": 355.18, + "flow": 939.6, + "inflow": 1096.2, + "volume": 124795.93, + "temperature": 28.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:30:00.000Z", + "level": 355.18, + "flow": 944.9, + "inflow": 1097.8, + "volume": 124796.02, + "temperature": 28.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:40:00.000Z", + "level": 355.18, + "flow": 948.1, + "inflow": 1091.8, + "volume": 124796.11, + "temperature": 28.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:50:00.000Z", + "level": 355.18, + "flow": 947.5, + "inflow": 1092.6, + "volume": 124796.2, + "temperature": 28.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:00:00.000Z", + "level": 355.18, + "flow": 891.1, + "inflow": 1121.8, + "volume": 124796.34, + "temperature": 30.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:10:00.000Z", + "level": 355.18, + "flow": 887.6, + "inflow": 1122.1, + "volume": 124796.48, + "temperature": 29.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:20:00.000Z", + "level": 355.18, + "flow": 886.5, + "inflow": 1118.2, + "volume": 124796.62, + "temperature": 30.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:30:00.000Z", + "level": 355.18, + "flow": 883.3, + "inflow": 1108.4, + "volume": 124796.76, + "temperature": 29, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:40:00.000Z", + "level": 355.18, + "flow": 889.4, + "inflow": 1117.3, + "volume": 124796.9, + "temperature": 29.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:50:00.000Z", + "level": 355.18, + "flow": 885.8, + "inflow": 1117.5, + "volume": 124797.04, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:00:00.000Z", + "level": 355.18, + "flow": 871.4, + "inflow": 1131.8, + "volume": 124797.2, + "temperature": 30.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:10:00.000Z", + "level": 355.18, + "flow": 868.2, + "inflow": 1141, + "volume": 124797.36, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:20:00.000Z", + "level": 355.18, + "flow": 867.8, + "inflow": 1141.9, + "volume": 124797.52, + "temperature": 30.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:30:00.000Z", + "level": 355.18, + "flow": 869.9, + "inflow": 1147.9, + "volume": 124797.69, + "temperature": 29.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:40:00.000Z", + "level": 355.18, + "flow": 870.9, + "inflow": 1134.1, + "volume": 124797.85, + "temperature": 29.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:50:00.000Z", + "level": 355.18, + "flow": 868, + "inflow": 1131.5, + "volume": 124798.01, + "temperature": 29.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:00:00.000Z", + "level": 355.18, + "flow": 884.6, + "inflow": 1145.4, + "volume": 124798.17, + "temperature": 30.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:10:00.000Z", + "level": 355.18, + "flow": 891.7, + "inflow": 1155.9, + "volume": 124798.33, + "temperature": 30.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:20:00.000Z", + "level": 355.18, + "flow": 885.2, + "inflow": 1158.9, + "volume": 124798.49, + "temperature": 31, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:30:00.000Z", + "level": 355.18, + "flow": 888.5, + "inflow": 1157, + "volume": 124798.65, + "temperature": 31.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:40:00.000Z", + "level": 355.18, + "flow": 886.5, + "inflow": 1151.9, + "volume": 124798.81, + "temperature": 31.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:50:00.000Z", + "level": 355.18, + "flow": 887, + "inflow": 1146.4, + "volume": 124798.97, + "temperature": 31.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:00:00.000Z", + "level": 355.18, + "flow": 941.8, + "inflow": 1165.5, + "volume": 124799.1, + "temperature": 31.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:10:00.000Z", + "level": 355.18, + "flow": 942.7, + "inflow": 1167.4, + "volume": 124799.23, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:20:00.000Z", + "level": 355.18, + "flow": 938.4, + "inflow": 1167.5, + "volume": 124799.37, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:30:00.000Z", + "level": 355.18, + "flow": 947, + "inflow": 1160, + "volume": 124799.5, + "temperature": 32, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:40:00.000Z", + "level": 355.18, + "flow": 947.8, + "inflow": 1163.3, + "volume": 124799.63, + "temperature": 31.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:50:00.000Z", + "level": 355.18, + "flow": 946.1, + "inflow": 1163.5, + "volume": 124799.76, + "temperature": 31.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:00:00.000Z", + "level": 355.18, + "flow": 1018.4, + "inflow": 1160.4, + "volume": 124799.85, + "temperature": 32, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:10:00.000Z", + "level": 355.18, + "flow": 1016, + "inflow": 1174.9, + "volume": 124799.95, + "temperature": 32.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:20:00.000Z", + "level": 355.18, + "flow": 1018.7, + "inflow": 1162.1, + "volume": 124800.04, + "temperature": 30.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:30:00.000Z", + "level": 355.18, + "flow": 1015.5, + "inflow": 1176.8, + "volume": 124800.14, + "temperature": 32.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:40:00.000Z", + "level": 355.18, + "flow": 1021.3, + "inflow": 1177.8, + "volume": 124800.23, + "temperature": 32.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:50:00.000Z", + "level": 355.18, + "flow": 1024.2, + "inflow": 1164.6, + "volume": 124800.31, + "temperature": 32, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:00:00.000Z", + "level": 355.18, + "flow": 1098.2, + "inflow": 1159.8, + "volume": 124800.35, + "temperature": 31.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:10:00.000Z", + "level": 355.18, + "flow": 1100.9, + "inflow": 1172.5, + "volume": 124800.39, + "temperature": 31.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:20:00.000Z", + "level": 355.18, + "flow": 1098.3, + "inflow": 1157.7, + "volume": 124800.43, + "temperature": 32.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:30:00.000Z", + "level": 355.18, + "flow": 1092.8, + "inflow": 1169.2, + "volume": 124800.48, + "temperature": 31.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:40:00.000Z", + "level": 355.18, + "flow": 1095.5, + "inflow": 1171, + "volume": 124800.53, + "temperature": 32, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:50:00.000Z", + "level": 355.18, + "flow": 1101.5, + "inflow": 1159.2, + "volume": 124800.56, + "temperature": 30.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:00:00.000Z", + "level": 355.18, + "flow": 1156.1, + "inflow": 1154.9, + "volume": 124800.56, + "temperature": 30.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:10:00.000Z", + "level": 355.18, + "flow": 1150.1, + "inflow": 1158.2, + "volume": 124800.56, + "temperature": 31.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:20:00.000Z", + "level": 355.18, + "flow": 1153.8, + "inflow": 1159.2, + "volume": 124800.56, + "temperature": 31.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:30:00.000Z", + "level": 355.18, + "flow": 1153.4, + "inflow": 1149.1, + "volume": 124800.56, + "temperature": 30.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:40:00.000Z", + "level": 355.18, + "flow": 1154.7, + "inflow": 1153.7, + "volume": 124800.56, + "temperature": 30.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:50:00.000Z", + "level": 355.18, + "flow": 1150.8, + "inflow": 1153.6, + "volume": 124800.56, + "temperature": 30.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:00:00.000Z", + "level": 355.18, + "flow": 1172.2, + "inflow": 1132.1, + "volume": 124800.54, + "temperature": 29.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:10:00.000Z", + "level": 355.18, + "flow": 1174, + "inflow": 1147, + "volume": 124800.52, + "temperature": 30.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:20:00.000Z", + "level": 355.18, + "flow": 1169.5, + "inflow": 1141.2, + "volume": 124800.5, + "temperature": 29.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:30:00.000Z", + "level": 355.18, + "flow": 1172.4, + "inflow": 1143.8, + "volume": 124800.48, + "temperature": 29.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:40:00.000Z", + "level": 355.18, + "flow": 1168.4, + "inflow": 1139.6, + "volume": 124800.46, + "temperature": 30.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:50:00.000Z", + "level": 355.18, + "flow": 1172.4, + "inflow": 1143.3, + "volume": 124800.44, + "temperature": 29.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:00:00.000Z", + "level": 355.18, + "flow": 1152.5, + "inflow": 1115.4, + "volume": 124800.42, + "temperature": 30.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:10:00.000Z", + "level": 355.18, + "flow": 1153.3, + "inflow": 1120.7, + "volume": 124800.4, + "temperature": 29.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:20:00.000Z", + "level": 355.18, + "flow": 1157.5, + "inflow": 1122.3, + "volume": 124800.38, + "temperature": 28.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:30:00.000Z", + "level": 355.18, + "flow": 1155.9, + "inflow": 1121.2, + "volume": 124800.36, + "temperature": 29.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:40:00.000Z", + "level": 355.18, + "flow": 1157.6, + "inflow": 1126.6, + "volume": 124800.34, + "temperature": 30, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:50:00.000Z", + "level": 355.18, + "flow": 1151.8, + "inflow": 1108.3, + "volume": 124800.31, + "temperature": 29.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:00:00.000Z", + "level": 355.18, + "flow": 1095.7, + "inflow": 1094.6, + "volume": 124800.31, + "temperature": 28.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:10:00.000Z", + "level": 355.18, + "flow": 1098.5, + "inflow": 1093.3, + "volume": 124800.31, + "temperature": 29.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:20:00.000Z", + "level": 355.18, + "flow": 1099.5, + "inflow": 1096.1, + "volume": 124800.31, + "temperature": 29.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:30:00.000Z", + "level": 355.18, + "flow": 1094.8, + "inflow": 1095.2, + "volume": 124800.31, + "temperature": 29.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:40:00.000Z", + "level": 355.18, + "flow": 1097.9, + "inflow": 1091.2, + "volume": 124800.31, + "temperature": 29.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:50:00.000Z", + "level": 355.18, + "flow": 1091.6, + "inflow": 1096.1, + "volume": 124800.31, + "temperature": 30, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:00:00.000Z", + "level": 355.18, + "flow": 1019.9, + "inflow": 1075.4, + "volume": 124800.34, + "temperature": 28.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:10:00.000Z", + "level": 355.18, + "flow": 1022.5, + "inflow": 1058.2, + "volume": 124800.36, + "temperature": 28.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:20:00.000Z", + "level": 355.18, + "flow": 1023.4, + "inflow": 1059.3, + "volume": 124800.38, + "temperature": 29.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:30:00.000Z", + "level": 355.18, + "flow": 1020.9, + "inflow": 1065.1, + "volume": 124800.41, + "temperature": 28.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:40:00.000Z", + "level": 355.18, + "flow": 1023.4, + "inflow": 1062.6, + "volume": 124800.43, + "temperature": 28.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:50:00.000Z", + "level": 355.18, + "flow": 1015.2, + "inflow": 1062.3, + "volume": 124800.46, + "temperature": 28.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:00:00.000Z", + "level": 355.18, + "flow": 945.5, + "inflow": 1048.4, + "volume": 124800.52, + "temperature": 27.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:10:00.000Z", + "level": 355.18, + "flow": 945.5, + "inflow": 1041.8, + "volume": 124800.58, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:20:00.000Z", + "level": 355.18, + "flow": 942.1, + "inflow": 1034.2, + "volume": 124800.64, + "temperature": 27, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:30:00.000Z", + "level": 355.18, + "flow": 940.6, + "inflow": 1048.9, + "volume": 124800.71, + "temperature": 28.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:40:00.000Z", + "level": 355.18, + "flow": 940.5, + "inflow": 1049.3, + "volume": 124800.78, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:50:00.000Z", + "level": 355.18, + "flow": 944.5, + "inflow": 1045.7, + "volume": 124800.84, + "temperature": 27.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:00:00.000Z", + "level": 355.18, + "flow": 891.4, + "inflow": 1007.1, + "volume": 124800.91, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:10:00.000Z", + "level": 355.18, + "flow": 889.1, + "inflow": 1023.6, + "volume": 124800.99, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:20:00.000Z", + "level": 355.18, + "flow": 883, + "inflow": 1014.3, + "volume": 124801.07, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:30:00.000Z", + "level": 355.18, + "flow": 890.3, + "inflow": 1021.2, + "volume": 124801.15, + "temperature": 27.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:40:00.000Z", + "level": 355.18, + "flow": 888.6, + "inflow": 1020.3, + "volume": 124801.23, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:50:00.000Z", + "level": 355.18, + "flow": 889.3, + "inflow": 1015.3, + "volume": 124801.31, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:00:00.000Z", + "level": 355.18, + "flow": 863.4, + "inflow": 991.7, + "volume": 124801.39, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:10:00.000Z", + "level": 355.18, + "flow": 862.6, + "inflow": 999.3, + "volume": 124801.47, + "temperature": 26.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:20:00.000Z", + "level": 355.18, + "flow": 863.4, + "inflow": 984.1, + "volume": 124801.54, + "temperature": 27, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:30:00.000Z", + "level": 355.18, + "flow": 865.6, + "inflow": 1002, + "volume": 124801.62, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:40:00.000Z", + "level": 355.18, + "flow": 865.2, + "inflow": 994.7, + "volume": 124801.7, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:50:00.000Z", + "level": 355.18, + "flow": 871.6, + "inflow": 998.6, + "volume": 124801.78, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:00:00.000Z", + "level": 355.18, + "flow": 885.5, + "inflow": 968.8, + "volume": 124801.83, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:10:00.000Z", + "level": 355.18, + "flow": 887.7, + "inflow": 984.9, + "volume": 124801.89, + "temperature": 25.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:20:00.000Z", + "level": 355.18, + "flow": 891.8, + "inflow": 988, + "volume": 124801.95, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:30:00.000Z", + "level": 355.18, + "flow": 890.2, + "inflow": 976.9, + "volume": 124802, + "temperature": 25.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:40:00.000Z", + "level": 355.18, + "flow": 891.6, + "inflow": 969.3, + "volume": 124802.05, + "temperature": 26.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:50:00.000Z", + "level": 355.18, + "flow": 889, + "inflow": 977.2, + "volume": 124802.1, + "temperature": 25.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:00:00.000Z", + "level": 355.18, + "flow": 945.9, + "inflow": 969.6, + "volume": 124802.11, + "temperature": 24.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:10:00.000Z", + "level": 355.18, + "flow": 944.1, + "inflow": 963.1, + "volume": 124802.12, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:20:00.000Z", + "level": 355.18, + "flow": 944.4, + "inflow": 963.5, + "volume": 124802.13, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:30:00.000Z", + "level": 355.18, + "flow": 946.3, + "inflow": 969, + "volume": 124802.14, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:40:00.000Z", + "level": 355.18, + "flow": 944.8, + "inflow": 972.7, + "volume": 124802.16, + "temperature": 26.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:50:00.000Z", + "level": 355.18, + "flow": 939.5, + "inflow": 963.3, + "volume": 124802.17, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:00:00.000Z", + "level": 355.18, + "flow": 1023.2, + "inflow": 973.7, + "volume": 124802.14, + "temperature": 25.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:10:00.000Z", + "level": 355.18, + "flow": 1022.8, + "inflow": 958.5, + "volume": 124802.1, + "temperature": 25, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:20:00.000Z", + "level": 355.18, + "flow": 1016.8, + "inflow": 964.5, + "volume": 124802.07, + "temperature": 25.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:30:00.000Z", + "level": 355.18, + "flow": 1020.3, + "inflow": 961.9, + "volume": 124802.03, + "temperature": 24.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:40:00.000Z", + "level": 355.18, + "flow": 1019.4, + "inflow": 968.8, + "volume": 124802, + "temperature": 24.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:50:00.000Z", + "level": 355.18, + "flow": 1021.3, + "inflow": 960.6, + "volume": 124801.96, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:00:00.000Z", + "level": 355.18, + "flow": 1096.2, + "inflow": 959.5, + "volume": 124801.88, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:10:00.000Z", + "level": 355.18, + "flow": 1099.4, + "inflow": 959.8, + "volume": 124801.8, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:20:00.000Z", + "level": 355.18, + "flow": 1093.1, + "inflow": 973.4, + "volume": 124801.73, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:30:00.000Z", + "level": 355.18, + "flow": 1099.5, + "inflow": 964.5, + "volume": 124801.65, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:40:00.000Z", + "level": 355.18, + "flow": 1098.5, + "inflow": 971.7, + "volume": 124801.57, + "temperature": 25.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:50:00.000Z", + "level": 355.18, + "flow": 1099.3, + "inflow": 969.2, + "volume": 124801.49, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:00:00.000Z", + "level": 355.18, + "flow": 1154.3, + "inflow": 973.3, + "volume": 124801.38, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:10:00.000Z", + "level": 355.18, + "flow": 1151.2, + "inflow": 971.1, + "volume": 124801.27, + "temperature": 25, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:20:00.000Z", + "level": 355.18, + "flow": 1154.9, + "inflow": 975.4, + "volume": 124801.16, + "temperature": 24.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:30:00.000Z", + "level": 355.18, + "flow": 1156, + "inflow": 970.3, + "volume": 124801.05, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:40:00.000Z", + "level": 355.18, + "flow": 1151.5, + "inflow": 968.5, + "volume": 124800.94, + "temperature": 26.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:50:00.000Z", + "level": 355.18, + "flow": 1150.6, + "inflow": 986.1, + "volume": 124800.84, + "temperature": 26.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:00:00.000Z", + "level": 355.18, + "flow": 1177.9, + "inflow": 995.8, + "volume": 124800.73, + "temperature": 27.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:10:00.000Z", + "level": 355.18, + "flow": 1174.9, + "inflow": 1003.5, + "volume": 124800.63, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:20:00.000Z", + "level": 355.18, + "flow": 1177, + "inflow": 1003.6, + "volume": 124800.53, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:30:00.000Z", + "level": 355.18, + "flow": 1171, + "inflow": 994.8, + "volume": 124800.42, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:40:00.000Z", + "level": 355.18, + "flow": 1170.9, + "inflow": 993.6, + "volume": 124800.31, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:50:00.000Z", + "level": 355.18, + "flow": 1176, + "inflow": 984.8, + "volume": 124800.2, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:00:00.000Z", + "level": 355.18, + "flow": 1154.6, + "inflow": 1023.8, + "volume": 124800.12, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:10:00.000Z", + "level": 355.18, + "flow": 1157.2, + "inflow": 1021, + "volume": 124800.04, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:20:00.000Z", + "level": 355.18, + "flow": 1152.7, + "inflow": 1006.8, + "volume": 124799.95, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:30:00.000Z", + "level": 355.18, + "flow": 1151.7, + "inflow": 1007, + "volume": 124799.86, + "temperature": 27.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:40:00.000Z", + "level": 355.18, + "flow": 1151.4, + "inflow": 1020.1, + "volume": 124799.78, + "temperature": 27.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:50:00.000Z", + "level": 355.18, + "flow": 1154.5, + "inflow": 1012.6, + "volume": 124799.69, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:00:00.000Z", + "level": 355.18, + "flow": 1097.1, + "inflow": 1039.7, + "volume": 124799.66, + "temperature": 28.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:10:00.000Z", + "level": 355.18, + "flow": 1092.3, + "inflow": 1034.5, + "volume": 124799.63, + "temperature": 28.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:20:00.000Z", + "level": 355.18, + "flow": 1098.8, + "inflow": 1032.7, + "volume": 124799.59, + "temperature": 27.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:30:00.000Z", + "level": 355.18, + "flow": 1094.4, + "inflow": 1035.6, + "volume": 124799.55, + "temperature": 28.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:40:00.000Z", + "level": 355.18, + "flow": 1096.9, + "inflow": 1049.2, + "volume": 124799.52, + "temperature": 28.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:50:00.000Z", + "level": 355.18, + "flow": 1093.6, + "inflow": 1034.3, + "volume": 124799.48, + "temperature": 27, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:00:00.000Z", + "level": 355.18, + "flow": 1019.5, + "inflow": 1062.6, + "volume": 124799.51, + "temperature": 29.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:10:00.000Z", + "level": 355.18, + "flow": 1015.6, + "inflow": 1075.8, + "volume": 124799.55, + "temperature": 28.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:20:00.000Z", + "level": 355.18, + "flow": 1015.5, + "inflow": 1069.1, + "volume": 124799.58, + "temperature": 28, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:30:00.000Z", + "level": 355.18, + "flow": 1017.1, + "inflow": 1069.8, + "volume": 124799.61, + "temperature": 27.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:40:00.000Z", + "level": 355.18, + "flow": 1023.5, + "inflow": 1064.1, + "volume": 124799.63, + "temperature": 29.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:50:00.000Z", + "level": 355.18, + "flow": 1023.5, + "inflow": 1075, + "volume": 124799.66, + "temperature": 29.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:00:00.000Z", + "level": 355.18, + "flow": 941.1, + "inflow": 1087.3, + "volume": 124799.75, + "temperature": 29.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:10:00.000Z", + "level": 355.18, + "flow": 942.8, + "inflow": 1098.7, + "volume": 124799.84, + "temperature": 29.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:20:00.000Z", + "level": 355.18, + "flow": 942.4, + "inflow": 1098.1, + "volume": 124799.93, + "temperature": 29.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:30:00.000Z", + "level": 355.18, + "flow": 948.2, + "inflow": 1103.1, + "volume": 124800.02, + "temperature": 28.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:40:00.000Z", + "level": 355.18, + "flow": 943.7, + "inflow": 1104.4, + "volume": 124800.12, + "temperature": 28.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:50:00.000Z", + "level": 355.18, + "flow": 941, + "inflow": 1096.1, + "volume": 124800.21, + "temperature": 30, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:00:00.000Z", + "level": 355.18, + "flow": 883.9, + "inflow": 1121.5, + "volume": 124800.35, + "temperature": 30.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:10:00.000Z", + "level": 355.18, + "flow": 890.7, + "inflow": 1120.5, + "volume": 124800.49, + "temperature": 30.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:20:00.000Z", + "level": 355.18, + "flow": 882.5, + "inflow": 1113.2, + "volume": 124800.63, + "temperature": 29.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:30:00.000Z", + "level": 355.18, + "flow": 884.9, + "inflow": 1111.6, + "volume": 124800.77, + "temperature": 29.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:40:00.000Z", + "level": 355.18, + "flow": 886.8, + "inflow": 1112.7, + "volume": 124800.91, + "temperature": 30.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:50:00.000Z", + "level": 355.18, + "flow": 887.2, + "inflow": 1122.3, + "volume": 124801.05, + "temperature": 28.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:00:00.000Z", + "level": 355.18, + "flow": 865.5, + "inflow": 1140.6, + "volume": 124801.22, + "temperature": 30.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:10:00.000Z", + "level": 355.18, + "flow": 871.2, + "inflow": 1132.2, + "volume": 124801.38, + "temperature": 30.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:20:00.000Z", + "level": 355.18, + "flow": 871.8, + "inflow": 1145.4, + "volume": 124801.54, + "temperature": 30.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:30:00.000Z", + "level": 355.18, + "flow": 868.7, + "inflow": 1134, + "volume": 124801.7, + "temperature": 31.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:40:00.000Z", + "level": 355.18, + "flow": 870.5, + "inflow": 1133.8, + "volume": 124801.86, + "temperature": 31.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:50:00.000Z", + "level": 355.18, + "flow": 868.5, + "inflow": 1133.4, + "volume": 124802.02, + "temperature": 31, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:00:00.000Z", + "level": 355.18, + "flow": 882.7, + "inflow": 1157.6, + "volume": 124802.18, + "temperature": 31.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:10:00.000Z", + "level": 355.18, + "flow": 882.6, + "inflow": 1159.3, + "volume": 124802.35, + "temperature": 31.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:20:00.000Z", + "level": 355.18, + "flow": 883.5, + "inflow": 1149.7, + "volume": 124802.51, + "temperature": 31.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:30:00.000Z", + "level": 355.18, + "flow": 884.7, + "inflow": 1164.4, + "volume": 124802.68, + "temperature": 30.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:40:00.000Z", + "level": 355.18, + "flow": 888.9, + "inflow": 1158.1, + "volume": 124802.84, + "temperature": 31.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:50:00.000Z", + "level": 355.18, + "flow": 889.7, + "inflow": 1164, + "volume": 124803, + "temperature": 31.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:00:00.000Z", + "level": 355.18, + "flow": 942.1, + "inflow": 1163.9, + "volume": 124803.13, + "temperature": 30.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:10:00.000Z", + "level": 355.18, + "flow": 939.3, + "inflow": 1158.9, + "volume": 124803.26, + "temperature": 31.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:20:00.000Z", + "level": 355.18, + "flow": 947.8, + "inflow": 1168.1, + "volume": 124803.39, + "temperature": 31.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:30:00.000Z", + "level": 355.18, + "flow": 939.1, + "inflow": 1171.9, + "volume": 124803.53, + "temperature": 32.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:40:00.000Z", + "level": 355.18, + "flow": 945.4, + "inflow": 1168.2, + "volume": 124803.66, + "temperature": 31.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:50:00.000Z", + "level": 355.18, + "flow": 948, + "inflow": 1162.8, + "volume": 124803.79, + "temperature": 31.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:00:00.000Z", + "level": 355.18, + "flow": 1019.1, + "inflow": 1175.5, + "volume": 124803.88, + "temperature": 32.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:10:00.000Z", + "level": 355.18, + "flow": 1016.8, + "inflow": 1170.1, + "volume": 124803.97, + "temperature": 31.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:20:00.000Z", + "level": 355.18, + "flow": 1015.8, + "inflow": 1178, + "volume": 124804.07, + "temperature": 30.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:30:00.000Z", + "level": 355.18, + "flow": 1015.6, + "inflow": 1171.2, + "volume": 124804.16, + "temperature": 31.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:40:00.000Z", + "level": 355.18, + "flow": 1024.2, + "inflow": 1175.2, + "volume": 124804.25, + "temperature": 32.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:50:00.000Z", + "level": 355.18, + "flow": 1016.4, + "inflow": 1178.4, + "volume": 124804.35, + "temperature": 30.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:00:00.000Z", + "level": 355.18, + "flow": 1100.1, + "inflow": 1172, + "volume": 124804.39, + "temperature": 31.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:10:00.000Z", + "level": 355.18, + "flow": 1094.5, + "inflow": 1167.5, + "volume": 124804.43, + "temperature": 32.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:20:00.000Z", + "level": 355.18, + "flow": 1095.2, + "inflow": 1166.3, + "volume": 124804.47, + "temperature": 32, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:30:00.000Z", + "level": 355.18, + "flow": 1092, + "inflow": 1158.6, + "volume": 124804.51, + "temperature": 30.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:40:00.000Z", + "level": 355.18, + "flow": 1093.6, + "inflow": 1159.6, + "volume": 124804.55, + "temperature": 30.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:50:00.000Z", + "level": 355.18, + "flow": 1101.5, + "inflow": 1171.7, + "volume": 124804.59, + "temperature": 31.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:00:00.000Z", + "level": 355.18, + "flow": 1153.4, + "inflow": 1149.2, + "volume": 124804.59, + "temperature": 30.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:10:00.000Z", + "level": 355.18, + "flow": 1157.5, + "inflow": 1151, + "volume": 124804.59, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:20:00.000Z", + "level": 355.18, + "flow": 1152.1, + "inflow": 1166.1, + "volume": 124804.6, + "temperature": 31.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:30:00.000Z", + "level": 355.18, + "flow": 1151.6, + "inflow": 1149.9, + "volume": 124804.6, + "temperature": 30.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:40:00.000Z", + "level": 355.18, + "flow": 1156.3, + "inflow": 1160.5, + "volume": 124804.6, + "temperature": 30, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:50:00.000Z", + "level": 355.18, + "flow": 1157.4, + "inflow": 1167.4, + "volume": 124804.61, + "temperature": 31.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:00:00.000Z", + "level": 355.18, + "flow": 1175.5, + "inflow": 1136.1, + "volume": 124804.59, + "temperature": 30.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:10:00.000Z", + "level": 355.18, + "flow": 1175.9, + "inflow": 1140.5, + "volume": 124804.57, + "temperature": 30.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:20:00.000Z", + "level": 355.18, + "flow": 1177.8, + "inflow": 1149.2, + "volume": 124804.55, + "temperature": 30.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:30:00.000Z", + "level": 355.18, + "flow": 1175.4, + "inflow": 1137.5, + "volume": 124804.53, + "temperature": 30.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:40:00.000Z", + "level": 355.18, + "flow": 1172.2, + "inflow": 1140.5, + "volume": 124804.51, + "temperature": 29.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:50:00.000Z", + "level": 355.18, + "flow": 1177.7, + "inflow": 1147.6, + "volume": 124804.49, + "temperature": 30.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:00:00.000Z", + "level": 355.18, + "flow": 1157.2, + "inflow": 1120.4, + "volume": 124804.47, + "temperature": 29.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:10:00.000Z", + "level": 355.18, + "flow": 1150, + "inflow": 1122.5, + "volume": 124804.45, + "temperature": 29, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:20:00.000Z", + "level": 355.18, + "flow": 1148.5, + "inflow": 1125.3, + "volume": 124804.44, + "temperature": 30.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:30:00.000Z", + "level": 355.18, + "flow": 1155.3, + "inflow": 1117.1, + "volume": 124804.42, + "temperature": 30.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:40:00.000Z", + "level": 355.18, + "flow": 1148.2, + "inflow": 1119.1, + "volume": 124804.4, + "temperature": 29.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:50:00.000Z", + "level": 355.18, + "flow": 1154.6, + "inflow": 1121.8, + "volume": 124804.38, + "temperature": 29.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:00:00.000Z", + "level": 355.18, + "flow": 1091.7, + "inflow": 1093.7, + "volume": 124804.38, + "temperature": 28.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:10:00.000Z", + "level": 355.18, + "flow": 1093.2, + "inflow": 1093.9, + "volume": 124804.38, + "temperature": 29.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:20:00.000Z", + "level": 355.18, + "flow": 1101.4, + "inflow": 1092.1, + "volume": 124804.37, + "temperature": 28.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:30:00.000Z", + "level": 355.18, + "flow": 1100.8, + "inflow": 1087.9, + "volume": 124804.36, + "temperature": 29.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:40:00.000Z", + "level": 355.18, + "flow": 1100.2, + "inflow": 1099.7, + "volume": 124804.36, + "temperature": 28.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:50:00.000Z", + "level": 355.18, + "flow": 1099.2, + "inflow": 1104.9, + "volume": 124804.36, + "temperature": 28.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:00:00.000Z", + "level": 355.18, + "flow": 1017, + "inflow": 1072.8, + "volume": 124804.39, + "temperature": 29.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:10:00.000Z", + "level": 355.18, + "flow": 1019.8, + "inflow": 1063.4, + "volume": 124804.42, + "temperature": 28.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:20:00.000Z", + "level": 355.18, + "flow": 1017.9, + "inflow": 1060.9, + "volume": 124804.45, + "temperature": 27.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:30:00.000Z", + "level": 355.18, + "flow": 1023.4, + "inflow": 1059.7, + "volume": 124804.47, + "temperature": 27.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:40:00.000Z", + "level": 355.18, + "flow": 1017.8, + "inflow": 1058.8, + "volume": 124804.49, + "temperature": 27.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:50:00.000Z", + "level": 355.18, + "flow": 1016.9, + "inflow": 1071.1, + "volume": 124804.52, + "temperature": 28.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:00:00.000Z", + "level": 355.18, + "flow": 940.2, + "inflow": 1038, + "volume": 124804.58, + "temperature": 26.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:10:00.000Z", + "level": 355.18, + "flow": 941.9, + "inflow": 1041.6, + "volume": 124804.64, + "temperature": 27.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:20:00.000Z", + "level": 355.18, + "flow": 941.8, + "inflow": 1040.2, + "volume": 124804.7, + "temperature": 27.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:30:00.000Z", + "level": 355.18, + "flow": 944.2, + "inflow": 1032.6, + "volume": 124804.75, + "temperature": 27.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:40:00.000Z", + "level": 355.18, + "flow": 938.4, + "inflow": 1042.2, + "volume": 124804.81, + "temperature": 27.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:50:00.000Z", + "level": 355.18, + "flow": 938.8, + "inflow": 1050.8, + "volume": 124804.88, + "temperature": 27.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:00:00.000Z", + "level": 355.18, + "flow": 891.2, + "inflow": 1020.4, + "volume": 124804.96, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:10:00.000Z", + "level": 355.18, + "flow": 885.9, + "inflow": 1013.3, + "volume": 124805.04, + "temperature": 27.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:20:00.000Z", + "level": 355.18, + "flow": 890.6, + "inflow": 1008.6, + "volume": 124805.11, + "temperature": 26.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:30:00.000Z", + "level": 355.18, + "flow": 886.6, + "inflow": 1015.3, + "volume": 124805.19, + "temperature": 27.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:40:00.000Z", + "level": 355.18, + "flow": 890.2, + "inflow": 1012.1, + "volume": 124805.26, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:50:00.000Z", + "level": 355.18, + "flow": 884.4, + "inflow": 1016.3, + "volume": 124805.34, + "temperature": 27, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:00:00.000Z", + "level": 355.18, + "flow": 866.2, + "inflow": 994.4, + "volume": 124805.42, + "temperature": 26.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:10:00.000Z", + "level": 355.18, + "flow": 869.1, + "inflow": 997.2, + "volume": 124805.5, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:20:00.000Z", + "level": 355.18, + "flow": 864.5, + "inflow": 994.4, + "volume": 124805.58, + "temperature": 27, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:30:00.000Z", + "level": 355.18, + "flow": 863.8, + "inflow": 993.9, + "volume": 124805.66, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:40:00.000Z", + "level": 355.18, + "flow": 869.3, + "inflow": 992.9, + "volume": 124805.73, + "temperature": 26.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:50:00.000Z", + "level": 355.18, + "flow": 866.3, + "inflow": 995.2, + "volume": 124805.81, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:00:00.000Z", + "level": 355.18, + "flow": 885.9, + "inflow": 980.1, + "volume": 124805.87, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:10:00.000Z", + "level": 355.18, + "flow": 883.4, + "inflow": 975.7, + "volume": 124805.93, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:20:00.000Z", + "level": 355.18, + "flow": 887, + "inflow": 977.2, + "volume": 124805.98, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:30:00.000Z", + "level": 355.18, + "flow": 887.8, + "inflow": 977.2, + "volume": 124806.03, + "temperature": 25, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:40:00.000Z", + "level": 355.18, + "flow": 884.3, + "inflow": 985.6, + "volume": 124806.09, + "temperature": 24.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:50:00.000Z", + "level": 355.18, + "flow": 883.2, + "inflow": 980.2, + "volume": 124806.15, + "temperature": 25.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:00:00.000Z", + "level": 355.18, + "flow": 942.8, + "inflow": 969, + "volume": 124806.17, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:10:00.000Z", + "level": 355.18, + "flow": 941.6, + "inflow": 973.8, + "volume": 124806.19, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:20:00.000Z", + "level": 355.18, + "flow": 945.5, + "inflow": 961.7, + "volume": 124806.2, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:30:00.000Z", + "level": 355.18, + "flow": 944.6, + "inflow": 974.1, + "volume": 124806.22, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:40:00.000Z", + "level": 355.18, + "flow": 946.9, + "inflow": 968.7, + "volume": 124806.23, + "temperature": 25.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:50:00.000Z", + "level": 355.18, + "flow": 947.4, + "inflow": 968.7, + "volume": 124806.24, + "temperature": 25.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:00:00.000Z", + "level": 355.18, + "flow": 1018.8, + "inflow": 972.7, + "volume": 124806.21, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:10:00.000Z", + "level": 355.18, + "flow": 1023.4, + "inflow": 957, + "volume": 124806.17, + "temperature": 24.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:20:00.000Z", + "level": 355.18, + "flow": 1022.5, + "inflow": 974.4, + "volume": 124806.14, + "temperature": 25.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:30:00.000Z", + "level": 355.18, + "flow": 1024.9, + "inflow": 969.3, + "volume": 124806.11, + "temperature": 25.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 355.18, + "flow": 1017.1, + "inflow": 958.8, + "volume": 124806.08, + "temperature": 24.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 355.18, + "flow": 1023.3, + "inflow": 974, + "volume": 124806.05, + "temperature": 25.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 355.18, + "flow": 1094.3, + "inflow": 972.2, + "volume": 124805.98, + "temperature": 25.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 355.18, + "flow": 1097.1, + "inflow": 963.4, + "volume": 124805.9, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 355.18, + "flow": 1100, + "inflow": 965.5, + "volume": 124805.82, + "temperature": 25.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 355.18, + "flow": 1099, + "inflow": 978.8, + "volume": 124805.75, + "temperature": 27, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 355.18, + "flow": 1091.6, + "inflow": 969.5, + "volume": 124805.68, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 355.18, + "flow": 1100.5, + "inflow": 965.4, + "volume": 124805.6, + "temperature": 26.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 355.18, + "flow": 1156.9, + "inflow": 985.3, + "volume": 124805.5, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 355.18, + "flow": 1154, + "inflow": 970.9, + "volume": 124805.39, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 355.18, + "flow": 1147.7, + "inflow": 974.4, + "volume": 124805.29, + "temperature": 27.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 355.18, + "flow": 1156.5, + "inflow": 989.5, + "volume": 124805.19, + "temperature": 27.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 355.18, + "flow": 1150.9, + "inflow": 984.5, + "volume": 124805.09, + "temperature": 27, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 355.18, + "flow": 1156.4, + "inflow": 990.7, + "volume": 124804.99, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 355.18, + "flow": 1171.3, + "inflow": 1004.8, + "volume": 124804.89, + "temperature": 27.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 355.18, + "flow": 1169.9, + "inflow": 988.4, + "volume": 124804.78, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 355.18, + "flow": 1178.1, + "inflow": 993.6, + "volume": 124804.67, + "temperature": 26.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 355.18, + "flow": 1174.3, + "inflow": 1000.2, + "volume": 124804.57, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 355.18, + "flow": 1171.4, + "inflow": 1005.3, + "volume": 124804.47, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 355.18, + "flow": 1177.3, + "inflow": 1007, + "volume": 124804.37, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 355.18, + "flow": 1149.1, + "inflow": 1009.8, + "volume": 124804.29, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 355.18, + "flow": 1156.7, + "inflow": 1017.1, + "volume": 124804.21, + "temperature": 25.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 355.18, + "flow": 1147.7, + "inflow": 1022.1, + "volume": 124804.13, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 355.18, + "flow": 1152.8, + "inflow": 1024.9, + "volume": 124804.05, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 355.18, + "flow": 1149.3, + "inflow": 1027.2, + "volume": 124803.98, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 355.18, + "flow": 1151.6, + "inflow": 1010.6, + "volume": 124803.9, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 355.18, + "flow": 1096, + "inflow": 1039.1, + "volume": 124803.87, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 355.18, + "flow": 1098.8, + "inflow": 1049.5, + "volume": 124803.84, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 355.18, + "flow": 1095.7, + "inflow": 1051.8, + "volume": 124803.81, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 355.18, + "flow": 1093.7, + "inflow": 1035.6, + "volume": 124803.78, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 355.18, + "flow": 1093.3, + "inflow": 1040.5, + "volume": 124803.75, + "temperature": 24.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 355.18, + "flow": 1101.5, + "inflow": 1051.7, + "volume": 124803.72, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 355.18, + "flow": 1015.7, + "inflow": 1075.5, + "volume": 124803.76, + "temperature": 24.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 355.18, + "flow": 1016.4, + "inflow": 1075.2, + "volume": 124803.8, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 355.18, + "flow": 1015.3, + "inflow": 1062.4, + "volume": 124803.83, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 355.18, + "flow": 1022.7, + "inflow": 1068.3, + "volume": 124803.86, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 355.18, + "flow": 1017.3, + "inflow": 1077.4, + "volume": 124803.9, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 355.18, + "flow": 1021.8, + "inflow": 1075.1, + "volume": 124803.93, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 355.18, + "flow": 938.6, + "inflow": 1089.8, + "volume": 124804.02, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 355.18, + "flow": 941.7, + "inflow": 1089.4, + "volume": 124804.11, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 355.18, + "flow": 946.7, + "inflow": 1095.3, + "volume": 124804.2, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 355.18, + "flow": 940.7, + "inflow": 1107, + "volume": 124804.3, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 355.18, + "flow": 948.1, + "inflow": 1088.7, + "volume": 124804.38, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 355.18, + "flow": 939.4, + "inflow": 1088.6, + "volume": 124804.47, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 355.18, + "flow": 891.3, + "inflow": 1115.8, + "volume": 124804.6, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 355.18, + "flow": 886.8, + "inflow": 1117.5, + "volume": 124804.74, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 355.18, + "flow": 890.5, + "inflow": 1125.8, + "volume": 124804.88, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 355.18, + "flow": 889.5, + "inflow": 1115.2, + "volume": 124805.02, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 355.18, + "flow": 890.1, + "inflow": 1111.6, + "volume": 124805.15, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 355.18, + "flow": 891.1, + "inflow": 1128.2, + "volume": 124805.29, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 355.18, + "flow": 870, + "inflow": 1146.8, + "volume": 124805.46, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 355.18, + "flow": 865.8, + "inflow": 1133.4, + "volume": 124805.62, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 355.18, + "flow": 869.4, + "inflow": 1149.8, + "volume": 124805.79, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 355.18, + "flow": 868.6, + "inflow": 1144.8, + "volume": 124805.96, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 355.18, + "flow": 866.2, + "inflow": 1149.4, + "volume": 124806.13, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 355.18, + "flow": 867.9, + "inflow": 1138.2, + "volume": 124806.29, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 355.18, + "flow": 888.3, + "inflow": 1168.4, + "volume": 124806.46, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 355.18, + "flow": 889.9, + "inflow": 1154.8, + "volume": 124806.62, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 355.18, + "flow": 884.5, + "inflow": 1157.3, + "volume": 124806.78, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 355.18, + "flow": 882.7, + "inflow": 1152.3, + "volume": 124806.94, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 355.18, + "flow": 892.5, + "inflow": 1152.4, + "volume": 124807.1, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 355.18, + "flow": 892.2, + "inflow": 1151.9, + "volume": 124807.26, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 355.18, + "flow": 947.1, + "inflow": 1168.4, + "volume": 124807.39, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 355.18, + "flow": 940.8, + "inflow": 1168.3, + "volume": 124807.53, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 355.18, + "flow": 945.8, + "inflow": 1177.3, + "volume": 124807.67, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 355.18, + "flow": 942.9, + "inflow": 1173.1, + "volume": 124807.81, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 355.18, + "flow": 945.1, + "inflow": 1168.1, + "volume": 124807.94, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 355.18, + "flow": 939.9, + "inflow": 1167.6, + "volume": 124808.08, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 355.18, + "flow": 1020.5, + "inflow": 1167.2, + "volume": 124808.17, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 355.18, + "flow": 1015.7, + "inflow": 1176.3, + "volume": 124808.27, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 355.18, + "flow": 1022.4, + "inflow": 1174.1, + "volume": 124808.36, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 355.18, + "flow": 1024, + "inflow": 1164.1, + "volume": 124808.44, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 355.18, + "flow": 1020.8, + "inflow": 1176.3, + "volume": 124808.53, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 355.18, + "flow": 1024.3, + "inflow": 1163.7, + "volume": 124808.61, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 355.18, + "flow": 1091.8, + "inflow": 1176.2, + "volume": 124808.66, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 355.18, + "flow": 1095.7, + "inflow": 1161.9, + "volume": 124808.7, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 355.18, + "flow": 1099, + "inflow": 1173.4, + "volume": 124808.74, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 355.18, + "flow": 1092.2, + "inflow": 1167.6, + "volume": 124808.79, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 355.18, + "flow": 1101, + "inflow": 1165.9, + "volume": 124808.83, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 355.18, + "flow": 1098.1, + "inflow": 1161.8, + "volume": 124808.87, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 355.18, + "flow": 1157.3, + "inflow": 1166.4, + "volume": 124808.88, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 355.18, + "flow": 1152.2, + "inflow": 1150.4, + "volume": 124808.88, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 355.18, + "flow": 1149.5, + "inflow": 1165.5, + "volume": 124808.89, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 355.18, + "flow": 1154.3, + "inflow": 1168.4, + "volume": 124808.9, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 355.18, + "flow": 1156.3, + "inflow": 1149.5, + "volume": 124808.9, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 355.18, + "flow": 1149.5, + "inflow": 1168.2, + "volume": 124808.91, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 355.18, + "flow": 1175.2, + "inflow": 1150.3, + "volume": 124808.9, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 355.18, + "flow": 1169.6, + "inflow": 1143.8, + "volume": 124808.88, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 355.18, + "flow": 1168.7, + "inflow": 1133.3, + "volume": 124808.86, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 355.18, + "flow": 1173, + "inflow": 1143.6, + "volume": 124808.84, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 355.18, + "flow": 1167.9, + "inflow": 1146, + "volume": 124808.83, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 355.18, + "flow": 1171.4, + "inflow": 1140.7, + "volume": 124808.81, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 355.18, + "flow": 1155.5, + "inflow": 1128.7, + "volume": 124808.79, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 355.18, + "flow": 1148.7, + "inflow": 1125.3, + "volume": 124808.78, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 355.18, + "flow": 1156.4, + "inflow": 1116.6, + "volume": 124808.76, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 355.18, + "flow": 1150.3, + "inflow": 1129.7, + "volume": 124808.75, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 355.18, + "flow": 1149.6, + "inflow": 1127, + "volume": 124808.74, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 355.18, + "flow": 1152.2, + "inflow": 1111.9, + "volume": 124808.72, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 355.18, + "flow": 1099, + "inflow": 1093.4, + "volume": 124808.72, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 355.18, + "flow": 1098.3, + "inflow": 1088.4, + "volume": 124808.71, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 355.18, + "flow": 1093.7, + "inflow": 1087.5, + "volume": 124808.71, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 355.18, + "flow": 1094.6, + "inflow": 1097.3, + "volume": 124808.71, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 355.18, + "flow": 1093.1, + "inflow": 1103.7, + "volume": 124808.72, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 355.18, + "flow": 1097.4, + "inflow": 1102.4, + "volume": 124808.72, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 355.18, + "flow": 1017.4, + "inflow": 1060.8, + "volume": 124808.75, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 355.18, + "flow": 1016.7, + "inflow": 1070.5, + "volume": 124808.78, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 355.18, + "flow": 1022.8, + "inflow": 1070.9, + "volume": 124808.81, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 355.18, + "flow": 1019.9, + "inflow": 1077.7, + "volume": 124808.84, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 355.18, + "flow": 1023.2, + "inflow": 1069.4, + "volume": 124808.87, + "temperature": 18.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 355.18, + "flow": 1019.7, + "inflow": 1075.6, + "volume": 124808.9, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 355.18, + "flow": 947.6, + "inflow": 1044.5, + "volume": 124808.96, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 355.18, + "flow": 943.8, + "inflow": 1036.5, + "volume": 124809.02, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 355.18, + "flow": 942.9, + "inflow": 1034.2, + "volume": 124809.07, + "temperature": 18, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 355.18, + "flow": 948.5, + "inflow": 1051.7, + "volume": 124809.13, + "temperature": 16.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 355.18, + "flow": 939.9, + "inflow": 1047.9, + "volume": 124809.19, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 355.18, + "flow": 945.6, + "inflow": 1051.9, + "volume": 124809.25, + "temperature": 16.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 355.18, + "flow": 888.2, + "inflow": 1019.6, + "volume": 124809.33, + "temperature": 15.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 355.18, + "flow": 886.1, + "inflow": 1013.3, + "volume": 124809.41, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 355.18, + "flow": 883.4, + "inflow": 1028.3, + "volume": 124809.5, + "temperature": 15.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 355.18, + "flow": 892.2, + "inflow": 1020.9, + "volume": 124809.58, + "temperature": 16, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 355.19, + "flow": 884.9, + "inflow": 1022.8, + "volume": 124809.66, + "temperature": 17.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 355.19, + "flow": 889.9, + "inflow": 1029.5, + "volume": 124809.74, + "temperature": 16.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 355.19, + "flow": 863.2, + "inflow": 995.2, + "volume": 124809.82, + "temperature": 15.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 355.19, + "flow": 872.1, + "inflow": 1004.9, + "volume": 124809.9, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 355.19, + "flow": 870.5, + "inflow": 990.3, + "volume": 124809.97, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 355.19, + "flow": 867.2, + "inflow": 1004.3, + "volume": 124810.05, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 355.19, + "flow": 869.7, + "inflow": 992.5, + "volume": 124810.12, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 355.19, + "flow": 868.6, + "inflow": 1006, + "volume": 124810.2, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 355.19, + "flow": 886.3, + "inflow": 989.8, + "volume": 124810.26, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 355.19, + "flow": 886.3, + "inflow": 985.1, + "volume": 124810.32, + "temperature": 16.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 355.19, + "flow": 883.5, + "inflow": 977.9, + "volume": 124810.38, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 355.19, + "flow": 883.3, + "inflow": 978.8, + "volume": 124810.44, + "temperature": 16.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 355.19, + "flow": 890.5, + "inflow": 982.7, + "volume": 124810.5, + "temperature": 17.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 355.19, + "flow": 888.3, + "inflow": 979.2, + "volume": 124810.55, + "temperature": 15.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 355.19, + "flow": 945.9, + "inflow": 976.5, + "volume": 124810.57, + "temperature": 15.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 355.19, + "flow": 940.8, + "inflow": 980.9, + "volume": 124810.59, + "temperature": 16.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 355.19, + "flow": 940, + "inflow": 969.4, + "volume": 124810.61, + "temperature": 15.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 355.19, + "flow": 941.2, + "inflow": 979, + "volume": 124810.63, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 355.19, + "flow": 944.7, + "inflow": 974, + "volume": 124810.65, + "temperature": 15.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 355.19, + "flow": 941.3, + "inflow": 976.4, + "volume": 124810.67, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 355.19, + "flow": 1022.2, + "inflow": 977.8, + "volume": 124810.64, + "temperature": 15.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 355.19, + "flow": 1021.1, + "inflow": 959.5, + "volume": 124810.6, + "temperature": 15.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 355.19, + "flow": 1018.3, + "inflow": 958.6, + "volume": 124810.56, + "temperature": 15.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 355.19, + "flow": 1015.7, + "inflow": 974, + "volume": 124810.53, + "temperature": 15.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 355.19, + "flow": 1023.5, + "inflow": 978.7, + "volume": 124810.5, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 355.19, + "flow": 1023.5, + "inflow": 971.5, + "volume": 124810.47, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 355.19, + "flow": 1092.4, + "inflow": 972.4, + "volume": 124810.4, + "temperature": 16.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 355.19, + "flow": 1093, + "inflow": 965.6, + "volume": 124810.32, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 355.19, + "flow": 1095.9, + "inflow": 973.7, + "volume": 124810.25, + "temperature": 15.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 355.19, + "flow": 1096, + "inflow": 979.3, + "volume": 124810.18, + "temperature": 15.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 355.19, + "flow": 1094.2, + "inflow": 967.5, + "volume": 124810.1, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 355.19, + "flow": 1095.6, + "inflow": 976, + "volume": 124810.03, + "temperature": 16.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 355.19, + "flow": 1148.1, + "inflow": 972.2, + "volume": 124809.92, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 355.19, + "flow": 1155.2, + "inflow": 981.7, + "volume": 124809.82, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 355.19, + "flow": 1154.6, + "inflow": 992.3, + "volume": 124809.72, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 355.19, + "flow": 1154.7, + "inflow": 983.8, + "volume": 124809.62, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 355.18, + "flow": 1154.5, + "inflow": 991.6, + "volume": 124809.52, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 355.18, + "flow": 1156.7, + "inflow": 992, + "volume": 124809.42, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 355.18, + "flow": 1170.4, + "inflow": 1005.1, + "volume": 124809.32, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 355.18, + "flow": 1175.4, + "inflow": 1001.7, + "volume": 124809.22, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 355.18, + "flow": 1177.5, + "inflow": 1000.3, + "volume": 124809.11, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 355.18, + "flow": 1171.5, + "inflow": 1000.6, + "volume": 124809.01, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 355.18, + "flow": 1172.6, + "inflow": 998.9, + "volume": 124808.91, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 355.18, + "flow": 1169.1, + "inflow": 1007.6, + "volume": 124808.81, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 355.18, + "flow": 1148.1, + "inflow": 1012.7, + "volume": 124808.73, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 355.18, + "flow": 1150.5, + "inflow": 1023, + "volume": 124808.65, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 355.18, + "flow": 1150.6, + "inflow": 1010.6, + "volume": 124808.57, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 355.18, + "flow": 1154.2, + "inflow": 1010.1, + "volume": 124808.48, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 355.18, + "flow": 1155.5, + "inflow": 1027.5, + "volume": 124808.4, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 355.18, + "flow": 1153.3, + "inflow": 1029.3, + "volume": 124808.33, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 355.18, + "flow": 1093.4, + "inflow": 1046.2, + "volume": 124808.3, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 355.18, + "flow": 1098.7, + "inflow": 1045.9, + "volume": 124808.27, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 355.18, + "flow": 1096.1, + "inflow": 1045.5, + "volume": 124808.24, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 355.18, + "flow": 1095.1, + "inflow": 1042.4, + "volume": 124808.21, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 355.18, + "flow": 1096.9, + "inflow": 1052.5, + "volume": 124808.18, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 355.18, + "flow": 1091.7, + "inflow": 1040, + "volume": 124808.15, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 355.18, + "flow": 1023.7, + "inflow": 1065.8, + "volume": 124808.18, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 355.18, + "flow": 1019.1, + "inflow": 1073.9, + "volume": 124808.21, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 355.18, + "flow": 1020.1, + "inflow": 1063.9, + "volume": 124808.24, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 355.18, + "flow": 1016.8, + "inflow": 1071.3, + "volume": 124808.27, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 355.18, + "flow": 1024, + "inflow": 1063, + "volume": 124808.29, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 355.18, + "flow": 1015.5, + "inflow": 1072, + "volume": 124808.32, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 355.18, + "flow": 941.7, + "inflow": 1100.7, + "volume": 124808.42, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 355.18, + "flow": 948.5, + "inflow": 1107, + "volume": 124808.52, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 355.18, + "flow": 942.1, + "inflow": 1089.7, + "volume": 124808.61, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 355.18, + "flow": 944.9, + "inflow": 1093.1, + "volume": 124808.7, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 355.18, + "flow": 946.3, + "inflow": 1104.6, + "volume": 124808.8, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 355.18, + "flow": 947.3, + "inflow": 1093.8, + "volume": 124808.89, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 355.18, + "flow": 884.9, + "inflow": 1121.7, + "volume": 124809.03, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 355.18, + "flow": 883.3, + "inflow": 1122.4, + "volume": 124809.17, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 355.18, + "flow": 886.3, + "inflow": 1131.4, + "volume": 124809.32, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 355.18, + "flow": 890.6, + "inflow": 1131, + "volume": 124809.46, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 355.19, + "flow": 889.6, + "inflow": 1118.3, + "volume": 124809.6, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 355.19, + "flow": 891, + "inflow": 1122.8, + "volume": 124809.74, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 355.19, + "flow": 862, + "inflow": 1143.3, + "volume": 124809.91, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 355.19, + "flow": 866.2, + "inflow": 1136.3, + "volume": 124810.07, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 355.19, + "flow": 863, + "inflow": 1152.3, + "volume": 124810.24, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 355.19, + "flow": 870, + "inflow": 1134, + "volume": 124810.4, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 355.19, + "flow": 864, + "inflow": 1149.5, + "volume": 124810.57, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 355.19, + "flow": 866.8, + "inflow": 1150.3, + "volume": 124810.74, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 355.19, + "flow": 886.7, + "inflow": 1160.7, + "volume": 124810.9, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 355.19, + "flow": 885.4, + "inflow": 1167.7, + "volume": 124811.07, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 355.19, + "flow": 889.8, + "inflow": 1150.7, + "volume": 124811.23, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 355.19, + "flow": 891.4, + "inflow": 1150.5, + "volume": 124811.39, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 355.19, + "flow": 888.3, + "inflow": 1168, + "volume": 124811.56, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 355.19, + "flow": 890, + "inflow": 1156.2, + "volume": 124811.72, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 355.19, + "flow": 946.5, + "inflow": 1159.7, + "volume": 124811.85, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 355.19, + "flow": 943.9, + "inflow": 1162, + "volume": 124811.98, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 355.19, + "flow": 944.6, + "inflow": 1159.6, + "volume": 124812.11, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 355.19, + "flow": 939.8, + "inflow": 1164.4, + "volume": 124812.24, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 355.19, + "flow": 944.4, + "inflow": 1162.7, + "volume": 124812.37, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 355.19, + "flow": 941.2, + "inflow": 1175.2, + "volume": 124812.51, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 355.19, + "flow": 1020.5, + "inflow": 1174, + "volume": 124812.6, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 355.19, + "flow": 1020.9, + "inflow": 1182.3, + "volume": 124812.7, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 355.19, + "flow": 1017.6, + "inflow": 1182.8, + "volume": 124812.8, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 355.19, + "flow": 1016.9, + "inflow": 1171.6, + "volume": 124812.89, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 355.19, + "flow": 1015.7, + "inflow": 1180.5, + "volume": 124812.99, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 355.19, + "flow": 1024.8, + "inflow": 1176.8, + "volume": 124813.08, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 355.19, + "flow": 1091.5, + "inflow": 1172.7, + "volume": 124813.13, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 355.19, + "flow": 1091.8, + "inflow": 1167.9, + "volume": 124813.18, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 355.19, + "flow": 1099.2, + "inflow": 1171.3, + "volume": 124813.22, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 355.19, + "flow": 1094, + "inflow": 1169.9, + "volume": 124813.27, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 355.19, + "flow": 1148.5, + "inflow": 1158.9, + "volume": 124813.28, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 355.19, + "flow": 1151.1, + "inflow": 1149.7, + "volume": 124813.28, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 355.19, + "flow": 1150.7, + "inflow": 1150.4, + "volume": 124813.28, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 355.19, + "flow": 1148.5, + "inflow": 1156.6, + "volume": 124813.28, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 355.19, + "flow": 1152.9, + "inflow": 1164.1, + "volume": 124813.29, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 355.19, + "flow": 1156, + "inflow": 1164.6, + "volume": 124813.3, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 355.19, + "flow": 1174.5, + "inflow": 1135.9, + "volume": 124813.28, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 355.19, + "flow": 1168.8, + "inflow": 1144.3, + "volume": 124813.27, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 355.19, + "flow": 1174.5, + "inflow": 1151.7, + "volume": 124813.26, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 355.19, + "flow": 1169.7, + "inflow": 1145.6, + "volume": 124813.25, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 355.19, + "flow": 1175.3, + "inflow": 1149.8, + "volume": 124813.23, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 355.19, + "flow": 1154, + "inflow": 1117.1, + "volume": 124813.21, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 355.19, + "flow": 1151, + "inflow": 1129.5, + "volume": 124813.2, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 355.19, + "flow": 1153.1, + "inflow": 1122.8, + "volume": 124813.18, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 355.19, + "flow": 1149.9, + "inflow": 1113.9, + "volume": 124813.16, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 355.19, + "flow": 1154.2, + "inflow": 1114.8, + "volume": 124813.14, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 355.19, + "flow": 1156.5, + "inflow": 1118.8, + "volume": 124813.12, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 355.19, + "flow": 1099.1, + "inflow": 1089.7, + "volume": 124813.11, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 355.19, + "flow": 1093.2, + "inflow": 1107.1, + "volume": 124813.12, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 355.19, + "flow": 1099.1, + "inflow": 1088.9, + "volume": 124813.11, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 355.19, + "flow": 1094.8, + "inflow": 1093.8, + "volume": 124813.11, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 355.19, + "flow": 1099.8, + "inflow": 1104.2, + "volume": 124813.11, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 355.19, + "flow": 1093.9, + "inflow": 1104.9, + "volume": 124813.12, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 355.19, + "flow": 1017.4, + "inflow": 1069.6, + "volume": 124813.15, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 355.19, + "flow": 1018.1, + "inflow": 1080.2, + "volume": 124813.19, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 355.19, + "flow": 1023.2, + "inflow": 1061.9, + "volume": 124813.21, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 355.19, + "flow": 1015.5, + "inflow": 1071.6, + "volume": 124813.24, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 355.19, + "flow": 1022.5, + "inflow": 1063.5, + "volume": 124813.26, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 355.19, + "flow": 1024.8, + "inflow": 1072.1, + "volume": 124813.29, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 355.19, + "flow": 942.1, + "inflow": 1046, + "volume": 124813.35, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 355.19, + "flow": 944.5, + "inflow": 1038.8, + "volume": 124813.41, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 355.19, + "flow": 946.5, + "inflow": 1039.4, + "volume": 124813.47, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 355.19, + "flow": 940, + "inflow": 1053.1, + "volume": 124813.54, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 355.19, + "flow": 944.9, + "inflow": 1044, + "volume": 124813.6, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 355.19, + "flow": 939.7, + "inflow": 1052.2, + "volume": 124813.67, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 355.19, + "flow": 887.1, + "inflow": 1019.6, + "volume": 124813.75, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 355.19, + "flow": 889.8, + "inflow": 1019.5, + "volume": 124813.83, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 355.19, + "flow": 892.1, + "inflow": 1029.4, + "volume": 124813.91, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 355.19, + "flow": 885.8, + "inflow": 1025.5, + "volume": 124813.99, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 355.19, + "flow": 888.5, + "inflow": 1011.1, + "volume": 124814.06, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 355.19, + "flow": 890.3, + "inflow": 1020.6, + "volume": 124814.14, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 355.19, + "flow": 863.4, + "inflow": 998.2, + "volume": 124814.22, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 355.19, + "flow": 862.8, + "inflow": 992.7, + "volume": 124814.3, + "temperature": 24.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 355.19, + "flow": 868.9, + "inflow": 993.4, + "volume": 124814.37, + "temperature": 24.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 355.19, + "flow": 868.8, + "inflow": 997.7, + "volume": 124814.45, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 355.19, + "flow": 871.8, + "inflow": 988.7, + "volume": 124814.52, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 355.19, + "flow": 863.4, + "inflow": 1002.4, + "volume": 124814.6, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 355.19, + "flow": 885.8, + "inflow": 979, + "volume": 124814.66, + "temperature": 24.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 355.19, + "flow": 885.6, + "inflow": 984.4, + "volume": 124814.72, + "temperature": 25.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 355.19, + "flow": 883.4, + "inflow": 989.4, + "volume": 124814.78, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 355.19, + "flow": 890.7, + "inflow": 986.4, + "volume": 124814.84, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 355.19, + "flow": 889.8, + "inflow": 980, + "volume": 124814.89, + "temperature": 25.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 355.19, + "flow": 892.5, + "inflow": 989.7, + "volume": 124814.95, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 355.19, + "flow": 946.1, + "inflow": 977.8, + "volume": 124814.97, + "temperature": 25.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 355.19, + "flow": 943.9, + "inflow": 977.8, + "volume": 124814.99, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 355.19, + "flow": 943.4, + "inflow": 976.6, + "volume": 124815.01, + "temperature": 25, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 355.19, + "flow": 946.1, + "inflow": 972.6, + "volume": 124815.03, + "temperature": 25.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 355.19, + "flow": 942.3, + "inflow": 972.2, + "volume": 124815.05, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 355.19, + "flow": 940.6, + "inflow": 976.2, + "volume": 124815.07, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 355.19, + "flow": 1017.6, + "inflow": 966.8, + "volume": 124815.04, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 355.19, + "flow": 1021.6, + "inflow": 975, + "volume": 124815.01, + "temperature": 25.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 355.19, + "flow": 1017.1, + "inflow": 978.9, + "volume": 124814.99, + "temperature": 26.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 355.19, + "flow": 1023.7, + "inflow": 973.3, + "volume": 124814.96, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 355.19, + "flow": 1024.1, + "inflow": 959.8, + "volume": 124814.92, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 355.19, + "flow": 1015.3, + "inflow": 965.6, + "volume": 124814.89, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 355.19, + "flow": 1101.5, + "inflow": 963, + "volume": 124814.81, + "temperature": 25.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 355.19, + "flow": 1092, + "inflow": 977.4, + "volume": 124814.74, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 355.19, + "flow": 1100.9, + "inflow": 978.7, + "volume": 124814.67, + "temperature": 26.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 355.19, + "flow": 1101.1, + "inflow": 970.7, + "volume": 124814.59, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 355.19, + "flow": 1092.3, + "inflow": 967.8, + "volume": 124814.52, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 355.19, + "flow": 1099.9, + "inflow": 964.1, + "volume": 124814.44, + "temperature": 25.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 355.19, + "flow": 1152.3, + "inflow": 990.6, + "volume": 124814.34, + "temperature": 26.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 355.19, + "flow": 1153.9, + "inflow": 985.5, + "volume": 124814.24, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 355.19, + "flow": 1152.8, + "inflow": 982.6, + "volume": 124814.14, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 355.19, + "flow": 1150.7, + "inflow": 989.6, + "volume": 124814.04, + "temperature": 26.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 355.19, + "flow": 1149, + "inflow": 992.2, + "volume": 124813.95, + "temperature": 25.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 355.19, + "flow": 1157.4, + "inflow": 974, + "volume": 124813.84, + "temperature": 27.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 355.19, + "flow": 1169.3, + "inflow": 998.3, + "volume": 124813.74, + "temperature": 27.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 355.19, + "flow": 1168.9, + "inflow": 1008.6, + "volume": 124813.64, + "temperature": 26.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 355.19, + "flow": 1175.4, + "inflow": 990.4, + "volume": 124813.53, + "temperature": 27.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 355.19, + "flow": 1173.7, + "inflow": 997.2, + "volume": 124813.42, + "temperature": 27.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 355.19, + "flow": 1169.4, + "inflow": 1002.9, + "volume": 124813.32, + "temperature": 26.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 355.19, + "flow": 1176.6, + "inflow": 1002.4, + "volume": 124813.22, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 355.19, + "flow": 1154.9, + "inflow": 1011.1, + "volume": 124813.13, + "temperature": 26.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 355.19, + "flow": 1147.8, + "inflow": 1014.7, + "volume": 124813.05, + "temperature": 27.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 355.19, + "flow": 1149.7, + "inflow": 1014.2, + "volume": 124812.97, + "temperature": 27.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 355.19, + "flow": 1148.6, + "inflow": 1022.8, + "volume": 124812.89, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 355.19, + "flow": 1149.3, + "inflow": 1011.5, + "volume": 124812.81, + "temperature": 26.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 355.19, + "flow": 1149.6, + "inflow": 1020.2, + "volume": 124812.73, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 355.19, + "flow": 1100.4, + "inflow": 1035.6, + "volume": 124812.69, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 355.19, + "flow": 1099.1, + "inflow": 1052.2, + "volume": 124812.66, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 355.19, + "flow": 1099, + "inflow": 1040.8, + "volume": 124812.63, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 355.19, + "flow": 1091.5, + "inflow": 1054.5, + "volume": 124812.61, + "temperature": 25.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 355.19, + "flow": 1097.7, + "inflow": 1043.2, + "volume": 124812.58, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 355.19, + "flow": 1096.3, + "inflow": 1053.3, + "volume": 124812.55, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 355.19, + "flow": 1024.7, + "inflow": 1064.6, + "volume": 124812.57, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 355.19, + "flow": 1024.6, + "inflow": 1076.7, + "volume": 124812.6, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 355.19, + "flow": 1021.4, + "inflow": 1067.8, + "volume": 124812.63, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 355.19, + "flow": 1017.3, + "inflow": 1073.7, + "volume": 124812.66, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 355.19, + "flow": 1024.9, + "inflow": 1073.6, + "volume": 124812.69, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 355.19, + "flow": 1024.3, + "inflow": 1063.8, + "volume": 124812.71, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 355.19, + "flow": 946.4, + "inflow": 1103.6, + "volume": 124812.8, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 355.19, + "flow": 947.8, + "inflow": 1091.4, + "volume": 124812.89, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 355.19, + "flow": 947.2, + "inflow": 1106.8, + "volume": 124812.99, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 355.19, + "flow": 945, + "inflow": 1093.8, + "volume": 124813.08, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 355.19, + "flow": 939.5, + "inflow": 1099.5, + "volume": 124813.18, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 355.19, + "flow": 939.5, + "inflow": 1094.6, + "volume": 124813.27, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 355.19, + "flow": 892.6, + "inflow": 1112.4, + "volume": 124813.4, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 355.19, + "flow": 890.1, + "inflow": 1126.1, + "volume": 124813.54, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 355.19, + "flow": 890.4, + "inflow": 1114.2, + "volume": 124813.67, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 355.19, + "flow": 886.4, + "inflow": 1123.2, + "volume": 124813.81, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 355.19, + "flow": 890, + "inflow": 1115, + "volume": 124813.94, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 355.19, + "flow": 891.3, + "inflow": 1122.1, + "volume": 124814.08, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 355.19, + "flow": 870, + "inflow": 1134.7, + "volume": 124814.24, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 355.19, + "flow": 863.5, + "inflow": 1134, + "volume": 124814.4, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 355.19, + "flow": 863, + "inflow": 1138.7, + "volume": 124814.57, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 355.19, + "flow": 865.9, + "inflow": 1147.8, + "volume": 124814.74, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 355.19, + "flow": 869.7, + "inflow": 1134.9, + "volume": 124814.9, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 355.19, + "flow": 868, + "inflow": 1135.9, + "volume": 124815.06, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 355.19, + "flow": 885.8, + "inflow": 1160.9, + "volume": 124815.23, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 355.19, + "flow": 885.7, + "inflow": 1167.9, + "volume": 124815.4, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 355.19, + "flow": 889.6, + "inflow": 1151.9, + "volume": 124815.56, + "temperature": 22.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 355.19, + "flow": 884.6, + "inflow": 1162.3, + "volume": 124815.73, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 355.19, + "flow": 885.3, + "inflow": 1168.5, + "volume": 124815.9, + "temperature": 21.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 355.19, + "flow": 884.3, + "inflow": 1158.8, + "volume": 124816.06, + "temperature": 22, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 355.19, + "flow": 945.9, + "inflow": 1159.1, + "volume": 124816.19, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 355.19, + "flow": 944.2, + "inflow": 1177.6, + "volume": 124816.33, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 355.19, + "flow": 948, + "inflow": 1169.9, + "volume": 124816.46, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 355.19, + "flow": 943, + "inflow": 1160.4, + "volume": 124816.59, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 355.19, + "flow": 938.8, + "inflow": 1164.1, + "volume": 124816.73, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 355.19, + "flow": 945, + "inflow": 1167, + "volume": 124816.86, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 355.19, + "flow": 1020.5, + "inflow": 1178.1, + "volume": 124816.95, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 355.19, + "flow": 1022.9, + "inflow": 1172.7, + "volume": 124817.04, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 355.19, + "flow": 1020.6, + "inflow": 1162.8, + "volume": 124817.13, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 355.19, + "flow": 1023.2, + "inflow": 1174.1, + "volume": 124817.22, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 355.19, + "flow": 1016.9, + "inflow": 1173.6, + "volume": 124817.31, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 355.19, + "flow": 1021.8, + "inflow": 1171.3, + "volume": 124817.4, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 355.19, + "flow": 1095.9, + "inflow": 1176.4, + "volume": 124817.45, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 355.19, + "flow": 1098, + "inflow": 1176.3, + "volume": 124817.5, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 355.19, + "flow": 1099.8, + "inflow": 1168.3, + "volume": 124817.54, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 355.19, + "flow": 1091.5, + "inflow": 1165, + "volume": 124817.58, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 355.19, + "flow": 1093.8, + "inflow": 1176.4, + "volume": 124817.63, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 355.19, + "flow": 1092.2, + "inflow": 1166.6, + "volume": 124817.67, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 355.19, + "flow": 1150.1, + "inflow": 1155, + "volume": 124817.67, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 355.19, + "flow": 1155.6, + "inflow": 1163.7, + "volume": 124817.67, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 355.19, + "flow": 1157.3, + "inflow": 1159.4, + "volume": 124817.67, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 355.19, + "flow": 1147.7, + "inflow": 1167.8, + "volume": 124817.68, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 355.19, + "flow": 1152.4, + "inflow": 1165.3, + "volume": 124817.69, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 355.19, + "flow": 1156.4, + "inflow": 1151.6, + "volume": 124817.69, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 355.19, + "flow": 1172.9, + "inflow": 1135.7, + "volume": 124817.67, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 355.19, + "flow": 1173.3, + "inflow": 1147, + "volume": 124817.65, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 355.19, + "flow": 1148, + "inflow": 1125.2, + "volume": 124817.64, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 355.19, + "flow": 1150, + "inflow": 1114.2, + "volume": 124817.62, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 355.19, + "flow": 1157, + "inflow": 1124.8, + "volume": 124817.6, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 355.19, + "flow": 1155.5, + "inflow": 1111.4, + "volume": 124817.57, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 355.19, + "flow": 1152.1, + "inflow": 1112.5, + "volume": 124817.55, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 355.19, + "flow": 1152.7, + "inflow": 1116.7, + "volume": 124817.53, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 355.19, + "flow": 1092.8, + "inflow": 1094.8, + "volume": 124817.53, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 355.19, + "flow": 1095.3, + "inflow": 1088.5, + "volume": 124817.53, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 355.19, + "flow": 1092.1, + "inflow": 1092.2, + "volume": 124817.53, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 355.19, + "flow": 1099.7, + "inflow": 1087.6, + "volume": 124817.52, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 355.19, + "flow": 1094.5, + "inflow": 1092.4, + "volume": 124817.52, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 355.19, + "flow": 1098.8, + "inflow": 1093.8, + "volume": 124817.52, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 355.19, + "flow": 1015.6, + "inflow": 1068.4, + "volume": 124817.55, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 355.19, + "flow": 1018.4, + "inflow": 1072, + "volume": 124817.58, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 355.19, + "flow": 1022.1, + "inflow": 1064.3, + "volume": 124817.61, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 355.19, + "flow": 1023.5, + "inflow": 1074.4, + "volume": 124817.64, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 355.19, + "flow": 1018.6, + "inflow": 1063.4, + "volume": 124817.67, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 355.19, + "flow": 1023.2, + "inflow": 1067, + "volume": 124817.7, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 355.19, + "flow": 943.7, + "inflow": 1046.3, + "volume": 124817.76, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 355.19, + "flow": 948, + "inflow": 1036.5, + "volume": 124817.81, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 355.19, + "flow": 945.4, + "inflow": 1037.7, + "volume": 124817.87, + "temperature": 16, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 355.19, + "flow": 940, + "inflow": 1044.4, + "volume": 124817.93, + "temperature": 15.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 355.19, + "flow": 938.5, + "inflow": 1041.2, + "volume": 124817.99, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 355.19, + "flow": 940.7, + "inflow": 1038.5, + "volume": 124818.05, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 355.19, + "flow": 891.2, + "inflow": 1016, + "volume": 124818.12, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 355.19, + "flow": 884.6, + "inflow": 1012.1, + "volume": 124818.2, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 355.19, + "flow": 892.3, + "inflow": 1010.9, + "volume": 124818.27, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 355.19, + "flow": 887.4, + "inflow": 1022.4, + "volume": 124818.35, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 355.19, + "flow": 890.8, + "inflow": 1018, + "volume": 124818.43, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 355.19, + "flow": 891.9, + "inflow": 1023.3, + "volume": 124818.51, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 355.19, + "flow": 869.4, + "inflow": 1003.6, + "volume": 124818.59, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 355.19, + "flow": 864.9, + "inflow": 1007.6, + "volume": 124818.68, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 355.19, + "flow": 870.5, + "inflow": 1008.5, + "volume": 124818.76, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 355.19, + "flow": 867.5, + "inflow": 993, + "volume": 124818.84, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 355.19, + "flow": 867.2, + "inflow": 1004.5, + "volume": 124818.92, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 355.19, + "flow": 870.7, + "inflow": 1003.7, + "volume": 124819, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 355.19, + "flow": 891.3, + "inflow": 976.3, + "volume": 124819.05, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 355.19, + "flow": 883.5, + "inflow": 991.2, + "volume": 124819.11, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 355.19, + "flow": 887.2, + "inflow": 989.6, + "volume": 124819.17, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 355.19, + "flow": 892.1, + "inflow": 989, + "volume": 124819.23, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 355.19, + "flow": 883.2, + "inflow": 978.9, + "volume": 124819.29, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 355.19, + "flow": 891.8, + "inflow": 989.2, + "volume": 124819.35, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 355.19, + "flow": 941.3, + "inflow": 969.7, + "volume": 124819.37, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 355.19, + "flow": 948.1, + "inflow": 972.2, + "volume": 124819.38, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 355.19, + "flow": 939.8, + "inflow": 970.8, + "volume": 124819.4, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 355.19, + "flow": 946.9, + "inflow": 968.2, + "volume": 124819.41, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 355.19, + "flow": 944.2, + "inflow": 971.1, + "volume": 124819.43, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 355.19, + "flow": 943.9, + "inflow": 973.3, + "volume": 124819.45, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 355.19, + "flow": 1018.1, + "inflow": 967.9, + "volume": 124819.42, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 355.19, + "flow": 1015.8, + "inflow": 971.8, + "volume": 124819.39, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 355.19, + "flow": 1018.2, + "inflow": 963.8, + "volume": 124819.36, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 355.19, + "flow": 1021.2, + "inflow": 962.5, + "volume": 124819.32, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 355.19, + "flow": 1021.6, + "inflow": 975.4, + "volume": 124819.29, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 355.19, + "flow": 1015.4, + "inflow": 965, + "volume": 124819.26, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 355.19, + "flow": 1093.5, + "inflow": 972.3, + "volume": 124819.19, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 355.19, + "flow": 1094.6, + "inflow": 980.7, + "volume": 124819.12, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 355.19, + "flow": 1095, + "inflow": 979, + "volume": 124819.05, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 355.19, + "flow": 1100.3, + "inflow": 972.8, + "volume": 124818.97, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 355.19, + "flow": 1097.8, + "inflow": 963.7, + "volume": 124818.89, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 355.19, + "flow": 1101.4, + "inflow": 967.1, + "volume": 124818.81, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 355.19, + "flow": 1155.7, + "inflow": 985.6, + "volume": 124818.71, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 355.19, + "flow": 1151.6, + "inflow": 986.2, + "volume": 124818.61, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 355.19, + "flow": 1148.3, + "inflow": 991.8, + "volume": 124818.52, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 355.19, + "flow": 1152.3, + "inflow": 973.9, + "volume": 124818.41, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 355.19, + "flow": 1149.8, + "inflow": 979.7, + "volume": 124818.31, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 355.19, + "flow": 1152.8, + "inflow": 983.6, + "volume": 124818.21, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 355.19, + "flow": 1176.5, + "inflow": 994.5, + "volume": 124818.1, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 355.19, + "flow": 1174.8, + "inflow": 1004.6, + "volume": 124818, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 355.19, + "flow": 1168.3, + "inflow": 996.8, + "volume": 124817.9, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 355.19, + "flow": 1175.8, + "inflow": 996.9, + "volume": 124817.79, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 355.19, + "flow": 1169.1, + "inflow": 998.7, + "volume": 124817.69, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 355.19, + "flow": 1168.4, + "inflow": 992.8, + "volume": 124817.58, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 355.19, + "flow": 1154.6, + "inflow": 1028.5, + "volume": 124817.5, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 355.19, + "flow": 1150.2, + "inflow": 1026.9, + "volume": 124817.43, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 355.19, + "flow": 1152.6, + "inflow": 1025, + "volume": 124817.35, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 355.19, + "flow": 1155.9, + "inflow": 1022.3, + "volume": 124817.27, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 355.19, + "flow": 1152.8, + "inflow": 1024.1, + "volume": 124817.19, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 355.19, + "flow": 1150.6, + "inflow": 1023.8, + "volume": 124817.11, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 355.19, + "flow": 1093.8, + "inflow": 1051, + "volume": 124817.08, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 355.19, + "flow": 1094.7, + "inflow": 1044.6, + "volume": 124817.05, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 355.19, + "flow": 1096, + "inflow": 1038.3, + "volume": 124817.02, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 355.19, + "flow": 1098, + "inflow": 1044.6, + "volume": 124816.99, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 355.19, + "flow": 1098.4, + "inflow": 1045.7, + "volume": 124816.96, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 355.19, + "flow": 1092.5, + "inflow": 1034.9, + "volume": 124816.93, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 355.19, + "flow": 1022.3, + "inflow": 1063.4, + "volume": 124816.95, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 355.19, + "flow": 1021.9, + "inflow": 1075.7, + "volume": 124816.98, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 355.19, + "flow": 1019.7, + "inflow": 1074.2, + "volume": 124817.01, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 355.19, + "flow": 1017.3, + "inflow": 1059.5, + "volume": 124817.04, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 355.19, + "flow": 1016.9, + "inflow": 1072.3, + "volume": 124817.07, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 355.19, + "flow": 1021.8, + "inflow": 1075.2, + "volume": 124817.1, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 355.19, + "flow": 938.6, + "inflow": 1088.2, + "volume": 124817.19, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 355.19, + "flow": 944.3, + "inflow": 1093.9, + "volume": 124817.28, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 355.19, + "flow": 945.4, + "inflow": 1091.9, + "volume": 124817.37, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 355.19, + "flow": 942.2, + "inflow": 1100.5, + "volume": 124817.46, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 355.19, + "flow": 938.7, + "inflow": 1088.7, + "volume": 124817.55, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 355.19, + "flow": 945.1, + "inflow": 1086.5, + "volume": 124817.63, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 355.19, + "flow": 891, + "inflow": 1112.1, + "volume": 124817.76, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 355.19, + "flow": 885.7, + "inflow": 1122.3, + "volume": 124817.9, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 355.19, + "flow": 883.7, + "inflow": 1116.8, + "volume": 124818.04, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 355.19, + "flow": 888.3, + "inflow": 1128.6, + "volume": 124818.18, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 355.19, + "flow": 888.5, + "inflow": 1117, + "volume": 124818.32, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 355.19, + "flow": 882.9, + "inflow": 1116.1, + "volume": 124818.46, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 355.19, + "flow": 866.5, + "inflow": 1148, + "volume": 124818.63, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 355.19, + "flow": 868.1, + "inflow": 1150.3, + "volume": 124818.8, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 355.19, + "flow": 868.4, + "inflow": 1145.2, + "volume": 124818.97, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 355.19, + "flow": 863.3, + "inflow": 1139, + "volume": 124819.14, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 355.19, + "flow": 868.1, + "inflow": 1135.5, + "volume": 124819.3, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 355.19, + "flow": 866.5, + "inflow": 1139.2, + "volume": 124819.46, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 355.19, + "flow": 887.3, + "inflow": 1151.6, + "volume": 124819.62, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 355.19, + "flow": 889.4, + "inflow": 1165.6, + "volume": 124819.79, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 355.19, + "flow": 888.2, + "inflow": 1166.1, + "volume": 124819.96, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 355.19, + "flow": 892.1, + "inflow": 1152.1, + "volume": 124820.12, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 355.19, + "flow": 892.4, + "inflow": 1158, + "volume": 124820.28, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 355.19, + "flow": 892.2, + "inflow": 1166.2, + "volume": 124820.44, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 355.19, + "flow": 939.9, + "inflow": 1164.2, + "volume": 124820.57, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 355.19, + "flow": 943.4, + "inflow": 1171.5, + "volume": 124820.71, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 355.19, + "flow": 943.6, + "inflow": 1177.1, + "volume": 124820.85, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 355.19, + "flow": 939.2, + "inflow": 1173.3, + "volume": 124820.99, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 355.19, + "flow": 938.6, + "inflow": 1171.6, + "volume": 124821.13, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 355.19, + "flow": 948, + "inflow": 1169.1, + "volume": 124821.26, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 355.19, + "flow": 1016.2, + "inflow": 1165.5, + "volume": 124821.35, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 355.19, + "flow": 1022.9, + "inflow": 1174.5, + "volume": 124821.44, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 355.19, + "flow": 1022.5, + "inflow": 1168.4, + "volume": 124821.53, + "temperature": 10.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 355.19, + "flow": 1025, + "inflow": 1177.2, + "volume": 124821.62, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 355.19, + "flow": 1018.3, + "inflow": 1168.3, + "volume": 124821.71, + "temperature": 10.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 355.19, + "flow": 1022, + "inflow": 1163.7, + "volume": 124821.8, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 355.19, + "flow": 1101.2, + "inflow": 1172.2, + "volume": 124821.84, + "temperature": 10.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 355.19, + "flow": 1092.9, + "inflow": 1170.5, + "volume": 124821.89, + "temperature": 10.9, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 355.19, + "flow": 1094.6, + "inflow": 1164.9, + "volume": 124821.93, + "temperature": 9.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 355.19, + "flow": 1100.9, + "inflow": 1158.7, + "volume": 124821.96, + "temperature": 10.2, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 355.19, + "flow": 1093.9, + "inflow": 1162.8, + "volume": 124822, + "temperature": 9.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 355.19, + "flow": 1092, + "inflow": 1168.3, + "volume": 124822.05, + "temperature": 8.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 355.19, + "flow": 1151.8, + "inflow": 1164.4, + "volume": 124822.06, + "temperature": 9.7, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 355.19, + "flow": 1153, + "inflow": 1161.9, + "volume": 124822.07, + "temperature": 9.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 355.19, + "flow": 1151.6, + "inflow": 1148.6, + "volume": 124822.07, + "temperature": 8.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 355.19, + "flow": 1156.1, + "inflow": 1167, + "volume": 124822.08, + "temperature": 10, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 355.19, + "flow": 1155, + "inflow": 1152.7, + "volume": 124822.08, + "temperature": 9.6, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 355.19, + "flow": 1155.9, + "inflow": 1150.5, + "volume": 124822.08, + "temperature": 9.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 355.19, + "flow": 1177.1, + "inflow": 1136.9, + "volume": 124822.06, + "temperature": 8.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 355.19, + "flow": 1175.6, + "inflow": 1135.9, + "volume": 124822.04, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 355.19, + "flow": 1172.8, + "inflow": 1136.5, + "volume": 124822.02, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 355.19, + "flow": 1168.5, + "inflow": 1137.4, + "volume": 124822, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 355.19, + "flow": 1171.7, + "inflow": 1132.5, + "volume": 124821.98, + "temperature": 8.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 355.19, + "flow": 1171.1, + "inflow": 1149.9, + "volume": 124821.97, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 355.19, + "flow": 1156.2, + "inflow": 1123.6, + "volume": 124821.95, + "temperature": 8.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 355.19, + "flow": 1098.3, + "inflow": 1097.3, + "volume": 124821.95, + "temperature": 8.2, + "precipitation": 0.2 + } +] \ No newline at end of file diff --git a/public/data/CA_ROBB.json b/public/data/CA_ROBB.json new file mode 100644 index 0000000..2fc1ba8 --- /dev/null +++ b/public/data/CA_ROBB.json @@ -0,0 +1,13502 @@ +[ + { + "timestamp": "2026-06-02T23:10:00.000Z", + "level": 173.29, + "flow": 3647.8, + "inflow": 3381.9, + "volume": 54287.73, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-02T23:20:00.000Z", + "level": 173.29, + "flow": 3641.7, + "inflow": 3367.1, + "volume": 54287.57, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-02T23:30:00.000Z", + "level": 173.29, + "flow": 3642.8, + "inflow": 3331.9, + "volume": 54287.38, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-02T23:40:00.000Z", + "level": 173.29, + "flow": 3649.6, + "inflow": 3337.4, + "volume": 54287.19, + "temperature": 19.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-02T23:50:00.000Z", + "level": 173.29, + "flow": 3667.6, + "inflow": 3390.3, + "volume": 54287.02, + "temperature": 20.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T00:00:00.000Z", + "level": 173.29, + "flow": 3401.1, + "inflow": 3499.6, + "volume": 54287.08, + "temperature": 22, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T00:10:00.000Z", + "level": 173.29, + "flow": 3402.4, + "inflow": 3471.6, + "volume": 54287.12, + "temperature": 21.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T00:20:00.000Z", + "level": 173.29, + "flow": 3384.8, + "inflow": 3503.8, + "volume": 54287.19, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:30:00.000Z", + "level": 173.29, + "flow": 3402.4, + "inflow": 3446, + "volume": 54287.22, + "temperature": 20.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T00:40:00.000Z", + "level": 173.29, + "flow": 3404.9, + "inflow": 3462.6, + "volume": 54287.25, + "temperature": 21.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T00:50:00.000Z", + "level": 173.29, + "flow": 3385, + "inflow": 3479.3, + "volume": 54287.31, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:00:00.000Z", + "level": 173.29, + "flow": 3147.3, + "inflow": 3582.8, + "volume": 54287.57, + "temperature": 22.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T01:10:00.000Z", + "level": 173.29, + "flow": 3133.5, + "inflow": 3591.9, + "volume": 54287.85, + "temperature": 22.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T01:20:00.000Z", + "level": 173.29, + "flow": 3142.6, + "inflow": 3570.8, + "volume": 54288.11, + "temperature": 21.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T01:30:00.000Z", + "level": 173.29, + "flow": 3138.1, + "inflow": 3583, + "volume": 54288.38, + "temperature": 22.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T01:40:00.000Z", + "level": 173.29, + "flow": 3158.2, + "inflow": 3551.8, + "volume": 54288.62, + "temperature": 21.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T01:50:00.000Z", + "level": 173.29, + "flow": 3136.7, + "inflow": 3570.1, + "volume": 54288.88, + "temperature": 22.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T02:00:00.000Z", + "level": 173.29, + "flow": 2943.9, + "inflow": 3615.7, + "volume": 54289.28, + "temperature": 22.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T02:10:00.000Z", + "level": 173.29, + "flow": 2949.7, + "inflow": 3666.3, + "volume": 54289.71, + "temperature": 23.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T02:20:00.000Z", + "level": 173.29, + "flow": 2952.5, + "inflow": 3609.5, + "volume": 54290.1, + "temperature": 23.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T02:30:00.000Z", + "level": 173.29, + "flow": 2963.7, + "inflow": 3614.7, + "volume": 54290.49, + "temperature": 23, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T02:40:00.000Z", + "level": 173.29, + "flow": 2965.4, + "inflow": 3643.8, + "volume": 54290.9, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:50:00.000Z", + "level": 173.29, + "flow": 2945.4, + "inflow": 3606.9, + "volume": 54291.3, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:00:00.000Z", + "level": 173.29, + "flow": 2873.6, + "inflow": 3719, + "volume": 54291.81, + "temperature": 22.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T03:10:00.000Z", + "level": 173.29, + "flow": 2906.3, + "inflow": 3720.5, + "volume": 54292.3, + "temperature": 24.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:20:00.000Z", + "level": 173.29, + "flow": 2880.6, + "inflow": 3734.6, + "volume": 54292.81, + "temperature": 23.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T03:30:00.000Z", + "level": 173.29, + "flow": 2902.4, + "inflow": 3715.9, + "volume": 54293.3, + "temperature": 22.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T03:40:00.000Z", + "level": 173.29, + "flow": 2888.7, + "inflow": 3700.9, + "volume": 54293.79, + "temperature": 23.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T03:50:00.000Z", + "level": 173.29, + "flow": 2897.7, + "inflow": 3720.1, + "volume": 54294.28, + "temperature": 23, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T04:00:00.000Z", + "level": 173.29, + "flow": 2963.6, + "inflow": 3783.9, + "volume": 54294.77, + "temperature": 24.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:10:00.000Z", + "level": 173.29, + "flow": 2958.6, + "inflow": 3752.8, + "volume": 54295.25, + "temperature": 24.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T04:20:00.000Z", + "level": 173.29, + "flow": 2955.9, + "inflow": 3743.3, + "volume": 54295.72, + "temperature": 24.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T04:30:00.000Z", + "level": 173.29, + "flow": 2959, + "inflow": 3732.5, + "volume": 54296.18, + "temperature": 23.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T04:40:00.000Z", + "level": 173.29, + "flow": 2972.9, + "inflow": 3784.4, + "volume": 54296.67, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:50:00.000Z", + "level": 173.29, + "flow": 2943.3, + "inflow": 3765.1, + "volume": 54297.16, + "temperature": 23.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T05:00:00.000Z", + "level": 173.29, + "flow": 3148.7, + "inflow": 3802.3, + "volume": 54297.55, + "temperature": 23.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T05:10:00.000Z", + "level": 173.29, + "flow": 3129.8, + "inflow": 3781, + "volume": 54297.94, + "temperature": 24.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T05:20:00.000Z", + "level": 173.29, + "flow": 3160.4, + "inflow": 3770.5, + "volume": 54298.31, + "temperature": 24.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:30:00.000Z", + "level": 173.29, + "flow": 3131.3, + "inflow": 3815.1, + "volume": 54298.72, + "temperature": 23.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T05:40:00.000Z", + "level": 173.29, + "flow": 3158.4, + "inflow": 3811.7, + "volume": 54299.11, + "temperature": 24.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T05:50:00.000Z", + "level": 173.29, + "flow": 3152.8, + "inflow": 3781.1, + "volume": 54299.49, + "temperature": 24.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T06:00:00.000Z", + "level": 173.3, + "flow": 3394.9, + "inflow": 3812.8, + "volume": 54299.74, + "temperature": 23.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T06:10:00.000Z", + "level": 173.3, + "flow": 3415.2, + "inflow": 3812.5, + "volume": 54299.98, + "temperature": 24.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T06:20:00.000Z", + "level": 173.3, + "flow": 3413.5, + "inflow": 3790.7, + "volume": 54300.21, + "temperature": 24, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T06:30:00.000Z", + "level": 173.3, + "flow": 3415, + "inflow": 3837, + "volume": 54300.46, + "temperature": 25.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:40:00.000Z", + "level": 173.3, + "flow": 3400.2, + "inflow": 3843, + "volume": 54300.73, + "temperature": 23.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T06:50:00.000Z", + "level": 173.3, + "flow": 3415.3, + "inflow": 3824, + "volume": 54300.98, + "temperature": 24.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T07:00:00.000Z", + "level": 173.3, + "flow": 3666.2, + "inflow": 3801.6, + "volume": 54301.06, + "temperature": 24, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:10:00.000Z", + "level": 173.3, + "flow": 3646.8, + "inflow": 3766.1, + "volume": 54301.13, + "temperature": 24.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T07:20:00.000Z", + "level": 173.3, + "flow": 3647.1, + "inflow": 3815, + "volume": 54301.23, + "temperature": 23.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T07:30:00.000Z", + "level": 173.3, + "flow": 3644.6, + "inflow": 3830.5, + "volume": 54301.34, + "temperature": 23.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T07:40:00.000Z", + "level": 173.3, + "flow": 3661.4, + "inflow": 3776.9, + "volume": 54301.41, + "temperature": 23.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T07:50:00.000Z", + "level": 173.3, + "flow": 3655.6, + "inflow": 3829.8, + "volume": 54301.51, + "temperature": 25, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:00:00.000Z", + "level": 173.3, + "flow": 3841.2, + "inflow": 3741.7, + "volume": 54301.45, + "temperature": 23.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T08:10:00.000Z", + "level": 173.3, + "flow": 3855, + "inflow": 3768.1, + "volume": 54301.4, + "temperature": 23.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T08:20:00.000Z", + "level": 173.3, + "flow": 3854.4, + "inflow": 3748.1, + "volume": 54301.34, + "temperature": 24, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T08:30:00.000Z", + "level": 173.3, + "flow": 3858.1, + "inflow": 3778.2, + "volume": 54301.29, + "temperature": 24, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:40:00.000Z", + "level": 173.3, + "flow": 3833.7, + "inflow": 3760.1, + "volume": 54301.25, + "temperature": 24.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T08:50:00.000Z", + "level": 173.3, + "flow": 3841.7, + "inflow": 3768.8, + "volume": 54301.21, + "temperature": 22.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T09:00:00.000Z", + "level": 173.3, + "flow": 3901.7, + "inflow": 3681.3, + "volume": 54301.08, + "temperature": 23.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T09:10:00.000Z", + "level": 173.3, + "flow": 3915.1, + "inflow": 3707.5, + "volume": 54300.96, + "temperature": 23.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T09:20:00.000Z", + "level": 173.3, + "flow": 3921.4, + "inflow": 3737.7, + "volume": 54300.85, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:30:00.000Z", + "level": 173.3, + "flow": 3907.1, + "inflow": 3727.9, + "volume": 54300.74, + "temperature": 24.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T09:40:00.000Z", + "level": 173.3, + "flow": 3922.9, + "inflow": 3730.5, + "volume": 54300.62, + "temperature": 23.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T09:50:00.000Z", + "level": 173.3, + "flow": 3922.6, + "inflow": 3718.4, + "volume": 54300.5, + "temperature": 22.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T10:00:00.000Z", + "level": 173.3, + "flow": 3835.2, + "inflow": 3660.6, + "volume": 54300.4, + "temperature": 21.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T10:10:00.000Z", + "level": 173.3, + "flow": 3839.7, + "inflow": 3663.7, + "volume": 54300.29, + "temperature": 22.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T10:20:00.000Z", + "level": 173.3, + "flow": 3853.8, + "inflow": 3662.8, + "volume": 54300.18, + "temperature": 23.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T10:30:00.000Z", + "level": 173.3, + "flow": 3829, + "inflow": 3647.4, + "volume": 54300.07, + "temperature": 23.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T10:40:00.000Z", + "level": 173.3, + "flow": 3855.8, + "inflow": 3647.3, + "volume": 54299.94, + "temperature": 22, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T10:50:00.000Z", + "level": 173.3, + "flow": 3829.2, + "inflow": 3622.8, + "volume": 54299.82, + "temperature": 21.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T11:00:00.000Z", + "level": 173.3, + "flow": 3669, + "inflow": 3542.3, + "volume": 54299.74, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:10:00.000Z", + "level": 173.3, + "flow": 3648.9, + "inflow": 3535.7, + "volume": 54299.67, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:20:00.000Z", + "level": 173.3, + "flow": 3655.4, + "inflow": 3579.1, + "volume": 54299.62, + "temperature": 21, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T11:30:00.000Z", + "level": 173.29, + "flow": 3643.2, + "inflow": 3548.8, + "volume": 54299.56, + "temperature": 22.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T11:40:00.000Z", + "level": 173.29, + "flow": 3642, + "inflow": 3585.3, + "volume": 54299.53, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:50:00.000Z", + "level": 173.29, + "flow": 3651.3, + "inflow": 3557.5, + "volume": 54299.47, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:00:00.000Z", + "level": 173.29, + "flow": 3410.9, + "inflow": 3480.3, + "volume": 54299.51, + "temperature": 22.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T12:10:00.000Z", + "level": 173.29, + "flow": 3394.3, + "inflow": 3456.5, + "volume": 54299.55, + "temperature": 20.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T12:20:00.000Z", + "level": 173.3, + "flow": 3387.5, + "inflow": 3477, + "volume": 54299.6, + "temperature": 20.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T12:30:00.000Z", + "level": 173.3, + "flow": 3402.1, + "inflow": 3451.2, + "volume": 54299.63, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:40:00.000Z", + "level": 173.3, + "flow": 3399.9, + "inflow": 3496.6, + "volume": 54299.69, + "temperature": 21.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T12:50:00.000Z", + "level": 173.3, + "flow": 3411, + "inflow": 3488, + "volume": 54299.74, + "temperature": 20.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T13:00:00.000Z", + "level": 173.3, + "flow": 3146.6, + "inflow": 3370.4, + "volume": 54299.87, + "temperature": 19.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T13:10:00.000Z", + "level": 173.3, + "flow": 3145.3, + "inflow": 3412.6, + "volume": 54300.03, + "temperature": 20.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T13:20:00.000Z", + "level": 173.3, + "flow": 3134.1, + "inflow": 3412.8, + "volume": 54300.2, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:30:00.000Z", + "level": 173.3, + "flow": 3148.3, + "inflow": 3360.2, + "volume": 54300.33, + "temperature": 20.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T13:40:00.000Z", + "level": 173.3, + "flow": 3131.8, + "inflow": 3372.4, + "volume": 54300.47, + "temperature": 19.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T13:50:00.000Z", + "level": 173.3, + "flow": 3153.1, + "inflow": 3416.2, + "volume": 54300.63, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:00:00.000Z", + "level": 173.3, + "flow": 2947, + "inflow": 3320.7, + "volume": 54300.85, + "temperature": 19.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T14:10:00.000Z", + "level": 173.3, + "flow": 2947.2, + "inflow": 3297.3, + "volume": 54301.06, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:20:00.000Z", + "level": 173.3, + "flow": 2949.7, + "inflow": 3316.6, + "volume": 54301.28, + "temperature": 19, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T14:30:00.000Z", + "level": 173.3, + "flow": 2962.8, + "inflow": 3332.6, + "volume": 54301.5, + "temperature": 19.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T14:40:00.000Z", + "level": 173.3, + "flow": 2971.7, + "inflow": 3327.7, + "volume": 54301.71, + "temperature": 20.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T14:50:00.000Z", + "level": 173.3, + "flow": 2960, + "inflow": 3317.1, + "volume": 54301.92, + "temperature": 19.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T15:00:00.000Z", + "level": 173.3, + "flow": 2904.1, + "inflow": 3241.7, + "volume": 54302.12, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:10:00.000Z", + "level": 173.3, + "flow": 2898.3, + "inflow": 3261, + "volume": 54302.34, + "temperature": 19.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T15:20:00.000Z", + "level": 173.3, + "flow": 2876.6, + "inflow": 3231.1, + "volume": 54302.55, + "temperature": 19.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T15:30:00.000Z", + "level": 173.3, + "flow": 2889.2, + "inflow": 3205.4, + "volume": 54302.74, + "temperature": 20, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T15:40:00.000Z", + "level": 173.3, + "flow": 2880.2, + "inflow": 3235.5, + "volume": 54302.95, + "temperature": 19.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T15:50:00.000Z", + "level": 173.3, + "flow": 2878.2, + "inflow": 3223.2, + "volume": 54303.16, + "temperature": 19.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T16:00:00.000Z", + "level": 173.3, + "flow": 2972.2, + "inflow": 3208.3, + "volume": 54303.3, + "temperature": 18.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T16:10:00.000Z", + "level": 173.3, + "flow": 2974.8, + "inflow": 3148.9, + "volume": 54303.4, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:20:00.000Z", + "level": 173.3, + "flow": 2951, + "inflow": 3173.3, + "volume": 54303.53, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:30:00.000Z", + "level": 173.3, + "flow": 2963.5, + "inflow": 3197.6, + "volume": 54303.67, + "temperature": 18.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T16:40:00.000Z", + "level": 173.3, + "flow": 2946.5, + "inflow": 3190.9, + "volume": 54303.82, + "temperature": 19.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T16:50:00.000Z", + "level": 173.3, + "flow": 2954.2, + "inflow": 3171.9, + "volume": 54303.95, + "temperature": 17.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T17:00:00.000Z", + "level": 173.3, + "flow": 3161.9, + "inflow": 3155.9, + "volume": 54303.95, + "temperature": 17.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T17:10:00.000Z", + "level": 173.3, + "flow": 3137.9, + "inflow": 3126.6, + "volume": 54303.94, + "temperature": 18, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T17:20:00.000Z", + "level": 173.3, + "flow": 3135.9, + "inflow": 3145.6, + "volume": 54303.95, + "temperature": 18.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T17:30:00.000Z", + "level": 173.3, + "flow": 3147.3, + "inflow": 3175, + "volume": 54303.97, + "temperature": 18.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T17:40:00.000Z", + "level": 173.3, + "flow": 3133.5, + "inflow": 3139.9, + "volume": 54303.97, + "temperature": 18.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T17:50:00.000Z", + "level": 173.3, + "flow": 3137.8, + "inflow": 3117, + "volume": 54303.96, + "temperature": 19.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T18:00:00.000Z", + "level": 173.3, + "flow": 3404, + "inflow": 3162.7, + "volume": 54303.82, + "temperature": 19.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T18:10:00.000Z", + "level": 173.3, + "flow": 3385.7, + "inflow": 3133.5, + "volume": 54303.67, + "temperature": 17.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T18:20:00.000Z", + "level": 173.3, + "flow": 3387.3, + "inflow": 3156, + "volume": 54303.53, + "temperature": 18.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T18:30:00.000Z", + "level": 173.3, + "flow": 3403.3, + "inflow": 3115, + "volume": 54303.36, + "temperature": 18.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T18:40:00.000Z", + "level": 173.3, + "flow": 3396.1, + "inflow": 3160.6, + "volume": 54303.22, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:50:00.000Z", + "level": 173.3, + "flow": 3387.3, + "inflow": 3101.4, + "volume": 54303.05, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:00:00.000Z", + "level": 173.3, + "flow": 3651.5, + "inflow": 3113.8, + "volume": 54302.73, + "temperature": 18.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T19:10:00.000Z", + "level": 173.3, + "flow": 3645.4, + "inflow": 3152, + "volume": 54302.43, + "temperature": 17.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T19:20:00.000Z", + "level": 173.3, + "flow": 3646.9, + "inflow": 3128.6, + "volume": 54302.12, + "temperature": 17.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T19:30:00.000Z", + "level": 173.3, + "flow": 3664.1, + "inflow": 3153.3, + "volume": 54301.81, + "temperature": 18.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T19:40:00.000Z", + "level": 173.3, + "flow": 3664.5, + "inflow": 3116.5, + "volume": 54301.48, + "temperature": 18.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T19:50:00.000Z", + "level": 173.3, + "flow": 3660.5, + "inflow": 3125.2, + "volume": 54301.16, + "temperature": 18.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T20:00:00.000Z", + "level": 173.3, + "flow": 3827.5, + "inflow": 3195.9, + "volume": 54300.78, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:10:00.000Z", + "level": 173.3, + "flow": 3852.5, + "inflow": 3207.3, + "volume": 54300.39, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:20:00.000Z", + "level": 173.3, + "flow": 3848.6, + "inflow": 3199.7, + "volume": 54300, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:30:00.000Z", + "level": 173.3, + "flow": 3825.9, + "inflow": 3204.9, + "volume": 54299.63, + "temperature": 19.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T20:40:00.000Z", + "level": 173.29, + "flow": 3846.1, + "inflow": 3159.7, + "volume": 54299.22, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:50:00.000Z", + "level": 173.29, + "flow": 3857.3, + "inflow": 3163.2, + "volume": 54298.8, + "temperature": 18.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T21:00:00.000Z", + "level": 173.29, + "flow": 3924.8, + "inflow": 3227.2, + "volume": 54298.38, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:10:00.000Z", + "level": 173.29, + "flow": 3923.1, + "inflow": 3249.2, + "volume": 54297.98, + "temperature": 18.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T21:20:00.000Z", + "level": 173.29, + "flow": 3924.6, + "inflow": 3249.9, + "volume": 54297.58, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:30:00.000Z", + "level": 173.29, + "flow": 3925.9, + "inflow": 3246.1, + "volume": 54297.17, + "temperature": 18.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T21:40:00.000Z", + "level": 173.29, + "flow": 3926.8, + "inflow": 3242.9, + "volume": 54296.76, + "temperature": 19.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T21:50:00.000Z", + "level": 173.29, + "flow": 3922.5, + "inflow": 3248.4, + "volume": 54296.36, + "temperature": 19.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T22:00:00.000Z", + "level": 173.29, + "flow": 3838.9, + "inflow": 3283.6, + "volume": 54296.03, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:10:00.000Z", + "level": 173.29, + "flow": 3857.6, + "inflow": 3269.9, + "volume": 54295.68, + "temperature": 18.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T22:20:00.000Z", + "level": 173.29, + "flow": 3846.7, + "inflow": 3319.5, + "volume": 54295.36, + "temperature": 19, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T22:30:00.000Z", + "level": 173.29, + "flow": 3848.4, + "inflow": 3292.5, + "volume": 54295.03, + "temperature": 18.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T22:40:00.000Z", + "level": 173.29, + "flow": 3840.7, + "inflow": 3322.4, + "volume": 54294.72, + "temperature": 20.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T22:50:00.000Z", + "level": 173.29, + "flow": 3847, + "inflow": 3293.9, + "volume": 54294.39, + "temperature": 20.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T23:00:00.000Z", + "level": 173.29, + "flow": 3669.5, + "inflow": 3364.1, + "volume": 54294.21, + "temperature": 21.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T23:10:00.000Z", + "level": 173.29, + "flow": 3665.8, + "inflow": 3399.7, + "volume": 54294.05, + "temperature": 21.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T23:20:00.000Z", + "level": 173.29, + "flow": 3663.3, + "inflow": 3386.1, + "volume": 54293.88, + "temperature": 21.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T23:30:00.000Z", + "level": 173.29, + "flow": 3645.5, + "inflow": 3397, + "volume": 54293.73, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:40:00.000Z", + "level": 173.29, + "flow": 3653.1, + "inflow": 3406.9, + "volume": 54293.58, + "temperature": 20.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-03T23:50:00.000Z", + "level": 173.29, + "flow": 3654.7, + "inflow": 3360.5, + "volume": 54293.4, + "temperature": 20.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T00:00:00.000Z", + "level": 173.29, + "flow": 3402.2, + "inflow": 3467.7, + "volume": 54293.44, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:10:00.000Z", + "level": 173.29, + "flow": 3390.2, + "inflow": 3514.4, + "volume": 54293.51, + "temperature": 21.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T00:20:00.000Z", + "level": 173.29, + "flow": 3406.9, + "inflow": 3521.8, + "volume": 54293.58, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:30:00.000Z", + "level": 173.29, + "flow": 3391.6, + "inflow": 3479.5, + "volume": 54293.63, + "temperature": 20.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T00:40:00.000Z", + "level": 173.29, + "flow": 3415, + "inflow": 3517.3, + "volume": 54293.69, + "temperature": 21.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T00:50:00.000Z", + "level": 173.29, + "flow": 3385.8, + "inflow": 3521.8, + "volume": 54293.77, + "temperature": 22, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T01:00:00.000Z", + "level": 173.29, + "flow": 3128.2, + "inflow": 3580.3, + "volume": 54294.04, + "temperature": 22.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T01:10:00.000Z", + "level": 173.29, + "flow": 3146.7, + "inflow": 3585.7, + "volume": 54294.3, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:20:00.000Z", + "level": 173.29, + "flow": 3156.3, + "inflow": 3597, + "volume": 54294.56, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:30:00.000Z", + "level": 173.29, + "flow": 3135.8, + "inflow": 3601, + "volume": 54294.84, + "temperature": 21.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T01:40:00.000Z", + "level": 173.29, + "flow": 3151.5, + "inflow": 3586.1, + "volume": 54295.1, + "temperature": 21, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T01:50:00.000Z", + "level": 173.29, + "flow": 3131.7, + "inflow": 3582.6, + "volume": 54295.37, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:00:00.000Z", + "level": 173.29, + "flow": 2970, + "inflow": 3684.7, + "volume": 54295.8, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:10:00.000Z", + "level": 173.29, + "flow": 2961.3, + "inflow": 3628.5, + "volume": 54296.2, + "temperature": 22.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T02:20:00.000Z", + "level": 173.29, + "flow": 2969.1, + "inflow": 3681.8, + "volume": 54296.63, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:30:00.000Z", + "level": 173.29, + "flow": 2959.7, + "inflow": 3639.4, + "volume": 54297.04, + "temperature": 22.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T02:40:00.000Z", + "level": 173.29, + "flow": 2974.4, + "inflow": 3676.9, + "volume": 54297.46, + "temperature": 22.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T02:50:00.000Z", + "level": 173.29, + "flow": 2952.7, + "inflow": 3690.3, + "volume": 54297.9, + "temperature": 22.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T03:00:00.000Z", + "level": 173.29, + "flow": 2905.7, + "inflow": 3743.9, + "volume": 54298.4, + "temperature": 22.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T03:10:00.000Z", + "level": 173.29, + "flow": 2890.7, + "inflow": 3740.2, + "volume": 54298.91, + "temperature": 24.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T03:20:00.000Z", + "level": 173.29, + "flow": 2877.8, + "inflow": 3733.1, + "volume": 54299.42, + "temperature": 23.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T03:30:00.000Z", + "level": 173.3, + "flow": 2896.8, + "inflow": 3765.5, + "volume": 54299.94, + "temperature": 23.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T03:40:00.000Z", + "level": 173.3, + "flow": 2905.2, + "inflow": 3712, + "volume": 54300.42, + "temperature": 24.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T03:50:00.000Z", + "level": 173.3, + "flow": 2877, + "inflow": 3748.7, + "volume": 54300.94, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:00:00.000Z", + "level": 173.3, + "flow": 2974.2, + "inflow": 3811.2, + "volume": 54301.44, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:10:00.000Z", + "level": 173.3, + "flow": 2969.7, + "inflow": 3781.7, + "volume": 54301.93, + "temperature": 23.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T04:20:00.000Z", + "level": 173.3, + "flow": 2960.6, + "inflow": 3761.5, + "volume": 54302.41, + "temperature": 24.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:30:00.000Z", + "level": 173.3, + "flow": 2953, + "inflow": 3789.7, + "volume": 54302.91, + "temperature": 24.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T04:40:00.000Z", + "level": 173.3, + "flow": 2942.3, + "inflow": 3797, + "volume": 54303.42, + "temperature": 24.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T04:50:00.000Z", + "level": 173.3, + "flow": 2945.9, + "inflow": 3806.9, + "volume": 54303.94, + "temperature": 22.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T05:00:00.000Z", + "level": 173.3, + "flow": 3134.5, + "inflow": 3794.4, + "volume": 54304.34, + "temperature": 23.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T05:10:00.000Z", + "level": 173.3, + "flow": 3129.7, + "inflow": 3825.3, + "volume": 54304.76, + "temperature": 24.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T05:20:00.000Z", + "level": 173.3, + "flow": 3154.6, + "inflow": 3821.8, + "volume": 54305.16, + "temperature": 23.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T05:30:00.000Z", + "level": 173.3, + "flow": 3135.7, + "inflow": 3835.3, + "volume": 54305.58, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:40:00.000Z", + "level": 173.3, + "flow": 3138.7, + "inflow": 3787.9, + "volume": 54305.97, + "temperature": 25.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T05:50:00.000Z", + "level": 173.3, + "flow": 3150.2, + "inflow": 3802.3, + "volume": 54306.36, + "temperature": 23.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T06:00:00.000Z", + "level": 173.3, + "flow": 3383.8, + "inflow": 3829.5, + "volume": 54306.63, + "temperature": 24.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T06:10:00.000Z", + "level": 173.3, + "flow": 3402.3, + "inflow": 3814.4, + "volume": 54306.88, + "temperature": 24.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T06:20:00.000Z", + "level": 173.3, + "flow": 3387.7, + "inflow": 3854.2, + "volume": 54307.16, + "temperature": 23.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T06:30:00.000Z", + "level": 173.3, + "flow": 3395, + "inflow": 3802.7, + "volume": 54307.4, + "temperature": 23.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T06:40:00.000Z", + "level": 173.3, + "flow": 3396.9, + "inflow": 3837.9, + "volume": 54307.66, + "temperature": 23.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T06:50:00.000Z", + "level": 173.3, + "flow": 3398.6, + "inflow": 3831.9, + "volume": 54307.92, + "temperature": 23.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T07:00:00.000Z", + "level": 173.3, + "flow": 3646.4, + "inflow": 3796.2, + "volume": 54308.01, + "temperature": 23.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T07:10:00.000Z", + "level": 173.3, + "flow": 3650.4, + "inflow": 3838, + "volume": 54308.12, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:20:00.000Z", + "level": 173.3, + "flow": 3649.6, + "inflow": 3806.8, + "volume": 54308.21, + "temperature": 25, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T07:30:00.000Z", + "level": 173.3, + "flow": 3650.7, + "inflow": 3798.1, + "volume": 54308.3, + "temperature": 23.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T07:40:00.000Z", + "level": 173.3, + "flow": 3668.7, + "inflow": 3832.2, + "volume": 54308.4, + "temperature": 24, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T07:50:00.000Z", + "level": 173.3, + "flow": 3656.8, + "inflow": 3796, + "volume": 54308.48, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:00:00.000Z", + "level": 173.3, + "flow": 3829.5, + "inflow": 3816.8, + "volume": 54308.47, + "temperature": 23.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T08:10:00.000Z", + "level": 173.3, + "flow": 3856.7, + "inflow": 3813.7, + "volume": 54308.44, + "temperature": 23.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T08:20:00.000Z", + "level": 173.3, + "flow": 3857.2, + "inflow": 3808.5, + "volume": 54308.41, + "temperature": 24.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T08:30:00.000Z", + "level": 173.3, + "flow": 3838.4, + "inflow": 3785.1, + "volume": 54308.38, + "temperature": 24.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T08:40:00.000Z", + "level": 173.3, + "flow": 3849.6, + "inflow": 3759.1, + "volume": 54308.33, + "temperature": 24.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T08:50:00.000Z", + "level": 173.3, + "flow": 3826.9, + "inflow": 3815.9, + "volume": 54308.32, + "temperature": 23.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T09:00:00.000Z", + "level": 173.3, + "flow": 3924.6, + "inflow": 3746.3, + "volume": 54308.21, + "temperature": 23.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T09:10:00.000Z", + "level": 173.3, + "flow": 3906, + "inflow": 3754.8, + "volume": 54308.12, + "temperature": 23.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T09:20:00.000Z", + "level": 173.3, + "flow": 3912.8, + "inflow": 3763.1, + "volume": 54308.03, + "temperature": 22.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T09:30:00.000Z", + "level": 173.3, + "flow": 3922, + "inflow": 3751, + "volume": 54307.93, + "temperature": 22.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T09:40:00.000Z", + "level": 173.3, + "flow": 3893.5, + "inflow": 3752.3, + "volume": 54307.85, + "temperature": 24.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T09:50:00.000Z", + "level": 173.3, + "flow": 3920.2, + "inflow": 3764.3, + "volume": 54307.76, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:00:00.000Z", + "level": 173.3, + "flow": 3858.6, + "inflow": 3638, + "volume": 54307.63, + "temperature": 23.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T10:10:00.000Z", + "level": 173.3, + "flow": 3831.4, + "inflow": 3693.3, + "volume": 54307.55, + "temperature": 23.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T10:20:00.000Z", + "level": 173.3, + "flow": 3835.1, + "inflow": 3632.8, + "volume": 54307.43, + "temperature": 23, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T10:30:00.000Z", + "level": 173.3, + "flow": 3840.1, + "inflow": 3643.9, + "volume": 54307.31, + "temperature": 23.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T10:40:00.000Z", + "level": 173.3, + "flow": 3857.3, + "inflow": 3668.9, + "volume": 54307.2, + "temperature": 23.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T10:50:00.000Z", + "level": 173.3, + "flow": 3850.5, + "inflow": 3636, + "volume": 54307.07, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:00:00.000Z", + "level": 173.3, + "flow": 3642.8, + "inflow": 3601.2, + "volume": 54307.05, + "temperature": 22.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T11:10:00.000Z", + "level": 173.3, + "flow": 3654.5, + "inflow": 3567.5, + "volume": 54307, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:20:00.000Z", + "level": 173.3, + "flow": 3661.7, + "inflow": 3582, + "volume": 54306.95, + "temperature": 22, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T11:30:00.000Z", + "level": 173.3, + "flow": 3666.7, + "inflow": 3589.6, + "volume": 54306.9, + "temperature": 21.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T11:40:00.000Z", + "level": 173.3, + "flow": 3651.9, + "inflow": 3554.6, + "volume": 54306.84, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:50:00.000Z", + "level": 173.3, + "flow": 3650.5, + "inflow": 3553.9, + "volume": 54306.78, + "temperature": 22.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T12:00:00.000Z", + "level": 173.3, + "flow": 3410.8, + "inflow": 3518.4, + "volume": 54306.84, + "temperature": 20.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T12:10:00.000Z", + "level": 173.3, + "flow": 3384.5, + "inflow": 3483.6, + "volume": 54306.9, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:20:00.000Z", + "level": 173.3, + "flow": 3407.4, + "inflow": 3462.9, + "volume": 54306.93, + "temperature": 21.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T12:30:00.000Z", + "level": 173.3, + "flow": 3393.5, + "inflow": 3477.6, + "volume": 54306.98, + "temperature": 21.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T12:40:00.000Z", + "level": 173.3, + "flow": 3407.6, + "inflow": 3467, + "volume": 54307.02, + "temperature": 22, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T12:50:00.000Z", + "level": 173.3, + "flow": 3408.3, + "inflow": 3471.4, + "volume": 54307.06, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:00:00.000Z", + "level": 173.3, + "flow": 3156.8, + "inflow": 3420, + "volume": 54307.22, + "temperature": 20.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T13:10:00.000Z", + "level": 173.3, + "flow": 3152.6, + "inflow": 3430.5, + "volume": 54307.39, + "temperature": 20.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T13:20:00.000Z", + "level": 173.3, + "flow": 3134.4, + "inflow": 3403.3, + "volume": 54307.55, + "temperature": 21.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T13:30:00.000Z", + "level": 173.3, + "flow": 3130.4, + "inflow": 3414.7, + "volume": 54307.72, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:40:00.000Z", + "level": 173.3, + "flow": 3156.7, + "inflow": 3437.8, + "volume": 54307.89, + "temperature": 21.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T13:50:00.000Z", + "level": 173.3, + "flow": 3138.8, + "inflow": 3430.7, + "volume": 54308.07, + "temperature": 20, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T14:00:00.000Z", + "level": 173.3, + "flow": 2966.8, + "inflow": 3315.4, + "volume": 54308.28, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:10:00.000Z", + "level": 173.3, + "flow": 2961.5, + "inflow": 3316.7, + "volume": 54308.49, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:20:00.000Z", + "level": 173.3, + "flow": 2949.4, + "inflow": 3307, + "volume": 54308.7, + "temperature": 19.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T14:30:00.000Z", + "level": 173.3, + "flow": 2956.5, + "inflow": 3299, + "volume": 54308.91, + "temperature": 18.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T14:40:00.000Z", + "level": 173.3, + "flow": 2951.5, + "inflow": 3321.2, + "volume": 54309.13, + "temperature": 20.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T14:50:00.000Z", + "level": 173.3, + "flow": 2967, + "inflow": 3306, + "volume": 54309.33, + "temperature": 19.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T15:00:00.000Z", + "level": 173.3, + "flow": 2900.4, + "inflow": 3237.1, + "volume": 54309.53, + "temperature": 18.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T15:10:00.000Z", + "level": 173.3, + "flow": 2890.6, + "inflow": 3247, + "volume": 54309.74, + "temperature": 19.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T15:20:00.000Z", + "level": 173.3, + "flow": 2889.1, + "inflow": 3273.3, + "volume": 54309.97, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:30:00.000Z", + "level": 173.3, + "flow": 2875.5, + "inflow": 3233.2, + "volume": 54310.18, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:40:00.000Z", + "level": 173.3, + "flow": 2896.3, + "inflow": 3281.8, + "volume": 54310.41, + "temperature": 18.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T15:50:00.000Z", + "level": 173.3, + "flow": 2900.7, + "inflow": 3245.2, + "volume": 54310.62, + "temperature": 19.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T16:00:00.000Z", + "level": 173.3, + "flow": 2958.7, + "inflow": 3223.5, + "volume": 54310.78, + "temperature": 18.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T16:10:00.000Z", + "level": 173.3, + "flow": 2949.5, + "inflow": 3200, + "volume": 54310.93, + "temperature": 19.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T16:20:00.000Z", + "level": 173.3, + "flow": 2945.4, + "inflow": 3208.7, + "volume": 54311.09, + "temperature": 19.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T16:30:00.000Z", + "level": 173.3, + "flow": 2969, + "inflow": 3172.9, + "volume": 54311.21, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:40:00.000Z", + "level": 173.3, + "flow": 2953.4, + "inflow": 3227.2, + "volume": 54311.37, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:50:00.000Z", + "level": 173.3, + "flow": 2952, + "inflow": 3221, + "volume": 54311.53, + "temperature": 18.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T17:00:00.000Z", + "level": 173.3, + "flow": 3132, + "inflow": 3190.8, + "volume": 54311.57, + "temperature": 18.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T17:10:00.000Z", + "level": 173.3, + "flow": 3135.7, + "inflow": 3167, + "volume": 54311.59, + "temperature": 18.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T17:20:00.000Z", + "level": 173.3, + "flow": 3128.1, + "inflow": 3130.8, + "volume": 54311.59, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:30:00.000Z", + "level": 173.3, + "flow": 3132.7, + "inflow": 3138.3, + "volume": 54311.59, + "temperature": 19.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T17:40:00.000Z", + "level": 173.3, + "flow": 3145.5, + "inflow": 3175.7, + "volume": 54311.61, + "temperature": 18.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T17:50:00.000Z", + "level": 173.3, + "flow": 3138.9, + "inflow": 3168.4, + "volume": 54311.63, + "temperature": 18, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T18:00:00.000Z", + "level": 173.3, + "flow": 3413.7, + "inflow": 3151.5, + "volume": 54311.47, + "temperature": 18.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T18:10:00.000Z", + "level": 173.3, + "flow": 3386.3, + "inflow": 3121.7, + "volume": 54311.31, + "temperature": 19.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T18:20:00.000Z", + "level": 173.3, + "flow": 3413.2, + "inflow": 3122.6, + "volume": 54311.14, + "temperature": 17.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T18:30:00.000Z", + "level": 173.3, + "flow": 3411.9, + "inflow": 3143.1, + "volume": 54310.98, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:40:00.000Z", + "level": 173.3, + "flow": 3390.4, + "inflow": 3141.5, + "volume": 54310.83, + "temperature": 18.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T18:50:00.000Z", + "level": 173.3, + "flow": 3395.1, + "inflow": 3128.4, + "volume": 54310.67, + "temperature": 18.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T19:00:00.000Z", + "level": 173.3, + "flow": 3649.7, + "inflow": 3189.7, + "volume": 54310.39, + "temperature": 18.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T19:10:00.000Z", + "level": 173.3, + "flow": 3670, + "inflow": 3161.8, + "volume": 54310.09, + "temperature": 19, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T19:20:00.000Z", + "level": 173.3, + "flow": 3651.9, + "inflow": 3175.5, + "volume": 54309.8, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:30:00.000Z", + "level": 173.3, + "flow": 3642.2, + "inflow": 3190.9, + "volume": 54309.53, + "temperature": 18.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T19:40:00.000Z", + "level": 173.3, + "flow": 3653.7, + "inflow": 3185.8, + "volume": 54309.25, + "temperature": 18.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T19:50:00.000Z", + "level": 173.3, + "flow": 3665.5, + "inflow": 3146.6, + "volume": 54308.94, + "temperature": 18.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T20:00:00.000Z", + "level": 173.3, + "flow": 3836.7, + "inflow": 3201.2, + "volume": 54308.56, + "temperature": 19.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T20:10:00.000Z", + "level": 173.3, + "flow": 3853.2, + "inflow": 3229.4, + "volume": 54308.19, + "temperature": 17.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T20:20:00.000Z", + "level": 173.3, + "flow": 3832.9, + "inflow": 3168.9, + "volume": 54307.79, + "temperature": 18.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T20:30:00.000Z", + "level": 173.3, + "flow": 3838, + "inflow": 3180, + "volume": 54307.4, + "temperature": 17.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T20:40:00.000Z", + "level": 173.3, + "flow": 3840.8, + "inflow": 3221.2, + "volume": 54307.03, + "temperature": 18.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T20:50:00.000Z", + "level": 173.3, + "flow": 3846.9, + "inflow": 3220.9, + "volume": 54306.65, + "temperature": 18.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T21:00:00.000Z", + "level": 173.3, + "flow": 3903.4, + "inflow": 3222, + "volume": 54306.24, + "temperature": 18.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T21:10:00.000Z", + "level": 173.3, + "flow": 3898.6, + "inflow": 3261.2, + "volume": 54305.86, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:20:00.000Z", + "level": 173.3, + "flow": 3897.1, + "inflow": 3247.9, + "volume": 54305.47, + "temperature": 19.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T21:30:00.000Z", + "level": 173.3, + "flow": 3918.8, + "inflow": 3225, + "volume": 54305.05, + "temperature": 19.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T21:40:00.000Z", + "level": 173.3, + "flow": 3924.1, + "inflow": 3252.6, + "volume": 54304.65, + "temperature": 19.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T21:50:00.000Z", + "level": 173.3, + "flow": 3922.8, + "inflow": 3232.5, + "volume": 54304.24, + "temperature": 18.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T22:00:00.000Z", + "level": 173.3, + "flow": 3848.6, + "inflow": 3339.3, + "volume": 54303.93, + "temperature": 19, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T22:10:00.000Z", + "level": 173.3, + "flow": 3833.8, + "inflow": 3354, + "volume": 54303.64, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:20:00.000Z", + "level": 173.3, + "flow": 3849.1, + "inflow": 3322.4, + "volume": 54303.32, + "temperature": 19.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T22:30:00.000Z", + "level": 173.3, + "flow": 3854.6, + "inflow": 3291.7, + "volume": 54302.98, + "temperature": 19.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T22:40:00.000Z", + "level": 173.3, + "flow": 3846.1, + "inflow": 3318, + "volume": 54302.66, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:50:00.000Z", + "level": 173.3, + "flow": 3855.5, + "inflow": 3342.1, + "volume": 54302.35, + "temperature": 19.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T23:00:00.000Z", + "level": 173.3, + "flow": 3652, + "inflow": 3395, + "volume": 54302.2, + "temperature": 20.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T23:10:00.000Z", + "level": 173.3, + "flow": 3638.4, + "inflow": 3419.3, + "volume": 54302.07, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:20:00.000Z", + "level": 173.3, + "flow": 3665.7, + "inflow": 3404.2, + "volume": 54301.91, + "temperature": 19.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T23:30:00.000Z", + "level": 173.3, + "flow": 3648.2, + "inflow": 3425, + "volume": 54301.78, + "temperature": 21.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-04T23:40:00.000Z", + "level": 173.3, + "flow": 3671.4, + "inflow": 3381, + "volume": 54301.61, + "temperature": 20.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T23:50:00.000Z", + "level": 173.3, + "flow": 3654.9, + "inflow": 3408.5, + "volume": 54301.46, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:00:00.000Z", + "level": 173.3, + "flow": 3415.9, + "inflow": 3487.1, + "volume": 54301.5, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:10:00.000Z", + "level": 173.3, + "flow": 3406.8, + "inflow": 3517.2, + "volume": 54301.57, + "temperature": 21.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T00:20:00.000Z", + "level": 173.3, + "flow": 3408.5, + "inflow": 3496.4, + "volume": 54301.62, + "temperature": 22.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T00:30:00.000Z", + "level": 173.3, + "flow": 3400.3, + "inflow": 3488.8, + "volume": 54301.67, + "temperature": 20.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T00:40:00.000Z", + "level": 173.3, + "flow": 3388.5, + "inflow": 3510, + "volume": 54301.74, + "temperature": 22.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T00:50:00.000Z", + "level": 173.3, + "flow": 3386, + "inflow": 3526.5, + "volume": 54301.82, + "temperature": 21.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T01:00:00.000Z", + "level": 173.3, + "flow": 3152.7, + "inflow": 3604.6, + "volume": 54302.09, + "temperature": 21.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T01:10:00.000Z", + "level": 173.3, + "flow": 3129.2, + "inflow": 3611.1, + "volume": 54302.38, + "temperature": 21.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T01:20:00.000Z", + "level": 173.3, + "flow": 3144.2, + "inflow": 3576.8, + "volume": 54302.64, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:30:00.000Z", + "level": 173.3, + "flow": 3143.1, + "inflow": 3612.2, + "volume": 54302.92, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:40:00.000Z", + "level": 173.3, + "flow": 3161.2, + "inflow": 3631.9, + "volume": 54303.2, + "temperature": 21.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T01:50:00.000Z", + "level": 173.3, + "flow": 3149.8, + "inflow": 3585.8, + "volume": 54303.46, + "temperature": 22.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T02:00:00.000Z", + "level": 173.3, + "flow": 2966.4, + "inflow": 3674.7, + "volume": 54303.88, + "temperature": 22.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T02:10:00.000Z", + "level": 173.3, + "flow": 2961.5, + "inflow": 3667.7, + "volume": 54304.3, + "temperature": 22.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T02:20:00.000Z", + "level": 173.3, + "flow": 2944.2, + "inflow": 3658.1, + "volume": 54304.73, + "temperature": 22.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T02:30:00.000Z", + "level": 173.3, + "flow": 2947.9, + "inflow": 3709.6, + "volume": 54305.19, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:40:00.000Z", + "level": 173.3, + "flow": 2967.1, + "inflow": 3659.3, + "volume": 54305.61, + "temperature": 22.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T02:50:00.000Z", + "level": 173.3, + "flow": 2950.5, + "inflow": 3673.7, + "volume": 54306.04, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:00:00.000Z", + "level": 173.3, + "flow": 2883.1, + "inflow": 3771.6, + "volume": 54306.57, + "temperature": 23.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T03:10:00.000Z", + "level": 173.3, + "flow": 2895.7, + "inflow": 3758.3, + "volume": 54307.09, + "temperature": 23.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T03:20:00.000Z", + "level": 173.3, + "flow": 2905.5, + "inflow": 3785.4, + "volume": 54307.62, + "temperature": 23.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T03:30:00.000Z", + "level": 173.3, + "flow": 2877.5, + "inflow": 3763.7, + "volume": 54308.15, + "temperature": 23.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T03:40:00.000Z", + "level": 173.3, + "flow": 2873.6, + "inflow": 3767.5, + "volume": 54308.69, + "temperature": 23.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T03:50:00.000Z", + "level": 173.3, + "flow": 2894.8, + "inflow": 3759, + "volume": 54309.21, + "temperature": 23.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T04:00:00.000Z", + "level": 173.3, + "flow": 2945, + "inflow": 3811.5, + "volume": 54309.73, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:10:00.000Z", + "level": 173.3, + "flow": 2968, + "inflow": 3803.7, + "volume": 54310.23, + "temperature": 23.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T04:20:00.000Z", + "level": 173.3, + "flow": 2958.8, + "inflow": 3781.9, + "volume": 54310.72, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:30:00.000Z", + "level": 173.3, + "flow": 2946, + "inflow": 3772.2, + "volume": 54311.22, + "temperature": 24.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T04:40:00.000Z", + "level": 173.3, + "flow": 2967.4, + "inflow": 3797.2, + "volume": 54311.72, + "temperature": 24.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T04:50:00.000Z", + "level": 173.3, + "flow": 2964.1, + "inflow": 3799.8, + "volume": 54312.22, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:00:00.000Z", + "level": 173.3, + "flow": 3133.1, + "inflow": 3814.9, + "volume": 54312.63, + "temperature": 24.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T05:10:00.000Z", + "level": 173.3, + "flow": 3144, + "inflow": 3835, + "volume": 54313.04, + "temperature": 24.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T05:20:00.000Z", + "level": 173.3, + "flow": 3153.1, + "inflow": 3851.5, + "volume": 54313.46, + "temperature": 23.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T05:30:00.000Z", + "level": 173.3, + "flow": 3141.3, + "inflow": 3869, + "volume": 54313.9, + "temperature": 24.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T05:40:00.000Z", + "level": 173.3, + "flow": 3137.6, + "inflow": 3856.6, + "volume": 54314.33, + "temperature": 23.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T05:50:00.000Z", + "level": 173.3, + "flow": 3142.5, + "inflow": 3854.3, + "volume": 54314.76, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:00:00.000Z", + "level": 173.3, + "flow": 3388.1, + "inflow": 3835.3, + "volume": 54315.03, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:10:00.000Z", + "level": 173.3, + "flow": 3389.2, + "inflow": 3839.8, + "volume": 54315.3, + "temperature": 24.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:20:00.000Z", + "level": 173.3, + "flow": 3409.7, + "inflow": 3854.1, + "volume": 54315.57, + "temperature": 24.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:30:00.000Z", + "level": 173.3, + "flow": 3398.4, + "inflow": 3824.7, + "volume": 54315.83, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:40:00.000Z", + "level": 173.3, + "flow": 3402.7, + "inflow": 3869.6, + "volume": 54316.11, + "temperature": 23.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T06:50:00.000Z", + "level": 173.3, + "flow": 3393, + "inflow": 3842.9, + "volume": 54316.38, + "temperature": 24.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:00:00.000Z", + "level": 173.3, + "flow": 3670.4, + "inflow": 3859.6, + "volume": 54316.49, + "temperature": 24.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T07:10:00.000Z", + "level": 173.3, + "flow": 3659, + "inflow": 3810, + "volume": 54316.58, + "temperature": 24.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T07:20:00.000Z", + "level": 173.3, + "flow": 3665.7, + "inflow": 3870.9, + "volume": 54316.7, + "temperature": 25, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T07:30:00.000Z", + "level": 173.3, + "flow": 3645.7, + "inflow": 3806.1, + "volume": 54316.8, + "temperature": 23.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T07:40:00.000Z", + "level": 173.3, + "flow": 3661.1, + "inflow": 3822.4, + "volume": 54316.9, + "temperature": 23.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T07:50:00.000Z", + "level": 173.3, + "flow": 3651.4, + "inflow": 3863.1, + "volume": 54317.03, + "temperature": 25.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T08:00:00.000Z", + "level": 173.3, + "flow": 3839.7, + "inflow": 3821.3, + "volume": 54317.02, + "temperature": 24.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T08:10:00.000Z", + "level": 173.3, + "flow": 3829.1, + "inflow": 3821.5, + "volume": 54317.02, + "temperature": 23.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T08:20:00.000Z", + "level": 173.3, + "flow": 3854.9, + "inflow": 3816.3, + "volume": 54317, + "temperature": 24.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T08:30:00.000Z", + "level": 173.3, + "flow": 3855.9, + "inflow": 3792.8, + "volume": 54316.96, + "temperature": 24.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T08:40:00.000Z", + "level": 173.3, + "flow": 3855.9, + "inflow": 3813.2, + "volume": 54316.93, + "temperature": 23.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T08:50:00.000Z", + "level": 173.3, + "flow": 3850.2, + "inflow": 3837.7, + "volume": 54316.92, + "temperature": 23.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T09:00:00.000Z", + "level": 173.3, + "flow": 3925.1, + "inflow": 3727.4, + "volume": 54316.8, + "temperature": 23.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T09:10:00.000Z", + "level": 173.3, + "flow": 3903.5, + "inflow": 3754.5, + "volume": 54316.71, + "temperature": 22.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T09:20:00.000Z", + "level": 173.3, + "flow": 3924.2, + "inflow": 3774.8, + "volume": 54316.62, + "temperature": 23.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T09:30:00.000Z", + "level": 173.3, + "flow": 3918, + "inflow": 3764.6, + "volume": 54316.53, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:40:00.000Z", + "level": 173.3, + "flow": 3900.2, + "inflow": 3758.9, + "volume": 54316.45, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:50:00.000Z", + "level": 173.3, + "flow": 3903.6, + "inflow": 3728.8, + "volume": 54316.35, + "temperature": 22.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T10:00:00.000Z", + "level": 173.3, + "flow": 3851, + "inflow": 3656.5, + "volume": 54316.23, + "temperature": 22.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T10:10:00.000Z", + "level": 173.3, + "flow": 3846.7, + "inflow": 3653.5, + "volume": 54316.11, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:20:00.000Z", + "level": 173.3, + "flow": 3839.6, + "inflow": 3656.8, + "volume": 54316, + "temperature": 22, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T10:30:00.000Z", + "level": 173.3, + "flow": 3855.9, + "inflow": 3663.1, + "volume": 54315.88, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:40:00.000Z", + "level": 173.3, + "flow": 3831.9, + "inflow": 3663.7, + "volume": 54315.78, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:50:00.000Z", + "level": 173.3, + "flow": 3849.3, + "inflow": 3708, + "volume": 54315.7, + "temperature": 21.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T11:00:00.000Z", + "level": 173.3, + "flow": 3647.7, + "inflow": 3568.7, + "volume": 54315.65, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:10:00.000Z", + "level": 173.3, + "flow": 3640.8, + "inflow": 3592.6, + "volume": 54315.62, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:20:00.000Z", + "level": 173.3, + "flow": 3654, + "inflow": 3598.7, + "volume": 54315.59, + "temperature": 22, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T11:30:00.000Z", + "level": 173.3, + "flow": 3663.6, + "inflow": 3619.5, + "volume": 54315.56, + "temperature": 22.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T11:40:00.000Z", + "level": 173.3, + "flow": 3645.9, + "inflow": 3575.4, + "volume": 54315.52, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:50:00.000Z", + "level": 173.3, + "flow": 3638.5, + "inflow": 3594.6, + "volume": 54315.49, + "temperature": 22.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T12:00:00.000Z", + "level": 173.3, + "flow": 3411.7, + "inflow": 3490.9, + "volume": 54315.54, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:10:00.000Z", + "level": 173.3, + "flow": 3410.2, + "inflow": 3503.3, + "volume": 54315.6, + "temperature": 20.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T12:20:00.000Z", + "level": 173.3, + "flow": 3401.6, + "inflow": 3482.5, + "volume": 54315.65, + "temperature": 20.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T12:30:00.000Z", + "level": 173.3, + "flow": 3394.8, + "inflow": 3500.6, + "volume": 54315.71, + "temperature": 21.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T12:40:00.000Z", + "level": 173.3, + "flow": 3398.7, + "inflow": 3487.4, + "volume": 54315.76, + "temperature": 21.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T12:50:00.000Z", + "level": 173.3, + "flow": 3392.2, + "inflow": 3531.6, + "volume": 54315.84, + "temperature": 21.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T13:00:00.000Z", + "level": 173.3, + "flow": 3137.5, + "inflow": 3396.7, + "volume": 54316, + "temperature": 20.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T13:10:00.000Z", + "level": 173.3, + "flow": 3155.9, + "inflow": 3432.3, + "volume": 54316.17, + "temperature": 19.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T13:20:00.000Z", + "level": 173.3, + "flow": 3134.5, + "inflow": 3425.3, + "volume": 54316.34, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:30:00.000Z", + "level": 173.3, + "flow": 3138.7, + "inflow": 3452.7, + "volume": 54316.53, + "temperature": 20.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T13:40:00.000Z", + "level": 173.3, + "flow": 3145.2, + "inflow": 3414.5, + "volume": 54316.69, + "temperature": 21, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T13:50:00.000Z", + "level": 173.3, + "flow": 3157.2, + "inflow": 3406.3, + "volume": 54316.84, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:00:00.000Z", + "level": 173.3, + "flow": 2944.1, + "inflow": 3328.4, + "volume": 54317.07, + "temperature": 19.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T14:10:00.000Z", + "level": 173.3, + "flow": 2954.1, + "inflow": 3359.5, + "volume": 54317.31, + "temperature": 20.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T14:20:00.000Z", + "level": 173.3, + "flow": 2973.3, + "inflow": 3367.8, + "volume": 54317.55, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:30:00.000Z", + "level": 173.3, + "flow": 2956.2, + "inflow": 3361.3, + "volume": 54317.79, + "temperature": 20.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T14:40:00.000Z", + "level": 173.3, + "flow": 2947.3, + "inflow": 3351.4, + "volume": 54318.03, + "temperature": 18.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T14:50:00.000Z", + "level": 173.3, + "flow": 2964.3, + "inflow": 3368.5, + "volume": 54318.27, + "temperature": 20.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T15:00:00.000Z", + "level": 173.3, + "flow": 2903.5, + "inflow": 3285, + "volume": 54318.5, + "temperature": 18.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T15:10:00.000Z", + "level": 173.3, + "flow": 2904.1, + "inflow": 3274.3, + "volume": 54318.72, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:20:00.000Z", + "level": 173.3, + "flow": 2900.2, + "inflow": 3257.2, + "volume": 54318.93, + "temperature": 18.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T15:30:00.000Z", + "level": 173.3, + "flow": 2879.5, + "inflow": 3300, + "volume": 54319.18, + "temperature": 18.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T15:40:00.000Z", + "level": 173.3, + "flow": 2885.2, + "inflow": 3278.1, + "volume": 54319.42, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:50:00.000Z", + "level": 173.3, + "flow": 2884.3, + "inflow": 3296.9, + "volume": 54319.67, + "temperature": 19.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T16:00:00.000Z", + "level": 173.3, + "flow": 2945.4, + "inflow": 3188.4, + "volume": 54319.82, + "temperature": 19.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T16:10:00.000Z", + "level": 173.3, + "flow": 2953.7, + "inflow": 3230.6, + "volume": 54319.99, + "temperature": 18.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T16:20:00.000Z", + "level": 173.3, + "flow": 2962.9, + "inflow": 3247.9, + "volume": 54320.16, + "temperature": 19.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T16:30:00.000Z", + "level": 173.3, + "flow": 2950.4, + "inflow": 3209.5, + "volume": 54320.32, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:40:00.000Z", + "level": 173.3, + "flow": 2966, + "inflow": 3241.9, + "volume": 54320.49, + "temperature": 18.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T16:50:00.000Z", + "level": 173.3, + "flow": 2970.6, + "inflow": 3229.4, + "volume": 54320.65, + "temperature": 18.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T17:00:00.000Z", + "level": 173.3, + "flow": 3147.6, + "inflow": 3156.2, + "volume": 54320.66, + "temperature": 17.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T17:10:00.000Z", + "level": 173.3, + "flow": 3149.9, + "inflow": 3158, + "volume": 54320.66, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:20:00.000Z", + "level": 173.3, + "flow": 3151.1, + "inflow": 3205.7, + "volume": 54320.69, + "temperature": 18.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T17:30:00.000Z", + "level": 173.3, + "flow": 3144.9, + "inflow": 3163, + "volume": 54320.7, + "temperature": 18.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T17:40:00.000Z", + "level": 173.3, + "flow": 3132.1, + "inflow": 3186.1, + "volume": 54320.73, + "temperature": 18.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T17:50:00.000Z", + "level": 173.3, + "flow": 3136.1, + "inflow": 3204.9, + "volume": 54320.77, + "temperature": 18.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T18:00:00.000Z", + "level": 173.3, + "flow": 3408.7, + "inflow": 3167, + "volume": 54320.63, + "temperature": 18.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T18:10:00.000Z", + "level": 173.3, + "flow": 3403, + "inflow": 3175.8, + "volume": 54320.49, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:20:00.000Z", + "level": 173.3, + "flow": 3402.1, + "inflow": 3204.7, + "volume": 54320.37, + "temperature": 18.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T18:30:00.000Z", + "level": 173.3, + "flow": 3408.8, + "inflow": 3164.6, + "volume": 54320.22, + "temperature": 18.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T18:40:00.000Z", + "level": 173.3, + "flow": 3400.5, + "inflow": 3186.9, + "volume": 54320.09, + "temperature": 18.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T18:50:00.000Z", + "level": 173.3, + "flow": 3390.6, + "inflow": 3161.7, + "volume": 54319.95, + "temperature": 18.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T19:00:00.000Z", + "level": 173.3, + "flow": 3663.9, + "inflow": 3178.5, + "volume": 54319.66, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:10:00.000Z", + "level": 173.3, + "flow": 3650.3, + "inflow": 3208.6, + "volume": 54319.4, + "temperature": 18.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T19:20:00.000Z", + "level": 173.3, + "flow": 3652.6, + "inflow": 3205.1, + "volume": 54319.13, + "temperature": 18.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T19:30:00.000Z", + "level": 173.3, + "flow": 3646.7, + "inflow": 3201.6, + "volume": 54318.86, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:40:00.000Z", + "level": 173.3, + "flow": 3642.6, + "inflow": 3209.8, + "volume": 54318.6, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:50:00.000Z", + "level": 173.3, + "flow": 3669.4, + "inflow": 3177.1, + "volume": 54318.3, + "temperature": 18.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T20:00:00.000Z", + "level": 173.3, + "flow": 3846.4, + "inflow": 3222.2, + "volume": 54317.93, + "temperature": 19.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T20:10:00.000Z", + "level": 173.3, + "flow": 3833.1, + "inflow": 3198.8, + "volume": 54317.55, + "temperature": 19.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T20:20:00.000Z", + "level": 173.3, + "flow": 3856.6, + "inflow": 3245.8, + "volume": 54317.18, + "temperature": 18.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T20:30:00.000Z", + "level": 173.3, + "flow": 3828.5, + "inflow": 3204.3, + "volume": 54316.81, + "temperature": 19.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T20:40:00.000Z", + "level": 173.3, + "flow": 3854.3, + "inflow": 3250.8, + "volume": 54316.45, + "temperature": 18.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T20:50:00.000Z", + "level": 173.3, + "flow": 3828.6, + "inflow": 3199.6, + "volume": 54316.07, + "temperature": 18.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T21:00:00.000Z", + "level": 173.3, + "flow": 3908.9, + "inflow": 3282.2, + "volume": 54315.69, + "temperature": 18.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T21:10:00.000Z", + "level": 173.3, + "flow": 3922.2, + "inflow": 3254.3, + "volume": 54315.29, + "temperature": 19.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T21:20:00.000Z", + "level": 173.3, + "flow": 3916.2, + "inflow": 3282.2, + "volume": 54314.91, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:30:00.000Z", + "level": 173.3, + "flow": 3920.7, + "inflow": 3245, + "volume": 54314.5, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:40:00.000Z", + "level": 173.3, + "flow": 3910.7, + "inflow": 3273.3, + "volume": 54314.12, + "temperature": 19.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T21:50:00.000Z", + "level": 173.3, + "flow": 3910.2, + "inflow": 3285.3, + "volume": 54313.75, + "temperature": 19.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T22:00:00.000Z", + "level": 173.3, + "flow": 3853.8, + "inflow": 3307.4, + "volume": 54313.42, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:10:00.000Z", + "level": 173.3, + "flow": 3855.9, + "inflow": 3316.2, + "volume": 54313.1, + "temperature": 19.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T22:20:00.000Z", + "level": 173.3, + "flow": 3852.7, + "inflow": 3341.5, + "volume": 54312.79, + "temperature": 20.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T22:30:00.000Z", + "level": 173.3, + "flow": 3827.3, + "inflow": 3348.2, + "volume": 54312.5, + "temperature": 19.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T22:40:00.000Z", + "level": 173.3, + "flow": 3827.5, + "inflow": 3340.6, + "volume": 54312.21, + "temperature": 20.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-05T22:50:00.000Z", + "level": 173.3, + "flow": 3851.4, + "inflow": 3329.6, + "volume": 54311.9, + "temperature": 19.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T23:00:00.000Z", + "level": 173.3, + "flow": 3658.6, + "inflow": 3455.1, + "volume": 54311.78, + "temperature": 19.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T23:10:00.000Z", + "level": 173.3, + "flow": 3655.7, + "inflow": 3412.1, + "volume": 54311.63, + "temperature": 20.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T23:20:00.000Z", + "level": 173.3, + "flow": 3640.5, + "inflow": 3446.5, + "volume": 54311.51, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:30:00.000Z", + "level": 173.3, + "flow": 3651.7, + "inflow": 3422.1, + "volume": 54311.37, + "temperature": 21.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T23:40:00.000Z", + "level": 173.3, + "flow": 3664.2, + "inflow": 3446.5, + "volume": 54311.24, + "temperature": 21.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T23:50:00.000Z", + "level": 173.3, + "flow": 3665, + "inflow": 3429.4, + "volume": 54311.1, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:00:00.000Z", + "level": 173.3, + "flow": 3400.8, + "inflow": 3515.4, + "volume": 54311.17, + "temperature": 21.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T00:10:00.000Z", + "level": 173.3, + "flow": 3386.2, + "inflow": 3495.2, + "volume": 54311.24, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:20:00.000Z", + "level": 173.3, + "flow": 3406, + "inflow": 3522.4, + "volume": 54311.31, + "temperature": 21.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T00:30:00.000Z", + "level": 173.3, + "flow": 3395.8, + "inflow": 3542.3, + "volume": 54311.4, + "temperature": 20.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T00:40:00.000Z", + "level": 173.3, + "flow": 3396.8, + "inflow": 3523.8, + "volume": 54311.48, + "temperature": 21, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T00:50:00.000Z", + "level": 173.3, + "flow": 3405.5, + "inflow": 3554.6, + "volume": 54311.57, + "temperature": 20.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T01:00:00.000Z", + "level": 173.3, + "flow": 3153.9, + "inflow": 3606.4, + "volume": 54311.84, + "temperature": 22.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T01:10:00.000Z", + "level": 173.3, + "flow": 3139.6, + "inflow": 3631.9, + "volume": 54312.14, + "temperature": 21.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T01:20:00.000Z", + "level": 173.3, + "flow": 3156.7, + "inflow": 3646.5, + "volume": 54312.43, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:30:00.000Z", + "level": 173.3, + "flow": 3141.5, + "inflow": 3589.6, + "volume": 54312.7, + "temperature": 21.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T01:40:00.000Z", + "level": 173.3, + "flow": 3140.1, + "inflow": 3611.4, + "volume": 54312.98, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:50:00.000Z", + "level": 173.3, + "flow": 3150.2, + "inflow": 3642.2, + "volume": 54313.28, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:00:00.000Z", + "level": 173.3, + "flow": 2948.2, + "inflow": 3667.8, + "volume": 54313.71, + "temperature": 22.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T02:10:00.000Z", + "level": 173.3, + "flow": 2974.4, + "inflow": 3697.3, + "volume": 54314.14, + "temperature": 22.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T02:20:00.000Z", + "level": 173.3, + "flow": 2965.3, + "inflow": 3695.4, + "volume": 54314.58, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:30:00.000Z", + "level": 173.3, + "flow": 2952.8, + "inflow": 3666.2, + "volume": 54315.01, + "temperature": 21.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T02:40:00.000Z", + "level": 173.3, + "flow": 2958.1, + "inflow": 3667.4, + "volume": 54315.44, + "temperature": 23, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T02:50:00.000Z", + "level": 173.3, + "flow": 2970.9, + "inflow": 3687.6, + "volume": 54315.87, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:00:00.000Z", + "level": 173.3, + "flow": 2875.4, + "inflow": 3794.6, + "volume": 54316.42, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:10:00.000Z", + "level": 173.3, + "flow": 2883, + "inflow": 3768.2, + "volume": 54316.95, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:20:00.000Z", + "level": 173.3, + "flow": 2901.2, + "inflow": 3750.4, + "volume": 54317.46, + "temperature": 23.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T03:30:00.000Z", + "level": 173.3, + "flow": 2885.7, + "inflow": 3739.7, + "volume": 54317.97, + "temperature": 22.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T03:40:00.000Z", + "level": 173.3, + "flow": 2884.7, + "inflow": 3789.8, + "volume": 54318.51, + "temperature": 24, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T03:50:00.000Z", + "level": 173.3, + "flow": 2906.7, + "inflow": 3785.5, + "volume": 54319.04, + "temperature": 23.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T04:00:00.000Z", + "level": 173.3, + "flow": 2975, + "inflow": 3811.8, + "volume": 54319.54, + "temperature": 24.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T04:10:00.000Z", + "level": 173.3, + "flow": 2956, + "inflow": 3818.7, + "volume": 54320.06, + "temperature": 23.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T04:20:00.000Z", + "level": 173.3, + "flow": 2954.8, + "inflow": 3845.8, + "volume": 54320.59, + "temperature": 24.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T04:30:00.000Z", + "level": 173.31, + "flow": 2974.8, + "inflow": 3842.7, + "volume": 54321.11, + "temperature": 23.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T04:40:00.000Z", + "level": 173.31, + "flow": 2969.1, + "inflow": 3810.4, + "volume": 54321.61, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:50:00.000Z", + "level": 173.31, + "flow": 2970.4, + "inflow": 3817, + "volume": 54322.12, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:00:00.000Z", + "level": 173.31, + "flow": 3147.1, + "inflow": 3884.7, + "volume": 54322.56, + "temperature": 24.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T05:10:00.000Z", + "level": 173.31, + "flow": 3129.8, + "inflow": 3848.5, + "volume": 54322.99, + "temperature": 23.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T05:20:00.000Z", + "level": 173.31, + "flow": 3130.7, + "inflow": 3823, + "volume": 54323.41, + "temperature": 24.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:30:00.000Z", + "level": 173.31, + "flow": 3149.6, + "inflow": 3882.5, + "volume": 54323.85, + "temperature": 24.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T05:40:00.000Z", + "level": 173.31, + "flow": 3151, + "inflow": 3869.6, + "volume": 54324.28, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:50:00.000Z", + "level": 173.31, + "flow": 3134.7, + "inflow": 3886.5, + "volume": 54324.73, + "temperature": 23.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T06:00:00.000Z", + "level": 173.31, + "flow": 3394.4, + "inflow": 3868.7, + "volume": 54325.01, + "temperature": 24.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T06:10:00.000Z", + "level": 173.31, + "flow": 3388.6, + "inflow": 3873.6, + "volume": 54325.3, + "temperature": 24.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T06:20:00.000Z", + "level": 173.31, + "flow": 3392.5, + "inflow": 3889.7, + "volume": 54325.6, + "temperature": 24.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T06:30:00.000Z", + "level": 173.31, + "flow": 3407.9, + "inflow": 3882.6, + "volume": 54325.88, + "temperature": 24, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T06:40:00.000Z", + "level": 173.31, + "flow": 3400.9, + "inflow": 3861.9, + "volume": 54326.16, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:50:00.000Z", + "level": 173.31, + "flow": 3413.4, + "inflow": 3884.1, + "volume": 54326.44, + "temperature": 24.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T07:00:00.000Z", + "level": 173.31, + "flow": 3651.3, + "inflow": 3858.4, + "volume": 54326.56, + "temperature": 23.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T07:10:00.000Z", + "level": 173.31, + "flow": 3657.3, + "inflow": 3827.9, + "volume": 54326.66, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:20:00.000Z", + "level": 173.31, + "flow": 3645.2, + "inflow": 3880.4, + "volume": 54326.8, + "temperature": 23.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T07:30:00.000Z", + "level": 173.31, + "flow": 3646.5, + "inflow": 3883, + "volume": 54326.94, + "temperature": 24, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:40:00.000Z", + "level": 173.31, + "flow": 3646.4, + "inflow": 3880.3, + "volume": 54327.08, + "temperature": 24.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T07:50:00.000Z", + "level": 173.31, + "flow": 3655.7, + "inflow": 3836.7, + "volume": 54327.19, + "temperature": 24.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T08:00:00.000Z", + "level": 173.31, + "flow": 3844.2, + "inflow": 3840.1, + "volume": 54327.19, + "temperature": 23.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T08:10:00.000Z", + "level": 173.31, + "flow": 3844.8, + "inflow": 3854.1, + "volume": 54327.2, + "temperature": 23.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T08:20:00.000Z", + "level": 173.31, + "flow": 3825.8, + "inflow": 3826.5, + "volume": 54327.2, + "temperature": 24.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T08:30:00.000Z", + "level": 173.31, + "flow": 3840.1, + "inflow": 3802.9, + "volume": 54327.18, + "temperature": 23.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T08:40:00.000Z", + "level": 173.31, + "flow": 3832.6, + "inflow": 3801.2, + "volume": 54327.16, + "temperature": 23.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T08:50:00.000Z", + "level": 173.31, + "flow": 3836.9, + "inflow": 3807.8, + "volume": 54327.14, + "temperature": 22.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T09:00:00.000Z", + "level": 173.31, + "flow": 3895.9, + "inflow": 3752.9, + "volume": 54327.05, + "temperature": 24.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T09:10:00.000Z", + "level": 173.31, + "flow": 3907.3, + "inflow": 3755.9, + "volume": 54326.96, + "temperature": 22.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T09:20:00.000Z", + "level": 173.31, + "flow": 3910.9, + "inflow": 3736.3, + "volume": 54326.86, + "temperature": 22.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T09:30:00.000Z", + "level": 173.31, + "flow": 3906.7, + "inflow": 3781.4, + "volume": 54326.78, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:40:00.000Z", + "level": 173.31, + "flow": 3905, + "inflow": 3797.1, + "volume": 54326.72, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:50:00.000Z", + "level": 173.31, + "flow": 3920.1, + "inflow": 3746.8, + "volume": 54326.62, + "temperature": 23.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T10:00:00.000Z", + "level": 173.31, + "flow": 3832.9, + "inflow": 3725.4, + "volume": 54326.56, + "temperature": 22.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T10:10:00.000Z", + "level": 173.31, + "flow": 3831.2, + "inflow": 3699.7, + "volume": 54326.48, + "temperature": 22.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T10:20:00.000Z", + "level": 173.31, + "flow": 3828, + "inflow": 3724.9, + "volume": 54326.42, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:30:00.000Z", + "level": 173.31, + "flow": 3849.2, + "inflow": 3685.6, + "volume": 54326.32, + "temperature": 21.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T10:40:00.000Z", + "level": 173.31, + "flow": 3826.9, + "inflow": 3676.9, + "volume": 54326.23, + "temperature": 23.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T10:50:00.000Z", + "level": 173.31, + "flow": 3838.9, + "inflow": 3685.2, + "volume": 54326.14, + "temperature": 21.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T11:00:00.000Z", + "level": 173.31, + "flow": 3649.1, + "inflow": 3614.5, + "volume": 54326.12, + "temperature": 21.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T11:10:00.000Z", + "level": 173.31, + "flow": 3642, + "inflow": 3587.7, + "volume": 54326.09, + "temperature": 22.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T11:20:00.000Z", + "level": 173.31, + "flow": 3644.2, + "inflow": 3587, + "volume": 54326.06, + "temperature": 21.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T11:30:00.000Z", + "level": 173.31, + "flow": 3640.9, + "inflow": 3642.8, + "volume": 54326.06, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:40:00.000Z", + "level": 173.31, + "flow": 3666.9, + "inflow": 3619.5, + "volume": 54326.03, + "temperature": 21.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T11:50:00.000Z", + "level": 173.31, + "flow": 3671.2, + "inflow": 3642.8, + "volume": 54326.01, + "temperature": 22.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T12:00:00.000Z", + "level": 173.31, + "flow": 3387.7, + "inflow": 3519.6, + "volume": 54326.09, + "temperature": 22, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T12:10:00.000Z", + "level": 173.31, + "flow": 3397.3, + "inflow": 3518, + "volume": 54326.16, + "temperature": 21.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T12:20:00.000Z", + "level": 173.31, + "flow": 3384, + "inflow": 3541.1, + "volume": 54326.25, + "temperature": 20.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T12:30:00.000Z", + "level": 173.31, + "flow": 3411.1, + "inflow": 3540.8, + "volume": 54326.33, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:40:00.000Z", + "level": 173.31, + "flow": 3399.9, + "inflow": 3525.2, + "volume": 54326.41, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:50:00.000Z", + "level": 173.31, + "flow": 3383.7, + "inflow": 3555.4, + "volume": 54326.51, + "temperature": 21.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T13:00:00.000Z", + "level": 173.31, + "flow": 3146.7, + "inflow": 3426.3, + "volume": 54326.68, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:10:00.000Z", + "level": 173.31, + "flow": 3147.2, + "inflow": 3438.8, + "volume": 54326.85, + "temperature": 20.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T13:20:00.000Z", + "level": 173.31, + "flow": 3159.9, + "inflow": 3440.7, + "volume": 54327.02, + "temperature": 19.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T13:30:00.000Z", + "level": 173.31, + "flow": 3154.3, + "inflow": 3412.3, + "volume": 54327.17, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:40:00.000Z", + "level": 173.31, + "flow": 3135.2, + "inflow": 3441.6, + "volume": 54327.35, + "temperature": 19.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T13:50:00.000Z", + "level": 173.31, + "flow": 3141.4, + "inflow": 3440.4, + "volume": 54327.53, + "temperature": 20.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T14:00:00.000Z", + "level": 173.31, + "flow": 2970.8, + "inflow": 3327, + "volume": 54327.74, + "temperature": 18.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T14:10:00.000Z", + "level": 173.31, + "flow": 2965.3, + "inflow": 3341.7, + "volume": 54327.97, + "temperature": 18.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T14:20:00.000Z", + "level": 173.31, + "flow": 2953.1, + "inflow": 3363.4, + "volume": 54328.22, + "temperature": 19.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T14:30:00.000Z", + "level": 173.31, + "flow": 2970.8, + "inflow": 3373, + "volume": 54328.46, + "temperature": 19.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T14:40:00.000Z", + "level": 173.31, + "flow": 2957.5, + "inflow": 3368.4, + "volume": 54328.71, + "temperature": 20.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T14:50:00.000Z", + "level": 173.31, + "flow": 2965.3, + "inflow": 3375.4, + "volume": 54328.96, + "temperature": 20.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T15:00:00.000Z", + "level": 173.31, + "flow": 2875.7, + "inflow": 3276.4, + "volume": 54329.2, + "temperature": 19.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T15:10:00.000Z", + "level": 173.31, + "flow": 2896.4, + "inflow": 3278.1, + "volume": 54329.43, + "temperature": 18.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T15:20:00.000Z", + "level": 173.31, + "flow": 2873.3, + "inflow": 3299.9, + "volume": 54329.69, + "temperature": 18.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T15:30:00.000Z", + "level": 173.31, + "flow": 2887.9, + "inflow": 3269.3, + "volume": 54329.92, + "temperature": 19, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T15:40:00.000Z", + "level": 173.31, + "flow": 2876, + "inflow": 3298.2, + "volume": 54330.17, + "temperature": 20, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T15:50:00.000Z", + "level": 173.31, + "flow": 2881.9, + "inflow": 3281.8, + "volume": 54330.41, + "temperature": 19.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T16:00:00.000Z", + "level": 173.31, + "flow": 2961.4, + "inflow": 3229.2, + "volume": 54330.57, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:10:00.000Z", + "level": 173.31, + "flow": 2970.4, + "inflow": 3209.4, + "volume": 54330.71, + "temperature": 19.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T16:20:00.000Z", + "level": 173.31, + "flow": 2975.3, + "inflow": 3208.2, + "volume": 54330.85, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:30:00.000Z", + "level": 173.31, + "flow": 2947.6, + "inflow": 3233.7, + "volume": 54331.02, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:40:00.000Z", + "level": 173.31, + "flow": 2952.2, + "inflow": 3254.6, + "volume": 54331.2, + "temperature": 19.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T16:50:00.000Z", + "level": 173.31, + "flow": 2968.7, + "inflow": 3228.8, + "volume": 54331.36, + "temperature": 17.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T17:00:00.000Z", + "level": 173.31, + "flow": 3161.1, + "inflow": 3214.8, + "volume": 54331.39, + "temperature": 17.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T17:10:00.000Z", + "level": 173.31, + "flow": 3153.1, + "inflow": 3203.5, + "volume": 54331.42, + "temperature": 17.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T17:20:00.000Z", + "level": 173.31, + "flow": 3137.3, + "inflow": 3217.9, + "volume": 54331.47, + "temperature": 18.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T17:30:00.000Z", + "level": 173.31, + "flow": 3142.2, + "inflow": 3190.3, + "volume": 54331.5, + "temperature": 19, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T17:40:00.000Z", + "level": 173.31, + "flow": 3141.5, + "inflow": 3229.4, + "volume": 54331.55, + "temperature": 19, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T17:50:00.000Z", + "level": 173.31, + "flow": 3128.6, + "inflow": 3212.9, + "volume": 54331.6, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:00:00.000Z", + "level": 173.31, + "flow": 3412.3, + "inflow": 3158.4, + "volume": 54331.45, + "temperature": 17.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T18:10:00.000Z", + "level": 173.31, + "flow": 3395.3, + "inflow": 3173.3, + "volume": 54331.32, + "temperature": 19.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T18:20:00.000Z", + "level": 173.31, + "flow": 3406.8, + "inflow": 3209.6, + "volume": 54331.2, + "temperature": 18.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T18:30:00.000Z", + "level": 173.31, + "flow": 3400.9, + "inflow": 3167.9, + "volume": 54331.06, + "temperature": 18.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T18:40:00.000Z", + "level": 173.31, + "flow": 3414.3, + "inflow": 3202.4, + "volume": 54330.93, + "temperature": 18.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T18:50:00.000Z", + "level": 173.31, + "flow": 3387, + "inflow": 3204.3, + "volume": 54330.82, + "temperature": 18.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T19:00:00.000Z", + "level": 173.31, + "flow": 3659.2, + "inflow": 3170.7, + "volume": 54330.53, + "temperature": 18.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T19:10:00.000Z", + "level": 173.31, + "flow": 3664.1, + "inflow": 3219.1, + "volume": 54330.26, + "temperature": 18.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T19:20:00.000Z", + "level": 173.31, + "flow": 3651.2, + "inflow": 3184.6, + "volume": 54329.98, + "temperature": 18.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T19:30:00.000Z", + "level": 173.31, + "flow": 3640.7, + "inflow": 3174.8, + "volume": 54329.7, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:40:00.000Z", + "level": 173.31, + "flow": 3653.9, + "inflow": 3167.2, + "volume": 54329.41, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:50:00.000Z", + "level": 173.31, + "flow": 3668.4, + "inflow": 3167.4, + "volume": 54329.11, + "temperature": 18.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T20:00:00.000Z", + "level": 173.31, + "flow": 3844.3, + "inflow": 3233.8, + "volume": 54328.74, + "temperature": 18.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T20:10:00.000Z", + "level": 173.31, + "flow": 3846.4, + "inflow": 3266, + "volume": 54328.39, + "temperature": 18.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T20:20:00.000Z", + "level": 173.31, + "flow": 3841.8, + "inflow": 3206.4, + "volume": 54328.01, + "temperature": 18.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T20:30:00.000Z", + "level": 173.31, + "flow": 3841.4, + "inflow": 3208.7, + "volume": 54327.63, + "temperature": 19.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T20:40:00.000Z", + "level": 173.31, + "flow": 3856.3, + "inflow": 3236.1, + "volume": 54327.26, + "temperature": 19.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T20:50:00.000Z", + "level": 173.31, + "flow": 3837.5, + "inflow": 3260.1, + "volume": 54326.91, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:00:00.000Z", + "level": 173.31, + "flow": 3894.6, + "inflow": 3278.4, + "volume": 54326.54, + "temperature": 19, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T21:10:00.000Z", + "level": 173.31, + "flow": 3920.1, + "inflow": 3302.5, + "volume": 54326.17, + "temperature": 18.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T21:20:00.000Z", + "level": 173.31, + "flow": 3901.1, + "inflow": 3320.9, + "volume": 54325.82, + "temperature": 19.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T21:30:00.000Z", + "level": 173.31, + "flow": 3918.8, + "inflow": 3290.6, + "volume": 54325.44, + "temperature": 18.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T21:40:00.000Z", + "level": 173.31, + "flow": 3896.1, + "inflow": 3296.5, + "volume": 54325.08, + "temperature": 20.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T21:50:00.000Z", + "level": 173.31, + "flow": 3923.5, + "inflow": 3270.1, + "volume": 54324.69, + "temperature": 19.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T22:00:00.000Z", + "level": 173.31, + "flow": 3842.2, + "inflow": 3369.1, + "volume": 54324.41, + "temperature": 19.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T22:10:00.000Z", + "level": 173.31, + "flow": 3842.8, + "inflow": 3363.2, + "volume": 54324.12, + "temperature": 18.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T22:20:00.000Z", + "level": 173.31, + "flow": 3848.3, + "inflow": 3325.6, + "volume": 54323.81, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:30:00.000Z", + "level": 173.31, + "flow": 3842.8, + "inflow": 3332.1, + "volume": 54323.5, + "temperature": 19.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T22:40:00.000Z", + "level": 173.31, + "flow": 3854.4, + "inflow": 3365.3, + "volume": 54323.21, + "temperature": 20.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T22:50:00.000Z", + "level": 173.31, + "flow": 3838.9, + "inflow": 3361.7, + "volume": 54322.92, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:00:00.000Z", + "level": 173.31, + "flow": 3651, + "inflow": 3465.7, + "volume": 54322.81, + "temperature": 21.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T23:10:00.000Z", + "level": 173.31, + "flow": 3654.3, + "inflow": 3470.8, + "volume": 54322.7, + "temperature": 20.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T23:20:00.000Z", + "level": 173.31, + "flow": 3669.5, + "inflow": 3446.2, + "volume": 54322.57, + "temperature": 20.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-06T23:30:00.000Z", + "level": 173.31, + "flow": 3657.4, + "inflow": 3449.6, + "volume": 54322.45, + "temperature": 20.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T23:40:00.000Z", + "level": 173.31, + "flow": 3647.9, + "inflow": 3416.7, + "volume": 54322.31, + "temperature": 19.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T23:50:00.000Z", + "level": 173.31, + "flow": 3661.4, + "inflow": 3449.2, + "volume": 54322.18, + "temperature": 20.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T00:00:00.000Z", + "level": 173.31, + "flow": 3413.9, + "inflow": 3520.9, + "volume": 54322.24, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:10:00.000Z", + "level": 173.31, + "flow": 3400.9, + "inflow": 3576.8, + "volume": 54322.35, + "temperature": 20.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T00:20:00.000Z", + "level": 173.31, + "flow": 3383.9, + "inflow": 3548, + "volume": 54322.45, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:30:00.000Z", + "level": 173.31, + "flow": 3383.7, + "inflow": 3563.9, + "volume": 54322.56, + "temperature": 21.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T00:40:00.000Z", + "level": 173.31, + "flow": 3396.2, + "inflow": 3522.6, + "volume": 54322.64, + "temperature": 20.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T00:50:00.000Z", + "level": 173.31, + "flow": 3412.2, + "inflow": 3553.3, + "volume": 54322.72, + "temperature": 21.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T01:00:00.000Z", + "level": 173.31, + "flow": 3135.8, + "inflow": 3652.6, + "volume": 54323.03, + "temperature": 22.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T01:10:00.000Z", + "level": 173.31, + "flow": 3129.5, + "inflow": 3664.3, + "volume": 54323.35, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:20:00.000Z", + "level": 173.31, + "flow": 3151.4, + "inflow": 3660.2, + "volume": 54323.66, + "temperature": 21.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T01:30:00.000Z", + "level": 173.31, + "flow": 3159.5, + "inflow": 3618, + "volume": 54323.94, + "temperature": 22, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T01:40:00.000Z", + "level": 173.31, + "flow": 3139.4, + "inflow": 3636.7, + "volume": 54324.24, + "temperature": 22.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T01:50:00.000Z", + "level": 173.31, + "flow": 3130.5, + "inflow": 3643.2, + "volume": 54324.55, + "temperature": 21.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T02:00:00.000Z", + "level": 173.31, + "flow": 2955.7, + "inflow": 3719, + "volume": 54325.01, + "temperature": 22.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T02:10:00.000Z", + "level": 173.31, + "flow": 2964, + "inflow": 3691.9, + "volume": 54325.45, + "temperature": 22, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T02:20:00.000Z", + "level": 173.31, + "flow": 2963.4, + "inflow": 3711.5, + "volume": 54325.9, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:30:00.000Z", + "level": 173.31, + "flow": 2967.4, + "inflow": 3719.4, + "volume": 54326.35, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:40:00.000Z", + "level": 173.31, + "flow": 2954.3, + "inflow": 3745.9, + "volume": 54326.82, + "temperature": 22.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T02:50:00.000Z", + "level": 173.31, + "flow": 2973.5, + "inflow": 3746.1, + "volume": 54327.28, + "temperature": 22.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T03:00:00.000Z", + "level": 173.31, + "flow": 2901.7, + "inflow": 3804.2, + "volume": 54327.82, + "temperature": 22.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T03:10:00.000Z", + "level": 173.31, + "flow": 2897.9, + "inflow": 3765.1, + "volume": 54328.34, + "temperature": 22.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T03:20:00.000Z", + "level": 173.31, + "flow": 2894.6, + "inflow": 3804.2, + "volume": 54328.89, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:30:00.000Z", + "level": 173.31, + "flow": 2882.7, + "inflow": 3794.2, + "volume": 54329.44, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:40:00.000Z", + "level": 173.31, + "flow": 2895.6, + "inflow": 3771.7, + "volume": 54329.97, + "temperature": 24.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T03:50:00.000Z", + "level": 173.31, + "flow": 2902.5, + "inflow": 3765.2, + "volume": 54330.49, + "temperature": 23.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T04:00:00.000Z", + "level": 173.31, + "flow": 2950.7, + "inflow": 3829.8, + "volume": 54331.02, + "temperature": 24.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T04:10:00.000Z", + "level": 173.31, + "flow": 2969.5, + "inflow": 3814.3, + "volume": 54331.53, + "temperature": 24.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T04:20:00.000Z", + "level": 173.31, + "flow": 2943.2, + "inflow": 3809.2, + "volume": 54332.05, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:30:00.000Z", + "level": 173.31, + "flow": 2957, + "inflow": 3844.9, + "volume": 54332.58, + "temperature": 24, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T04:40:00.000Z", + "level": 173.31, + "flow": 2963.2, + "inflow": 3847.7, + "volume": 54333.11, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:50:00.000Z", + "level": 173.31, + "flow": 2942, + "inflow": 3861.8, + "volume": 54333.66, + "temperature": 24, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T05:00:00.000Z", + "level": 173.31, + "flow": 3139.6, + "inflow": 3870.8, + "volume": 54334.1, + "temperature": 24.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:10:00.000Z", + "level": 173.31, + "flow": 3160.7, + "inflow": 3863.1, + "volume": 54334.52, + "temperature": 23.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T05:20:00.000Z", + "level": 173.31, + "flow": 3156.8, + "inflow": 3853.2, + "volume": 54334.94, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:30:00.000Z", + "level": 173.31, + "flow": 3141.9, + "inflow": 3885.4, + "volume": 54335.39, + "temperature": 23.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T05:40:00.000Z", + "level": 173.31, + "flow": 3155.9, + "inflow": 3892.3, + "volume": 54335.83, + "temperature": 24.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T05:50:00.000Z", + "level": 173.31, + "flow": 3128.7, + "inflow": 3874, + "volume": 54336.28, + "temperature": 24, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T06:00:00.000Z", + "level": 173.31, + "flow": 3389.2, + "inflow": 3905.9, + "volume": 54336.59, + "temperature": 24.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T06:10:00.000Z", + "level": 173.31, + "flow": 3407.3, + "inflow": 3915.2, + "volume": 54336.89, + "temperature": 23.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T06:20:00.000Z", + "level": 173.31, + "flow": 3404.7, + "inflow": 3854.1, + "volume": 54337.16, + "temperature": 23.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T06:30:00.000Z", + "level": 173.31, + "flow": 3389.9, + "inflow": 3852.9, + "volume": 54337.44, + "temperature": 24.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T06:40:00.000Z", + "level": 173.31, + "flow": 3391.6, + "inflow": 3859.4, + "volume": 54337.72, + "temperature": 23.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T06:50:00.000Z", + "level": 173.31, + "flow": 3412, + "inflow": 3915.5, + "volume": 54338.02, + "temperature": 24.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T07:00:00.000Z", + "level": 173.31, + "flow": 3645.7, + "inflow": 3853.7, + "volume": 54338.14, + "temperature": 24.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T07:10:00.000Z", + "level": 173.31, + "flow": 3662, + "inflow": 3880.5, + "volume": 54338.27, + "temperature": 24.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:20:00.000Z", + "level": 173.31, + "flow": 3642.8, + "inflow": 3847.7, + "volume": 54338.39, + "temperature": 23.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T07:30:00.000Z", + "level": 173.31, + "flow": 3651.5, + "inflow": 3857.9, + "volume": 54338.51, + "temperature": 23.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T07:40:00.000Z", + "level": 173.31, + "flow": 3654.3, + "inflow": 3849.5, + "volume": 54338.63, + "temperature": 24, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T07:50:00.000Z", + "level": 173.31, + "flow": 3645.6, + "inflow": 3892.2, + "volume": 54338.78, + "temperature": 23.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T08:00:00.000Z", + "level": 173.31, + "flow": 3829.7, + "inflow": 3813.1, + "volume": 54338.77, + "temperature": 24.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T08:10:00.000Z", + "level": 173.31, + "flow": 3843.6, + "inflow": 3851.9, + "volume": 54338.77, + "temperature": 24.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T08:20:00.000Z", + "level": 173.31, + "flow": 3835.4, + "inflow": 3808.7, + "volume": 54338.75, + "temperature": 23.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T08:30:00.000Z", + "level": 173.31, + "flow": 3833.2, + "inflow": 3844.8, + "volume": 54338.76, + "temperature": 24.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T08:40:00.000Z", + "level": 173.31, + "flow": 3851.9, + "inflow": 3807.1, + "volume": 54338.73, + "temperature": 24.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T08:50:00.000Z", + "level": 173.31, + "flow": 3848.3, + "inflow": 3821, + "volume": 54338.71, + "temperature": 24, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T09:00:00.000Z", + "level": 173.31, + "flow": 3906.3, + "inflow": 3777.4, + "volume": 54338.63, + "temperature": 23.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T09:10:00.000Z", + "level": 173.31, + "flow": 3918.6, + "inflow": 3811, + "volume": 54338.57, + "temperature": 23.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T09:20:00.000Z", + "level": 173.31, + "flow": 3924.5, + "inflow": 3805.9, + "volume": 54338.5, + "temperature": 23.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T09:30:00.000Z", + "level": 173.31, + "flow": 3914.2, + "inflow": 3814.8, + "volume": 54338.44, + "temperature": 22.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T09:40:00.000Z", + "level": 173.31, + "flow": 3925.4, + "inflow": 3803.7, + "volume": 54338.37, + "temperature": 23.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T09:50:00.000Z", + "level": 173.31, + "flow": 3925.6, + "inflow": 3809.7, + "volume": 54338.3, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:00:00.000Z", + "level": 173.31, + "flow": 3828.8, + "inflow": 3689.1, + "volume": 54338.22, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:10:00.000Z", + "level": 173.31, + "flow": 3854.3, + "inflow": 3737.8, + "volume": 54338.15, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:20:00.000Z", + "level": 173.31, + "flow": 3824.9, + "inflow": 3696.9, + "volume": 54338.07, + "temperature": 23.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T10:30:00.000Z", + "level": 173.31, + "flow": 3834.2, + "inflow": 3680.1, + "volume": 54337.98, + "temperature": 22.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T10:40:00.000Z", + "level": 173.31, + "flow": 3842.3, + "inflow": 3743.8, + "volume": 54337.92, + "temperature": 23.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T10:50:00.000Z", + "level": 173.31, + "flow": 3838.4, + "inflow": 3696.4, + "volume": 54337.83, + "temperature": 21.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T11:00:00.000Z", + "level": 173.31, + "flow": 3647.6, + "inflow": 3637.2, + "volume": 54337.82, + "temperature": 21.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T11:10:00.000Z", + "level": 173.31, + "flow": 3645.2, + "inflow": 3641.1, + "volume": 54337.82, + "temperature": 22.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T11:20:00.000Z", + "level": 173.31, + "flow": 3645.5, + "inflow": 3625, + "volume": 54337.81, + "temperature": 21.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T11:30:00.000Z", + "level": 173.31, + "flow": 3665.8, + "inflow": 3624.2, + "volume": 54337.79, + "temperature": 22.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T11:40:00.000Z", + "level": 173.31, + "flow": 3660.8, + "inflow": 3638.8, + "volume": 54337.78, + "temperature": 21.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T11:50:00.000Z", + "level": 173.31, + "flow": 3639.5, + "inflow": 3654.9, + "volume": 54337.79, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:00:00.000Z", + "level": 173.31, + "flow": 3384.1, + "inflow": 3569.8, + "volume": 54337.9, + "temperature": 21.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T12:10:00.000Z", + "level": 173.31, + "flow": 3408.1, + "inflow": 3509.2, + "volume": 54337.96, + "temperature": 20.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T12:20:00.000Z", + "level": 173.31, + "flow": 3401.6, + "inflow": 3554.4, + "volume": 54338.05, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:30:00.000Z", + "level": 173.31, + "flow": 3403, + "inflow": 3548.2, + "volume": 54338.14, + "temperature": 21.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T12:40:00.000Z", + "level": 173.31, + "flow": 3398.3, + "inflow": 3567.1, + "volume": 54338.24, + "temperature": 21.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T12:50:00.000Z", + "level": 173.31, + "flow": 3393.6, + "inflow": 3561.3, + "volume": 54338.34, + "temperature": 20.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T13:00:00.000Z", + "level": 173.31, + "flow": 3159, + "inflow": 3444.6, + "volume": 54338.51, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:10:00.000Z", + "level": 173.31, + "flow": 3160, + "inflow": 3487.1, + "volume": 54338.71, + "temperature": 21, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T13:20:00.000Z", + "level": 173.31, + "flow": 3139.3, + "inflow": 3442, + "volume": 54338.89, + "temperature": 20.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T13:30:00.000Z", + "level": 173.31, + "flow": 3133.4, + "inflow": 3485.8, + "volume": 54339.1, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:40:00.000Z", + "level": 173.31, + "flow": 3161.6, + "inflow": 3483.6, + "volume": 54339.29, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:50:00.000Z", + "level": 173.31, + "flow": 3159.2, + "inflow": 3435.9, + "volume": 54339.46, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:00:00.000Z", + "level": 173.31, + "flow": 2970.4, + "inflow": 3399.3, + "volume": 54339.72, + "temperature": 19.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T14:10:00.000Z", + "level": 173.31, + "flow": 2958, + "inflow": 3366.1, + "volume": 54339.96, + "temperature": 18.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T14:20:00.000Z", + "level": 173.31, + "flow": 2962, + "inflow": 3348.7, + "volume": 54340.19, + "temperature": 19.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T14:30:00.000Z", + "level": 173.31, + "flow": 2965.6, + "inflow": 3374.1, + "volume": 54340.44, + "temperature": 19.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T14:40:00.000Z", + "level": 173.31, + "flow": 2941.5, + "inflow": 3353.6, + "volume": 54340.69, + "temperature": 19.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T14:50:00.000Z", + "level": 173.31, + "flow": 2943.1, + "inflow": 3377.7, + "volume": 54340.95, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:00:00.000Z", + "level": 173.31, + "flow": 2876.4, + "inflow": 3298.1, + "volume": 54341.2, + "temperature": 18.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T15:10:00.000Z", + "level": 173.31, + "flow": 2892, + "inflow": 3322.2, + "volume": 54341.46, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:20:00.000Z", + "level": 173.31, + "flow": 2894.1, + "inflow": 3269.2, + "volume": 54341.69, + "temperature": 18.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T15:30:00.000Z", + "level": 173.31, + "flow": 2873.7, + "inflow": 3297.5, + "volume": 54341.94, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:40:00.000Z", + "level": 173.31, + "flow": 2879.8, + "inflow": 3297.4, + "volume": 54342.19, + "temperature": 18.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T15:50:00.000Z", + "level": 173.31, + "flow": 2873.4, + "inflow": 3324.1, + "volume": 54342.46, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:00:00.000Z", + "level": 173.32, + "flow": 2955.1, + "inflow": 3269.6, + "volume": 54342.65, + "temperature": 19.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T16:10:00.000Z", + "level": 173.32, + "flow": 2974.2, + "inflow": 3268.5, + "volume": 54342.83, + "temperature": 18.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T16:20:00.000Z", + "level": 173.32, + "flow": 2941.8, + "inflow": 3240.9, + "volume": 54343.01, + "temperature": 19.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T16:30:00.000Z", + "level": 173.32, + "flow": 2951.2, + "inflow": 3235.9, + "volume": 54343.18, + "temperature": 19.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T16:40:00.000Z", + "level": 173.32, + "flow": 2972.1, + "inflow": 3235.6, + "volume": 54343.34, + "temperature": 17.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T16:50:00.000Z", + "level": 173.32, + "flow": 2945.1, + "inflow": 3271.8, + "volume": 54343.54, + "temperature": 17.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T17:00:00.000Z", + "level": 173.32, + "flow": 3141.1, + "inflow": 3209.5, + "volume": 54343.58, + "temperature": 18.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T17:10:00.000Z", + "level": 173.32, + "flow": 3155.5, + "inflow": 3238.1, + "volume": 54343.63, + "temperature": 18.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T17:20:00.000Z", + "level": 173.32, + "flow": 3148.2, + "inflow": 3191.8, + "volume": 54343.66, + "temperature": 18.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T17:30:00.000Z", + "level": 173.32, + "flow": 3135.3, + "inflow": 3233, + "volume": 54343.72, + "temperature": 18.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T17:40:00.000Z", + "level": 173.32, + "flow": 3153.3, + "inflow": 3230.7, + "volume": 54343.77, + "temperature": 18.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T17:50:00.000Z", + "level": 173.32, + "flow": 3131.6, + "inflow": 3208.3, + "volume": 54343.82, + "temperature": 18.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T18:00:00.000Z", + "level": 173.32, + "flow": 3399.5, + "inflow": 3223.4, + "volume": 54343.71, + "temperature": 17.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T18:10:00.000Z", + "level": 173.32, + "flow": 3385.4, + "inflow": 3202.8, + "volume": 54343.6, + "temperature": 18.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T18:20:00.000Z", + "level": 173.32, + "flow": 3405.6, + "inflow": 3209.8, + "volume": 54343.48, + "temperature": 18.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T18:30:00.000Z", + "level": 173.32, + "flow": 3393.2, + "inflow": 3182.5, + "volume": 54343.35, + "temperature": 18.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T18:40:00.000Z", + "level": 173.32, + "flow": 3399.9, + "inflow": 3215.5, + "volume": 54343.24, + "temperature": 17.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T18:50:00.000Z", + "level": 173.32, + "flow": 3402.8, + "inflow": 3230.1, + "volume": 54343.14, + "temperature": 17.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T19:00:00.000Z", + "level": 173.32, + "flow": 3666.4, + "inflow": 3181, + "volume": 54342.85, + "temperature": 18.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T19:10:00.000Z", + "level": 173.31, + "flow": 3648.1, + "inflow": 3183.6, + "volume": 54342.57, + "temperature": 18.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T19:20:00.000Z", + "level": 173.31, + "flow": 3659.1, + "inflow": 3223.8, + "volume": 54342.31, + "temperature": 18.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T19:30:00.000Z", + "level": 173.31, + "flow": 3648.4, + "inflow": 3221.3, + "volume": 54342.05, + "temperature": 17.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T19:40:00.000Z", + "level": 173.31, + "flow": 3659.9, + "inflow": 3198.6, + "volume": 54341.77, + "temperature": 19, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T19:50:00.000Z", + "level": 173.31, + "flow": 3638.2, + "inflow": 3244.2, + "volume": 54341.53, + "temperature": 19.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T20:00:00.000Z", + "level": 173.31, + "flow": 3842.7, + "inflow": 3220.1, + "volume": 54341.16, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:10:00.000Z", + "level": 173.31, + "flow": 3855.5, + "inflow": 3258.9, + "volume": 54340.8, + "temperature": 18.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T20:20:00.000Z", + "level": 173.31, + "flow": 3834.2, + "inflow": 3279.1, + "volume": 54340.47, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:30:00.000Z", + "level": 173.31, + "flow": 3851.3, + "inflow": 3275.1, + "volume": 54340.12, + "temperature": 18.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T20:40:00.000Z", + "level": 173.31, + "flow": 3848.8, + "inflow": 3241.2, + "volume": 54339.76, + "temperature": 19.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T20:50:00.000Z", + "level": 173.31, + "flow": 3838.2, + "inflow": 3247.8, + "volume": 54339.41, + "temperature": 18.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T21:00:00.000Z", + "level": 173.31, + "flow": 3915.8, + "inflow": 3325.7, + "volume": 54339.06, + "temperature": 18.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T21:10:00.000Z", + "level": 173.31, + "flow": 3893.9, + "inflow": 3306.2, + "volume": 54338.71, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:20:00.000Z", + "level": 173.31, + "flow": 3893.1, + "inflow": 3300.6, + "volume": 54338.35, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:30:00.000Z", + "level": 173.31, + "flow": 3915.5, + "inflow": 3287.3, + "volume": 54337.97, + "temperature": 19.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T21:40:00.000Z", + "level": 173.31, + "flow": 3910.6, + "inflow": 3313.3, + "volume": 54337.61, + "temperature": 20, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T21:50:00.000Z", + "level": 173.31, + "flow": 3926, + "inflow": 3296, + "volume": 54337.23, + "temperature": 19.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T22:00:00.000Z", + "level": 173.31, + "flow": 3831.7, + "inflow": 3361.8, + "volume": 54336.95, + "temperature": 20, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T22:10:00.000Z", + "level": 173.31, + "flow": 3837.3, + "inflow": 3399.3, + "volume": 54336.69, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:20:00.000Z", + "level": 173.31, + "flow": 3854.9, + "inflow": 3403.9, + "volume": 54336.42, + "temperature": 20.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T22:30:00.000Z", + "level": 173.31, + "flow": 3842.3, + "inflow": 3372.4, + "volume": 54336.14, + "temperature": 20, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T22:40:00.000Z", + "level": 173.31, + "flow": 3847.5, + "inflow": 3353.4, + "volume": 54335.84, + "temperature": 20.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T22:50:00.000Z", + "level": 173.31, + "flow": 3826.4, + "inflow": 3361.8, + "volume": 54335.56, + "temperature": 19, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T23:00:00.000Z", + "level": 173.31, + "flow": 3655.4, + "inflow": 3435.4, + "volume": 54335.43, + "temperature": 20.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T23:10:00.000Z", + "level": 173.31, + "flow": 3660.6, + "inflow": 3441, + "volume": 54335.3, + "temperature": 20.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T23:20:00.000Z", + "level": 173.31, + "flow": 3638.9, + "inflow": 3463, + "volume": 54335.19, + "temperature": 20.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-07T23:30:00.000Z", + "level": 173.31, + "flow": 3670.6, + "inflow": 3444.4, + "volume": 54335.05, + "temperature": 19.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T23:40:00.000Z", + "level": 173.31, + "flow": 3652.2, + "inflow": 3440.5, + "volume": 54334.92, + "temperature": 21.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T23:50:00.000Z", + "level": 173.31, + "flow": 3644.7, + "inflow": 3431.5, + "volume": 54334.79, + "temperature": 19.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T00:00:00.000Z", + "level": 173.31, + "flow": 3391.1, + "inflow": 3529.7, + "volume": 54334.87, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:10:00.000Z", + "level": 173.31, + "flow": 3396.5, + "inflow": 3571.2, + "volume": 54334.97, + "temperature": 20.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T00:20:00.000Z", + "level": 173.31, + "flow": 3393.4, + "inflow": 3579.8, + "volume": 54335.08, + "temperature": 21.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T00:30:00.000Z", + "level": 173.31, + "flow": 3387.4, + "inflow": 3573.2, + "volume": 54335.19, + "temperature": 20.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T00:40:00.000Z", + "level": 173.31, + "flow": 3409.9, + "inflow": 3586.5, + "volume": 54335.3, + "temperature": 20.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T00:50:00.000Z", + "level": 173.31, + "flow": 3416, + "inflow": 3568.5, + "volume": 54335.39, + "temperature": 21, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T01:00:00.000Z", + "level": 173.31, + "flow": 3134.6, + "inflow": 3630.4, + "volume": 54335.69, + "temperature": 22.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T01:10:00.000Z", + "level": 173.31, + "flow": 3131.2, + "inflow": 3649.6, + "volume": 54336, + "temperature": 22.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T01:20:00.000Z", + "level": 173.31, + "flow": 3151, + "inflow": 3670.3, + "volume": 54336.31, + "temperature": 21.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T01:30:00.000Z", + "level": 173.31, + "flow": 3149.6, + "inflow": 3663.7, + "volume": 54336.62, + "temperature": 21.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T01:40:00.000Z", + "level": 173.31, + "flow": 3143, + "inflow": 3611.5, + "volume": 54336.9, + "temperature": 22.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T01:50:00.000Z", + "level": 173.31, + "flow": 3156.7, + "inflow": 3634, + "volume": 54337.19, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:00:00.000Z", + "level": 173.31, + "flow": 2942.9, + "inflow": 3697.3, + "volume": 54337.64, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:10:00.000Z", + "level": 173.31, + "flow": 2952.2, + "inflow": 3713.6, + "volume": 54338.1, + "temperature": 22, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T02:20:00.000Z", + "level": 173.31, + "flow": 2953.3, + "inflow": 3710.8, + "volume": 54338.55, + "temperature": 22.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T02:30:00.000Z", + "level": 173.31, + "flow": 2973, + "inflow": 3728.1, + "volume": 54339, + "temperature": 23.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T02:40:00.000Z", + "level": 173.31, + "flow": 2947.1, + "inflow": 3715.8, + "volume": 54339.46, + "temperature": 23.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T02:50:00.000Z", + "level": 173.31, + "flow": 2963.3, + "inflow": 3757.5, + "volume": 54339.94, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:00:00.000Z", + "level": 173.31, + "flow": 2900.2, + "inflow": 3773.7, + "volume": 54340.46, + "temperature": 22.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T03:10:00.000Z", + "level": 173.31, + "flow": 2877.6, + "inflow": 3825.8, + "volume": 54341.03, + "temperature": 24.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T03:20:00.000Z", + "level": 173.31, + "flow": 2904.7, + "inflow": 3805.1, + "volume": 54341.57, + "temperature": 23.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T03:30:00.000Z", + "level": 173.31, + "flow": 2884.1, + "inflow": 3782.1, + "volume": 54342.11, + "temperature": 23.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T03:40:00.000Z", + "level": 173.32, + "flow": 2902.5, + "inflow": 3785.3, + "volume": 54342.64, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:50:00.000Z", + "level": 173.32, + "flow": 2900.2, + "inflow": 3795.3, + "volume": 54343.18, + "temperature": 24.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T04:00:00.000Z", + "level": 173.32, + "flow": 2941.3, + "inflow": 3819.4, + "volume": 54343.71, + "temperature": 23, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T04:10:00.000Z", + "level": 173.32, + "flow": 2966.1, + "inflow": 3827.4, + "volume": 54344.23, + "temperature": 23.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T04:20:00.000Z", + "level": 173.32, + "flow": 2948.6, + "inflow": 3852.1, + "volume": 54344.77, + "temperature": 24, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:30:00.000Z", + "level": 173.32, + "flow": 2946.4, + "inflow": 3870.3, + "volume": 54345.32, + "temperature": 24.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:40:00.000Z", + "level": 173.32, + "flow": 2956, + "inflow": 3834.2, + "volume": 54345.85, + "temperature": 24.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T04:50:00.000Z", + "level": 173.32, + "flow": 2941.6, + "inflow": 3837.6, + "volume": 54346.39, + "temperature": 23.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T05:00:00.000Z", + "level": 173.32, + "flow": 3134.8, + "inflow": 3911.6, + "volume": 54346.86, + "temperature": 25.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T05:10:00.000Z", + "level": 173.32, + "flow": 3159.1, + "inflow": 3868.7, + "volume": 54347.29, + "temperature": 23.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T05:20:00.000Z", + "level": 173.32, + "flow": 3140.5, + "inflow": 3887.1, + "volume": 54347.74, + "temperature": 23.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T05:30:00.000Z", + "level": 173.32, + "flow": 3158.8, + "inflow": 3880.3, + "volume": 54348.17, + "temperature": 24.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T05:40:00.000Z", + "level": 173.32, + "flow": 3150.8, + "inflow": 3853.8, + "volume": 54348.59, + "temperature": 24.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:50:00.000Z", + "level": 173.32, + "flow": 3153.6, + "inflow": 3884.9, + "volume": 54349.03, + "temperature": 24.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T06:00:00.000Z", + "level": 173.32, + "flow": 3413, + "inflow": 3866.1, + "volume": 54349.3, + "temperature": 24.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:10:00.000Z", + "level": 173.32, + "flow": 3402.7, + "inflow": 3922.8, + "volume": 54349.61, + "temperature": 25, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T06:20:00.000Z", + "level": 173.32, + "flow": 3383, + "inflow": 3871.5, + "volume": 54349.9, + "temperature": 24.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T06:30:00.000Z", + "level": 173.32, + "flow": 3387.1, + "inflow": 3918.5, + "volume": 54350.22, + "temperature": 25, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T06:40:00.000Z", + "level": 173.32, + "flow": 3410.8, + "inflow": 3926.7, + "volume": 54350.53, + "temperature": 24.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T06:50:00.000Z", + "level": 173.32, + "flow": 3396.7, + "inflow": 3927.8, + "volume": 54350.85, + "temperature": 24.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T07:00:00.000Z", + "level": 173.32, + "flow": 3641.9, + "inflow": 3870.2, + "volume": 54350.99, + "temperature": 23.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T07:10:00.000Z", + "level": 173.32, + "flow": 3644, + "inflow": 3902, + "volume": 54351.14, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:20:00.000Z", + "level": 173.32, + "flow": 3670.4, + "inflow": 3908, + "volume": 54351.28, + "temperature": 23.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T07:30:00.000Z", + "level": 173.32, + "flow": 3665.9, + "inflow": 3856.4, + "volume": 54351.39, + "temperature": 24.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T07:40:00.000Z", + "level": 173.32, + "flow": 3655.5, + "inflow": 3896.8, + "volume": 54351.53, + "temperature": 24, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T07:50:00.000Z", + "level": 173.32, + "flow": 3667.3, + "inflow": 3915.7, + "volume": 54351.68, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:00:00.000Z", + "level": 173.32, + "flow": 3827.1, + "inflow": 3832.3, + "volume": 54351.68, + "temperature": 24.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T08:10:00.000Z", + "level": 173.32, + "flow": 3831.6, + "inflow": 3859.1, + "volume": 54351.7, + "temperature": 24.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T08:20:00.000Z", + "level": 173.32, + "flow": 3837.5, + "inflow": 3820.8, + "volume": 54351.69, + "temperature": 24.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T08:30:00.000Z", + "level": 173.32, + "flow": 3847.2, + "inflow": 3828.4, + "volume": 54351.68, + "temperature": 23.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T08:40:00.000Z", + "level": 173.32, + "flow": 3835.2, + "inflow": 3821.6, + "volume": 54351.67, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:50:00.000Z", + "level": 173.32, + "flow": 3850.5, + "inflow": 3859.8, + "volume": 54351.68, + "temperature": 24, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T09:00:00.000Z", + "level": 173.32, + "flow": 3905, + "inflow": 3768.5, + "volume": 54351.6, + "temperature": 23.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T09:10:00.000Z", + "level": 173.32, + "flow": 3915.4, + "inflow": 3825.3, + "volume": 54351.55, + "temperature": 22.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T09:20:00.000Z", + "level": 173.32, + "flow": 3924.1, + "inflow": 3819.4, + "volume": 54351.49, + "temperature": 24, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T09:30:00.000Z", + "level": 173.32, + "flow": 3900.7, + "inflow": 3784.4, + "volume": 54351.42, + "temperature": 22.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T09:40:00.000Z", + "level": 173.32, + "flow": 3907, + "inflow": 3773.2, + "volume": 54351.34, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:50:00.000Z", + "level": 173.32, + "flow": 3923.8, + "inflow": 3799.3, + "volume": 54351.27, + "temperature": 23.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T10:00:00.000Z", + "level": 173.32, + "flow": 3858.5, + "inflow": 3701.5, + "volume": 54351.18, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:10:00.000Z", + "level": 173.32, + "flow": 3855.2, + "inflow": 3726.5, + "volume": 54351.1, + "temperature": 22.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T10:20:00.000Z", + "level": 173.32, + "flow": 3834.4, + "inflow": 3747.9, + "volume": 54351.05, + "temperature": 22.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T10:30:00.000Z", + "level": 173.32, + "flow": 3850.6, + "inflow": 3705.9, + "volume": 54350.96, + "temperature": 23.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T10:40:00.000Z", + "level": 173.32, + "flow": 3851.6, + "inflow": 3709.2, + "volume": 54350.87, + "temperature": 23, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T10:50:00.000Z", + "level": 173.32, + "flow": 3837.9, + "inflow": 3716.7, + "volume": 54350.8, + "temperature": 22.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T11:00:00.000Z", + "level": 173.32, + "flow": 3670.9, + "inflow": 3637.3, + "volume": 54350.78, + "temperature": 21.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T11:10:00.000Z", + "level": 173.32, + "flow": 3665.8, + "inflow": 3616.8, + "volume": 54350.75, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:20:00.000Z", + "level": 173.32, + "flow": 3652.5, + "inflow": 3642.8, + "volume": 54350.74, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:30:00.000Z", + "level": 173.32, + "flow": 3649, + "inflow": 3660, + "volume": 54350.75, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:40:00.000Z", + "level": 173.32, + "flow": 3659.1, + "inflow": 3648, + "volume": 54350.74, + "temperature": 22.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T11:50:00.000Z", + "level": 173.32, + "flow": 3643.2, + "inflow": 3627, + "volume": 54350.73, + "temperature": 22.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T12:00:00.000Z", + "level": 173.32, + "flow": 3399.4, + "inflow": 3560.5, + "volume": 54350.83, + "temperature": 21.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T12:10:00.000Z", + "level": 173.32, + "flow": 3391.5, + "inflow": 3585.6, + "volume": 54350.95, + "temperature": 21.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T12:20:00.000Z", + "level": 173.32, + "flow": 3400.5, + "inflow": 3566.3, + "volume": 54351.05, + "temperature": 20.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T12:30:00.000Z", + "level": 173.32, + "flow": 3391.9, + "inflow": 3570, + "volume": 54351.16, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:40:00.000Z", + "level": 173.32, + "flow": 3387.9, + "inflow": 3536.6, + "volume": 54351.25, + "temperature": 21.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T12:50:00.000Z", + "level": 173.32, + "flow": 3399.4, + "inflow": 3575.9, + "volume": 54351.36, + "temperature": 20.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T13:00:00.000Z", + "level": 173.32, + "flow": 3132, + "inflow": 3497.8, + "volume": 54351.58, + "temperature": 20.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T13:10:00.000Z", + "level": 173.32, + "flow": 3138.2, + "inflow": 3474.5, + "volume": 54351.78, + "temperature": 20, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T13:20:00.000Z", + "level": 173.32, + "flow": 3143.8, + "inflow": 3464.6, + "volume": 54351.97, + "temperature": 21, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T13:30:00.000Z", + "level": 173.32, + "flow": 3144.5, + "inflow": 3456, + "volume": 54352.16, + "temperature": 21.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T13:40:00.000Z", + "level": 173.32, + "flow": 3138.8, + "inflow": 3448, + "volume": 54352.35, + "temperature": 19.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T13:50:00.000Z", + "level": 173.32, + "flow": 3131.7, + "inflow": 3499.7, + "volume": 54352.57, + "temperature": 20.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T14:00:00.000Z", + "level": 173.32, + "flow": 2974.3, + "inflow": 3394.6, + "volume": 54352.82, + "temperature": 18.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T14:10:00.000Z", + "level": 173.32, + "flow": 2964.8, + "inflow": 3364.6, + "volume": 54353.06, + "temperature": 20.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T14:20:00.000Z", + "level": 173.32, + "flow": 2963.9, + "inflow": 3380.1, + "volume": 54353.31, + "temperature": 19.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T14:30:00.000Z", + "level": 173.32, + "flow": 2967.9, + "inflow": 3409.7, + "volume": 54353.58, + "temperature": 18.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T14:40:00.000Z", + "level": 173.32, + "flow": 2957.8, + "inflow": 3386.7, + "volume": 54353.84, + "temperature": 19.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T14:50:00.000Z", + "level": 173.32, + "flow": 2959.3, + "inflow": 3362.7, + "volume": 54354.08, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:00:00.000Z", + "level": 173.32, + "flow": 2896.7, + "inflow": 3308.6, + "volume": 54354.33, + "temperature": 19.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T15:10:00.000Z", + "level": 173.32, + "flow": 2895.1, + "inflow": 3287.8, + "volume": 54354.57, + "temperature": 19.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T15:20:00.000Z", + "level": 173.32, + "flow": 2900.6, + "inflow": 3298.7, + "volume": 54354.81, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:30:00.000Z", + "level": 173.32, + "flow": 2901.9, + "inflow": 3308.3, + "volume": 54355.05, + "temperature": 18.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T15:40:00.000Z", + "level": 173.32, + "flow": 2902.4, + "inflow": 3330.1, + "volume": 54355.31, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:50:00.000Z", + "level": 173.32, + "flow": 2894.8, + "inflow": 3301.3, + "volume": 54355.55, + "temperature": 19.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T16:00:00.000Z", + "level": 173.32, + "flow": 2968, + "inflow": 3244.9, + "volume": 54355.72, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:10:00.000Z", + "level": 173.32, + "flow": 2954.3, + "inflow": 3273.4, + "volume": 54355.91, + "temperature": 19.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T16:20:00.000Z", + "level": 173.32, + "flow": 2969.6, + "inflow": 3268.4, + "volume": 54356.09, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:30:00.000Z", + "level": 173.32, + "flow": 2944.7, + "inflow": 3230.4, + "volume": 54356.26, + "temperature": 18.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T16:40:00.000Z", + "level": 173.32, + "flow": 2970, + "inflow": 3289.3, + "volume": 54356.45, + "temperature": 19.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T16:50:00.000Z", + "level": 173.32, + "flow": 2955.7, + "inflow": 3290.5, + "volume": 54356.65, + "temperature": 18.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T17:00:00.000Z", + "level": 173.32, + "flow": 3132.2, + "inflow": 3232.9, + "volume": 54356.71, + "temperature": 17.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T17:10:00.000Z", + "level": 173.32, + "flow": 3129.3, + "inflow": 3216, + "volume": 54356.76, + "temperature": 18.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T17:20:00.000Z", + "level": 173.32, + "flow": 3146.8, + "inflow": 3244.8, + "volume": 54356.82, + "temperature": 19.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T17:30:00.000Z", + "level": 173.32, + "flow": 3130.7, + "inflow": 3232.1, + "volume": 54356.88, + "temperature": 18.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T17:40:00.000Z", + "level": 173.32, + "flow": 3138.9, + "inflow": 3213.8, + "volume": 54356.92, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:50:00.000Z", + "level": 173.32, + "flow": 3137.7, + "inflow": 3224.2, + "volume": 54356.97, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:00:00.000Z", + "level": 173.32, + "flow": 3385.7, + "inflow": 3239.2, + "volume": 54356.88, + "temperature": 18, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T18:10:00.000Z", + "level": 173.32, + "flow": 3383.8, + "inflow": 3189.3, + "volume": 54356.76, + "temperature": 18.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T18:20:00.000Z", + "level": 173.32, + "flow": 3385.7, + "inflow": 3193.1, + "volume": 54356.64, + "temperature": 19, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T18:30:00.000Z", + "level": 173.32, + "flow": 3411.2, + "inflow": 3247.6, + "volume": 54356.54, + "temperature": 19.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T18:40:00.000Z", + "level": 173.32, + "flow": 3406.2, + "inflow": 3231.2, + "volume": 54356.44, + "temperature": 18.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T18:50:00.000Z", + "level": 173.32, + "flow": 3411.2, + "inflow": 3192.7, + "volume": 54356.31, + "temperature": 18.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T19:00:00.000Z", + "level": 173.32, + "flow": 3639.6, + "inflow": 3241, + "volume": 54356.07, + "temperature": 17.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T19:10:00.000Z", + "level": 173.32, + "flow": 3664.8, + "inflow": 3259.1, + "volume": 54355.83, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:20:00.000Z", + "level": 173.32, + "flow": 3661.4, + "inflow": 3259.4, + "volume": 54355.59, + "temperature": 17.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T19:30:00.000Z", + "level": 173.32, + "flow": 3656.9, + "inflow": 3257.6, + "volume": 54355.35, + "temperature": 18.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T19:40:00.000Z", + "level": 173.32, + "flow": 3643.3, + "inflow": 3258.5, + "volume": 54355.12, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:50:00.000Z", + "level": 173.32, + "flow": 3661.5, + "inflow": 3235.2, + "volume": 54354.86, + "temperature": 18.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T20:00:00.000Z", + "level": 173.32, + "flow": 3836.7, + "inflow": 3227.3, + "volume": 54354.49, + "temperature": 19.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T20:10:00.000Z", + "level": 173.32, + "flow": 3838.2, + "inflow": 3252.9, + "volume": 54354.14, + "temperature": 18.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T20:20:00.000Z", + "level": 173.32, + "flow": 3840.8, + "inflow": 3260.2, + "volume": 54353.79, + "temperature": 17.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T20:30:00.000Z", + "level": 173.32, + "flow": 3842, + "inflow": 3266.6, + "volume": 54353.44, + "temperature": 18.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T20:40:00.000Z", + "level": 173.32, + "flow": 3838.6, + "inflow": 3289.2, + "volume": 54353.11, + "temperature": 17.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T20:50:00.000Z", + "level": 173.32, + "flow": 3828.4, + "inflow": 3283.1, + "volume": 54352.78, + "temperature": 19.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T21:00:00.000Z", + "level": 173.32, + "flow": 3897.4, + "inflow": 3343.1, + "volume": 54352.45, + "temperature": 18.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T21:10:00.000Z", + "level": 173.32, + "flow": 3903.9, + "inflow": 3310.1, + "volume": 54352.09, + "temperature": 19, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T21:20:00.000Z", + "level": 173.32, + "flow": 3896.5, + "inflow": 3297.7, + "volume": 54351.73, + "temperature": 19.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T21:30:00.000Z", + "level": 173.32, + "flow": 3918.3, + "inflow": 3337.1, + "volume": 54351.38, + "temperature": 18.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T21:40:00.000Z", + "level": 173.32, + "flow": 3920, + "inflow": 3309.3, + "volume": 54351.01, + "temperature": 19.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T21:50:00.000Z", + "level": 173.32, + "flow": 3907.4, + "inflow": 3299.5, + "volume": 54350.65, + "temperature": 18.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T22:00:00.000Z", + "level": 173.32, + "flow": 3850.2, + "inflow": 3388.4, + "volume": 54350.37, + "temperature": 20.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T22:10:00.000Z", + "level": 173.32, + "flow": 3835.2, + "inflow": 3411.6, + "volume": 54350.12, + "temperature": 19.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T22:20:00.000Z", + "level": 173.32, + "flow": 3853.1, + "inflow": 3364.9, + "volume": 54349.83, + "temperature": 20.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T22:30:00.000Z", + "level": 173.32, + "flow": 3839, + "inflow": 3350.8, + "volume": 54349.54, + "temperature": 19.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T22:40:00.000Z", + "level": 173.32, + "flow": 3826.9, + "inflow": 3408.5, + "volume": 54349.29, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:50:00.000Z", + "level": 173.32, + "flow": 3830.7, + "inflow": 3357.7, + "volume": 54349.01, + "temperature": 19.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T23:00:00.000Z", + "level": 173.32, + "flow": 3668.4, + "inflow": 3443.9, + "volume": 54348.88, + "temperature": 21.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T23:10:00.000Z", + "level": 173.32, + "flow": 3652.8, + "inflow": 3480.7, + "volume": 54348.78, + "temperature": 19.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T23:20:00.000Z", + "level": 173.32, + "flow": 3641.2, + "inflow": 3473.2, + "volume": 54348.68, + "temperature": 19.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T23:30:00.000Z", + "level": 173.32, + "flow": 3649.1, + "inflow": 3469, + "volume": 54348.57, + "temperature": 19.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T23:40:00.000Z", + "level": 173.32, + "flow": 3667, + "inflow": 3488.9, + "volume": 54348.46, + "temperature": 20.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-08T23:50:00.000Z", + "level": 173.32, + "flow": 3669.5, + "inflow": 3441.5, + "volume": 54348.32, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:00:00.000Z", + "level": 173.32, + "flow": 3397.3, + "inflow": 3565, + "volume": 54348.42, + "temperature": 20.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T00:10:00.000Z", + "level": 173.32, + "flow": 3416.5, + "inflow": 3556, + "volume": 54348.5, + "temperature": 20.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T00:20:00.000Z", + "level": 173.32, + "flow": 3393.9, + "inflow": 3550, + "volume": 54348.59, + "temperature": 22, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T00:30:00.000Z", + "level": 173.32, + "flow": 3389.3, + "inflow": 3547.1, + "volume": 54348.68, + "temperature": 21.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T00:40:00.000Z", + "level": 173.32, + "flow": 3410.8, + "inflow": 3547.9, + "volume": 54348.76, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:50:00.000Z", + "level": 173.32, + "flow": 3383.2, + "inflow": 3543.5, + "volume": 54348.86, + "temperature": 21.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T01:00:00.000Z", + "level": 173.32, + "flow": 3140.6, + "inflow": 3669.6, + "volume": 54349.18, + "temperature": 21.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T01:10:00.000Z", + "level": 173.32, + "flow": 3141.5, + "inflow": 3675.9, + "volume": 54349.5, + "temperature": 22, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T01:20:00.000Z", + "level": 173.32, + "flow": 3137.5, + "inflow": 3673.3, + "volume": 54349.82, + "temperature": 21.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T01:30:00.000Z", + "level": 173.32, + "flow": 3156.5, + "inflow": 3674.7, + "volume": 54350.13, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:40:00.000Z", + "level": 173.32, + "flow": 3150.5, + "inflow": 3648.4, + "volume": 54350.43, + "temperature": 22.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T01:50:00.000Z", + "level": 173.32, + "flow": 3160.5, + "inflow": 3625.1, + "volume": 54350.71, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:00:00.000Z", + "level": 173.32, + "flow": 2961.2, + "inflow": 3741.8, + "volume": 54351.18, + "temperature": 22.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T02:10:00.000Z", + "level": 173.32, + "flow": 2945.7, + "inflow": 3712.3, + "volume": 54351.64, + "temperature": 23.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T02:20:00.000Z", + "level": 173.32, + "flow": 2955.3, + "inflow": 3732.1, + "volume": 54352.11, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:30:00.000Z", + "level": 173.32, + "flow": 2969.5, + "inflow": 3739.6, + "volume": 54352.57, + "temperature": 22, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T02:40:00.000Z", + "level": 173.32, + "flow": 2950.2, + "inflow": 3708.6, + "volume": 54353.03, + "temperature": 21.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T02:50:00.000Z", + "level": 173.32, + "flow": 2974.3, + "inflow": 3757.5, + "volume": 54353.5, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:00:00.000Z", + "level": 173.32, + "flow": 2889.1, + "inflow": 3772.6, + "volume": 54354.03, + "temperature": 22.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T03:10:00.000Z", + "level": 173.32, + "flow": 2886.3, + "inflow": 3793.8, + "volume": 54354.57, + "temperature": 22.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T03:20:00.000Z", + "level": 173.32, + "flow": 2900.3, + "inflow": 3791, + "volume": 54355.1, + "temperature": 23.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T03:30:00.000Z", + "level": 173.32, + "flow": 2878.6, + "inflow": 3788.1, + "volume": 54355.65, + "temperature": 23.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T03:40:00.000Z", + "level": 173.32, + "flow": 2880.1, + "inflow": 3803, + "volume": 54356.2, + "temperature": 23.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T03:50:00.000Z", + "level": 173.32, + "flow": 2890.3, + "inflow": 3774.7, + "volume": 54356.73, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:00:00.000Z", + "level": 173.32, + "flow": 2945.3, + "inflow": 3879.7, + "volume": 54357.29, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:10:00.000Z", + "level": 173.32, + "flow": 2962.9, + "inflow": 3862.6, + "volume": 54357.83, + "temperature": 24.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T04:20:00.000Z", + "level": 173.32, + "flow": 2963.1, + "inflow": 3841.9, + "volume": 54358.36, + "temperature": 23.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T04:30:00.000Z", + "level": 173.32, + "flow": 2975.2, + "inflow": 3858.7, + "volume": 54358.89, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:40:00.000Z", + "level": 173.32, + "flow": 2953.2, + "inflow": 3838.5, + "volume": 54359.42, + "temperature": 23.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T04:50:00.000Z", + "level": 173.32, + "flow": 2958, + "inflow": 3847.7, + "volume": 54359.95, + "temperature": 24.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T05:00:00.000Z", + "level": 173.32, + "flow": 3161.4, + "inflow": 3919.5, + "volume": 54360.4, + "temperature": 23.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T05:10:00.000Z", + "level": 173.32, + "flow": 3129.5, + "inflow": 3860.9, + "volume": 54360.84, + "temperature": 24.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T05:20:00.000Z", + "level": 173.32, + "flow": 3161.3, + "inflow": 3880, + "volume": 54361.27, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:30:00.000Z", + "level": 173.32, + "flow": 3141.5, + "inflow": 3875, + "volume": 54361.71, + "temperature": 24.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T05:40:00.000Z", + "level": 173.32, + "flow": 3159.6, + "inflow": 3866.7, + "volume": 54362.13, + "temperature": 24.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T05:50:00.000Z", + "level": 173.32, + "flow": 3160.5, + "inflow": 3893.4, + "volume": 54362.57, + "temperature": 23.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T06:00:00.000Z", + "level": 173.32, + "flow": 3413.3, + "inflow": 3924.8, + "volume": 54362.88, + "temperature": 24, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T06:10:00.000Z", + "level": 173.32, + "flow": 3398, + "inflow": 3922.3, + "volume": 54363.19, + "temperature": 23.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T06:20:00.000Z", + "level": 173.32, + "flow": 3403.8, + "inflow": 3905.3, + "volume": 54363.49, + "temperature": 24.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T06:30:00.000Z", + "level": 173.32, + "flow": 3407.1, + "inflow": 3889.2, + "volume": 54363.78, + "temperature": 24.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T06:40:00.000Z", + "level": 173.32, + "flow": 3391.1, + "inflow": 3927.3, + "volume": 54364.1, + "temperature": 24, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T06:50:00.000Z", + "level": 173.33, + "flow": 3404.5, + "inflow": 3877, + "volume": 54364.38, + "temperature": 24.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T07:00:00.000Z", + "level": 173.33, + "flow": 3661.4, + "inflow": 3901.1, + "volume": 54364.52, + "temperature": 24.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T07:10:00.000Z", + "level": 173.33, + "flow": 3648.4, + "inflow": 3885.3, + "volume": 54364.66, + "temperature": 23.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T07:20:00.000Z", + "level": 173.33, + "flow": 3647.7, + "inflow": 3903.3, + "volume": 54364.81, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:30:00.000Z", + "level": 173.33, + "flow": 3644.2, + "inflow": 3872.6, + "volume": 54364.95, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:40:00.000Z", + "level": 173.33, + "flow": 3670.3, + "inflow": 3908.9, + "volume": 54365.09, + "temperature": 24.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:50:00.000Z", + "level": 173.33, + "flow": 3667.4, + "inflow": 3869.2, + "volume": 54365.21, + "temperature": 24.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:00:00.000Z", + "level": 173.33, + "flow": 3834.6, + "inflow": 3841.7, + "volume": 54365.21, + "temperature": 23.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T08:10:00.000Z", + "level": 173.33, + "flow": 3857.5, + "inflow": 3891.1, + "volume": 54365.23, + "temperature": 24.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:20:00.000Z", + "level": 173.33, + "flow": 3847.5, + "inflow": 3888.6, + "volume": 54365.25, + "temperature": 24, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T08:30:00.000Z", + "level": 173.33, + "flow": 3842.3, + "inflow": 3834.5, + "volume": 54365.25, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:40:00.000Z", + "level": 173.33, + "flow": 3842.3, + "inflow": 3860.3, + "volume": 54365.26, + "temperature": 22.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T08:50:00.000Z", + "level": 173.33, + "flow": 3839.4, + "inflow": 3827.7, + "volume": 54365.25, + "temperature": 23.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T09:00:00.000Z", + "level": 173.33, + "flow": 3908, + "inflow": 3777.1, + "volume": 54365.17, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:10:00.000Z", + "level": 173.33, + "flow": 3897.2, + "inflow": 3795.7, + "volume": 54365.11, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:20:00.000Z", + "level": 173.33, + "flow": 3922.7, + "inflow": 3777, + "volume": 54365.02, + "temperature": 23.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T09:30:00.000Z", + "level": 173.33, + "flow": 3903.3, + "inflow": 3834, + "volume": 54364.98, + "temperature": 23.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T09:40:00.000Z", + "level": 173.33, + "flow": 3904.9, + "inflow": 3837.4, + "volume": 54364.94, + "temperature": 24.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:50:00.000Z", + "level": 173.33, + "flow": 3913.6, + "inflow": 3827.9, + "volume": 54364.89, + "temperature": 23.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T10:00:00.000Z", + "level": 173.33, + "flow": 3831.7, + "inflow": 3736.3, + "volume": 54364.83, + "temperature": 22.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T10:10:00.000Z", + "level": 173.33, + "flow": 3835.2, + "inflow": 3762.6, + "volume": 54364.79, + "temperature": 23.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T10:20:00.000Z", + "level": 173.33, + "flow": 3837.2, + "inflow": 3718.5, + "volume": 54364.72, + "temperature": 21.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T10:30:00.000Z", + "level": 173.33, + "flow": 3846.2, + "inflow": 3754.2, + "volume": 54364.66, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:40:00.000Z", + "level": 173.33, + "flow": 3836, + "inflow": 3750.8, + "volume": 54364.61, + "temperature": 22.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T10:50:00.000Z", + "level": 173.33, + "flow": 3831.8, + "inflow": 3757.7, + "volume": 54364.57, + "temperature": 23.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T11:00:00.000Z", + "level": 173.33, + "flow": 3657, + "inflow": 3622.4, + "volume": 54364.55, + "temperature": 22.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T11:10:00.000Z", + "level": 173.33, + "flow": 3641.1, + "inflow": 3647.4, + "volume": 54364.55, + "temperature": 22.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T11:20:00.000Z", + "level": 173.33, + "flow": 3662.4, + "inflow": 3633.8, + "volume": 54364.53, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:30:00.000Z", + "level": 173.33, + "flow": 3666.9, + "inflow": 3683.6, + "volume": 54364.54, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:40:00.000Z", + "level": 173.33, + "flow": 3641.5, + "inflow": 3632, + "volume": 54364.53, + "temperature": 21.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T11:50:00.000Z", + "level": 173.33, + "flow": 3655.1, + "inflow": 3651.1, + "volume": 54364.53, + "temperature": 22, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T12:00:00.000Z", + "level": 173.33, + "flow": 3392.4, + "inflow": 3537.6, + "volume": 54364.62, + "temperature": 20.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T12:10:00.000Z", + "level": 173.33, + "flow": 3412.3, + "inflow": 3576.3, + "volume": 54364.72, + "temperature": 21.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T12:20:00.000Z", + "level": 173.33, + "flow": 3397.4, + "inflow": 3582.6, + "volume": 54364.83, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:30:00.000Z", + "level": 173.33, + "flow": 3400, + "inflow": 3547, + "volume": 54364.92, + "temperature": 21.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T12:40:00.000Z", + "level": 173.33, + "flow": 3414.9, + "inflow": 3591.4, + "volume": 54365.03, + "temperature": 22.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T12:50:00.000Z", + "level": 173.33, + "flow": 3399.1, + "inflow": 3574.9, + "volume": 54365.14, + "temperature": 20.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T13:00:00.000Z", + "level": 173.33, + "flow": 3131.2, + "inflow": 3494.2, + "volume": 54365.36, + "temperature": 19.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T13:10:00.000Z", + "level": 173.33, + "flow": 3136.1, + "inflow": 3508.4, + "volume": 54365.58, + "temperature": 20.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T13:20:00.000Z", + "level": 173.33, + "flow": 3159, + "inflow": 3479.5, + "volume": 54365.77, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:30:00.000Z", + "level": 173.33, + "flow": 3153.5, + "inflow": 3500.5, + "volume": 54365.98, + "temperature": 19.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T13:40:00.000Z", + "level": 173.33, + "flow": 3143.9, + "inflow": 3459.1, + "volume": 54366.17, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:50:00.000Z", + "level": 173.33, + "flow": 3131.7, + "inflow": 3470, + "volume": 54366.37, + "temperature": 20.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T14:00:00.000Z", + "level": 173.33, + "flow": 2962.1, + "inflow": 3370.7, + "volume": 54366.62, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:10:00.000Z", + "level": 173.33, + "flow": 2965.2, + "inflow": 3383.2, + "volume": 54366.87, + "temperature": 19.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T14:20:00.000Z", + "level": 173.33, + "flow": 2955.8, + "inflow": 3382.6, + "volume": 54367.13, + "temperature": 19.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T14:30:00.000Z", + "level": 173.33, + "flow": 2949.2, + "inflow": 3386.1, + "volume": 54367.39, + "temperature": 19.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T14:40:00.000Z", + "level": 173.33, + "flow": 2957.3, + "inflow": 3375.8, + "volume": 54367.64, + "temperature": 20.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T14:50:00.000Z", + "level": 173.33, + "flow": 2960.7, + "inflow": 3369.3, + "volume": 54367.89, + "temperature": 18.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T15:00:00.000Z", + "level": 173.33, + "flow": 2904.1, + "inflow": 3316, + "volume": 54368.14, + "temperature": 19.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T15:10:00.000Z", + "level": 173.33, + "flow": 2883, + "inflow": 3313.1, + "volume": 54368.4, + "temperature": 19, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T15:20:00.000Z", + "level": 173.33, + "flow": 2876.7, + "inflow": 3304.3, + "volume": 54368.66, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:30:00.000Z", + "level": 173.33, + "flow": 2888.9, + "inflow": 3342, + "volume": 54368.93, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:40:00.000Z", + "level": 173.33, + "flow": 2887.1, + "inflow": 3292.7, + "volume": 54369.17, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:50:00.000Z", + "level": 173.33, + "flow": 2901.4, + "inflow": 3353.8, + "volume": 54369.44, + "temperature": 19.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T16:00:00.000Z", + "level": 173.33, + "flow": 2942.1, + "inflow": 3253, + "volume": 54369.63, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:10:00.000Z", + "level": 173.33, + "flow": 2942.4, + "inflow": 3262.5, + "volume": 54369.82, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:20:00.000Z", + "level": 173.33, + "flow": 2957.1, + "inflow": 3283.2, + "volume": 54370.02, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:30:00.000Z", + "level": 173.33, + "flow": 2943.4, + "inflow": 3284.8, + "volume": 54370.22, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:40:00.000Z", + "level": 173.33, + "flow": 2945.1, + "inflow": 3256.4, + "volume": 54370.41, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:50:00.000Z", + "level": 173.33, + "flow": 2974, + "inflow": 3271.3, + "volume": 54370.59, + "temperature": 17.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T17:00:00.000Z", + "level": 173.33, + "flow": 3151.6, + "inflow": 3259.8, + "volume": 54370.65, + "temperature": 19.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T17:10:00.000Z", + "level": 173.33, + "flow": 3140.5, + "inflow": 3243.5, + "volume": 54370.71, + "temperature": 17.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T17:20:00.000Z", + "level": 173.33, + "flow": 3160.8, + "inflow": 3237, + "volume": 54370.76, + "temperature": 18.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T17:30:00.000Z", + "level": 173.33, + "flow": 3133.5, + "inflow": 3201.8, + "volume": 54370.8, + "temperature": 17.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T17:40:00.000Z", + "level": 173.33, + "flow": 3144.1, + "inflow": 3266.6, + "volume": 54370.87, + "temperature": 18.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T17:50:00.000Z", + "level": 173.33, + "flow": 3143.2, + "inflow": 3251.1, + "volume": 54370.93, + "temperature": 17.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T18:00:00.000Z", + "level": 173.33, + "flow": 3405.1, + "inflow": 3243.1, + "volume": 54370.83, + "temperature": 17.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T18:10:00.000Z", + "level": 173.33, + "flow": 3394.2, + "inflow": 3251.5, + "volume": 54370.74, + "temperature": 17.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T18:20:00.000Z", + "level": 173.33, + "flow": 3392.3, + "inflow": 3235.3, + "volume": 54370.65, + "temperature": 19, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T18:30:00.000Z", + "level": 173.33, + "flow": 3409.6, + "inflow": 3189.4, + "volume": 54370.52, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 173.33, + "flow": 3411.5, + "inflow": 3201.1, + "volume": 54370.39, + "temperature": 17.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 173.33, + "flow": 3399, + "inflow": 3210.3, + "volume": 54370.28, + "temperature": 18.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 173.33, + "flow": 3653.9, + "inflow": 3204.7, + "volume": 54370.01, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 173.33, + "flow": 3669.3, + "inflow": 3215, + "volume": 54369.74, + "temperature": 18.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 173.33, + "flow": 3638.5, + "inflow": 3265.5, + "volume": 54369.52, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 173.33, + "flow": 3669.6, + "inflow": 3225.2, + "volume": 54369.25, + "temperature": 17.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 173.33, + "flow": 3660, + "inflow": 3203.3, + "volume": 54368.98, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 173.33, + "flow": 3648.2, + "inflow": 3207, + "volume": 54368.72, + "temperature": 16.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 173.33, + "flow": 3847.4, + "inflow": 3278.6, + "volume": 54368.38, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 173.33, + "flow": 3845.5, + "inflow": 3296.3, + "volume": 54368.05, + "temperature": 15.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 173.33, + "flow": 3856.4, + "inflow": 3268.3, + "volume": 54367.7, + "temperature": 16.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 173.33, + "flow": 3840.9, + "inflow": 3246.9, + "volume": 54367.34, + "temperature": 16.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 173.33, + "flow": 3844.3, + "inflow": 3280.4, + "volume": 54367, + "temperature": 15.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 173.33, + "flow": 3858.1, + "inflow": 3260.3, + "volume": 54366.64, + "temperature": 16.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 173.33, + "flow": 3896.7, + "inflow": 3348, + "volume": 54366.31, + "temperature": 15.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 173.33, + "flow": 3914.5, + "inflow": 3356.2, + "volume": 54365.98, + "temperature": 17.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 173.33, + "flow": 3913, + "inflow": 3334.7, + "volume": 54365.63, + "temperature": 16.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 173.33, + "flow": 3909.4, + "inflow": 3349.5, + "volume": 54365.29, + "temperature": 16.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 173.33, + "flow": 3919.9, + "inflow": 3303.9, + "volume": 54364.92, + "temperature": 15.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 173.33, + "flow": 3909.6, + "inflow": 3311.2, + "volume": 54364.56, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 173.33, + "flow": 3852.5, + "inflow": 3378.8, + "volume": 54364.28, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 173.32, + "flow": 3832.3, + "inflow": 3380.8, + "volume": 54364.01, + "temperature": 16.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 173.32, + "flow": 3841, + "inflow": 3389.7, + "volume": 54363.74, + "temperature": 16.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 173.32, + "flow": 3848, + "inflow": 3409.1, + "volume": 54363.48, + "temperature": 16.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 173.32, + "flow": 3844.1, + "inflow": 3427, + "volume": 54363.23, + "temperature": 17.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 173.32, + "flow": 3828.9, + "inflow": 3399.4, + "volume": 54362.97, + "temperature": 17.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 173.32, + "flow": 3639.7, + "inflow": 3477.1, + "volume": 54362.87, + "temperature": 18.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 173.32, + "flow": 3649.6, + "inflow": 3454.9, + "volume": 54362.75, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 173.32, + "flow": 3642.4, + "inflow": 3465.5, + "volume": 54362.64, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 173.32, + "flow": 3668.8, + "inflow": 3504, + "volume": 54362.54, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 173.32, + "flow": 3645.9, + "inflow": 3479.6, + "volume": 54362.44, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 173.32, + "flow": 3656.4, + "inflow": 3460.4, + "volume": 54362.32, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 173.32, + "flow": 3391.6, + "inflow": 3568.9, + "volume": 54362.43, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 173.32, + "flow": 3392.1, + "inflow": 3552.6, + "volume": 54362.53, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 173.32, + "flow": 3410.2, + "inflow": 3563.6, + "volume": 54362.62, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 173.32, + "flow": 3384.1, + "inflow": 3582.7, + "volume": 54362.74, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 173.32, + "flow": 3393.7, + "inflow": 3576.2, + "volume": 54362.85, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 173.32, + "flow": 3387.7, + "inflow": 3573.1, + "volume": 54362.96, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 173.32, + "flow": 3144.9, + "inflow": 3648.5, + "volume": 54363.26, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 173.32, + "flow": 3128.8, + "inflow": 3657.5, + "volume": 54363.58, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 173.32, + "flow": 3134.7, + "inflow": 3627.1, + "volume": 54363.88, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 173.33, + "flow": 3151.8, + "inflow": 3652, + "volume": 54364.18, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 173.33, + "flow": 3148.8, + "inflow": 3641.2, + "volume": 54364.48, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 173.33, + "flow": 3129, + "inflow": 3629, + "volume": 54364.78, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 173.33, + "flow": 2947.2, + "inflow": 3716.6, + "volume": 54365.24, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 173.33, + "flow": 2947.6, + "inflow": 3705.4, + "volume": 54365.69, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 173.33, + "flow": 2969.8, + "inflow": 3711.1, + "volume": 54366.13, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 173.33, + "flow": 2971, + "inflow": 3708.5, + "volume": 54366.57, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 173.33, + "flow": 2952.1, + "inflow": 3742, + "volume": 54367.04, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 173.33, + "flow": 2970.2, + "inflow": 3719.8, + "volume": 54367.49, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 173.33, + "flow": 2905.6, + "inflow": 3803, + "volume": 54368.03, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 173.33, + "flow": 2887.9, + "inflow": 3781.7, + "volume": 54368.57, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 173.33, + "flow": 2883.2, + "inflow": 3832.1, + "volume": 54369.14, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 173.33, + "flow": 2901.1, + "inflow": 3787.2, + "volume": 54369.67, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 173.33, + "flow": 2890.2, + "inflow": 3826.2, + "volume": 54370.23, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 173.33, + "flow": 2879.1, + "inflow": 3836.6, + "volume": 54370.8, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 173.33, + "flow": 2951, + "inflow": 3877.5, + "volume": 54371.36, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 173.33, + "flow": 2952, + "inflow": 3880.2, + "volume": 54371.92, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 173.33, + "flow": 2948, + "inflow": 3871.8, + "volume": 54372.47, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 173.33, + "flow": 2963.6, + "inflow": 3834.6, + "volume": 54372.99, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 173.33, + "flow": 2946.7, + "inflow": 3894.1, + "volume": 54373.56, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 173.33, + "flow": 2943.2, + "inflow": 3854.1, + "volume": 54374.11, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 173.33, + "flow": 3133, + "inflow": 3896.2, + "volume": 54374.57, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 173.33, + "flow": 3136.9, + "inflow": 3873, + "volume": 54375.01, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 173.33, + "flow": 3145.8, + "inflow": 3878.7, + "volume": 54375.45, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 173.33, + "flow": 3136.9, + "inflow": 3902.4, + "volume": 54375.91, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 173.33, + "flow": 3159.2, + "inflow": 3917.2, + "volume": 54376.36, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 173.33, + "flow": 3137.3, + "inflow": 3865.7, + "volume": 54376.8, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 173.33, + "flow": 3394.2, + "inflow": 3927.5, + "volume": 54377.12, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 173.33, + "flow": 3414.1, + "inflow": 3926.4, + "volume": 54377.43, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 173.33, + "flow": 3412.4, + "inflow": 3927.3, + "volume": 54377.74, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 173.33, + "flow": 3386.8, + "inflow": 3904, + "volume": 54378.05, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 173.33, + "flow": 3389.8, + "inflow": 3925.7, + "volume": 54378.37, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 173.33, + "flow": 3402, + "inflow": 3922.1, + "volume": 54378.68, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 173.33, + "flow": 3641.8, + "inflow": 3879, + "volume": 54378.82, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 173.33, + "flow": 3660.5, + "inflow": 3916.6, + "volume": 54378.97, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 173.33, + "flow": 3642.2, + "inflow": 3864.2, + "volume": 54379.1, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 173.33, + "flow": 3641.5, + "inflow": 3919.7, + "volume": 54379.27, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 173.33, + "flow": 3671.1, + "inflow": 3891.8, + "volume": 54379.4, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 173.33, + "flow": 3663.7, + "inflow": 3920.7, + "volume": 54379.55, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 173.33, + "flow": 3857.3, + "inflow": 3874.7, + "volume": 54379.56, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 173.33, + "flow": 3856.4, + "inflow": 3852.2, + "volume": 54379.56, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 173.33, + "flow": 3826.3, + "inflow": 3892.6, + "volume": 54379.6, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 173.33, + "flow": 3848.6, + "inflow": 3847.9, + "volume": 54379.6, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 173.33, + "flow": 3847.3, + "inflow": 3885, + "volume": 54379.62, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 173.33, + "flow": 3833.8, + "inflow": 3835, + "volume": 54379.62, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 173.33, + "flow": 3907.6, + "inflow": 3822.3, + "volume": 54379.57, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 173.33, + "flow": 3894.3, + "inflow": 3825.2, + "volume": 54379.53, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 173.33, + "flow": 3907.8, + "inflow": 3794.3, + "volume": 54379.46, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 173.33, + "flow": 3900, + "inflow": 3839.7, + "volume": 54379.42, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 173.33, + "flow": 3901.9, + "inflow": 3829.3, + "volume": 54379.38, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 173.33, + "flow": 3899.5, + "inflow": 3824.9, + "volume": 54379.34, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 173.33, + "flow": 3841.4, + "inflow": 3750.9, + "volume": 54379.29, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 173.33, + "flow": 3850.2, + "inflow": 3751, + "volume": 54379.23, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 173.33, + "flow": 3832, + "inflow": 3738.5, + "volume": 54379.17, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 173.33, + "flow": 3845.1, + "inflow": 3738.8, + "volume": 54379.11, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 173.33, + "flow": 3835.9, + "inflow": 3721.8, + "volume": 54379.04, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 173.33, + "flow": 3855.7, + "inflow": 3768.6, + "volume": 54378.99, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 173.33, + "flow": 3645.4, + "inflow": 3652.3, + "volume": 54378.99, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 173.33, + "flow": 3671.4, + "inflow": 3686.3, + "volume": 54379, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 173.33, + "flow": 3650.5, + "inflow": 3687.1, + "volume": 54379.02, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 173.33, + "flow": 3667, + "inflow": 3686.2, + "volume": 54379.03, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 173.33, + "flow": 3652.2, + "inflow": 3635.5, + "volume": 54379.02, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 173.33, + "flow": 3669.4, + "inflow": 3661.6, + "volume": 54379.02, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 173.33, + "flow": 3404, + "inflow": 3564.1, + "volume": 54379.12, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 173.33, + "flow": 3399.8, + "inflow": 3550.7, + "volume": 54379.21, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 173.33, + "flow": 3388.8, + "inflow": 3578.6, + "volume": 54379.32, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 173.33, + "flow": 3407, + "inflow": 3573.8, + "volume": 54379.42, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 173.33, + "flow": 3401.9, + "inflow": 3555.4, + "volume": 54379.51, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 173.33, + "flow": 3400.2, + "inflow": 3581.8, + "volume": 54379.62, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 173.33, + "flow": 3158.1, + "inflow": 3506.2, + "volume": 54379.83, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 173.33, + "flow": 3149.3, + "inflow": 3490.9, + "volume": 54380.04, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 173.33, + "flow": 3131.2, + "inflow": 3463.9, + "volume": 54380.24, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 173.33, + "flow": 3146.2, + "inflow": 3493.6, + "volume": 54380.45, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 173.33, + "flow": 3142.8, + "inflow": 3465.7, + "volume": 54380.64, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 173.33, + "flow": 3139.4, + "inflow": 3501.3, + "volume": 54380.86, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 173.33, + "flow": 2955.8, + "inflow": 3399.7, + "volume": 54381.13, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 173.33, + "flow": 2960.4, + "inflow": 3421.5, + "volume": 54381.41, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 173.33, + "flow": 2950, + "inflow": 3424.4, + "volume": 54381.69, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 173.33, + "flow": 2942.5, + "inflow": 3423.3, + "volume": 54381.98, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 173.33, + "flow": 2953.6, + "inflow": 3373, + "volume": 54382.23, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 173.33, + "flow": 2948.5, + "inflow": 3410, + "volume": 54382.51, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 173.33, + "flow": 2902.3, + "inflow": 3309.5, + "volume": 54382.75, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 173.33, + "flow": 2879.8, + "inflow": 3356.9, + "volume": 54383.04, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 173.33, + "flow": 2896.2, + "inflow": 3309.1, + "volume": 54383.29, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 173.33, + "flow": 2891.9, + "inflow": 3316.2, + "volume": 54383.54, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 173.33, + "flow": 2896, + "inflow": 3324, + "volume": 54383.8, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 173.33, + "flow": 2899.4, + "inflow": 3337.4, + "volume": 54384.06, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 173.33, + "flow": 2971.4, + "inflow": 3300.9, + "volume": 54384.26, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 173.33, + "flow": 2972, + "inflow": 3266.6, + "volume": 54384.44, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 173.33, + "flow": 2974.4, + "inflow": 3294.2, + "volume": 54384.63, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 173.33, + "flow": 2962.7, + "inflow": 3281.8, + "volume": 54384.82, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 173.33, + "flow": 2956.8, + "inflow": 3289.1, + "volume": 54385.02, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 173.33, + "flow": 2964.9, + "inflow": 3271.4, + "volume": 54385.2, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 173.33, + "flow": 3140, + "inflow": 3209.8, + "volume": 54385.24, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 173.33, + "flow": 3146.8, + "inflow": 3238.1, + "volume": 54385.29, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 173.33, + "flow": 3143.3, + "inflow": 3269.6, + "volume": 54385.37, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 173.33, + "flow": 3143.7, + "inflow": 3217.4, + "volume": 54385.41, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 173.33, + "flow": 3141.8, + "inflow": 3264.4, + "volume": 54385.48, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 173.33, + "flow": 3155.4, + "inflow": 3249.8, + "volume": 54385.54, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 173.33, + "flow": 3402.8, + "inflow": 3235.9, + "volume": 54385.44, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 173.33, + "flow": 3404.3, + "inflow": 3234.4, + "volume": 54385.34, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 173.33, + "flow": 3402, + "inflow": 3234.8, + "volume": 54385.24, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 173.33, + "flow": 3399.4, + "inflow": 3205.9, + "volume": 54385.12, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 173.33, + "flow": 3390, + "inflow": 3239, + "volume": 54385.03, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 173.33, + "flow": 3411.3, + "inflow": 3247.3, + "volume": 54384.93, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 173.33, + "flow": 3640.5, + "inflow": 3257.3, + "volume": 54384.7, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 173.33, + "flow": 3663.5, + "inflow": 3240.2, + "volume": 54384.45, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 173.33, + "flow": 3671, + "inflow": 3231.2, + "volume": 54384.19, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 173.33, + "flow": 3650.6, + "inflow": 3226.4, + "volume": 54383.94, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 173.33, + "flow": 3657.9, + "inflow": 3222.3, + "volume": 54383.68, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 173.33, + "flow": 3639.6, + "inflow": 3206.7, + "volume": 54383.42, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 173.33, + "flow": 3857.6, + "inflow": 3282.7, + "volume": 54383.08, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 173.33, + "flow": 3842.9, + "inflow": 3256.8, + "volume": 54382.73, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 173.33, + "flow": 3847.3, + "inflow": 3297.8, + "volume": 54382.4, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 173.33, + "flow": 3843.4, + "inflow": 3252.3, + "volume": 54382.05, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 173.33, + "flow": 3843, + "inflow": 3271.8, + "volume": 54381.71, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 173.33, + "flow": 3832.9, + "inflow": 3243.2, + "volume": 54381.36, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 173.33, + "flow": 3926.4, + "inflow": 3345.3, + "volume": 54381.01, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 173.33, + "flow": 3899.8, + "inflow": 3334.4, + "volume": 54380.67, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 173.33, + "flow": 3894.9, + "inflow": 3308.4, + "volume": 54380.32, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 173.33, + "flow": 3909.7, + "inflow": 3315.2, + "volume": 54379.96, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 173.33, + "flow": 3905.4, + "inflow": 3316.2, + "volume": 54379.61, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 173.33, + "flow": 3900.2, + "inflow": 3351, + "volume": 54379.28, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 173.33, + "flow": 3850.1, + "inflow": 3409.2, + "volume": 54379.02, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 173.33, + "flow": 3851.8, + "inflow": 3408.4, + "volume": 54378.75, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 173.33, + "flow": 3828.4, + "inflow": 3381.1, + "volume": 54378.48, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 173.33, + "flow": 3848.7, + "inflow": 3424.4, + "volume": 54378.23, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 173.33, + "flow": 3846.3, + "inflow": 3376.6, + "volume": 54377.95, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 173.33, + "flow": 3844.7, + "inflow": 3402.7, + "volume": 54377.68, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 173.33, + "flow": 3644.3, + "inflow": 3456.2, + "volume": 54377.57, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 173.33, + "flow": 3643.1, + "inflow": 3467.8, + "volume": 54377.46, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 173.33, + "flow": 3645.1, + "inflow": 3499.2, + "volume": 54377.37, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 173.33, + "flow": 3649.5, + "inflow": 3463.8, + "volume": 54377.26, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 173.33, + "flow": 3641.5, + "inflow": 3487.8, + "volume": 54377.17, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 173.33, + "flow": 3655.3, + "inflow": 3450.8, + "volume": 54377.05, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 173.33, + "flow": 3412.5, + "inflow": 3551.9, + "volume": 54377.13, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 173.33, + "flow": 3411.3, + "inflow": 3603.5, + "volume": 54377.25, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 173.33, + "flow": 3388.7, + "inflow": 3594.7, + "volume": 54377.37, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 173.33, + "flow": 3397.4, + "inflow": 3573.8, + "volume": 54377.48, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 173.33, + "flow": 3390.9, + "inflow": 3545.1, + "volume": 54377.57, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 173.33, + "flow": 3407.1, + "inflow": 3574.4, + "volume": 54377.67, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 173.33, + "flow": 3150.9, + "inflow": 3673.3, + "volume": 54377.98, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 173.33, + "flow": 3152.8, + "inflow": 3685.6, + "volume": 54378.3, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 173.33, + "flow": 3145, + "inflow": 3679.4, + "volume": 54378.62, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 173.33, + "flow": 3147, + "inflow": 3636, + "volume": 54378.91, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 173.33, + "flow": 3136.6, + "inflow": 3625.9, + "volume": 54379.2, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 173.33, + "flow": 3130, + "inflow": 3660.8, + "volume": 54379.52, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 173.33, + "flow": 2967.3, + "inflow": 3772.8, + "volume": 54380, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 173.33, + "flow": 2944.4, + "inflow": 3745.6, + "volume": 54380.48, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 173.33, + "flow": 2972.3, + "inflow": 3742.7, + "volume": 54380.94, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 173.33, + "flow": 2941.6, + "inflow": 3750.3, + "volume": 54381.43, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 173.33, + "flow": 2970.1, + "inflow": 3728.3, + "volume": 54381.88, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 173.33, + "flow": 2969.1, + "inflow": 3722.4, + "volume": 54382.33, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 173.33, + "flow": 2897, + "inflow": 3817, + "volume": 54382.88, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 173.33, + "flow": 2886.2, + "inflow": 3826.8, + "volume": 54383.44, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 173.33, + "flow": 2878.5, + "inflow": 3840.8, + "volume": 54384.02, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 173.33, + "flow": 2902.9, + "inflow": 3813.8, + "volume": 54384.57, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 173.33, + "flow": 2902.5, + "inflow": 3814.2, + "volume": 54385.12, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 173.33, + "flow": 2906.7, + "inflow": 3826.7, + "volume": 54385.67, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 173.34, + "flow": 2965.5, + "inflow": 3857.1, + "volume": 54386.2, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 173.34, + "flow": 2962.1, + "inflow": 3858.6, + "volume": 54386.74, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 173.34, + "flow": 2959.7, + "inflow": 3850.1, + "volume": 54387.27, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 173.34, + "flow": 2967.3, + "inflow": 3894.3, + "volume": 54387.83, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 173.34, + "flow": 2944.6, + "inflow": 3888.5, + "volume": 54388.4, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 173.34, + "flow": 2950.9, + "inflow": 3831.9, + "volume": 54388.93, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 173.34, + "flow": 3160.5, + "inflow": 3925.2, + "volume": 54389.39, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 173.34, + "flow": 3158.2, + "inflow": 3902.8, + "volume": 54389.84, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 173.34, + "flow": 3154.3, + "inflow": 3888.8, + "volume": 54390.28, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 173.34, + "flow": 3135.6, + "inflow": 3929.5, + "volume": 54390.76, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 173.34, + "flow": 3147, + "inflow": 3904, + "volume": 54391.21, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 173.34, + "flow": 3132.9, + "inflow": 3894.6, + "volume": 54391.67, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 173.34, + "flow": 3408.8, + "inflow": 3927.2, + "volume": 54391.98, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 173.34, + "flow": 3407.2, + "inflow": 3939.6, + "volume": 54392.3, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 173.34, + "flow": 3396.6, + "inflow": 3920.4, + "volume": 54392.61, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 173.34, + "flow": 3414.5, + "inflow": 3883.2, + "volume": 54392.89, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 173.34, + "flow": 3408.5, + "inflow": 3898.3, + "volume": 54393.18, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 173.34, + "flow": 3403, + "inflow": 3918.1, + "volume": 54393.49, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 173.34, + "flow": 3651, + "inflow": 3881.5, + "volume": 54393.63, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 173.34, + "flow": 3641.3, + "inflow": 3925.2, + "volume": 54393.8, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 173.34, + "flow": 3640.9, + "inflow": 3925.4, + "volume": 54393.97, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 173.34, + "flow": 3664.4, + "inflow": 3922.4, + "volume": 54394.12, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 173.34, + "flow": 3856.1, + "inflow": 3833.6, + "volume": 54394.11, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 173.34, + "flow": 3836.7, + "inflow": 3843.6, + "volume": 54394.11, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 173.34, + "flow": 3836.2, + "inflow": 3839.6, + "volume": 54394.11, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 173.34, + "flow": 3826, + "inflow": 3846.7, + "volume": 54394.12, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 173.34, + "flow": 3836.3, + "inflow": 3871.9, + "volume": 54394.14, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 173.34, + "flow": 3846.8, + "inflow": 3869.2, + "volume": 54394.15, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 173.34, + "flow": 3898.9, + "inflow": 3801.9, + "volume": 54394.09, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 173.34, + "flow": 3923.8, + "inflow": 3823.4, + "volume": 54394.03, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 173.34, + "flow": 3924.7, + "inflow": 3802.4, + "volume": 54393.96, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 173.34, + "flow": 3893.7, + "inflow": 3776.9, + "volume": 54393.89, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 173.34, + "flow": 3897.6, + "inflow": 3827.3, + "volume": 54393.85, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 173.34, + "flow": 3838.9, + "inflow": 3707.3, + "volume": 54393.77, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 173.34, + "flow": 3827.7, + "inflow": 3764, + "volume": 54393.73, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 173.34, + "flow": 3856, + "inflow": 3757, + "volume": 54393.67, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 173.34, + "flow": 3849, + "inflow": 3743.9, + "volume": 54393.61, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 173.34, + "flow": 3850.2, + "inflow": 3749, + "volume": 54393.55, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 173.34, + "flow": 3838.9, + "inflow": 3770.2, + "volume": 54393.51, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 173.34, + "flow": 3667.9, + "inflow": 3662.6, + "volume": 54393.51, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 173.34, + "flow": 3664.9, + "inflow": 3689.4, + "volume": 54393.52, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 173.34, + "flow": 3647.5, + "inflow": 3687.1, + "volume": 54393.54, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 173.34, + "flow": 3652.1, + "inflow": 3639.6, + "volume": 54393.53, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 173.34, + "flow": 3649.5, + "inflow": 3671, + "volume": 54393.54, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 173.34, + "flow": 3648.4, + "inflow": 3664.5, + "volume": 54393.55, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 173.34, + "flow": 3413.1, + "inflow": 3576.8, + "volume": 54393.65, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 173.34, + "flow": 3411.2, + "inflow": 3580.5, + "volume": 54393.75, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 173.34, + "flow": 3395.8, + "inflow": 3603.1, + "volume": 54393.87, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 173.34, + "flow": 3385.5, + "inflow": 3574.6, + "volume": 54393.98, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 173.34, + "flow": 3396.4, + "inflow": 3598.3, + "volume": 54394.1, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 173.34, + "flow": 3413.9, + "inflow": 3596, + "volume": 54394.21, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 173.34, + "flow": 3129.6, + "inflow": 3450.8, + "volume": 54394.4, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 173.34, + "flow": 3128.9, + "inflow": 3461.4, + "volume": 54394.6, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 173.34, + "flow": 3140.5, + "inflow": 3479.6, + "volume": 54394.8, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 173.34, + "flow": 3160.6, + "inflow": 3470.3, + "volume": 54394.99, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 173.34, + "flow": 3130.4, + "inflow": 3498.3, + "volume": 54395.21, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 173.34, + "flow": 3130.6, + "inflow": 3511.5, + "volume": 54395.44, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 173.34, + "flow": 2955.6, + "inflow": 3421.2, + "volume": 54395.72, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 173.34, + "flow": 2963.2, + "inflow": 3415.6, + "volume": 54395.99, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 173.34, + "flow": 2956.7, + "inflow": 3418.7, + "volume": 54396.27, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 173.34, + "flow": 2951.5, + "inflow": 3378, + "volume": 54396.53, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 173.34, + "flow": 2959.7, + "inflow": 3393.2, + "volume": 54396.79, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 173.34, + "flow": 2952.6, + "inflow": 3383.5, + "volume": 54397.05, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 173.34, + "flow": 2882.2, + "inflow": 3360.4, + "volume": 54397.34, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 173.34, + "flow": 2900.1, + "inflow": 3298.2, + "volume": 54397.58, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 173.34, + "flow": 2886.2, + "inflow": 3349.9, + "volume": 54397.86, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 173.34, + "flow": 2891.8, + "inflow": 3346.7, + "volume": 54398.13, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 173.34, + "flow": 2896.7, + "inflow": 3344.6, + "volume": 54398.4, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 173.34, + "flow": 2901.7, + "inflow": 3348.5, + "volume": 54398.67, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 173.34, + "flow": 2972.6, + "inflow": 3271.2, + "volume": 54398.85, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 173.34, + "flow": 2944.3, + "inflow": 3290, + "volume": 54399.06, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 173.34, + "flow": 2947.1, + "inflow": 3253.9, + "volume": 54399.24, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 173.34, + "flow": 2965, + "inflow": 3283.9, + "volume": 54399.43, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 173.34, + "flow": 2952.4, + "inflow": 3301.8, + "volume": 54399.64, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 173.34, + "flow": 2952.5, + "inflow": 3303.6, + "volume": 54399.85, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 173.34, + "flow": 3132, + "inflow": 3219, + "volume": 54399.9, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 173.34, + "flow": 3147.2, + "inflow": 3212.4, + "volume": 54399.94, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 173.34, + "flow": 3143.9, + "inflow": 3254.2, + "volume": 54400.01, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 173.34, + "flow": 3149, + "inflow": 3224, + "volume": 54400.05, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 173.34, + "flow": 3137.9, + "inflow": 3254, + "volume": 54400.12, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 173.34, + "flow": 3137.2, + "inflow": 3224, + "volume": 54400.17, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 173.34, + "flow": 3387, + "inflow": 3259.3, + "volume": 54400.09, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 173.34, + "flow": 3397.7, + "inflow": 3211.8, + "volume": 54399.98, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 173.34, + "flow": 3408.7, + "inflow": 3252.6, + "volume": 54399.89, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 173.34, + "flow": 3393.3, + "inflow": 3255.3, + "volume": 54399.81, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 173.34, + "flow": 3392.4, + "inflow": 3258.8, + "volume": 54399.73, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 173.34, + "flow": 3403.3, + "inflow": 3262.5, + "volume": 54399.65, + "temperature": 25.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 173.34, + "flow": 3660.3, + "inflow": 3240.3, + "volume": 54399.4, + "temperature": 25.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 173.34, + "flow": 3659.3, + "inflow": 3233.6, + "volume": 54399.14, + "temperature": 25, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 173.34, + "flow": 3649.7, + "inflow": 3266.8, + "volume": 54398.91, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 173.34, + "flow": 3646.9, + "inflow": 3237.9, + "volume": 54398.66, + "temperature": 24.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 173.34, + "flow": 3641.9, + "inflow": 3233, + "volume": 54398.41, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 173.34, + "flow": 3649.9, + "inflow": 3244.6, + "volume": 54398.17, + "temperature": 24.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 173.34, + "flow": 3845, + "inflow": 3307.3, + "volume": 54397.85, + "temperature": 24.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 173.34, + "flow": 3852.2, + "inflow": 3308.6, + "volume": 54397.52, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 173.34, + "flow": 3830.5, + "inflow": 3296.2, + "volume": 54397.2, + "temperature": 24.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 173.34, + "flow": 3829.3, + "inflow": 3270.7, + "volume": 54396.86, + "temperature": 24.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 173.34, + "flow": 3834.4, + "inflow": 3293.3, + "volume": 54396.54, + "temperature": 24.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 173.34, + "flow": 3849, + "inflow": 3286.8, + "volume": 54396.2, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 173.34, + "flow": 3910.8, + "inflow": 3354.3, + "volume": 54395.87, + "temperature": 24.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 173.34, + "flow": 3924.9, + "inflow": 3301.8, + "volume": 54395.5, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 173.34, + "flow": 3919.9, + "inflow": 3348.3, + "volume": 54395.16, + "temperature": 25.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 173.34, + "flow": 3895.9, + "inflow": 3300.4, + "volume": 54394.8, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 173.34, + "flow": 3894.6, + "inflow": 3362.8, + "volume": 54394.48, + "temperature": 23.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 173.34, + "flow": 3894.2, + "inflow": 3316.9, + "volume": 54394.13, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 173.34, + "flow": 3829.3, + "inflow": 3394.7, + "volume": 54393.87, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 173.34, + "flow": 3830.8, + "inflow": 3373.1, + "volume": 54393.6, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 173.34, + "flow": 3831.4, + "inflow": 3419.5, + "volume": 54393.35, + "temperature": 19.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 173.34, + "flow": 3843.2, + "inflow": 3370.7, + "volume": 54393.07, + "temperature": 19, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 173.34, + "flow": 3825.2, + "inflow": 3412.2, + "volume": 54392.82, + "temperature": 18.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 173.34, + "flow": 3844.8, + "inflow": 3387.4, + "volume": 54392.55, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 173.34, + "flow": 3668.7, + "inflow": 3512.8, + "volume": 54392.46, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 173.34, + "flow": 3666, + "inflow": 3455.1, + "volume": 54392.33, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 173.34, + "flow": 3638.6, + "inflow": 3485.5, + "volume": 54392.24, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 173.34, + "flow": 3649.6, + "inflow": 3448.3, + "volume": 54392.12, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 173.34, + "flow": 3672, + "inflow": 3453, + "volume": 54391.99, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 173.34, + "flow": 3649.7, + "inflow": 3474.9, + "volume": 54391.89, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 173.34, + "flow": 3408, + "inflow": 3552.3, + "volume": 54391.98, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 173.34, + "flow": 3410.7, + "inflow": 3578.7, + "volume": 54392.08, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 173.34, + "flow": 3398.3, + "inflow": 3577.8, + "volume": 54392.19, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 173.34, + "flow": 3397.7, + "inflow": 3557.6, + "volume": 54392.29, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 173.34, + "flow": 3387, + "inflow": 3544.9, + "volume": 54392.38, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 173.34, + "flow": 3402, + "inflow": 3574.6, + "volume": 54392.48, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 173.34, + "flow": 3135.1, + "inflow": 3638.5, + "volume": 54392.78, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 173.34, + "flow": 3151.6, + "inflow": 3686.1, + "volume": 54393.1, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 173.34, + "flow": 3141.7, + "inflow": 3644.2, + "volume": 54393.4, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 173.34, + "flow": 3149.6, + "inflow": 3649.8, + "volume": 54393.7, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 173.34, + "flow": 3130.6, + "inflow": 3628.3, + "volume": 54394, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 173.34, + "flow": 3137.2, + "inflow": 3627.2, + "volume": 54394.29, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 173.34, + "flow": 2943.2, + "inflow": 3719.9, + "volume": 54394.76, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 173.34, + "flow": 2973.2, + "inflow": 3759.6, + "volume": 54395.23, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 173.34, + "flow": 2942.2, + "inflow": 3750.8, + "volume": 54395.72, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 173.34, + "flow": 2954.1, + "inflow": 3739, + "volume": 54396.19, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 173.34, + "flow": 2967, + "inflow": 3746.3, + "volume": 54396.66, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 173.34, + "flow": 2954.2, + "inflow": 3738.3, + "volume": 54397.13, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 173.34, + "flow": 2875.3, + "inflow": 3799.7, + "volume": 54397.68, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 173.34, + "flow": 2892.1, + "inflow": 3834.4, + "volume": 54398.25, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 173.34, + "flow": 2880.1, + "inflow": 3784, + "volume": 54398.79, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 173.34, + "flow": 2897.5, + "inflow": 3786.5, + "volume": 54399.32, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 173.34, + "flow": 2893.9, + "inflow": 3781.5, + "volume": 54399.85, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 173.34, + "flow": 2894.2, + "inflow": 3816.8, + "volume": 54400.4, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 173.34, + "flow": 2973.6, + "inflow": 3889.4, + "volume": 54400.95, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 173.34, + "flow": 2949.9, + "inflow": 3869.1, + "volume": 54401.5, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 173.34, + "flow": 2955.9, + "inflow": 3834.9, + "volume": 54402.03, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 173.34, + "flow": 2960.8, + "inflow": 3834.5, + "volume": 54402.55, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 173.34, + "flow": 2952.7, + "inflow": 3879.3, + "volume": 54403.11, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 173.34, + "flow": 2959.1, + "inflow": 3895.1, + "volume": 54403.67, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 173.34, + "flow": 3152, + "inflow": 3893, + "volume": 54404.11, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 173.34, + "flow": 3136.1, + "inflow": 3904.5, + "volume": 54404.57, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 173.34, + "flow": 3160, + "inflow": 3914.3, + "volume": 54405.02, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 173.34, + "flow": 3136.9, + "inflow": 3902, + "volume": 54405.48, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 173.34, + "flow": 3160.4, + "inflow": 3886.7, + "volume": 54405.92, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 173.34, + "flow": 3138.5, + "inflow": 3916.1, + "volume": 54406.39, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 173.34, + "flow": 3387.6, + "inflow": 3935.6, + "volume": 54406.72, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 173.34, + "flow": 3407.2, + "inflow": 3879.7, + "volume": 54407, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 173.35, + "flow": 3398.4, + "inflow": 3893.8, + "volume": 54407.3, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 173.35, + "flow": 3414.3, + "inflow": 3894.1, + "volume": 54407.59, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 173.35, + "flow": 3395.8, + "inflow": 3897.2, + "volume": 54407.89, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 173.35, + "flow": 3392.4, + "inflow": 3930.6, + "volume": 54408.21, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 173.35, + "flow": 3663.1, + "inflow": 3912.7, + "volume": 54408.36, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 173.35, + "flow": 3659.7, + "inflow": 3921.4, + "volume": 54408.52, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 173.35, + "flow": 3662, + "inflow": 3914.8, + "volume": 54408.67, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 173.35, + "flow": 3662.8, + "inflow": 3864.2, + "volume": 54408.79, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 173.35, + "flow": 3660.6, + "inflow": 3884.8, + "volume": 54408.92, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 173.35, + "flow": 3652.1, + "inflow": 3927.8, + "volume": 54409.09, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 173.35, + "flow": 3825.3, + "inflow": 3845.5, + "volume": 54409.1, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 173.35, + "flow": 3844.8, + "inflow": 3862.2, + "volume": 54409.11, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 173.35, + "flow": 3844.8, + "inflow": 3870.8, + "volume": 54409.13, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 173.35, + "flow": 3849.8, + "inflow": 3849.7, + "volume": 54409.13, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 173.35, + "flow": 3835, + "inflow": 3869.5, + "volume": 54409.15, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 173.35, + "flow": 3852.7, + "inflow": 3882.9, + "volume": 54409.17, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 173.35, + "flow": 3905.3, + "inflow": 3797.9, + "volume": 54409.11, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 173.35, + "flow": 3904.1, + "inflow": 3807.8, + "volume": 54409.05, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 173.35, + "flow": 3852.8, + "inflow": 3763.1, + "volume": 54409, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 173.35, + "flow": 3847.7, + "inflow": 3763.9, + "volume": 54408.95, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 173.35, + "flow": 3825.4, + "inflow": 3727.5, + "volume": 54408.89, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 173.35, + "flow": 3847.8, + "inflow": 3713.4, + "volume": 54408.81, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 173.35, + "flow": 3833, + "inflow": 3707, + "volume": 54408.73, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 173.35, + "flow": 3836, + "inflow": 3710, + "volume": 54408.65, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 173.35, + "flow": 3663.9, + "inflow": 3676.7, + "volume": 54408.66, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 173.35, + "flow": 3660.3, + "inflow": 3648.6, + "volume": 54408.65, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 173.35, + "flow": 3662.1, + "inflow": 3639.1, + "volume": 54408.64, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 173.35, + "flow": 3655.4, + "inflow": 3623, + "volume": 54408.62, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 173.35, + "flow": 3645.2, + "inflow": 3676.3, + "volume": 54408.64, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 173.35, + "flow": 3667.9, + "inflow": 3682.4, + "volume": 54408.65, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 173.35, + "flow": 3414.1, + "inflow": 3577.6, + "volume": 54408.75, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 173.35, + "flow": 3409.3, + "inflow": 3547.8, + "volume": 54408.83, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 173.35, + "flow": 3402.3, + "inflow": 3595.2, + "volume": 54408.95, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 173.35, + "flow": 3395, + "inflow": 3595.8, + "volume": 54409.07, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 173.35, + "flow": 3388.7, + "inflow": 3593.8, + "volume": 54409.19, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 173.35, + "flow": 3394, + "inflow": 3547.9, + "volume": 54409.28, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 173.35, + "flow": 3161.9, + "inflow": 3477.5, + "volume": 54409.47, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 173.35, + "flow": 3142.4, + "inflow": 3452.5, + "volume": 54409.66, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 173.35, + "flow": 3159.6, + "inflow": 3486.5, + "volume": 54409.86, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 173.35, + "flow": 3159.5, + "inflow": 3499.6, + "volume": 54410.06, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 173.35, + "flow": 3130.7, + "inflow": 3469.1, + "volume": 54410.26, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 173.35, + "flow": 3130.4, + "inflow": 3514, + "volume": 54410.49, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 173.35, + "flow": 2957.9, + "inflow": 3392.2, + "volume": 54410.75, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 173.35, + "flow": 2969.8, + "inflow": 3370.4, + "volume": 54410.99, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 173.35, + "flow": 2943.7, + "inflow": 3392.8, + "volume": 54411.26, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 173.35, + "flow": 2966.9, + "inflow": 3407.7, + "volume": 54411.52, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 173.35, + "flow": 2958.7, + "inflow": 3379, + "volume": 54411.77, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 173.35, + "flow": 2954.3, + "inflow": 3386, + "volume": 54412.03, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 173.35, + "flow": 2894.3, + "inflow": 3339.1, + "volume": 54412.3, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 173.35, + "flow": 2879.3, + "inflow": 3339, + "volume": 54412.58, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 173.35, + "flow": 2875.3, + "inflow": 3294.8, + "volume": 54412.83, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 173.35, + "flow": 2877.5, + "inflow": 3305.6, + "volume": 54413.09, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 173.35, + "flow": 2875.2, + "inflow": 3309.5, + "volume": 54413.35, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 173.35, + "flow": 2895, + "inflow": 3355.6, + "volume": 54413.63, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 173.35, + "flow": 2974.1, + "inflow": 3292.3, + "volume": 54413.82, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 173.35, + "flow": 2967.6, + "inflow": 3275.1, + "volume": 54414, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 173.35, + "flow": 2958, + "inflow": 3258.4, + "volume": 54414.18, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 173.35, + "flow": 2959.9, + "inflow": 3278.2, + "volume": 54414.37, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 173.35, + "flow": 2971, + "inflow": 3279.3, + "volume": 54414.56, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 173.35, + "flow": 2952.9, + "inflow": 3304.1, + "volume": 54414.77, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 173.35, + "flow": 3131, + "inflow": 3227.2, + "volume": 54414.83, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 173.35, + "flow": 3144.1, + "inflow": 3235.8, + "volume": 54414.89, + "temperature": 18, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 173.35, + "flow": 3145.5, + "inflow": 3213.6, + "volume": 54414.93, + "temperature": 18, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 173.35, + "flow": 3132.9, + "inflow": 3238.8, + "volume": 54414.99, + "temperature": 18.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 173.35, + "flow": 3157, + "inflow": 3217.6, + "volume": 54415.03, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 173.35, + "flow": 3149.9, + "inflow": 3265.4, + "volume": 54415.1, + "temperature": 18.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 173.35, + "flow": 3404.8, + "inflow": 3197.6, + "volume": 54414.98, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 173.35, + "flow": 3389, + "inflow": 3211.9, + "volume": 54414.87, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 173.35, + "flow": 3405.1, + "inflow": 3255.5, + "volume": 54414.78, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 173.35, + "flow": 3385.6, + "inflow": 3213.2, + "volume": 54414.68, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 173.35, + "flow": 3416.6, + "inflow": 3238.1, + "volume": 54414.57, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 173.35, + "flow": 3411.1, + "inflow": 3226.2, + "volume": 54414.46, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 173.35, + "flow": 3656.5, + "inflow": 3208.8, + "volume": 54414.19, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 173.35, + "flow": 3661.2, + "inflow": 3243.5, + "volume": 54413.94, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 173.35, + "flow": 3668.2, + "inflow": 3214.7, + "volume": 54413.67, + "temperature": 20.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 173.35, + "flow": 3657.5, + "inflow": 3245.8, + "volume": 54413.42, + "temperature": 18.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 173.35, + "flow": 3670.8, + "inflow": 3232.1, + "volume": 54413.16, + "temperature": 17.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 173.35, + "flow": 3657.1, + "inflow": 3255.1, + "volume": 54412.92, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 173.35, + "flow": 3851.7, + "inflow": 3242.6, + "volume": 54412.55, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 173.35, + "flow": 3847.1, + "inflow": 3267.9, + "volume": 54412.2, + "temperature": 16.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 173.35, + "flow": 3832.4, + "inflow": 3257.4, + "volume": 54411.85, + "temperature": 16.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 173.35, + "flow": 3846.6, + "inflow": 3268, + "volume": 54411.5, + "temperature": 16.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 173.35, + "flow": 3835.5, + "inflow": 3285.1, + "volume": 54411.17, + "temperature": 15.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 173.35, + "flow": 3836.2, + "inflow": 3250.4, + "volume": 54410.82, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 173.35, + "flow": 3909.8, + "inflow": 3313.4, + "volume": 54410.46, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 173.35, + "flow": 3902.6, + "inflow": 3355.1, + "volume": 54410.13, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 173.35, + "flow": 3898.5, + "inflow": 3319.5, + "volume": 54409.78, + "temperature": 15, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 173.35, + "flow": 3897.4, + "inflow": 3300.3, + "volume": 54409.42, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 173.35, + "flow": 3919.4, + "inflow": 3343.1, + "volume": 54409.07, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 173.35, + "flow": 3912.4, + "inflow": 3346.6, + "volume": 54408.73, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 173.35, + "flow": 3825.4, + "inflow": 3429.2, + "volume": 54408.49, + "temperature": 15.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 173.35, + "flow": 3842.9, + "inflow": 3415.3, + "volume": 54408.23, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 173.35, + "flow": 3856.4, + "inflow": 3428.1, + "volume": 54407.97, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 173.35, + "flow": 3835.2, + "inflow": 3381.7, + "volume": 54407.7, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 173.35, + "flow": 3846.9, + "inflow": 3367.4, + "volume": 54407.41, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 173.34, + "flow": 3830.5, + "inflow": 3416.5, + "volume": 54407.16, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 173.34, + "flow": 3664.9, + "inflow": 3486.5, + "volume": 54407.05, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 173.34, + "flow": 3668.6, + "inflow": 3504.3, + "volume": 54406.95, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 173.34, + "flow": 3650.4, + "inflow": 3488.4, + "volume": 54406.85, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 173.34, + "flow": 3656.6, + "inflow": 3478.4, + "volume": 54406.74, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 173.34, + "flow": 3645.2, + "inflow": 3475.2, + "volume": 54406.64, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 173.34, + "flow": 3652, + "inflow": 3461, + "volume": 54406.53, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 173.34, + "flow": 3386.7, + "inflow": 3561.7, + "volume": 54406.63, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 173.34, + "flow": 3391.4, + "inflow": 3551.3, + "volume": 54406.73, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 173.34, + "flow": 3410.6, + "inflow": 3545.3, + "volume": 54406.81, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 173.34, + "flow": 3407.8, + "inflow": 3596.2, + "volume": 54406.92, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 173.34, + "flow": 3395.1, + "inflow": 3585.4, + "volume": 54407.03, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 173.34, + "flow": 3407.4, + "inflow": 3582.7, + "volume": 54407.14, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 173.35, + "flow": 3129, + "inflow": 3636.4, + "volume": 54407.44, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 173.35, + "flow": 3136, + "inflow": 3632.9, + "volume": 54407.74, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 173.35, + "flow": 3143.2, + "inflow": 3659.8, + "volume": 54408.05, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 173.35, + "flow": 3130.1, + "inflow": 3629, + "volume": 54408.35, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 173.35, + "flow": 3138.4, + "inflow": 3675.8, + "volume": 54408.67, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 173.35, + "flow": 3152.7, + "inflow": 3651.2, + "volume": 54408.97, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 173.35, + "flow": 2946.5, + "inflow": 3739, + "volume": 54409.45, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 173.35, + "flow": 2949.4, + "inflow": 3708.1, + "volume": 54409.91, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 173.35, + "flow": 2953.9, + "inflow": 3701.7, + "volume": 54410.36, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 173.35, + "flow": 2963.4, + "inflow": 3760.8, + "volume": 54410.84, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 173.35, + "flow": 2958.1, + "inflow": 3715.6, + "volume": 54411.29, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 173.35, + "flow": 2974.6, + "inflow": 3754, + "volume": 54411.76, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 173.35, + "flow": 2887.7, + "inflow": 3786.4, + "volume": 54412.3, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 173.35, + "flow": 2879.3, + "inflow": 3828.3, + "volume": 54412.87, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 173.35, + "flow": 2885.2, + "inflow": 3837.2, + "volume": 54413.44, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 173.35, + "flow": 2899.6, + "inflow": 3793.1, + "volume": 54413.98, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 173.35, + "flow": 2877.6, + "inflow": 3805.3, + "volume": 54414.54, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 173.35, + "flow": 2901.5, + "inflow": 3813.8, + "volume": 54415.09, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 173.35, + "flow": 2950.7, + "inflow": 3842.8, + "volume": 54415.63, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 173.35, + "flow": 2952.1, + "inflow": 3831.5, + "volume": 54416.16, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 173.35, + "flow": 2964.7, + "inflow": 3851.8, + "volume": 54416.69, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 173.35, + "flow": 2953.6, + "inflow": 3881.6, + "volume": 54417.25, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 173.35, + "flow": 2942.8, + "inflow": 3861.7, + "volume": 54417.8, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 173.35, + "flow": 2945.4, + "inflow": 3842.9, + "volume": 54418.34, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 173.35, + "flow": 3148.6, + "inflow": 3887.7, + "volume": 54418.78, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 173.35, + "flow": 3155.7, + "inflow": 3919.9, + "volume": 54419.24, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 173.35, + "flow": 3133.4, + "inflow": 3893.8, + "volume": 54419.7, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 173.35, + "flow": 3148.8, + "inflow": 3898.3, + "volume": 54420.15, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 173.35, + "flow": 3131.9, + "inflow": 3900.4, + "volume": 54420.61, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 173.35, + "flow": 3131, + "inflow": 3911.3, + "volume": 54421.08, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 173.35, + "flow": 3391.4, + "inflow": 3925.6, + "volume": 54421.4, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 173.35, + "flow": 3393.3, + "inflow": 3879.7, + "volume": 54421.69, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 173.35, + "flow": 3415.9, + "inflow": 3906.2, + "volume": 54421.98, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 173.35, + "flow": 3416.3, + "inflow": 3875, + "volume": 54422.26, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 173.35, + "flow": 3404.5, + "inflow": 3893.3, + "volume": 54422.55, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 173.35, + "flow": 3406.6, + "inflow": 3936.1, + "volume": 54422.87, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 173.35, + "flow": 3639.1, + "inflow": 3867.1, + "volume": 54423.01, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 173.35, + "flow": 3651.9, + "inflow": 3889.3, + "volume": 54423.15, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 173.35, + "flow": 3642.6, + "inflow": 3908.9, + "volume": 54423.31, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 173.35, + "flow": 3659.8, + "inflow": 3871.6, + "volume": 54423.44, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 173.35, + "flow": 3640.6, + "inflow": 3875.3, + "volume": 54423.58, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 173.35, + "flow": 3668.8, + "inflow": 3902.2, + "volume": 54423.72, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 173.35, + "flow": 3848.7, + "inflow": 3844.8, + "volume": 54423.72, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 173.35, + "flow": 3847, + "inflow": 3857.4, + "volume": 54423.73, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 173.35, + "flow": 3852.9, + "inflow": 3835.4, + "volume": 54423.72, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 173.35, + "flow": 3851, + "inflow": 3833.6, + "volume": 54423.71, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 173.35, + "flow": 3849.2, + "inflow": 3863.3, + "volume": 54423.72, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 173.35, + "flow": 3842.3, + "inflow": 3872, + "volume": 54423.74, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 173.35, + "flow": 3917.4, + "inflow": 3822.7, + "volume": 54423.68, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 173.35, + "flow": 3919.2, + "inflow": 3796.6, + "volume": 54423.61, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 173.35, + "flow": 3921.8, + "inflow": 3783.8, + "volume": 54423.53, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 173.35, + "flow": 3917.3, + "inflow": 3802.5, + "volume": 54423.46, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 173.35, + "flow": 3924.9, + "inflow": 3790.8, + "volume": 54423.38, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 173.35, + "flow": 3900.5, + "inflow": 3807.3, + "volume": 54423.32, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 173.35, + "flow": 3855.6, + "inflow": 3739.3, + "volume": 54423.25, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 173.35, + "flow": 3660.4, + "inflow": 3633.6, + "volume": 54423.23, + "temperature": 13.5, + "precipitation": 0 + } +] \ No newline at end of file diff --git a/public/data/CH_DIXE.json b/public/data/CH_DIXE.json new file mode 100644 index 0000000..ccd2e18 --- /dev/null +++ b/public/data/CH_DIXE.json @@ -0,0 +1,13502 @@ +[ + { + "timestamp": "2026-06-02T23:20:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 21.9, + "volume": 352, + "temperature": 6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-02T23:30:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 21.7, + "volume": 352, + "temperature": 4.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-02T23:40:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 21.7, + "volume": 352, + "temperature": 4.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-02T23:50:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 21.7, + "volume": 352, + "temperature": 4.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:00:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 22.5, + "volume": 352, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:10:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 22.4, + "volume": 352, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:20:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 22.6, + "volume": 352, + "temperature": 5.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:30:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 22.4, + "volume": 352, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:40:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 22.6, + "volume": 352, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:50:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 22.5, + "volume": 352, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:00:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 23.1, + "volume": 352, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:10:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 23.1, + "volume": 352, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:20:00.000Z", + "level": 2288, + "flow": 20.5, + "inflow": 22.9, + "volume": 352, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:30:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 22.8, + "volume": 352, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:40:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 23, + "volume": 352, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:50:00.000Z", + "level": 2288, + "flow": 20.2, + "inflow": 23.1, + "volume": 352, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:00:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 23.5, + "volume": 352, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:10:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 23.7, + "volume": 352, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:20:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 23.4, + "volume": 352, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:30:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 23.4, + "volume": 352, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:40:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 23.6, + "volume": 352, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:50:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 23.6, + "volume": 352, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:00:00.000Z", + "level": 2288.01, + "flow": 18.7, + "inflow": 23.8, + "volume": 352, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:10:00.000Z", + "level": 2288.01, + "flow": 18.8, + "inflow": 24.2, + "volume": 352, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:20:00.000Z", + "level": 2288.01, + "flow": 18.6, + "inflow": 24, + "volume": 352, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:30:00.000Z", + "level": 2288.01, + "flow": 18.7, + "inflow": 23.8, + "volume": 352, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:40:00.000Z", + "level": 2288.01, + "flow": 18.6, + "inflow": 24.1, + "volume": 352, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:50:00.000Z", + "level": 2288.01, + "flow": 18.6, + "inflow": 24, + "volume": 352, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:00:00.000Z", + "level": 2288.01, + "flow": 19, + "inflow": 24.3, + "volume": 352, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:10:00.000Z", + "level": 2288.01, + "flow": 19, + "inflow": 24.5, + "volume": 352, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:20:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.3, + "volume": 352, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:30:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.3, + "volume": 352, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:40:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.2, + "volume": 352, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:50:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.3, + "volume": 352, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:00:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 24.7, + "volume": 352, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:10:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 24.6, + "volume": 352, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:20:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 24.7, + "volume": 352, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:30:00.000Z", + "level": 2288.01, + "flow": 20.2, + "inflow": 24.6, + "volume": 352, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:40:00.000Z", + "level": 2288.01, + "flow": 20.5, + "inflow": 24.6, + "volume": 352, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:50:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 24.8, + "volume": 352, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:00:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 24.6, + "volume": 352, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:10:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 24.5, + "volume": 352, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:20:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 24.5, + "volume": 352, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:30:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 24.7, + "volume": 352, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:40:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 24.5, + "volume": 352, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:50:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 24.8, + "volume": 352, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:00:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 24.5, + "volume": 352, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:10:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 24.7, + "volume": 352, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:20:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 24.7, + "volume": 352, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:30:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 24.6, + "volume": 352, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:40:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 24.7, + "volume": 352, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:50:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 24.7, + "volume": 352, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:00:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.6, + "volume": 352, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:10:00.000Z", + "level": 2288, + "flow": 25, + "inflow": 24.4, + "volume": 352, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:20:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.2, + "volume": 352, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:30:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.5, + "volume": 352, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:40:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.5, + "volume": 352, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:50:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.3, + "volume": 352, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:00:00.000Z", + "level": 2288, + "flow": 25.2, + "inflow": 23.9, + "volume": 352, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:10:00.000Z", + "level": 2288, + "flow": 25.3, + "inflow": 23.9, + "volume": 352, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:20:00.000Z", + "level": 2288, + "flow": 25.4, + "inflow": 24.1, + "volume": 352, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:30:00.000Z", + "level": 2288, + "flow": 25.4, + "inflow": 24, + "volume": 352, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:40:00.000Z", + "level": 2288, + "flow": 25.2, + "inflow": 23.8, + "volume": 352, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:50:00.000Z", + "level": 2288, + "flow": 25.2, + "inflow": 24.2, + "volume": 352, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:00:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 23.8, + "volume": 352, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:10:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 23.4, + "volume": 352, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:20:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 23.8, + "volume": 352, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:30:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 23.6, + "volume": 352, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:40:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 23.8, + "volume": 352, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:50:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 23.8, + "volume": 352, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:00:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 22.9, + "volume": 352, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:10:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 23, + "volume": 352, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:20:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 22.9, + "volume": 352, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:30:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 22.8, + "volume": 352, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:40:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 23.1, + "volume": 352, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:50:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 22.9, + "volume": 352, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:00:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 22.3, + "volume": 352, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:10:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 22.4, + "volume": 352, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:20:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 22.3, + "volume": 352, + "temperature": 5.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:30:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 22.6, + "volume": 352, + "temperature": 6.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:40:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 22.5, + "volume": 352, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:50:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 22.5, + "volume": 352, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:00:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 21.8, + "volume": 352, + "temperature": 4.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:10:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 21.8, + "volume": 352, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:20:00.000Z", + "level": 2288, + "flow": 20.2, + "inflow": 21.9, + "volume": 352, + "temperature": 6.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:30:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 21.9, + "volume": 352, + "temperature": 4.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:40:00.000Z", + "level": 2288, + "flow": 20.2, + "inflow": 21.7, + "volume": 352, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:50:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 22, + "volume": 352, + "temperature": 5.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:00:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21.2, + "volume": 352, + "temperature": 4.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:10:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21.6, + "volume": 352, + "temperature": 5.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:20:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.5, + "volume": 352, + "temperature": 5.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:30:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21.5, + "volume": 352, + "temperature": 5.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:40:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.5, + "volume": 352, + "temperature": 5.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:50:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.3, + "volume": 352, + "temperature": 4.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:00:00.000Z", + "level": 2288, + "flow": 18.8, + "inflow": 21.1, + "volume": 352, + "temperature": 3.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:10:00.000Z", + "level": 2288, + "flow": 18.6, + "inflow": 21.1, + "volume": 352, + "temperature": 4.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:20:00.000Z", + "level": 2288, + "flow": 18.6, + "inflow": 20.8, + "volume": 352, + "temperature": 5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:30:00.000Z", + "level": 2288, + "flow": 18.7, + "inflow": 20.8, + "volume": 352, + "temperature": 4.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:40:00.000Z", + "level": 2288, + "flow": 18.8, + "inflow": 20.7, + "volume": 352, + "temperature": 5.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:50:00.000Z", + "level": 2288, + "flow": 18.7, + "inflow": 20.7, + "volume": 352, + "temperature": 3.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:00:00.000Z", + "level": 2288, + "flow": 19.3, + "inflow": 20.5, + "volume": 352, + "temperature": 3.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:10:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 20.5, + "volume": 352, + "temperature": 4.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:20:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 20.6, + "volume": 352, + "temperature": 3.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:30:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 20.5, + "volume": 352, + "temperature": 4.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:40:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 20.6, + "volume": 352, + "temperature": 4.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:50:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 20.5, + "volume": 352, + "temperature": 4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:00:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 20.2, + "volume": 352, + "temperature": 2.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:10:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 20.4, + "volume": 352, + "temperature": 3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:20:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 20.3, + "volume": 352, + "temperature": 3.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:30:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 20.2, + "volume": 352, + "temperature": 3.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:40:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 20.5, + "volume": 352, + "temperature": 3.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:50:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 20.1, + "volume": 352, + "temperature": 2.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:00:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 20.2, + "volume": 352, + "temperature": 3.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:10:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 20.1, + "volume": 352, + "temperature": 3.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:20:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 20.1, + "volume": 352, + "temperature": 4.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:30:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 20.1, + "volume": 352, + "temperature": 3.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:40:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 20.3, + "volume": 352, + "temperature": 3.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:50:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 20.4, + "volume": 352, + "temperature": 2.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:00:00.000Z", + "level": 2287.99, + "flow": 23.6, + "inflow": 20.5, + "volume": 352, + "temperature": 4.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:10:00.000Z", + "level": 2287.99, + "flow": 23.6, + "inflow": 20.2, + "volume": 352, + "temperature": 4.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:20:00.000Z", + "level": 2287.99, + "flow": 23.6, + "inflow": 20.3, + "volume": 352, + "temperature": 3.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:30:00.000Z", + "level": 2287.99, + "flow": 23.7, + "inflow": 20.3, + "volume": 352, + "temperature": 4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:40:00.000Z", + "level": 2287.99, + "flow": 23.6, + "inflow": 20.3, + "volume": 352, + "temperature": 2.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:50:00.000Z", + "level": 2287.99, + "flow": 23.6, + "inflow": 20.4, + "volume": 352, + "temperature": 4.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:00:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 20.5, + "volume": 352, + "temperature": 3.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:10:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 20.7, + "volume": 352, + "temperature": 4.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:20:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 20.7, + "volume": 352, + "temperature": 4.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:30:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 20.6, + "volume": 352, + "temperature": 3.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:40:00.000Z", + "level": 2287.99, + "flow": 25, + "inflow": 20.8, + "volume": 352, + "temperature": 4.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:50:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 20.4, + "volume": 352, + "temperature": 3.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:00:00.000Z", + "level": 2287.99, + "flow": 25.2, + "inflow": 20.8, + "volume": 352, + "temperature": 4.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:10:00.000Z", + "level": 2287.99, + "flow": 25.3, + "inflow": 20.9, + "volume": 352, + "temperature": 3.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:20:00.000Z", + "level": 2287.99, + "flow": 25.3, + "inflow": 20.7, + "volume": 352, + "temperature": 5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:30:00.000Z", + "level": 2287.99, + "flow": 25.2, + "inflow": 21, + "volume": 352, + "temperature": 3.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:40:00.000Z", + "level": 2287.99, + "flow": 25.2, + "inflow": 21.1, + "volume": 352, + "temperature": 4.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:50:00.000Z", + "level": 2287.99, + "flow": 25.3, + "inflow": 21, + "volume": 352, + "temperature": 4.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:00:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21.5, + "volume": 352, + "temperature": 4.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:10:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21.4, + "volume": 352, + "temperature": 5.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:20:00.000Z", + "level": 2287.99, + "flow": 25, + "inflow": 21.2, + "volume": 352, + "temperature": 5.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:30:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21.2, + "volume": 352, + "temperature": 5.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:40:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21.3, + "volume": 352, + "temperature": 4.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:50:00.000Z", + "level": 2287.99, + "flow": 25, + "inflow": 21.3, + "volume": 352, + "temperature": 5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:00:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 21.8, + "volume": 352, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:10:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 22.1, + "volume": 352, + "temperature": 4.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:20:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 21.9, + "volume": 352, + "temperature": 5.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:30:00.000Z", + "level": 2288, + "flow": 23.5, + "inflow": 21.9, + "volume": 352, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:40:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 21.8, + "volume": 352, + "temperature": 5.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:50:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 22, + "volume": 352, + "temperature": 5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:00:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 22.8, + "volume": 352, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:10:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 22.5, + "volume": 352, + "temperature": 5.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:20:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 22.5, + "volume": 352, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:30:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 22.5, + "volume": 352, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:40:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 22.7, + "volume": 352, + "temperature": 5.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:50:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 22.5, + "volume": 352, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:00:00.000Z", + "level": 2288, + "flow": 20.2, + "inflow": 23.2, + "volume": 352, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:10:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 23.2, + "volume": 352, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:20:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 23.3, + "volume": 352, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:30:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 23, + "volume": 352, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:40:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 23.3, + "volume": 352, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:50:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 23.3, + "volume": 352, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:00:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 23.9, + "volume": 352, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:10:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 23.6, + "volume": 352, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:20:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 23.9, + "volume": 352, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:30:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 23.8, + "volume": 352, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:40:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 23.6, + "volume": 352, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:50:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 23.5, + "volume": 352, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:00:00.000Z", + "level": 2288.01, + "flow": 18.8, + "inflow": 24.3, + "volume": 352, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:10:00.000Z", + "level": 2288.01, + "flow": 18.6, + "inflow": 24.2, + "volume": 352, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:20:00.000Z", + "level": 2288.01, + "flow": 18.8, + "inflow": 24.3, + "volume": 352, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:30:00.000Z", + "level": 2288.01, + "flow": 18.7, + "inflow": 24.3, + "volume": 352, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:40:00.000Z", + "level": 2288.01, + "flow": 18.8, + "inflow": 24.3, + "volume": 352, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:50:00.000Z", + "level": 2288.01, + "flow": 18.8, + "inflow": 24.2, + "volume": 352, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:00:00.000Z", + "level": 2288.01, + "flow": 19, + "inflow": 24.3, + "volume": 352, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:10:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.4, + "volume": 352, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:20:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.4, + "volume": 352, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:30:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.4, + "volume": 352, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:40:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.6, + "volume": 352, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:50:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.6, + "volume": 352, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:00:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 24.8, + "volume": 352, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:10:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 24.6, + "volume": 352, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:20:00.000Z", + "level": 2288.01, + "flow": 20.2, + "inflow": 24.7, + "volume": 352, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:30:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 24.9, + "volume": 352, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:40:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 24.6, + "volume": 352, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:50:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 24.8, + "volume": 352, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:00:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 24.7, + "volume": 352, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:10:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 24.6, + "volume": 352, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:20:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 24.8, + "volume": 352, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:30:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 24.9, + "volume": 352, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:40:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 24.8, + "volume": 352, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:50:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 24.7, + "volume": 352, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:00:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 24.6, + "volume": 352, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:10:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 24.8, + "volume": 352, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:20:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 24.5, + "volume": 352, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:30:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 24.7, + "volume": 352, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:40:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 24.8, + "volume": 352, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:50:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 24.7, + "volume": 352, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:00:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.7, + "volume": 352, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:10:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.5, + "volume": 352, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:20:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.5, + "volume": 352, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:30:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.6, + "volume": 352, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:40:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.3, + "volume": 352, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:50:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.7, + "volume": 352, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:00:00.000Z", + "level": 2288, + "flow": 25.4, + "inflow": 24, + "volume": 352, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:10:00.000Z", + "level": 2288, + "flow": 25.3, + "inflow": 24, + "volume": 352, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:20:00.000Z", + "level": 2288, + "flow": 25.2, + "inflow": 24.1, + "volume": 352, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:30:00.000Z", + "level": 2288, + "flow": 25.4, + "inflow": 24.4, + "volume": 352, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:40:00.000Z", + "level": 2288, + "flow": 25.2, + "inflow": 24.2, + "volume": 352, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:50:00.000Z", + "level": 2288, + "flow": 25.2, + "inflow": 24.1, + "volume": 352, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:00:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 23.7, + "volume": 352, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:10:00.000Z", + "level": 2288, + "flow": 25, + "inflow": 23.9, + "volume": 352, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:20:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 23.8, + "volume": 352, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:30:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 23.9, + "volume": 352, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:40:00.000Z", + "level": 2288, + "flow": 25, + "inflow": 23.5, + "volume": 352, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:50:00.000Z", + "level": 2288, + "flow": 25, + "inflow": 23.8, + "volume": 352, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:00:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 23.4, + "volume": 352, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:10:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 23.3, + "volume": 352, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:20:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 23.2, + "volume": 352, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:30:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 23.1, + "volume": 352, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:40:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 23.2, + "volume": 352, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:50:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 23.3, + "volume": 352, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:00:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 22.8, + "volume": 352, + "temperature": 5.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:10:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 22.8, + "volume": 352, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:20:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 22.4, + "volume": 352, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:30:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 22.8, + "volume": 352, + "temperature": 6.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:40:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 22.5, + "volume": 352, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:50:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 22.4, + "volume": 352, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:00:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 21.9, + "volume": 352, + "temperature": 6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:10:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 22.1, + "volume": 352, + "temperature": 5.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:20:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 22, + "volume": 352, + "temperature": 5.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:30:00.000Z", + "level": 2288, + "flow": 20.2, + "inflow": 22, + "volume": 352, + "temperature": 5.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:40:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 22.2, + "volume": 352, + "temperature": 5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:50:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 22.1, + "volume": 352, + "temperature": 4.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:00:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.5, + "volume": 352, + "temperature": 4.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:10:00.000Z", + "level": 2288, + "flow": 19, + "inflow": 21.5, + "volume": 352, + "temperature": 4.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:20:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21.6, + "volume": 352, + "temperature": 5.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:30:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21.3, + "volume": 352, + "temperature": 4.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:40:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.5, + "volume": 352, + "temperature": 5.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:50:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21.5, + "volume": 352, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:00:00.000Z", + "level": 2288, + "flow": 18.6, + "inflow": 20.9, + "volume": 352, + "temperature": 4.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:10:00.000Z", + "level": 2288, + "flow": 18.7, + "inflow": 21, + "volume": 352, + "temperature": 3.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:20:00.000Z", + "level": 2288, + "flow": 18.8, + "inflow": 20.9, + "volume": 352, + "temperature": 4.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:30:00.000Z", + "level": 2288, + "flow": 18.8, + "inflow": 21.1, + "volume": 352, + "temperature": 4.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:40:00.000Z", + "level": 2288, + "flow": 18.7, + "inflow": 21.2, + "volume": 352, + "temperature": 4.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:50:00.000Z", + "level": 2288, + "flow": 18.8, + "inflow": 21.2, + "volume": 352, + "temperature": 4.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:00:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 20.9, + "volume": 352, + "temperature": 3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:10:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 20.8, + "volume": 352, + "temperature": 3.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:20:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 20.7, + "volume": 352, + "temperature": 4.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:30:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 20.8, + "volume": 352, + "temperature": 3.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:40:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 20.9, + "volume": 352, + "temperature": 4.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:50:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 20.8, + "volume": 352, + "temperature": 4.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:00:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 20.3, + "volume": 352, + "temperature": 2.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:10:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 20.5, + "volume": 352, + "temperature": 3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:20:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 20.5, + "volume": 352, + "temperature": 2.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:30:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 20.6, + "volume": 352, + "temperature": 4.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:40:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 20.7, + "volume": 352, + "temperature": 2.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:50:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 20.4, + "volume": 352, + "temperature": 2.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:00:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 20.4, + "volume": 352, + "temperature": 2.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:10:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 20.2, + "volume": 352, + "temperature": 4.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:20:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 20.5, + "volume": 352, + "temperature": 3.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:30:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 20.3, + "volume": 352, + "temperature": 2.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:40:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 20.3, + "volume": 352, + "temperature": 2.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:50:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 20.5, + "volume": 352, + "temperature": 3.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:00:00.000Z", + "level": 2287.99, + "flow": 23.7, + "inflow": 20.4, + "volume": 352, + "temperature": 3.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:10:00.000Z", + "level": 2287.99, + "flow": 23.5, + "inflow": 20.4, + "volume": 352, + "temperature": 4.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:20:00.000Z", + "level": 2287.99, + "flow": 23.6, + "inflow": 20.6, + "volume": 352, + "temperature": 4.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:30:00.000Z", + "level": 2287.99, + "flow": 23.7, + "inflow": 20.4, + "volume": 352, + "temperature": 2.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:40:00.000Z", + "level": 2287.99, + "flow": 23.7, + "inflow": 20.4, + "volume": 352, + "temperature": 3.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:50:00.000Z", + "level": 2287.99, + "flow": 23.7, + "inflow": 20.5, + "volume": 352, + "temperature": 2.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:00:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 20.7, + "volume": 352, + "temperature": 3.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:10:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 20.6, + "volume": 352, + "temperature": 4.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:20:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 20.9, + "volume": 352, + "temperature": 3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:30:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 20.8, + "volume": 352, + "temperature": 3.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:40:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 20.7, + "volume": 352, + "temperature": 3.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:50:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 20.9, + "volume": 352, + "temperature": 3.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:00:00.000Z", + "level": 2287.99, + "flow": 25.4, + "inflow": 21.2, + "volume": 352, + "temperature": 4.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:10:00.000Z", + "level": 2287.99, + "flow": 25.3, + "inflow": 21.1, + "volume": 352, + "temperature": 5.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:20:00.000Z", + "level": 2287.99, + "flow": 25.3, + "inflow": 21.1, + "volume": 352, + "temperature": 4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:30:00.000Z", + "level": 2287.99, + "flow": 25.2, + "inflow": 20.9, + "volume": 352, + "temperature": 4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:40:00.000Z", + "level": 2287.99, + "flow": 25.4, + "inflow": 20.9, + "volume": 352, + "temperature": 4.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:50:00.000Z", + "level": 2287.99, + "flow": 25.2, + "inflow": 21, + "volume": 352, + "temperature": 5.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:00:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21.7, + "volume": 352, + "temperature": 4.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:10:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21.5, + "volume": 352, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:20:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21.6, + "volume": 352, + "temperature": 4.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:30:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21.4, + "volume": 352, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:40:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21.4, + "volume": 352, + "temperature": 5.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:50:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21.6, + "volume": 352, + "temperature": 5.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:00:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 22.2, + "volume": 352, + "temperature": 5.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:10:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 21.9, + "volume": 352, + "temperature": 5.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:20:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 22.1, + "volume": 352, + "temperature": 4.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:30:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 22.2, + "volume": 352, + "temperature": 5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:40:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 22.1, + "volume": 352, + "temperature": 4.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:50:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 22.2, + "volume": 352, + "temperature": 6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:00:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 22.8, + "volume": 352, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:10:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 22.9, + "volume": 352, + "temperature": 6.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:20:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 22.9, + "volume": 352, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:30:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 22.7, + "volume": 352, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:40:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 22.8, + "volume": 352, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:50:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 22.8, + "volume": 352, + "temperature": 6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:00:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 23.5, + "volume": 352, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:10:00.000Z", + "level": 2288.01, + "flow": 20.2, + "inflow": 23.3, + "volume": 352, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:20:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 23.1, + "volume": 352, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:30:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 23.5, + "volume": 352, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:40:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 23.4, + "volume": 352, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:50:00.000Z", + "level": 2288, + "flow": 20.5, + "inflow": 23.5, + "volume": 352, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:00:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 23.9, + "volume": 352, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:10:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 23.6, + "volume": 352, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:20:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24, + "volume": 352, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:30:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 23.9, + "volume": 352, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:40:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 23.9, + "volume": 352, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:50:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 23.6, + "volume": 352, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:00:00.000Z", + "level": 2288.01, + "flow": 18.8, + "inflow": 24.4, + "volume": 352, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:10:00.000Z", + "level": 2288.01, + "flow": 18.6, + "inflow": 24.2, + "volume": 352, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:20:00.000Z", + "level": 2288.01, + "flow": 18.7, + "inflow": 24.2, + "volume": 352, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:30:00.000Z", + "level": 2288.01, + "flow": 18.8, + "inflow": 24.3, + "volume": 352, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:40:00.000Z", + "level": 2288.01, + "flow": 18.8, + "inflow": 24.4, + "volume": 352, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:50:00.000Z", + "level": 2288.01, + "flow": 18.7, + "inflow": 24.1, + "volume": 352, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:00:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.5, + "volume": 352, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:10:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.4, + "volume": 352, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:20:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.6, + "volume": 352, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:30:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.6, + "volume": 352, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:40:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.6, + "volume": 352, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:50:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.5, + "volume": 352, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:00:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 24.8, + "volume": 352, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:10:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 24.8, + "volume": 352, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:20:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 24.7, + "volume": 352, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:30:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 24.9, + "volume": 352, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:40:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 24.9, + "volume": 352, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:50:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 24.7, + "volume": 352, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:00:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 25, + "volume": 352, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:10:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 24.8, + "volume": 352, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:20:00.000Z", + "level": 2288.01, + "flow": 21.9, + "inflow": 25, + "volume": 352, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:30:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 25, + "volume": 352, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:40:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 24.8, + "volume": 352, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:50:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 25, + "volume": 352, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:00:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 25, + "volume": 352, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:10:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 25, + "volume": 352, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:20:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 24.8, + "volume": 352, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:30:00.000Z", + "level": 2288, + "flow": 23.5, + "inflow": 25, + "volume": 352, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:40:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 24.8, + "volume": 352, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:50:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 24.8, + "volume": 352, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:00:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.7, + "volume": 352, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:10:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.5, + "volume": 352, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:20:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.7, + "volume": 352, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:30:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.8, + "volume": 352, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:40:00.000Z", + "level": 2288, + "flow": 25, + "inflow": 24.6, + "volume": 352, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:50:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.5, + "volume": 352, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:00:00.000Z", + "level": 2288, + "flow": 25.3, + "inflow": 24.3, + "volume": 352, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:10:00.000Z", + "level": 2288, + "flow": 25.3, + "inflow": 24.4, + "volume": 352, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:20:00.000Z", + "level": 2288, + "flow": 25.3, + "inflow": 24.1, + "volume": 352, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:30:00.000Z", + "level": 2288, + "flow": 25.4, + "inflow": 24.2, + "volume": 352, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:40:00.000Z", + "level": 2288, + "flow": 25.2, + "inflow": 24.2, + "volume": 352, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:50:00.000Z", + "level": 2288, + "flow": 25.3, + "inflow": 24.4, + "volume": 352, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:00:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 23.7, + "volume": 352, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:10:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 23.7, + "volume": 352, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:20:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 23.8, + "volume": 352, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:30:00.000Z", + "level": 2288, + "flow": 25, + "inflow": 23.6, + "volume": 352, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:40:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 23.8, + "volume": 352, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:50:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 23.6, + "volume": 352, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:00:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 23.4, + "volume": 352, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:10:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 23.4, + "volume": 352, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:20:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 23.3, + "volume": 352, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:30:00.000Z", + "level": 2288, + "flow": 23.5, + "inflow": 23.2, + "volume": 352, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:40:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 23.2, + "volume": 352, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:50:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 23.1, + "volume": 352, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:00:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 22.9, + "volume": 352, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:10:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 22.6, + "volume": 352, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:20:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 22.6, + "volume": 352, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:30:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 22.5, + "volume": 352, + "temperature": 6.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:40:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 22.5, + "volume": 352, + "temperature": 5.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:50:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 22.9, + "volume": 352, + "temperature": 5.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:00:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 21.9, + "volume": 352, + "temperature": 5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:10:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 22.2, + "volume": 352, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:20:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 22.1, + "volume": 352, + "temperature": 6.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:30:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 22, + "volume": 352, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:40:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 22.3, + "volume": 352, + "temperature": 6.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:50:00.000Z", + "level": 2288, + "flow": 20.5, + "inflow": 22, + "volume": 352, + "temperature": 6.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:00:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.4, + "volume": 352, + "temperature": 5.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:10:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.4, + "volume": 352, + "temperature": 4.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:20:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.4, + "volume": 352, + "temperature": 5.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:30:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21.7, + "volume": 352, + "temperature": 5.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:40:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.6, + "volume": 352, + "temperature": 5.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:50:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.4, + "volume": 352, + "temperature": 3.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:00:00.000Z", + "level": 2288, + "flow": 18.6, + "inflow": 21, + "volume": 352, + "temperature": 3.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:10:00.000Z", + "level": 2288, + "flow": 18.7, + "inflow": 21, + "volume": 352, + "temperature": 4.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:20:00.000Z", + "level": 2288, + "flow": 18.8, + "inflow": 21.3, + "volume": 352, + "temperature": 3.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:30:00.000Z", + "level": 2288, + "flow": 18.8, + "inflow": 21.3, + "volume": 352, + "temperature": 4.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:40:00.000Z", + "level": 2288, + "flow": 18.6, + "inflow": 21.3, + "volume": 352, + "temperature": 4.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:50:00.000Z", + "level": 2288, + "flow": 18.8, + "inflow": 21.2, + "volume": 352, + "temperature": 4.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:00:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 20.6, + "volume": 352, + "temperature": 4.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:10:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 20.8, + "volume": 352, + "temperature": 3.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:20:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 20.6, + "volume": 352, + "temperature": 4.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:30:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21, + "volume": 352, + "temperature": 4.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:40:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 20.7, + "volume": 352, + "temperature": 3.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:50:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21, + "volume": 352, + "temperature": 3.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:00:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 20.6, + "volume": 352, + "temperature": 3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:10:00.000Z", + "level": 2288, + "flow": 20.2, + "inflow": 20.8, + "volume": 352, + "temperature": 2.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:20:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 20.6, + "volume": 352, + "temperature": 4.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:30:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 20.7, + "volume": 352, + "temperature": 4.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:40:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 20.6, + "volume": 352, + "temperature": 4.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:50:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 20.8, + "volume": 352, + "temperature": 4.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:00:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 20.6, + "volume": 352, + "temperature": 3.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:10:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 20.7, + "volume": 352, + "temperature": 3.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:20:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 20.5, + "volume": 352, + "temperature": 2.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:30:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 20.7, + "volume": 352, + "temperature": 4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:40:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 20.5, + "volume": 352, + "temperature": 2.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:50:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 20.6, + "volume": 352, + "temperature": 3.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:00:00.000Z", + "level": 2287.99, + "flow": 23.7, + "inflow": 20.5, + "volume": 352, + "temperature": 3.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:10:00.000Z", + "level": 2287.99, + "flow": 23.7, + "inflow": 20.4, + "volume": 352, + "temperature": 4.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:20:00.000Z", + "level": 2287.99, + "flow": 23.6, + "inflow": 20.5, + "volume": 352, + "temperature": 3.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:30:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 20.8, + "volume": 352, + "temperature": 4.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:40:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 20.7, + "volume": 352, + "temperature": 4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:50:00.000Z", + "level": 2287.99, + "flow": 23.7, + "inflow": 20.4, + "volume": 352, + "temperature": 2.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:00:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 20.8, + "volume": 352, + "temperature": 4.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:10:00.000Z", + "level": 2287.99, + "flow": 25, + "inflow": 20.8, + "volume": 352, + "temperature": 3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:20:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 20.6, + "volume": 352, + "temperature": 3.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:30:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21, + "volume": 352, + "temperature": 3.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:40:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21, + "volume": 352, + "temperature": 4.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:50:00.000Z", + "level": 2287.99, + "flow": 25, + "inflow": 20.7, + "volume": 352, + "temperature": 4.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:00:00.000Z", + "level": 2287.99, + "flow": 25.4, + "inflow": 21.1, + "volume": 352, + "temperature": 4.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:10:00.000Z", + "level": 2287.99, + "flow": 25.4, + "inflow": 21, + "volume": 352, + "temperature": 3.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:20:00.000Z", + "level": 2287.99, + "flow": 25.3, + "inflow": 21, + "volume": 352, + "temperature": 4.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:30:00.000Z", + "level": 2287.99, + "flow": 25.4, + "inflow": 21, + "volume": 352, + "temperature": 4.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:40:00.000Z", + "level": 2287.99, + "flow": 25.4, + "inflow": 21.3, + "volume": 352, + "temperature": 4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:50:00.000Z", + "level": 2287.99, + "flow": 25.3, + "inflow": 21.2, + "volume": 352, + "temperature": 3.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:00:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21.7, + "volume": 352, + "temperature": 4.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:10:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21.5, + "volume": 352, + "temperature": 5.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:20:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21.6, + "volume": 352, + "temperature": 5.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:30:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21.7, + "volume": 352, + "temperature": 4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:40:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21.5, + "volume": 352, + "temperature": 5.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:50:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21.6, + "volume": 352, + "temperature": 5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:00:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 22, + "volume": 352, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:10:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 22.3, + "volume": 352, + "temperature": 5.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:20:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 22.1, + "volume": 352, + "temperature": 4.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:30:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 22.1, + "volume": 352, + "temperature": 4.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:40:00.000Z", + "level": 2288, + "flow": 23.5, + "inflow": 22.1, + "volume": 352, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:50:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 22, + "volume": 352, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:00:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 23, + "volume": 352, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:10:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 22.7, + "volume": 352, + "temperature": 5.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:20:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23, + "volume": 352, + "temperature": 6.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:30:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 22.9, + "volume": 352, + "temperature": 5.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:40:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 22.8, + "volume": 352, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:50:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 22.9, + "volume": 352, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:00:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 23.3, + "volume": 352, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:10:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 23.6, + "volume": 352, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:20:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 23.5, + "volume": 352, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:30:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 23.4, + "volume": 352, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:40:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 23.4, + "volume": 352, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:50:00.000Z", + "level": 2288.01, + "flow": 20.2, + "inflow": 23.6, + "volume": 352, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:00:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24, + "volume": 352, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:10:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 23.8, + "volume": 352, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:20:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 23.9, + "volume": 352, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:30:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 23.9, + "volume": 352, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:40:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 23.8, + "volume": 352, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:50:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 23.9, + "volume": 352, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:00:00.000Z", + "level": 2288.01, + "flow": 18.7, + "inflow": 24.5, + "volume": 352, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:10:00.000Z", + "level": 2288.01, + "flow": 18.6, + "inflow": 24.2, + "volume": 352, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:20:00.000Z", + "level": 2288.01, + "flow": 18.6, + "inflow": 24.4, + "volume": 352, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:30:00.000Z", + "level": 2288.01, + "flow": 18.7, + "inflow": 24.3, + "volume": 352, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:40:00.000Z", + "level": 2288.01, + "flow": 18.6, + "inflow": 24.4, + "volume": 352, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:50:00.000Z", + "level": 2288.01, + "flow": 18.8, + "inflow": 24.3, + "volume": 352, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:00:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.8, + "volume": 352, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:10:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.5, + "volume": 352, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:20:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.9, + "volume": 352, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:30:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.8, + "volume": 352, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:40:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.9, + "volume": 352, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:50:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.8, + "volume": 352, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:00:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 24.8, + "volume": 352, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:10:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 25, + "volume": 352, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:20:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 25.1, + "volume": 352, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:30:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 24.8, + "volume": 352, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:40:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 24.9, + "volume": 352, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:50:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 24.9, + "volume": 352, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:00:00.000Z", + "level": 2288.01, + "flow": 22, + "inflow": 25.2, + "volume": 352, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:10:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 24.8, + "volume": 352, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:20:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 24.9, + "volume": 352, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:30:00.000Z", + "level": 2288.01, + "flow": 22, + "inflow": 25.1, + "volume": 352, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:40:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 25, + "volume": 352, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:50:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 25, + "volume": 352, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:00:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 24.9, + "volume": 352, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:10:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 25.2, + "volume": 352, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:20:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 25.1, + "volume": 352, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:30:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 24.9, + "volume": 352, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:40:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 24.9, + "volume": 352, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:50:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 25.1, + "volume": 352, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:00:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.7, + "volume": 352, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:10:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.6, + "volume": 352, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:20:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.9, + "volume": 352, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:30:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.7, + "volume": 352, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:40:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.8, + "volume": 352, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:50:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.7, + "volume": 352, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:00:00.000Z", + "level": 2288, + "flow": 25.3, + "inflow": 24.2, + "volume": 352, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:10:00.000Z", + "level": 2288, + "flow": 25.3, + "inflow": 24.5, + "volume": 352, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:20:00.000Z", + "level": 2288, + "flow": 25.2, + "inflow": 24.5, + "volume": 352, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:30:00.000Z", + "level": 2288, + "flow": 25.4, + "inflow": 24.4, + "volume": 352, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:40:00.000Z", + "level": 2288, + "flow": 25.4, + "inflow": 24.4, + "volume": 352, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:50:00.000Z", + "level": 2288, + "flow": 25.4, + "inflow": 24.5, + "volume": 352, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:00:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.1, + "volume": 352, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:10:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24, + "volume": 352, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:20:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 23.8, + "volume": 352, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:30:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24, + "volume": 352, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:40:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 23.8, + "volume": 352, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:50:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 23.8, + "volume": 352, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:00:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 23.6, + "volume": 352, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:10:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 23.3, + "volume": 352, + "temperature": 6.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:20:00.000Z", + "level": 2288, + "flow": 23.5, + "inflow": 23.2, + "volume": 352, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:30:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 23.2, + "volume": 352, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:40:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 23.5, + "volume": 352, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:50:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 23.3, + "volume": 352, + "temperature": 6.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:00:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 22.9, + "volume": 352, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:10:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 22.6, + "volume": 352, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:20:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 23, + "volume": 352, + "temperature": 5.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:30:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 22.9, + "volume": 352, + "temperature": 5.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:40:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 23, + "volume": 352, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:50:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 22.8, + "volume": 352, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:00:00.000Z", + "level": 2288, + "flow": 20.5, + "inflow": 22.2, + "volume": 352, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:10:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 22.2, + "volume": 352, + "temperature": 5.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:20:00.000Z", + "level": 2288, + "flow": 20.5, + "inflow": 22.3, + "volume": 352, + "temperature": 4.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:30:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 22.2, + "volume": 352, + "temperature": 5.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:40:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 22.1, + "volume": 352, + "temperature": 5.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:50:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 22.2, + "volume": 352, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:00:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.5, + "volume": 352, + "temperature": 4.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:10:00.000Z", + "level": 2288, + "flow": 19, + "inflow": 21.6, + "volume": 352, + "temperature": 5.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:20:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.9, + "volume": 352, + "temperature": 4.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:30:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21.9, + "volume": 352, + "temperature": 4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:40:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21.7, + "volume": 352, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:50:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.9, + "volume": 352, + "temperature": 4.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:00:00.000Z", + "level": 2288, + "flow": 18.8, + "inflow": 21.5, + "volume": 352, + "temperature": 4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:10:00.000Z", + "level": 2288, + "flow": 18.8, + "inflow": 21.3, + "volume": 352, + "temperature": 4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:20:00.000Z", + "level": 2288, + "flow": 18.6, + "inflow": 21.3, + "volume": 352, + "temperature": 4.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:30:00.000Z", + "level": 2288, + "flow": 18.8, + "inflow": 21.4, + "volume": 352, + "temperature": 5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:40:00.000Z", + "level": 2288, + "flow": 18.7, + "inflow": 21.3, + "volume": 352, + "temperature": 4.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:50:00.000Z", + "level": 2288, + "flow": 18.7, + "inflow": 21.1, + "volume": 352, + "temperature": 3.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:00:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 20.9, + "volume": 352, + "temperature": 3.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:10:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21, + "volume": 352, + "temperature": 3.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:20:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 20.7, + "volume": 352, + "temperature": 3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:30:00.000Z", + "level": 2288, + "flow": 19, + "inflow": 21, + "volume": 352, + "temperature": 3.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:40:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21, + "volume": 352, + "temperature": 2.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:50:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21, + "volume": 352, + "temperature": 4.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:00:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 20.9, + "volume": 352, + "temperature": 4.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:10:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 20.8, + "volume": 352, + "temperature": 3.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:20:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 20.8, + "volume": 352, + "temperature": 3.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:30:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 20.5, + "volume": 352, + "temperature": 3.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:40:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 20.9, + "volume": 352, + "temperature": 4.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:50:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 20.8, + "volume": 352, + "temperature": 2.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:00:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 20.4, + "volume": 352, + "temperature": 3.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:10:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 20.8, + "volume": 352, + "temperature": 4.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:20:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 20.5, + "volume": 352, + "temperature": 3.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:30:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 20.5, + "volume": 352, + "temperature": 2.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:40:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 20.7, + "volume": 352, + "temperature": 4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:50:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 20.4, + "volume": 352, + "temperature": 3.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:00:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 20.7, + "volume": 352, + "temperature": 4.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:10:00.000Z", + "level": 2287.99, + "flow": 23.7, + "inflow": 20.5, + "volume": 352, + "temperature": 2.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:20:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 20.9, + "volume": 352, + "temperature": 3.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:30:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 20.8, + "volume": 352, + "temperature": 3.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:40:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 20.7, + "volume": 352, + "temperature": 3.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:50:00.000Z", + "level": 2288, + "flow": 23.5, + "inflow": 20.5, + "volume": 352, + "temperature": 4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:00:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21, + "volume": 352, + "temperature": 4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:10:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21, + "volume": 352, + "temperature": 4.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:20:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 20.7, + "volume": 352, + "temperature": 3.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:30:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 20.9, + "volume": 352, + "temperature": 3.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:40:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21, + "volume": 352, + "temperature": 4.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:50:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 20.7, + "volume": 352, + "temperature": 2.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:00:00.000Z", + "level": 2287.99, + "flow": 25.2, + "inflow": 21.3, + "volume": 352, + "temperature": 5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:10:00.000Z", + "level": 2287.99, + "flow": 25.3, + "inflow": 21.4, + "volume": 352, + "temperature": 5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:20:00.000Z", + "level": 2287.99, + "flow": 25.3, + "inflow": 21.1, + "volume": 352, + "temperature": 4.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:30:00.000Z", + "level": 2287.99, + "flow": 25.2, + "inflow": 21.5, + "volume": 352, + "temperature": 4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:40:00.000Z", + "level": 2287.99, + "flow": 25.2, + "inflow": 21.5, + "volume": 352, + "temperature": 3.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:50:00.000Z", + "level": 2287.99, + "flow": 25.2, + "inflow": 21.3, + "volume": 352, + "temperature": 5.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:00:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21.6, + "volume": 352, + "temperature": 4.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:10:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21.6, + "volume": 352, + "temperature": 5.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:20:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21.6, + "volume": 352, + "temperature": 5.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:30:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 21.9, + "volume": 352, + "temperature": 4.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:40:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21.7, + "volume": 352, + "temperature": 5.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:50:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21.5, + "volume": 352, + "temperature": 5.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:00:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 22.4, + "volume": 352, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:10:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 22.3, + "volume": 352, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:20:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 22.4, + "volume": 352, + "temperature": 5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:30:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 22.3, + "volume": 352, + "temperature": 4.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:40:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 22.5, + "volume": 352, + "temperature": 5.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:50:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 22.2, + "volume": 352, + "temperature": 5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:00:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 22.8, + "volume": 352, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:10:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 23, + "volume": 352, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:20:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 22.8, + "volume": 352, + "temperature": 6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:30:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 22.8, + "volume": 352, + "temperature": 5.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:40:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23, + "volume": 352, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:50:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23, + "volume": 352, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:00:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 23.3, + "volume": 352, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:10:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 23.6, + "volume": 352, + "temperature": 6.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:20:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 23.5, + "volume": 352, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:30:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 23.7, + "volume": 352, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:40:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 23.7, + "volume": 352, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:50:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 23.3, + "volume": 352, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:00:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24, + "volume": 352, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:10:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24, + "volume": 352, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:20:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24, + "volume": 352, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:30:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 23.9, + "volume": 352, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:40:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.1, + "volume": 352, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:50:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 23.9, + "volume": 352, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:00:00.000Z", + "level": 2288.01, + "flow": 18.6, + "inflow": 24.3, + "volume": 352, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:10:00.000Z", + "level": 2288.01, + "flow": 18.7, + "inflow": 24.5, + "volume": 352, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:20:00.000Z", + "level": 2288.01, + "flow": 18.6, + "inflow": 24.3, + "volume": 352, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:30:00.000Z", + "level": 2288.01, + "flow": 18.8, + "inflow": 24.4, + "volume": 352, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:40:00.000Z", + "level": 2288.01, + "flow": 18.7, + "inflow": 24.4, + "volume": 352, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:50:00.000Z", + "level": 2288.01, + "flow": 18.6, + "inflow": 24.5, + "volume": 352, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:00:00.000Z", + "level": 2288.01, + "flow": 19, + "inflow": 24.8, + "volume": 352, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:10:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.7, + "volume": 352, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:20:00.000Z", + "level": 2288.01, + "flow": 19, + "inflow": 24.6, + "volume": 352, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:30:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.7, + "volume": 352, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:40:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.9, + "volume": 352, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:50:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 25, + "volume": 352, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:00:00.000Z", + "level": 2288.01, + "flow": 20.2, + "inflow": 25, + "volume": 352, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:10:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 25.2, + "volume": 352, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:20:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 25.1, + "volume": 352, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:30:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 25, + "volume": 352, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:40:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 25.1, + "volume": 352, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:50:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 24.9, + "volume": 352, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:00:00.000Z", + "level": 2288.01, + "flow": 22, + "inflow": 25, + "volume": 352, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:10:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 25, + "volume": 352, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:20:00.000Z", + "level": 2288.01, + "flow": 22.1, + "inflow": 25.2, + "volume": 352, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:30:00.000Z", + "level": 2288.01, + "flow": 22, + "inflow": 25.2, + "volume": 352, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:40:00.000Z", + "level": 2288.01, + "flow": 21.9, + "inflow": 25, + "volume": 352, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:50:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 24.9, + "volume": 352, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:00:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 25, + "volume": 352, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:10:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 25.2, + "volume": 352, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:20:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 25.3, + "volume": 352, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:30:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 24.8, + "volume": 352, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:40:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 25.1, + "volume": 352, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:50:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 25, + "volume": 352, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:00:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 25, + "volume": 352, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:10:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 25, + "volume": 352, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:20:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.8, + "volume": 352, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:30:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.8, + "volume": 352, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:40:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.9, + "volume": 352, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:50:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.8, + "volume": 352, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:00:00.000Z", + "level": 2288, + "flow": 25.3, + "inflow": 24.3, + "volume": 352, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:10:00.000Z", + "level": 2288, + "flow": 25.3, + "inflow": 24.7, + "volume": 352, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:20:00.000Z", + "level": 2288, + "flow": 25.3, + "inflow": 24.7, + "volume": 352, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:30:00.000Z", + "level": 2288, + "flow": 25.2, + "inflow": 24.4, + "volume": 352, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:40:00.000Z", + "level": 2288, + "flow": 25.4, + "inflow": 24.6, + "volume": 352, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:50:00.000Z", + "level": 2288, + "flow": 25.2, + "inflow": 24.4, + "volume": 352, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:00:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24, + "volume": 352, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:10:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24, + "volume": 352, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:20:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.2, + "volume": 352, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:30:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.1, + "volume": 352, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:40:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.2, + "volume": 352, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:50:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 23.9, + "volume": 352, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:00:00.000Z", + "level": 2288, + "flow": 23.5, + "inflow": 23.6, + "volume": 352, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:10:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 23.4, + "volume": 352, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:20:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 23.3, + "volume": 352, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:30:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 23.3, + "volume": 352, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:40:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 23.6, + "volume": 352, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:50:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 23.4, + "volume": 352, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:00:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 22.9, + "volume": 352, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:10:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23.1, + "volume": 352, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:20:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 22.9, + "volume": 352, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:30:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 23, + "volume": 352, + "temperature": 5.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:40:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23, + "volume": 352, + "temperature": 6.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:50:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 22.8, + "volume": 352, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:00:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 22.5, + "volume": 352, + "temperature": 5.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:10:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 22.3, + "volume": 352, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:20:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 22.3, + "volume": 352, + "temperature": 6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:30:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 22.5, + "volume": 352, + "temperature": 5.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:40:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 22.1, + "volume": 352, + "temperature": 5.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:50:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 22.2, + "volume": 352, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:00:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 22, + "volume": 352, + "temperature": 4.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:10:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 22, + "volume": 352, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:20:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.7, + "volume": 352, + "temperature": 5.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:30:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 22, + "volume": 352, + "temperature": 4.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:40:00.000Z", + "level": 2288, + "flow": 19, + "inflow": 21.6, + "volume": 352, + "temperature": 5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:50:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.7, + "volume": 352, + "temperature": 4.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:00:00.000Z", + "level": 2288, + "flow": 18.7, + "inflow": 21.3, + "volume": 352, + "temperature": 3.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:10:00.000Z", + "level": 2288, + "flow": 18.6, + "inflow": 21.3, + "volume": 352, + "temperature": 5.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:20:00.000Z", + "level": 2288, + "flow": 18.6, + "inflow": 21.2, + "volume": 352, + "temperature": 3.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:30:00.000Z", + "level": 2288, + "flow": 18.6, + "inflow": 21.3, + "volume": 352, + "temperature": 3.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:40:00.000Z", + "level": 2288, + "flow": 18.7, + "inflow": 21.4, + "volume": 352, + "temperature": 4.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:50:00.000Z", + "level": 2288, + "flow": 18.7, + "inflow": 21.5, + "volume": 352, + "temperature": 4.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:00:00.000Z", + "level": 2288, + "flow": 19, + "inflow": 21.1, + "volume": 352, + "temperature": 4.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:10:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21.2, + "volume": 352, + "temperature": 4.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:20:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21.1, + "volume": 352, + "temperature": 3.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:30:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 20.8, + "volume": 352, + "temperature": 4.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:40:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21, + "volume": 352, + "temperature": 3.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:50:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21, + "volume": 352, + "temperature": 4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:00:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 20.7, + "volume": 352, + "temperature": 3.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:10:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 21, + "volume": 352, + "temperature": 3.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:20:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 20.7, + "volume": 352, + "temperature": 3.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:30:00.000Z", + "level": 2288, + "flow": 20.5, + "inflow": 20.9, + "volume": 352, + "temperature": 3.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:40:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 20.8, + "volume": 352, + "temperature": 2.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:50:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 21, + "volume": 352, + "temperature": 3.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:00:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 20.6, + "volume": 352, + "temperature": 3.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:10:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 20.9, + "volume": 352, + "temperature": 3.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:20:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 20.8, + "volume": 352, + "temperature": 3.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:30:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 20.6, + "volume": 352, + "temperature": 2.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:40:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 20.9, + "volume": 352, + "temperature": 3.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:50:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 20.9, + "volume": 352, + "temperature": 3.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:00:00.000Z", + "level": 2287.99, + "flow": 23.7, + "inflow": 20.6, + "volume": 352, + "temperature": 2.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:10:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 20.7, + "volume": 352, + "temperature": 3.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:20:00.000Z", + "level": 2288, + "flow": 23.8, + "inflow": 21, + "volume": 352, + "temperature": 4.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:30:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 20.8, + "volume": 352, + "temperature": 2.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:40:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 20.8, + "volume": 352, + "temperature": 3.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:50:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 21, + "volume": 352, + "temperature": 4.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:00:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21, + "volume": 352, + "temperature": 2.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:10:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21.2, + "volume": 352, + "temperature": 4.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:20:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21, + "volume": 352, + "temperature": 3.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:30:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 20.8, + "volume": 352, + "temperature": 3.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:40:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 20.9, + "volume": 352, + "temperature": 3.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:50:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21, + "volume": 352, + "temperature": 3.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:00:00.000Z", + "level": 2287.99, + "flow": 25.2, + "inflow": 21.5, + "volume": 352, + "temperature": 3.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:10:00.000Z", + "level": 2287.99, + "flow": 25.3, + "inflow": 21.4, + "volume": 352, + "temperature": 4.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:20:00.000Z", + "level": 2287.99, + "flow": 25.2, + "inflow": 21.6, + "volume": 352, + "temperature": 4.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:30:00.000Z", + "level": 2287.99, + "flow": 25.3, + "inflow": 21.5, + "volume": 352, + "temperature": 3.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:40:00.000Z", + "level": 2287.99, + "flow": 25.4, + "inflow": 21.5, + "volume": 352, + "temperature": 4.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:50:00.000Z", + "level": 2287.99, + "flow": 25.4, + "inflow": 21.4, + "volume": 352, + "temperature": 4.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:00:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21.7, + "volume": 352, + "temperature": 4.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:10:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21.8, + "volume": 352, + "temperature": 4.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:20:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21.7, + "volume": 352, + "temperature": 4.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:30:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 21.9, + "volume": 352, + "temperature": 4.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:40:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 21.9, + "volume": 352, + "temperature": 4.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:50:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21.7, + "volume": 352, + "temperature": 4.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:00:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 22.4, + "volume": 352, + "temperature": 4.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:10:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 22.5, + "volume": 352, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:20:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 22.3, + "volume": 352, + "temperature": 5.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:30:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 22.3, + "volume": 352, + "temperature": 6.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:40:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 22.3, + "volume": 352, + "temperature": 5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:50:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 22.6, + "volume": 352, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:00:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 22.8, + "volume": 352, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:10:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23.2, + "volume": 352, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:20:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23.2, + "volume": 352, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:30:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23.1, + "volume": 352, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:40:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 22.8, + "volume": 352, + "temperature": 6.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:50:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 22.9, + "volume": 352, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:00:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 23.5, + "volume": 352, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:10:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 23.7, + "volume": 352, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:20:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 23.8, + "volume": 352, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:30:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 23.5, + "volume": 352, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:40:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 23.4, + "volume": 352, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:50:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 23.7, + "volume": 352, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:00:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.2, + "volume": 352, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:10:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.1, + "volume": 352, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:20:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.2, + "volume": 352, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:30:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24, + "volume": 352, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:40:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.2, + "volume": 352, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:50:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.3, + "volume": 352, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:00:00.000Z", + "level": 2288.01, + "flow": 18.7, + "inflow": 24.4, + "volume": 352, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:10:00.000Z", + "level": 2288.01, + "flow": 18.7, + "inflow": 24.7, + "volume": 352, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:20:00.000Z", + "level": 2288.01, + "flow": 18.7, + "inflow": 24.7, + "volume": 352, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:30:00.000Z", + "level": 2288.01, + "flow": 18.8, + "inflow": 24.7, + "volume": 352, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:40:00.000Z", + "level": 2288.01, + "flow": 18.7, + "inflow": 24.7, + "volume": 352, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:50:00.000Z", + "level": 2288.01, + "flow": 18.8, + "inflow": 24.4, + "volume": 352, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:00:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 25.1, + "volume": 352, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:10:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 25, + "volume": 352, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:20:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.7, + "volume": 352, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:30:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.7, + "volume": 352, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:40:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.9, + "volume": 352, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:50:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.8, + "volume": 352, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:00:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 25.3, + "volume": 352, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:10:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 25, + "volume": 352, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:20:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 25.3, + "volume": 352, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:30:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 25, + "volume": 352, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:40:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 25.3, + "volume": 352, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:50:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 25.1, + "volume": 352, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:00:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 25.1, + "volume": 352, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:10:00.000Z", + "level": 2288.01, + "flow": 22, + "inflow": 25.1, + "volume": 352, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:20:00.000Z", + "level": 2288.01, + "flow": 22.1, + "inflow": 25.2, + "volume": 352, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:30:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 25.1, + "volume": 352, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:40:00.000Z", + "level": 2288.01, + "flow": 21.9, + "inflow": 25.1, + "volume": 352, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:50:00.000Z", + "level": 2288.01, + "flow": 22.1, + "inflow": 25.2, + "volume": 352, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:00:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 25.1, + "volume": 352, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:10:00.000Z", + "level": 2288, + "flow": 23.5, + "inflow": 24.9, + "volume": 352, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:20:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 25.2, + "volume": 352, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:30:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 25.2, + "volume": 352, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:40:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 25.2, + "volume": 352, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:50:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 25.3, + "volume": 352, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:00:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 25, + "volume": 352, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:10:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.8, + "volume": 352, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:20:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 25.1, + "volume": 352, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:30:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.9, + "volume": 352, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:40:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.8, + "volume": 352, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:50:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.8, + "volume": 352, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:00:00.000Z", + "level": 2288, + "flow": 25.2, + "inflow": 24.5, + "volume": 352, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:10:00.000Z", + "level": 2288, + "flow": 25.4, + "inflow": 24.7, + "volume": 352, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:20:00.000Z", + "level": 2288, + "flow": 25.2, + "inflow": 24.5, + "volume": 352, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:30:00.000Z", + "level": 2288, + "flow": 25.3, + "inflow": 24.5, + "volume": 352, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:40:00.000Z", + "level": 2288, + "flow": 25.2, + "inflow": 24.7, + "volume": 352, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:50:00.000Z", + "level": 2288, + "flow": 25.4, + "inflow": 24.7, + "volume": 352, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:00:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.2, + "volume": 352, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:10:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.1, + "volume": 352, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:20:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.3, + "volume": 352, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:30:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.2, + "volume": 352, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:40:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.1, + "volume": 352, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:50:00.000Z", + "level": 2288, + "flow": 25, + "inflow": 23.9, + "volume": 352, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:00:00.000Z", + "level": 2288, + "flow": 23.5, + "inflow": 23.5, + "volume": 352, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:10:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 23.7, + "volume": 352, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:20:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 23.6, + "volume": 352, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:30:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 23.5, + "volume": 352, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:40:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 23.6, + "volume": 352, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:50:00.000Z", + "level": 2288, + "flow": 23.8, + "inflow": 23.4, + "volume": 352, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:00:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23, + "volume": 352, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:10:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 23.2, + "volume": 352, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:20:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23.1, + "volume": 352, + "temperature": 6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:30:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 23.1, + "volume": 352, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:40:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 22.9, + "volume": 352, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:50:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 22.8, + "volume": 352, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:00:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 22.4, + "volume": 352, + "temperature": 4.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:10:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 22.3, + "volume": 352, + "temperature": 5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:20:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 22.5, + "volume": 352, + "temperature": 4.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:30:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 22.2, + "volume": 352, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:40:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 22.3, + "volume": 352, + "temperature": 5.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:50:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 22.4, + "volume": 352, + "temperature": 5.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:00:00.000Z", + "level": 2288, + "flow": 19, + "inflow": 21.7, + "volume": 352, + "temperature": 4.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:10:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21.9, + "volume": 352, + "temperature": 5.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:20:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.9, + "volume": 352, + "temperature": 5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:30:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.8, + "volume": 352, + "temperature": 5.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:40:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.7, + "volume": 352, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:50:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 22.1, + "volume": 352, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:00:00.000Z", + "level": 2288, + "flow": 18.7, + "inflow": 21.5, + "volume": 352, + "temperature": 4.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:10:00.000Z", + "level": 2288, + "flow": 18.7, + "inflow": 21.4, + "volume": 352, + "temperature": 3.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:20:00.000Z", + "level": 2288, + "flow": 18.8, + "inflow": 21.6, + "volume": 352, + "temperature": 3.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:30:00.000Z", + "level": 2288, + "flow": 18.7, + "inflow": 21.6, + "volume": 352, + "temperature": 5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:40:00.000Z", + "level": 2288, + "flow": 18.7, + "inflow": 21.4, + "volume": 352, + "temperature": 5.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:50:00.000Z", + "level": 2288, + "flow": 18.8, + "inflow": 21.4, + "volume": 352, + "temperature": 5.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:00:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21.3, + "volume": 352, + "temperature": 4.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:10:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21.2, + "volume": 352, + "temperature": 3.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:20:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21, + "volume": 352, + "temperature": 2.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:30:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.1, + "volume": 352, + "temperature": 3.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:40:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21.3, + "volume": 352, + "temperature": 3.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:50:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.2, + "volume": 352, + "temperature": 3.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:00:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 20.7, + "volume": 352, + "temperature": 3.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:10:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 20.8, + "volume": 352, + "temperature": 2.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:20:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 21.1, + "volume": 352, + "temperature": 3.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:30:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 20.7, + "volume": 352, + "temperature": 3.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:40:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 20.8, + "volume": 352, + "temperature": 2.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:50:00.000Z", + "level": 2288, + "flow": 20.5, + "inflow": 20.9, + "volume": 352, + "temperature": 2.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:00:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 20.7, + "volume": 352, + "temperature": 4.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:10:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 20.8, + "volume": 352, + "temperature": 3.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:20:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 21, + "volume": 352, + "temperature": 4.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:30:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 20.8, + "volume": 352, + "temperature": 3.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:40:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 20.9, + "volume": 352, + "temperature": 2.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:50:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 20.6, + "volume": 352, + "temperature": 2.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:00:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 21.1, + "volume": 352, + "temperature": 4.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:10:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 21, + "volume": 352, + "temperature": 4.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:20:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 21, + "volume": 352, + "temperature": 4.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:30:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 21, + "volume": 352, + "temperature": 3.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:40:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 20.8, + "volume": 352, + "temperature": 4.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:50:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 20.7, + "volume": 352, + "temperature": 3.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:00:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21.3, + "volume": 352, + "temperature": 4.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:10:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 20.9, + "volume": 352, + "temperature": 3.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:20:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21, + "volume": 352, + "temperature": 4.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:30:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21, + "volume": 352, + "temperature": 4.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:40:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21, + "volume": 352, + "temperature": 3.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:50:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21.1, + "volume": 352, + "temperature": 3.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:00:00.000Z", + "level": 2287.99, + "flow": 25.3, + "inflow": 21.4, + "volume": 352, + "temperature": 4.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:10:00.000Z", + "level": 2287.99, + "flow": 25.4, + "inflow": 21.5, + "volume": 352, + "temperature": 3.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:20:00.000Z", + "level": 2287.99, + "flow": 25.2, + "inflow": 21.4, + "volume": 352, + "temperature": 4.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:30:00.000Z", + "level": 2287.99, + "flow": 25.4, + "inflow": 21.4, + "volume": 352, + "temperature": 4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:40:00.000Z", + "level": 2287.99, + "flow": 25.3, + "inflow": 21.6, + "volume": 352, + "temperature": 4.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:50:00.000Z", + "level": 2287.99, + "flow": 25.2, + "inflow": 21.5, + "volume": 352, + "temperature": 4.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:00:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 22, + "volume": 352, + "temperature": 4.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:10:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 22, + "volume": 352, + "temperature": 5.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:20:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 22, + "volume": 352, + "temperature": 4.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:30:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21.7, + "volume": 352, + "temperature": 4.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:40:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 21.9, + "volume": 352, + "temperature": 4.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:50:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21.7, + "volume": 352, + "temperature": 4.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:00:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 22.4, + "volume": 352, + "temperature": 6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:10:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 22.6, + "volume": 352, + "temperature": 6.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:20:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 22.3, + "volume": 352, + "temperature": 5.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:30:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 22.5, + "volume": 352, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:40:00.000Z", + "level": 2288, + "flow": 23.5, + "inflow": 22.5, + "volume": 352, + "temperature": 5.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:50:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 22.6, + "volume": 352, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:00:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 22.9, + "volume": 352, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:10:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 23.3, + "volume": 352, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:20:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 22.9, + "volume": 352, + "temperature": 5.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:30:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 22.9, + "volume": 352, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:40:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23, + "volume": 352, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:50:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 22.9, + "volume": 352, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:00:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 23.6, + "volume": 352, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:10:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 23.5, + "volume": 352, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:20:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 23.8, + "volume": 352, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:30:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 23.6, + "volume": 352, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:40:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 23.7, + "volume": 352, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:50:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 23.7, + "volume": 352, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:00:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.2, + "volume": 352, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:10:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.1, + "volume": 352, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:20:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.2, + "volume": 352, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:30:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24, + "volume": 352, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:40:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.1, + "volume": 352, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:50:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.1, + "volume": 352, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:00:00.000Z", + "level": 2288.01, + "flow": 18.7, + "inflow": 24.8, + "volume": 352, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:10:00.000Z", + "level": 2288.01, + "flow": 18.8, + "inflow": 24.6, + "volume": 352, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:20:00.000Z", + "level": 2288.01, + "flow": 18.7, + "inflow": 24.8, + "volume": 352, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:30:00.000Z", + "level": 2288.01, + "flow": 18.7, + "inflow": 24.8, + "volume": 352, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:40:00.000Z", + "level": 2288.01, + "flow": 18.8, + "inflow": 24.5, + "volume": 352, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:50:00.000Z", + "level": 2288.01, + "flow": 18.7, + "inflow": 24.8, + "volume": 352, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:00:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 25.1, + "volume": 352, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:10:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.9, + "volume": 352, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:20:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 25.1, + "volume": 352, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:30:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.8, + "volume": 352, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:40:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 25, + "volume": 352, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:50:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.8, + "volume": 352, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:00:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 25, + "volume": 352, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:10:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 25.3, + "volume": 352, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:20:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 25.4, + "volume": 352, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:30:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 25, + "volume": 352, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:40:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 25.1, + "volume": 352, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:50:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 25.2, + "volume": 352, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:00:00.000Z", + "level": 2288.01, + "flow": 22.1, + "inflow": 25.3, + "volume": 352, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:10:00.000Z", + "level": 2288.01, + "flow": 22, + "inflow": 25.4, + "volume": 352, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:20:00.000Z", + "level": 2288.01, + "flow": 21.9, + "inflow": 25, + "volume": 352, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:30:00.000Z", + "level": 2288.01, + "flow": 21.9, + "inflow": 25.2, + "volume": 352, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:40:00.000Z", + "level": 2288.01, + "flow": 22, + "inflow": 25.4, + "volume": 352, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:50:00.000Z", + "level": 2288.01, + "flow": 22.1, + "inflow": 25.2, + "volume": 352, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:00:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 25.2, + "volume": 352, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:10:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 25.3, + "volume": 352, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:20:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 25.3, + "volume": 352, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:30:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 25.2, + "volume": 352, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:40:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 25.2, + "volume": 352, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:50:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 25, + "volume": 352, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:00:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 25, + "volume": 352, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:10:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.7, + "volume": 352, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:20:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 25, + "volume": 352, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:30:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.8, + "volume": 352, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:40:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 25, + "volume": 352, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:50:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.9, + "volume": 352, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:00:00.000Z", + "level": 2288, + "flow": 25.2, + "inflow": 24.6, + "volume": 352, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:10:00.000Z", + "level": 2288, + "flow": 25.3, + "inflow": 24.5, + "volume": 352, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:20:00.000Z", + "level": 2288, + "flow": 25.2, + "inflow": 24.8, + "volume": 352, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:30:00.000Z", + "level": 2288, + "flow": 25.2, + "inflow": 24.8, + "volume": 352, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:40:00.000Z", + "level": 2288, + "flow": 25.2, + "inflow": 24.8, + "volume": 352, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:50:00.000Z", + "level": 2288, + "flow": 25.3, + "inflow": 24.6, + "volume": 352, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:00:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.3, + "volume": 352, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:10:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.1, + "volume": 352, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:20:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24, + "volume": 352, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:30:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.2, + "volume": 352, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:40:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.3, + "volume": 352, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:50:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.3, + "volume": 352, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:00:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 23.4, + "volume": 352, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:10:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 23.6, + "volume": 352, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:20:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 23.6, + "volume": 352, + "temperature": 6.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:30:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 23.7, + "volume": 352, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:40:00.000Z", + "level": 2288, + "flow": 23.5, + "inflow": 23.7, + "volume": 352, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:50:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 23.5, + "volume": 352, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:00:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 22.9, + "volume": 352, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:10:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 23, + "volume": 352, + "temperature": 5.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:20:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23.2, + "volume": 352, + "temperature": 5.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:30:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23, + "volume": 352, + "temperature": 5.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:40:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 22.9, + "volume": 352, + "temperature": 5.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:50:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 23.1, + "volume": 352, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:00:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 22.5, + "volume": 352, + "temperature": 6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:10:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 22.4, + "volume": 352, + "temperature": 5.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:20:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 22.3, + "volume": 352, + "temperature": 4.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:30:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 22.3, + "volume": 352, + "temperature": 5.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:40:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 22.6, + "volume": 352, + "temperature": 6.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:50:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 22.6, + "volume": 352, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:00:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 22.1, + "volume": 352, + "temperature": 5.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:10:00.000Z", + "level": 2288, + "flow": 19.3, + "inflow": 22.2, + "volume": 352, + "temperature": 4.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:20:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 22, + "volume": 352, + "temperature": 5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:30:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 22, + "volume": 352, + "temperature": 4.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:40:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 22.2, + "volume": 352, + "temperature": 4.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:50:00.000Z", + "level": 2288, + "flow": 19, + "inflow": 21.7, + "volume": 352, + "temperature": 5.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:00:00.000Z", + "level": 2288, + "flow": 18.6, + "inflow": 21.6, + "volume": 352, + "temperature": 4.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:10:00.000Z", + "level": 2288, + "flow": 18.7, + "inflow": 21.3, + "volume": 352, + "temperature": 5.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:20:00.000Z", + "level": 2288, + "flow": 18.7, + "inflow": 21.7, + "volume": 352, + "temperature": 4.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:30:00.000Z", + "level": 2288, + "flow": 18.8, + "inflow": 21.4, + "volume": 352, + "temperature": 4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:40:00.000Z", + "level": 2288, + "flow": 18.7, + "inflow": 21.4, + "volume": 352, + "temperature": 3.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:50:00.000Z", + "level": 2288, + "flow": 18.7, + "inflow": 21.5, + "volume": 352, + "temperature": 3.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:00:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.1, + "volume": 352, + "temperature": 4.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:10:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.3, + "volume": 352, + "temperature": 4.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:20:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.2, + "volume": 352, + "temperature": 4.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:30:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.1, + "volume": 352, + "temperature": 3.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:40:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21.1, + "volume": 352, + "temperature": 4.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:50:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21.2, + "volume": 352, + "temperature": 3.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:00:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 21.1, + "volume": 352, + "temperature": 3.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:10:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 20.8, + "volume": 352, + "temperature": 3.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:20:00.000Z", + "level": 2288, + "flow": 20.2, + "inflow": 21, + "volume": 352, + "temperature": 4.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:30:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 21.1, + "volume": 352, + "temperature": 3.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:40:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 21, + "volume": 352, + "temperature": 4.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:50:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 21.1, + "volume": 352, + "temperature": 4.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:00:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 20.7, + "volume": 352, + "temperature": 3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:10:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 20.9, + "volume": 352, + "temperature": 3.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:20:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 20.9, + "volume": 352, + "temperature": 3.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:30:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 21, + "volume": 352, + "temperature": 3.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 20.8, + "volume": 352, + "temperature": 3.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 21.1, + "volume": 352, + "temperature": 2.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 20.8, + "volume": 352, + "temperature": 3.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 20.9, + "volume": 352, + "temperature": 2.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 20.8, + "volume": 352, + "temperature": 2.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 20.8, + "volume": 352, + "temperature": 4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 20.8, + "volume": 352, + "temperature": 2.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 20.9, + "volume": 352, + "temperature": 4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 2287.99, + "flow": 25, + "inflow": 21, + "volume": 352, + "temperature": 3.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21.3, + "volume": 352, + "temperature": 3.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21, + "volume": 352, + "temperature": 2.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21.1, + "volume": 352, + "temperature": 3.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21.3, + "volume": 352, + "temperature": 2.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21.1, + "volume": 352, + "temperature": 2.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 2287.99, + "flow": 25.3, + "inflow": 21.4, + "volume": 352, + "temperature": 2.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 2287.99, + "flow": 25.2, + "inflow": 21.6, + "volume": 352, + "temperature": 3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 2287.99, + "flow": 25.3, + "inflow": 21.7, + "volume": 352, + "temperature": 1.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 2287.99, + "flow": 25.3, + "inflow": 21.4, + "volume": 352, + "temperature": 3.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 2287.99, + "flow": 25.2, + "inflow": 21.4, + "volume": 352, + "temperature": 3.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 2287.99, + "flow": 25.2, + "inflow": 21.6, + "volume": 352, + "temperature": 3.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 21.9, + "volume": 352, + "temperature": 2.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 22.1, + "volume": 352, + "temperature": 3.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 2287.99, + "flow": 25, + "inflow": 21.9, + "volume": 352, + "temperature": 4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 22.1, + "volume": 352, + "temperature": 3.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21.8, + "volume": 352, + "temperature": 1.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21.8, + "volume": 352, + "temperature": 2.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 22.7, + "volume": 352, + "temperature": 4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 22.3, + "volume": 352, + "temperature": 2.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 22.6, + "volume": 352, + "temperature": 2.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 2288, + "flow": 23.8, + "inflow": 22.4, + "volume": 352, + "temperature": 2.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 22.6, + "volume": 352, + "temperature": 4.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 22.4, + "volume": 352, + "temperature": 2.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23.2, + "volume": 352, + "temperature": 4.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 23, + "volume": 352, + "temperature": 4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23, + "volume": 352, + "temperature": 4.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23, + "volume": 352, + "temperature": 5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 23.1, + "volume": 352, + "temperature": 4.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 23.2, + "volume": 352, + "temperature": 4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 23.6, + "volume": 352, + "temperature": 4.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 23.9, + "volume": 352, + "temperature": 4.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 23.7, + "volume": 352, + "temperature": 5.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 2288.01, + "flow": 20.2, + "inflow": 23.6, + "volume": 352, + "temperature": 3.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 23.7, + "volume": 352, + "temperature": 5.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 23.6, + "volume": 352, + "temperature": 6.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24, + "volume": 352, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.2, + "volume": 352, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.1, + "volume": 352, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.1, + "volume": 352, + "temperature": 6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.4, + "volume": 352, + "temperature": 6.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.3, + "volume": 352, + "temperature": 6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 2288.01, + "flow": 18.6, + "inflow": 24.4, + "volume": 352, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 2288.01, + "flow": 18.7, + "inflow": 24.7, + "volume": 352, + "temperature": 6.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 2288.01, + "flow": 18.7, + "inflow": 24.5, + "volume": 352, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 2288.01, + "flow": 18.8, + "inflow": 24.7, + "volume": 352, + "temperature": 5.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 2288.01, + "flow": 18.6, + "inflow": 24.5, + "volume": 352, + "temperature": 5.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 2288.01, + "flow": 18.6, + "inflow": 24.8, + "volume": 352, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.8, + "volume": 352, + "temperature": 5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.8, + "volume": 352, + "temperature": 6.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 25, + "volume": 352, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 25.2, + "volume": 352, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.9, + "volume": 352, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.9, + "volume": 352, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 25.3, + "volume": 352, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 25.3, + "volume": 352, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 2288.01, + "flow": 20.5, + "inflow": 25.3, + "volume": 352, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 2288.01, + "flow": 20.2, + "inflow": 25.2, + "volume": 352, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 25.1, + "volume": 352, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 25.4, + "volume": 352, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 2288.01, + "flow": 22.1, + "inflow": 25.1, + "volume": 352, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 2288.01, + "flow": 22, + "inflow": 25.1, + "volume": 352, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 2288.01, + "flow": 21.9, + "inflow": 25.3, + "volume": 352, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 2288.01, + "flow": 22.1, + "inflow": 25.2, + "volume": 352, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 2288.01, + "flow": 21.9, + "inflow": 25.2, + "volume": 352, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 2288.01, + "flow": 22, + "inflow": 25.2, + "volume": 352, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 25, + "volume": 352, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 25.4, + "volume": 352, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 25.4, + "volume": 352, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 25.3, + "volume": 352, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 2288, + "flow": 23.8, + "inflow": 25.1, + "volume": 352, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 25.2, + "volume": 352, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.8, + "volume": 352, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 25.1, + "volume": 352, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.9, + "volume": 352, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 25.2, + "volume": 352, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 25.1, + "volume": 352, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 25, + "volume": 352, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 2288, + "flow": 25.3, + "inflow": 24.9, + "volume": 352, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 2288, + "flow": 25.2, + "inflow": 24.5, + "volume": 352, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 2288, + "flow": 25.2, + "inflow": 24.4, + "volume": 352, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 2288, + "flow": 25.2, + "inflow": 24.6, + "volume": 352, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 2288, + "flow": 25.2, + "inflow": 24.9, + "volume": 352, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 2288, + "flow": 25.3, + "inflow": 24.7, + "volume": 352, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.4, + "volume": 352, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24, + "volume": 352, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.3, + "volume": 352, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.2, + "volume": 352, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.2, + "volume": 352, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.2, + "volume": 352, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 2288, + "flow": 23.5, + "inflow": 23.7, + "volume": 352, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 23.6, + "volume": 352, + "temperature": 6.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 23.5, + "volume": 352, + "temperature": 5.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 23.7, + "volume": 352, + "temperature": 5.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 23.5, + "volume": 352, + "temperature": 4.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 2288, + "flow": 23.8, + "inflow": 23.6, + "volume": 352, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 23.3, + "volume": 352, + "temperature": 5.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23.3, + "volume": 352, + "temperature": 4.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 23.1, + "volume": 352, + "temperature": 4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23.2, + "volume": 352, + "temperature": 3.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 22.9, + "volume": 352, + "temperature": 3.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 23, + "volume": 352, + "temperature": 3.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 2288, + "flow": 20.2, + "inflow": 22.6, + "volume": 352, + "temperature": 4.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 2288, + "flow": 20.5, + "inflow": 22.7, + "volume": 352, + "temperature": 3.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 22.5, + "volume": 352, + "temperature": 2.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 22.3, + "volume": 352, + "temperature": 4.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 22.5, + "volume": 352, + "temperature": 5.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 22.7, + "volume": 352, + "temperature": 4.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21.8, + "volume": 352, + "temperature": 3.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.9, + "volume": 352, + "temperature": 4.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 22, + "volume": 352, + "temperature": 4.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.9, + "volume": 352, + "temperature": 4.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 22, + "volume": 352, + "temperature": 3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 22, + "volume": 352, + "temperature": 3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 2288, + "flow": 18.8, + "inflow": 21.5, + "volume": 352, + "temperature": 3.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 2288, + "flow": 18.6, + "inflow": 21.4, + "volume": 352, + "temperature": 2.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 2288, + "flow": 18.7, + "inflow": 21.5, + "volume": 352, + "temperature": 3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 2288, + "flow": 18.8, + "inflow": 21.5, + "volume": 352, + "temperature": 1.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 2288, + "flow": 18.7, + "inflow": 21.4, + "volume": 352, + "temperature": 2.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 2288, + "flow": 18.8, + "inflow": 21.6, + "volume": 352, + "temperature": 1.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21.1, + "volume": 352, + "temperature": 1.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.2, + "volume": 352, + "temperature": 0.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21.1, + "volume": 352, + "temperature": 0.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21.2, + "volume": 352, + "temperature": 0.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21.4, + "volume": 352, + "temperature": -0.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21.1, + "volume": 352, + "temperature": 0.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 21, + "volume": 352, + "temperature": -0.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 21, + "volume": 352, + "temperature": -0.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 20.8, + "volume": 352, + "temperature": -1.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 21, + "volume": 352, + "temperature": -0.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 21.2, + "volume": 352, + "temperature": -1.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 20.8, + "volume": 352, + "temperature": -1.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 21, + "volume": 352, + "temperature": -0.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 21.1, + "volume": 352, + "temperature": -2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 21.1, + "volume": 352, + "temperature": -1.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 21.1, + "volume": 352, + "temperature": -1.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 20.8, + "volume": 352, + "temperature": -1.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 20.8, + "volume": 352, + "temperature": -1.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 20.8, + "volume": 352, + "temperature": -2.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 21.1, + "volume": 352, + "temperature": -1.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 2288, + "flow": 23.8, + "inflow": 21.2, + "volume": 352, + "temperature": -2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 21.1, + "volume": 352, + "temperature": -2.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 21.1, + "volume": 352, + "temperature": -2.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 21, + "volume": 352, + "temperature": -2.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21.4, + "volume": 352, + "temperature": -1.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21, + "volume": 352, + "temperature": -3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21.3, + "volume": 352, + "temperature": -2.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21, + "volume": 352, + "temperature": -2.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21, + "volume": 352, + "temperature": -2.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21.2, + "volume": 352, + "temperature": -3.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 2287.99, + "flow": 25.2, + "inflow": 21.3, + "volume": 352, + "temperature": -1.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 2287.99, + "flow": 25.2, + "inflow": 21.4, + "volume": 352, + "temperature": -2.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 2287.99, + "flow": 25.4, + "inflow": 21.3, + "volume": 352, + "temperature": -2.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 2287.99, + "flow": 25.4, + "inflow": 21.4, + "volume": 352, + "temperature": -1.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 2287.99, + "flow": 25.3, + "inflow": 21.4, + "volume": 352, + "temperature": -2.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 2287.99, + "flow": 25.2, + "inflow": 21.6, + "volume": 352, + "temperature": -2.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 22, + "volume": 352, + "temperature": -1.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 21.9, + "volume": 352, + "temperature": -0.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 22.2, + "volume": 352, + "temperature": -2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 22, + "volume": 352, + "temperature": -2.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 22, + "volume": 352, + "temperature": -2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 22.2, + "volume": 352, + "temperature": -1.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 22.5, + "volume": 352, + "temperature": -1.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 22.3, + "volume": 352, + "temperature": -1.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 22.7, + "volume": 352, + "temperature": -2.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 22.7, + "volume": 352, + "temperature": -1.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 22.6, + "volume": 352, + "temperature": -1.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 22.5, + "volume": 352, + "temperature": -0.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 23.2, + "volume": 352, + "temperature": 0.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 23.3, + "volume": 352, + "temperature": 0.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 23, + "volume": 352, + "temperature": -0.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 22.9, + "volume": 352, + "temperature": -1.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23, + "volume": 352, + "temperature": 0.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23.2, + "volume": 352, + "temperature": 0.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 23.7, + "volume": 352, + "temperature": 1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 23.6, + "volume": 352, + "temperature": 0.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 2288.01, + "flow": 20.2, + "inflow": 23.6, + "volume": 352, + "temperature": -0.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 23.8, + "volume": 352, + "temperature": 0.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 23.7, + "volume": 352, + "temperature": -0.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 23.5, + "volume": 352, + "temperature": 0.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.3, + "volume": 352, + "temperature": 0.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.3, + "volume": 352, + "temperature": 0.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.1, + "volume": 352, + "temperature": 0.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24, + "volume": 352, + "temperature": 0.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.1, + "volume": 352, + "temperature": 0, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24, + "volume": 352, + "temperature": 0.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 2288.01, + "flow": 18.7, + "inflow": 24.9, + "volume": 352, + "temperature": 2.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 2288.01, + "flow": 18.8, + "inflow": 24.8, + "volume": 352, + "temperature": 1.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 2288.01, + "flow": 18.6, + "inflow": 24.6, + "volume": 352, + "temperature": 0.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 2288.01, + "flow": 18.7, + "inflow": 24.4, + "volume": 352, + "temperature": 0.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 2288.01, + "flow": 18.6, + "inflow": 24.8, + "volume": 352, + "temperature": 1.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 2288.01, + "flow": 18.8, + "inflow": 24.7, + "volume": 352, + "temperature": 1.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 25.1, + "volume": 352, + "temperature": 2.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.9, + "volume": 352, + "temperature": 1.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 25.2, + "volume": 352, + "temperature": 1.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.9, + "volume": 352, + "temperature": 2.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 25, + "volume": 352, + "temperature": 2.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.9, + "volume": 352, + "temperature": 2.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 25.2, + "volume": 352, + "temperature": 3.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 25, + "volume": 352, + "temperature": 3.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 25.2, + "volume": 352, + "temperature": 2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 25.2, + "volume": 352, + "temperature": 1.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 25.3, + "volume": 352, + "temperature": 2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 25.3, + "volume": 352, + "temperature": 3.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 2288.01, + "flow": 21.9, + "inflow": 25.1, + "volume": 352, + "temperature": 2.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 2288.01, + "flow": 22.1, + "inflow": 25.4, + "volume": 352, + "temperature": 3.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 2288.01, + "flow": 21.9, + "inflow": 25.3, + "volume": 352, + "temperature": 3.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 2288.01, + "flow": 22, + "inflow": 25.1, + "volume": 352, + "temperature": 2.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 2288.01, + "flow": 22, + "inflow": 25.5, + "volume": 352, + "temperature": 4.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 2288.01, + "flow": 21.9, + "inflow": 25.2, + "volume": 352, + "temperature": 4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 25.4, + "volume": 352, + "temperature": 5.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 25, + "volume": 352, + "temperature": 3.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 25.4, + "volume": 352, + "temperature": 3.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 25.1, + "volume": 352, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 2288, + "flow": 25, + "inflow": 24.8, + "volume": 352, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 25, + "volume": 352, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 25, + "volume": 352, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.8, + "volume": 352, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.8, + "volume": 352, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.9, + "volume": 352, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 2288, + "flow": 25.4, + "inflow": 24.7, + "volume": 352, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 2288, + "flow": 25.2, + "inflow": 24.6, + "volume": 352, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 2288, + "flow": 25.3, + "inflow": 24.4, + "volume": 352, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 2288, + "flow": 25.4, + "inflow": 24.7, + "volume": 352, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 2288, + "flow": 25.2, + "inflow": 24.5, + "volume": 352, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 2288, + "flow": 25.2, + "inflow": 24.5, + "volume": 352, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.1, + "volume": 352, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 2288, + "flow": 25, + "inflow": 24.2, + "volume": 352, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.2, + "volume": 352, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.2, + "volume": 352, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 2288, + "flow": 25, + "inflow": 24.4, + "volume": 352, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.2, + "volume": 352, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 23.7, + "volume": 352, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 23.8, + "volume": 352, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 23.5, + "volume": 352, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 23.8, + "volume": 352, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 23.7, + "volume": 352, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 23.8, + "volume": 352, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23.1, + "volume": 352, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 22.9, + "volume": 352, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 23.2, + "volume": 352, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 23.1, + "volume": 352, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 23, + "volume": 352, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23.2, + "volume": 352, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 22.7, + "volume": 352, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 22.6, + "volume": 352, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 22.5, + "volume": 352, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 22.5, + "volume": 352, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 22.5, + "volume": 352, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 2288, + "flow": 20.5, + "inflow": 22.7, + "volume": 352, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 22.2, + "volume": 352, + "temperature": 6.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 22, + "volume": 352, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.9, + "volume": 352, + "temperature": 6.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.9, + "volume": 352, + "temperature": 5.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 2288.01, + "flow": 19, + "inflow": 22.1, + "volume": 352, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21.9, + "volume": 352, + "temperature": 6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 2288, + "flow": 18.8, + "inflow": 21.4, + "volume": 352, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 2288, + "flow": 18.6, + "inflow": 21.4, + "volume": 352, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 2288.01, + "flow": 18.6, + "inflow": 21.7, + "volume": 352, + "temperature": 5.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 2288, + "flow": 18.8, + "inflow": 21.4, + "volume": 352, + "temperature": 4.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 2288, + "flow": 18.8, + "inflow": 21.7, + "volume": 352, + "temperature": 6.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 2288, + "flow": 18.8, + "inflow": 21.6, + "volume": 352, + "temperature": 4.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.3, + "volume": 352, + "temperature": 4.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.3, + "volume": 352, + "temperature": 4.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.4, + "volume": 352, + "temperature": 5.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21.1, + "volume": 352, + "temperature": 4.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.1, + "volume": 352, + "temperature": 4.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21.2, + "volume": 352, + "temperature": 4.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 21.1, + "volume": 352, + "temperature": 4.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 21.1, + "volume": 352, + "temperature": 3.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 20.9, + "volume": 352, + "temperature": 3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 21, + "volume": 352, + "temperature": 3.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 20.8, + "volume": 352, + "temperature": 2.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 21, + "volume": 352, + "temperature": 2.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 20.7, + "volume": 352, + "temperature": 3.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 21.1, + "volume": 352, + "temperature": 2.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 21.1, + "volume": 352, + "temperature": 2.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 21.1, + "volume": 352, + "temperature": 1.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 20.8, + "volume": 352, + "temperature": 1.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 21, + "volume": 352, + "temperature": 2.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 20.9, + "volume": 352, + "temperature": 2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 21, + "volume": 352, + "temperature": 1.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 21.2, + "volume": 352, + "temperature": 2.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 21.1, + "volume": 352, + "temperature": 2.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 2288, + "flow": 23.5, + "inflow": 20.9, + "volume": 352, + "temperature": 1.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 20.9, + "volume": 352, + "temperature": 2.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21.3, + "volume": 352, + "temperature": 2.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21.3, + "volume": 352, + "temperature": 1.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21, + "volume": 352, + "temperature": 1.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21.1, + "volume": 352, + "temperature": 1.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21.3, + "volume": 352, + "temperature": 1.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21.4, + "volume": 352, + "temperature": 2.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 2287.99, + "flow": 25.3, + "inflow": 21.7, + "volume": 352, + "temperature": 1.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 2287.99, + "flow": 25.3, + "inflow": 21.5, + "volume": 352, + "temperature": 2.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 2287.99, + "flow": 25.2, + "inflow": 21.4, + "volume": 352, + "temperature": 2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 2287.99, + "flow": 25.3, + "inflow": 21.7, + "volume": 352, + "temperature": 3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 2287.99, + "flow": 25.3, + "inflow": 21.3, + "volume": 352, + "temperature": 1.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 2287.99, + "flow": 25.3, + "inflow": 21.7, + "volume": 352, + "temperature": 1.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 22, + "volume": 352, + "temperature": 3.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 21.9, + "volume": 352, + "temperature": 2.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 22.1, + "volume": 352, + "temperature": 1.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 21.8, + "volume": 352, + "temperature": 3.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 21.9, + "volume": 352, + "temperature": 3.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 21.9, + "volume": 352, + "temperature": 2.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 22.6, + "volume": 352, + "temperature": 4.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 22.7, + "volume": 352, + "temperature": 2.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 22.5, + "volume": 352, + "temperature": 3.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 22.3, + "volume": 352, + "temperature": 4.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 22.3, + "volume": 352, + "temperature": 4.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 22.4, + "volume": 352, + "temperature": 2.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23.2, + "volume": 352, + "temperature": 4.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23.2, + "volume": 352, + "temperature": 4.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 23, + "volume": 352, + "temperature": 4.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 23.2, + "volume": 352, + "temperature": 5.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23, + "volume": 352, + "temperature": 3.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23.2, + "volume": 352, + "temperature": 5.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 23.5, + "volume": 352, + "temperature": 6.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 23.5, + "volume": 352, + "temperature": 6.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 23.6, + "volume": 352, + "temperature": 5.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 23.9, + "volume": 352, + "temperature": 5.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 23.8, + "volume": 352, + "temperature": 5.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 23.8, + "volume": 352, + "temperature": 6.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24, + "volume": 352, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24, + "volume": 352, + "temperature": 5.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 2288.01, + "flow": 19, + "inflow": 24.3, + "volume": 352, + "temperature": 6.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.3, + "volume": 352, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.1, + "volume": 352, + "temperature": 6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.1, + "volume": 352, + "temperature": 6.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 2288.01, + "flow": 18.7, + "inflow": 24.7, + "volume": 352, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 2288.01, + "flow": 18.7, + "inflow": 24.6, + "volume": 352, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 2288.01, + "flow": 18.8, + "inflow": 24.6, + "volume": 352, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 2288.01, + "flow": 18.7, + "inflow": 24.7, + "volume": 352, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 2288.01, + "flow": 18.8, + "inflow": 24.7, + "volume": 352, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 2288.01, + "flow": 18.7, + "inflow": 24.5, + "volume": 352, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 25, + "volume": 352, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.8, + "volume": 352, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 25.1, + "volume": 352, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.9, + "volume": 352, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 25, + "volume": 352, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 25.2, + "volume": 352, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 25.2, + "volume": 352, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 25.4, + "volume": 352, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 25.3, + "volume": 352, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 25.1, + "volume": 352, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 2288.01, + "flow": 20.5, + "inflow": 25.4, + "volume": 352, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 25.2, + "volume": 352, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 2288.01, + "flow": 21.9, + "inflow": 25.3, + "volume": 352, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 2288.01, + "flow": 21.9, + "inflow": 25.5, + "volume": 352, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 2288.01, + "flow": 22, + "inflow": 25.3, + "volume": 352, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 2288.01, + "flow": 22, + "inflow": 25.4, + "volume": 352, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 2288.01, + "flow": 22, + "inflow": 25.1, + "volume": 352, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 2288.01, + "flow": 21.9, + "inflow": 25.2, + "volume": 352, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 25.2, + "volume": 352, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 25, + "volume": 352, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 2288, + "flow": 23.5, + "inflow": 25.3, + "volume": 352, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 25.1, + "volume": 352, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 25.2, + "volume": 352, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 25, + "volume": 352, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 25.1, + "volume": 352, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 25.2, + "volume": 352, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 25, + "volume": 352, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.8, + "volume": 352, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.8, + "volume": 352, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 25, + "volume": 352, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 2288, + "flow": 25.2, + "inflow": 24.6, + "volume": 352, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 2288, + "flow": 25.3, + "inflow": 24.6, + "volume": 352, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.3, + "volume": 352, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.1, + "volume": 352, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.2, + "volume": 352, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.3, + "volume": 352, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.1, + "volume": 352, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.3, + "volume": 352, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 23.7, + "volume": 352, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 23.7, + "volume": 352, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 23.6, + "volume": 352, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 23.8, + "volume": 352, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 2288, + "flow": 23.8, + "inflow": 23.6, + "volume": 352, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 23.7, + "volume": 352, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23.3, + "volume": 352, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23.1, + "volume": 352, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 23, + "volume": 352, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23, + "volume": 352, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 23.1, + "volume": 352, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 22.9, + "volume": 352, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 22.7, + "volume": 352, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 22.5, + "volume": 352, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 2288, + "flow": 20.2, + "inflow": 22.5, + "volume": 352, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 22.6, + "volume": 352, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 22.5, + "volume": 352, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 22.7, + "volume": 352, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 2288, + "flow": 19, + "inflow": 21.9, + "volume": 352, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 22, + "volume": 352, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 22, + "volume": 352, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21.9, + "volume": 352, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 22, + "volume": 352, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 22.1, + "volume": 352, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 2288, + "flow": 18.6, + "inflow": 21.4, + "volume": 352, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 2288, + "flow": 18.8, + "inflow": 21.6, + "volume": 352, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 2288, + "flow": 18.6, + "inflow": 21.6, + "volume": 352, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 2288, + "flow": 18.7, + "inflow": 21.5, + "volume": 352, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 2288, + "flow": 18.7, + "inflow": 21.7, + "volume": 352, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 2288, + "flow": 18.7, + "inflow": 21.5, + "volume": 352, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.1, + "volume": 352, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21.3, + "volume": 352, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 2288, + "flow": 19.1, + "inflow": 21.3, + "volume": 352, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.1, + "volume": 352, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.2, + "volume": 352, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 2288, + "flow": 19.2, + "inflow": 21.2, + "volume": 352, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 21, + "volume": 352, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 20.9, + "volume": 352, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 20.9, + "volume": 352, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 20.9, + "volume": 352, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 2288, + "flow": 20.4, + "inflow": 21, + "volume": 352, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 2288, + "flow": 20.3, + "inflow": 21, + "volume": 352, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 20.9, + "volume": 352, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 20.8, + "volume": 352, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 21, + "volume": 352, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 20.9, + "volume": 352, + "temperature": 6.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 20.9, + "volume": 352, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 20.7, + "volume": 352, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 2288, + "flow": 23.5, + "inflow": 21.2, + "volume": 352, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 20.8, + "volume": 352, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 21, + "volume": 352, + "temperature": 6.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 20.7, + "volume": 352, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 21, + "volume": 352, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 20.8, + "volume": 352, + "temperature": 5.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21, + "volume": 352, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21.1, + "volume": 352, + "temperature": 4.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21, + "volume": 352, + "temperature": 4.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 2287.99, + "flow": 25, + "inflow": 21, + "volume": 352, + "temperature": 5.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 2287.99, + "flow": 24.8, + "inflow": 21.2, + "volume": 352, + "temperature": 4.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 2287.99, + "flow": 24.9, + "inflow": 21, + "volume": 352, + "temperature": 5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 2287.99, + "flow": 25.2, + "inflow": 21.4, + "volume": 352, + "temperature": 5.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 2287.99, + "flow": 25.2, + "inflow": 21.6, + "volume": 352, + "temperature": 5.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 2287.99, + "flow": 25.2, + "inflow": 21.7, + "volume": 352, + "temperature": 4.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 2287.99, + "flow": 25.4, + "inflow": 21.3, + "volume": 352, + "temperature": 5.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 2287.99, + "flow": 25.3, + "inflow": 21.5, + "volume": 352, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 2287.99, + "flow": 25.4, + "inflow": 21.4, + "volume": 352, + "temperature": 4.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 21.8, + "volume": 352, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 21.9, + "volume": 352, + "temperature": 6.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 22.1, + "volume": 352, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 21.8, + "volume": 352, + "temperature": 5.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 22, + "volume": 352, + "temperature": 5.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 22, + "volume": 352, + "temperature": 6.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 22.7, + "volume": 352, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 22.3, + "volume": 352, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 22.3, + "volume": 352, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 22.6, + "volume": 352, + "temperature": 5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 22.5, + "volume": 352, + "temperature": 5.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 22.5, + "volume": 352, + "temperature": 6.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 23, + "volume": 352, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 23.1, + "volume": 352, + "temperature": 6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23.2, + "volume": 352, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 2288, + "flow": 21.9, + "inflow": 23, + "volume": 352, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 2288, + "flow": 22.1, + "inflow": 23.1, + "volume": 352, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 2288, + "flow": 22, + "inflow": 23.1, + "volume": 352, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 2288, + "flow": 20.5, + "inflow": 23.5, + "volume": 352, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 23.7, + "volume": 352, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 23.8, + "volume": 352, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 23.7, + "volume": 352, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 23.5, + "volume": 352, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 23.6, + "volume": 352, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.1, + "volume": 352, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.3, + "volume": 352, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 24.4, + "volume": 352, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.1, + "volume": 352, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.2, + "volume": 352, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.3, + "volume": 352, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 2288.01, + "flow": 18.7, + "inflow": 24.5, + "volume": 352, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 2288.01, + "flow": 18.8, + "inflow": 24.8, + "volume": 352, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 2288.01, + "flow": 18.7, + "inflow": 24.6, + "volume": 352, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 2288.01, + "flow": 18.7, + "inflow": 24.5, + "volume": 352, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 2288.01, + "flow": 18.7, + "inflow": 24.6, + "volume": 352, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 2288.01, + "flow": 18.6, + "inflow": 24.7, + "volume": 352, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.9, + "volume": 352, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 25.2, + "volume": 352, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 2288.01, + "flow": 19.1, + "inflow": 25.1, + "volume": 352, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 2288.01, + "flow": 19, + "inflow": 24.9, + "volume": 352, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 2288.01, + "flow": 19.2, + "inflow": 24.9, + "volume": 352, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 2288.01, + "flow": 19, + "inflow": 24.9, + "volume": 352, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 25.1, + "volume": 352, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 25.2, + "volume": 352, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 25.2, + "volume": 352, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 25, + "volume": 352, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 2288.01, + "flow": 20.3, + "inflow": 25.1, + "volume": 352, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 2288.01, + "flow": 20.4, + "inflow": 25.3, + "volume": 352, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 2288.01, + "flow": 22, + "inflow": 25.4, + "volume": 352, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 2288.01, + "flow": 22.1, + "inflow": 25.1, + "volume": 352, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 2288.01, + "flow": 22, + "inflow": 25.1, + "volume": 352, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 2288.01, + "flow": 21.9, + "inflow": 25.1, + "volume": 352, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 2288.01, + "flow": 22, + "inflow": 25.4, + "volume": 352, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 2288.01, + "flow": 22.1, + "inflow": 25.3, + "volume": 352, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 25.3, + "volume": 352, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 25, + "volume": 352, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 25.4, + "volume": 352, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 2288, + "flow": 23.5, + "inflow": 25.3, + "volume": 352, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 25.2, + "volume": 352, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 2288, + "flow": 23.6, + "inflow": 25.1, + "volume": 352, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 25.1, + "volume": 352, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.8, + "volume": 352, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 2288, + "flow": 25, + "inflow": 25, + "volume": 352, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 2288, + "flow": 24.9, + "inflow": 24.8, + "volume": 352, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 25.1, + "volume": 352, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 25.1, + "volume": 352, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 2288, + "flow": 25.3, + "inflow": 24.4, + "volume": 352, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 2288, + "flow": 25.4, + "inflow": 24.4, + "volume": 352, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 2288, + "flow": 25.2, + "inflow": 24.5, + "volume": 352, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 2288, + "flow": 25.4, + "inflow": 24.6, + "volume": 352, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 2288, + "flow": 25.3, + "inflow": 24.5, + "volume": 352, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 2288, + "flow": 25.3, + "inflow": 24.7, + "volume": 352, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 2288, + "flow": 24.8, + "inflow": 24.1, + "volume": 352, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 2288, + "flow": 23.7, + "inflow": 23.5, + "volume": 352, + "temperature": 17.2, + "precipitation": 0 + } +] \ No newline at end of file diff --git a/public/data/CN_THRE.json b/public/data/CN_THRE.json new file mode 100644 index 0000000..2fefd01 --- /dev/null +++ b/public/data/CN_THRE.json @@ -0,0 +1,13502 @@ +[ + { + "timestamp": "2026-06-02T23:10:00.000Z", + "level": 160.82, + "flow": 15344.7, + "inflow": 14264.8, + "volume": 34548.56, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-02T23:20:00.000Z", + "level": 160.82, + "flow": 15369.7, + "inflow": 14225.7, + "volume": 34547.87, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-02T23:30:00.000Z", + "level": 160.81, + "flow": 15319.5, + "inflow": 14272.8, + "volume": 34547.24, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-02T23:40:00.000Z", + "level": 160.81, + "flow": 15389.1, + "inflow": 14099.8, + "volume": 34546.47, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-02T23:50:00.000Z", + "level": 160.8, + "flow": 15436, + "inflow": 14080, + "volume": 34545.66, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:00:00.000Z", + "level": 160.81, + "flow": 14336.7, + "inflow": 14539.6, + "volume": 34545.78, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:10:00.000Z", + "level": 160.81, + "flow": 14281.1, + "inflow": 14547.6, + "volume": 34545.94, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:20:00.000Z", + "level": 160.81, + "flow": 14233.7, + "inflow": 14531.8, + "volume": 34546.12, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:30:00.000Z", + "level": 160.81, + "flow": 14286.9, + "inflow": 14566.3, + "volume": 34546.29, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:40:00.000Z", + "level": 160.81, + "flow": 14296.2, + "inflow": 14713.2, + "volume": 34546.54, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:50:00.000Z", + "level": 160.81, + "flow": 14238.9, + "inflow": 14674.9, + "volume": 34546.8, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:00:00.000Z", + "level": 160.82, + "flow": 13246.5, + "inflow": 15108.5, + "volume": 34547.92, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:10:00.000Z", + "level": 160.82, + "flow": 13264, + "inflow": 15053.9, + "volume": 34548.99, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:20:00.000Z", + "level": 160.83, + "flow": 13262.7, + "inflow": 14966.9, + "volume": 34550.01, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:30:00.000Z", + "level": 160.83, + "flow": 13287.4, + "inflow": 15058.1, + "volume": 34551.07, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:40:00.000Z", + "level": 160.84, + "flow": 13255.8, + "inflow": 14947.6, + "volume": 34552.09, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:50:00.000Z", + "level": 160.84, + "flow": 13214.9, + "inflow": 15022.1, + "volume": 34553.17, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:00:00.000Z", + "level": 160.85, + "flow": 12436.5, + "inflow": 15182.8, + "volume": 34554.82, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:10:00.000Z", + "level": 160.86, + "flow": 12467.6, + "inflow": 15178.2, + "volume": 34556.45, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:20:00.000Z", + "level": 160.87, + "flow": 12439.6, + "inflow": 15241.7, + "volume": 34558.13, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:30:00.000Z", + "level": 160.88, + "flow": 12378.8, + "inflow": 15406.4, + "volume": 34559.95, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:40:00.000Z", + "level": 160.89, + "flow": 12510.1, + "inflow": 15214, + "volume": 34561.57, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:50:00.000Z", + "level": 160.89, + "flow": 12466.4, + "inflow": 15294.6, + "volume": 34563.27, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:00:00.000Z", + "level": 160.91, + "flow": 12099, + "inflow": 15625.4, + "volume": 34565.39, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:10:00.000Z", + "level": 160.92, + "flow": 12131.2, + "inflow": 15714.6, + "volume": 34567.54, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:20:00.000Z", + "level": 160.93, + "flow": 12121.3, + "inflow": 15646.3, + "volume": 34569.66, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:30:00.000Z", + "level": 160.94, + "flow": 12210.2, + "inflow": 15716.4, + "volume": 34571.76, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:40:00.000Z", + "level": 160.95, + "flow": 12141.1, + "inflow": 15562.5, + "volume": 34573.81, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:50:00.000Z", + "level": 160.96, + "flow": 12172.1, + "inflow": 15524.7, + "volume": 34575.82, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:00:00.000Z", + "level": 160.97, + "flow": 12503.7, + "inflow": 15956.5, + "volume": 34577.89, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:10:00.000Z", + "level": 160.98, + "flow": 12399.6, + "inflow": 15777.9, + "volume": 34579.92, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:20:00.000Z", + "level": 160.99, + "flow": 12493.3, + "inflow": 15754.8, + "volume": 34581.88, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:30:00.000Z", + "level": 161, + "flow": 12464.6, + "inflow": 15696.7, + "volume": 34583.82, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:40:00.000Z", + "level": 161.01, + "flow": 12466.9, + "inflow": 15871, + "volume": 34585.86, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:50:00.000Z", + "level": 161.02, + "flow": 12466.8, + "inflow": 15821.2, + "volume": 34587.87, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:00:00.000Z", + "level": 161.03, + "flow": 13236.6, + "inflow": 16013, + "volume": 34589.54, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:10:00.000Z", + "level": 161.04, + "flow": 13205.3, + "inflow": 16070.5, + "volume": 34591.26, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:20:00.000Z", + "level": 161.04, + "flow": 13227.4, + "inflow": 15851.4, + "volume": 34592.83, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:30:00.000Z", + "level": 161.05, + "flow": 13201.8, + "inflow": 15920.4, + "volume": 34594.46, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:40:00.000Z", + "level": 161.06, + "flow": 13290.6, + "inflow": 15848.6, + "volume": 34595.99, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:50:00.000Z", + "level": 161.07, + "flow": 13298.9, + "inflow": 15966.4, + "volume": 34597.59, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:00:00.000Z", + "level": 161.07, + "flow": 14347.2, + "inflow": 15897.3, + "volume": 34598.52, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:10:00.000Z", + "level": 161.08, + "flow": 14332.8, + "inflow": 16056.2, + "volume": 34599.55, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:20:00.000Z", + "level": 161.08, + "flow": 14321, + "inflow": 15981.9, + "volume": 34600.55, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:30:00.000Z", + "level": 161.09, + "flow": 14302, + "inflow": 15902.8, + "volume": 34601.51, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:40:00.000Z", + "level": 161.09, + "flow": 14248.4, + "inflow": 15887.7, + "volume": 34602.49, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:50:00.000Z", + "level": 161.1, + "flow": 14306.9, + "inflow": 15898.3, + "volume": 34603.44, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:00:00.000Z", + "level": 161.1, + "flow": 15360.1, + "inflow": 16078.5, + "volume": 34603.87, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:10:00.000Z", + "level": 161.1, + "flow": 15424.9, + "inflow": 16022.4, + "volume": 34604.23, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:20:00.000Z", + "level": 161.11, + "flow": 15401.3, + "inflow": 16082, + "volume": 34604.64, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:30:00.000Z", + "level": 161.11, + "flow": 15332.7, + "inflow": 15911.4, + "volume": 34604.99, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:40:00.000Z", + "level": 161.11, + "flow": 15388.4, + "inflow": 16098.3, + "volume": 34605.42, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:50:00.000Z", + "level": 161.11, + "flow": 15439.6, + "inflow": 16054.7, + "volume": 34605.79, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:00:00.000Z", + "level": 161.11, + "flow": 16118.1, + "inflow": 15743.7, + "volume": 34605.57, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:10:00.000Z", + "level": 161.11, + "flow": 16115.1, + "inflow": 15892.1, + "volume": 34605.44, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:20:00.000Z", + "level": 161.11, + "flow": 16131.8, + "inflow": 15866.4, + "volume": 34605.28, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:30:00.000Z", + "level": 161.11, + "flow": 16151.6, + "inflow": 15837.1, + "volume": 34605.09, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:40:00.000Z", + "level": 161.11, + "flow": 16087.3, + "inflow": 15895.4, + "volume": 34604.97, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:50:00.000Z", + "level": 161.11, + "flow": 16181.5, + "inflow": 15889.9, + "volume": 34604.8, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:00:00.000Z", + "level": 161.1, + "flow": 16412.2, + "inflow": 15545.2, + "volume": 34604.28, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:10:00.000Z", + "level": 161.1, + "flow": 16445.9, + "inflow": 15618.5, + "volume": 34603.78, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:20:00.000Z", + "level": 161.1, + "flow": 16379.9, + "inflow": 15565.6, + "volume": 34603.29, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:30:00.000Z", + "level": 161.1, + "flow": 16479.1, + "inflow": 15586.5, + "volume": 34602.75, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:40:00.000Z", + "level": 161.09, + "flow": 16439.9, + "inflow": 15663.5, + "volume": 34602.28, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:50:00.000Z", + "level": 161.09, + "flow": 16475.2, + "inflow": 15487.1, + "volume": 34601.69, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:00:00.000Z", + "level": 161.09, + "flow": 16177.7, + "inflow": 15385.1, + "volume": 34601.21, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:10:00.000Z", + "level": 161.09, + "flow": 16107.7, + "inflow": 15275.6, + "volume": 34600.71, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:20:00.000Z", + "level": 161.08, + "flow": 16214.7, + "inflow": 15348.2, + "volume": 34600.19, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:30:00.000Z", + "level": 161.08, + "flow": 16122.9, + "inflow": 15347.8, + "volume": 34599.72, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:40:00.000Z", + "level": 161.08, + "flow": 16121.1, + "inflow": 15356.7, + "volume": 34599.26, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:50:00.000Z", + "level": 161.08, + "flow": 16139.4, + "inflow": 15444.6, + "volume": 34598.84, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:00:00.000Z", + "level": 161.07, + "flow": 15436.3, + "inflow": 14927.8, + "volume": 34598.53, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:10:00.000Z", + "level": 161.07, + "flow": 15338.3, + "inflow": 14942.5, + "volume": 34598.29, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:20:00.000Z", + "level": 161.07, + "flow": 15344.3, + "inflow": 14917.7, + "volume": 34598.03, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:30:00.000Z", + "level": 161.07, + "flow": 15345.2, + "inflow": 15037, + "volume": 34597.85, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:40:00.000Z", + "level": 161.07, + "flow": 15398.4, + "inflow": 14859, + "volume": 34597.53, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:50:00.000Z", + "level": 161.07, + "flow": 15399.5, + "inflow": 14892.2, + "volume": 34597.23, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:00:00.000Z", + "level": 161.07, + "flow": 14360.4, + "inflow": 14583.2, + "volume": 34597.36, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:10:00.000Z", + "level": 161.07, + "flow": 14271.8, + "inflow": 14592.6, + "volume": 34597.55, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:20:00.000Z", + "level": 161.07, + "flow": 14231.5, + "inflow": 14556, + "volume": 34597.74, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:30:00.000Z", + "level": 161.07, + "flow": 14253.5, + "inflow": 14511, + "volume": 34597.89, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:40:00.000Z", + "level": 161.07, + "flow": 14309.4, + "inflow": 14469.3, + "volume": 34597.99, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:50:00.000Z", + "level": 161.07, + "flow": 14362.5, + "inflow": 14729.2, + "volume": 34598.21, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:00:00.000Z", + "level": 161.08, + "flow": 13216.9, + "inflow": 14139.4, + "volume": 34598.76, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:10:00.000Z", + "level": 161.08, + "flow": 13160.5, + "inflow": 14181.8, + "volume": 34599.37, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:20:00.000Z", + "level": 161.08, + "flow": 13275.6, + "inflow": 14261.3, + "volume": 34599.96, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:30:00.000Z", + "level": 161.08, + "flow": 13274.4, + "inflow": 14245.3, + "volume": 34600.54, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:40:00.000Z", + "level": 161.09, + "flow": 13255.7, + "inflow": 14147.3, + "volume": 34601.07, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:50:00.000Z", + "level": 161.09, + "flow": 13182.7, + "inflow": 14156.8, + "volume": 34601.65, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:00:00.000Z", + "level": 161.09, + "flow": 12497.4, + "inflow": 13853.5, + "volume": 34602.46, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:10:00.000Z", + "level": 161.1, + "flow": 12463.8, + "inflow": 14024.4, + "volume": 34603.4, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:20:00.000Z", + "level": 161.1, + "flow": 12500.9, + "inflow": 13961.6, + "volume": 34604.28, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:30:00.000Z", + "level": 161.11, + "flow": 12411.5, + "inflow": 13856.4, + "volume": 34605.15, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:40:00.000Z", + "level": 161.11, + "flow": 12392.2, + "inflow": 13792, + "volume": 34605.99, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:50:00.000Z", + "level": 161.12, + "flow": 12421.2, + "inflow": 13779, + "volume": 34606.8, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:00:00.000Z", + "level": 161.12, + "flow": 12183, + "inflow": 13612.3, + "volume": 34607.66, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:10:00.000Z", + "level": 161.12, + "flow": 12142.5, + "inflow": 13445.7, + "volume": 34608.44, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:20:00.000Z", + "level": 161.13, + "flow": 12169.3, + "inflow": 13487.3, + "volume": 34609.23, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:30:00.000Z", + "level": 161.13, + "flow": 12182.5, + "inflow": 13585, + "volume": 34610.07, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:40:00.000Z", + "level": 161.14, + "flow": 12182.5, + "inflow": 13561.4, + "volume": 34610.9, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:50:00.000Z", + "level": 161.14, + "flow": 12224.5, + "inflow": 13499.5, + "volume": 34611.66, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:00:00.000Z", + "level": 161.14, + "flow": 12452.6, + "inflow": 13349.2, + "volume": 34612.2, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:10:00.000Z", + "level": 161.15, + "flow": 12486.7, + "inflow": 13447.6, + "volume": 34612.78, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:20:00.000Z", + "level": 161.15, + "flow": 12433.1, + "inflow": 13440.5, + "volume": 34613.38, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:30:00.000Z", + "level": 161.15, + "flow": 12478.7, + "inflow": 13401.3, + "volume": 34613.93, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:40:00.000Z", + "level": 161.15, + "flow": 12502.8, + "inflow": 13350.5, + "volume": 34614.44, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:50:00.000Z", + "level": 161.16, + "flow": 12503.2, + "inflow": 13263.3, + "volume": 34614.9, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:00:00.000Z", + "level": 161.16, + "flow": 13296, + "inflow": 13093.9, + "volume": 34614.78, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:10:00.000Z", + "level": 161.16, + "flow": 13293.7, + "inflow": 13133.3, + "volume": 34614.68, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:20:00.000Z", + "level": 161.16, + "flow": 13232.4, + "inflow": 13194.5, + "volume": 34614.66, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:30:00.000Z", + "level": 161.16, + "flow": 13223, + "inflow": 13185.4, + "volume": 34614.64, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:40:00.000Z", + "level": 161.16, + "flow": 13211.2, + "inflow": 13173.1, + "volume": 34614.62, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:50:00.000Z", + "level": 161.16, + "flow": 13270.6, + "inflow": 13272.2, + "volume": 34614.62, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:00:00.000Z", + "level": 161.15, + "flow": 14297.4, + "inflow": 13074.5, + "volume": 34613.89, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:10:00.000Z", + "level": 161.15, + "flow": 14351.7, + "inflow": 13203.4, + "volume": 34613.2, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:20:00.000Z", + "level": 161.15, + "flow": 14337.9, + "inflow": 13239.4, + "volume": 34612.54, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:30:00.000Z", + "level": 161.14, + "flow": 14337.2, + "inflow": 13223.6, + "volume": 34611.87, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:40:00.000Z", + "level": 161.14, + "flow": 14236.7, + "inflow": 13233.2, + "volume": 34611.27, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:50:00.000Z", + "level": 161.13, + "flow": 14359.5, + "inflow": 13085.8, + "volume": 34610.51, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:00:00.000Z", + "level": 161.13, + "flow": 15386.6, + "inflow": 13252.7, + "volume": 34609.23, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:10:00.000Z", + "level": 161.12, + "flow": 15421.3, + "inflow": 13189.6, + "volume": 34607.89, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:20:00.000Z", + "level": 161.11, + "flow": 15412.2, + "inflow": 13115.9, + "volume": 34606.51, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:30:00.000Z", + "level": 161.11, + "flow": 15343.5, + "inflow": 13281.3, + "volume": 34605.27, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:40:00.000Z", + "level": 161.1, + "flow": 15367.5, + "inflow": 13198.4, + "volume": 34603.97, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:50:00.000Z", + "level": 161.09, + "flow": 15343.2, + "inflow": 13148.4, + "volume": 34602.65, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:00:00.000Z", + "level": 161.09, + "flow": 16220.9, + "inflow": 13466.4, + "volume": 34601, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:10:00.000Z", + "level": 161.08, + "flow": 16167.7, + "inflow": 13382.4, + "volume": 34599.33, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:20:00.000Z", + "level": 161.07, + "flow": 16117.5, + "inflow": 13365.7, + "volume": 34597.68, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:30:00.000Z", + "level": 161.06, + "flow": 16171.1, + "inflow": 13318.4, + "volume": 34595.97, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:40:00.000Z", + "level": 161.05, + "flow": 16132.8, + "inflow": 13378.5, + "volume": 34594.32, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:50:00.000Z", + "level": 161.04, + "flow": 16175.1, + "inflow": 13452.9, + "volume": 34592.69, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:00:00.000Z", + "level": 161.04, + "flow": 16450.6, + "inflow": 13509.8, + "volume": 34590.93, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:10:00.000Z", + "level": 161.03, + "flow": 16512.5, + "inflow": 13488.2, + "volume": 34589.12, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:20:00.000Z", + "level": 161.02, + "flow": 16462.2, + "inflow": 13574.3, + "volume": 34587.39, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:30:00.000Z", + "level": 161.01, + "flow": 16506.6, + "inflow": 13659.1, + "volume": 34585.68, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:40:00.000Z", + "level": 161, + "flow": 16410.3, + "inflow": 13641.7, + "volume": 34584.02, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:50:00.000Z", + "level": 160.99, + "flow": 16410.1, + "inflow": 13585.6, + "volume": 34582.33, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:00:00.000Z", + "level": 160.98, + "flow": 16226.5, + "inflow": 13999.1, + "volume": 34580.99, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:10:00.000Z", + "level": 160.98, + "flow": 16090.7, + "inflow": 13922.3, + "volume": 34579.69, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:20:00.000Z", + "level": 160.97, + "flow": 16165.6, + "inflow": 13763.2, + "volume": 34578.25, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:30:00.000Z", + "level": 160.96, + "flow": 16128.1, + "inflow": 13790.2, + "volume": 34576.85, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:40:00.000Z", + "level": 160.96, + "flow": 16193.3, + "inflow": 13787.5, + "volume": 34575.41, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:50:00.000Z", + "level": 160.95, + "flow": 16092.5, + "inflow": 13790.7, + "volume": 34574.03, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:00:00.000Z", + "level": 160.95, + "flow": 15310.3, + "inflow": 14121.9, + "volume": 34573.32, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:10:00.000Z", + "level": 160.94, + "flow": 15417.7, + "inflow": 14207.1, + "volume": 34572.59, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:20:00.000Z", + "level": 160.94, + "flow": 15324.9, + "inflow": 14227.7, + "volume": 34571.93, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:30:00.000Z", + "level": 160.94, + "flow": 15419.7, + "inflow": 14250.3, + "volume": 34571.23, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:40:00.000Z", + "level": 160.93, + "flow": 15418.2, + "inflow": 14270.1, + "volume": 34570.54, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:50:00.000Z", + "level": 160.93, + "flow": 15439.6, + "inflow": 14149.7, + "volume": 34569.77, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:00:00.000Z", + "level": 160.93, + "flow": 14269.9, + "inflow": 14786.3, + "volume": 34570.08, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:10:00.000Z", + "level": 160.93, + "flow": 14230.2, + "inflow": 14727.6, + "volume": 34570.38, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:20:00.000Z", + "level": 160.93, + "flow": 14353.6, + "inflow": 14631.6, + "volume": 34570.55, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:30:00.000Z", + "level": 160.93, + "flow": 14302.2, + "inflow": 14574.1, + "volume": 34570.71, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:40:00.000Z", + "level": 160.93, + "flow": 14340.1, + "inflow": 14789.3, + "volume": 34570.98, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:50:00.000Z", + "level": 160.94, + "flow": 14294.1, + "inflow": 14806.8, + "volume": 34571.29, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:00:00.000Z", + "level": 160.94, + "flow": 13238.2, + "inflow": 14996, + "volume": 34572.34, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:10:00.000Z", + "level": 160.95, + "flow": 13202.4, + "inflow": 15013.1, + "volume": 34573.43, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:20:00.000Z", + "level": 160.95, + "flow": 13266.8, + "inflow": 14945.6, + "volume": 34574.44, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:30:00.000Z", + "level": 160.96, + "flow": 13282.3, + "inflow": 14972.4, + "volume": 34575.45, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:40:00.000Z", + "level": 160.96, + "flow": 13190.2, + "inflow": 14919.8, + "volume": 34576.49, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:50:00.000Z", + "level": 160.97, + "flow": 13236.5, + "inflow": 15009.4, + "volume": 34577.55, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:00:00.000Z", + "level": 160.98, + "flow": 12409.8, + "inflow": 15368.8, + "volume": 34579.33, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:10:00.000Z", + "level": 160.99, + "flow": 12437.5, + "inflow": 15431.5, + "volume": 34581.13, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:20:00.000Z", + "level": 160.99, + "flow": 12418.6, + "inflow": 15465, + "volume": 34582.96, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:30:00.000Z", + "level": 161, + "flow": 12422.8, + "inflow": 15393, + "volume": 34584.74, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:40:00.000Z", + "level": 161.01, + "flow": 12456.6, + "inflow": 15269.8, + "volume": 34586.43, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:50:00.000Z", + "level": 161.02, + "flow": 12472.4, + "inflow": 15424.4, + "volume": 34588.2, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:00:00.000Z", + "level": 161.03, + "flow": 12204.1, + "inflow": 15580.1, + "volume": 34590.23, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:10:00.000Z", + "level": 161.04, + "flow": 12210.8, + "inflow": 15583.7, + "volume": 34592.25, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:20:00.000Z", + "level": 161.05, + "flow": 12091.2, + "inflow": 15603, + "volume": 34594.36, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:30:00.000Z", + "level": 161.06, + "flow": 12223.2, + "inflow": 15570.6, + "volume": 34596.37, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:40:00.000Z", + "level": 161.07, + "flow": 12084.1, + "inflow": 15555.3, + "volume": 34598.45, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:50:00.000Z", + "level": 161.08, + "flow": 12199.3, + "inflow": 15741.1, + "volume": 34600.58, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:00:00.000Z", + "level": 161.1, + "flow": 12479.7, + "inflow": 16057.8, + "volume": 34602.73, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:10:00.000Z", + "level": 161.11, + "flow": 12386.7, + "inflow": 15849.9, + "volume": 34604.81, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:20:00.000Z", + "level": 161.12, + "flow": 12454.3, + "inflow": 15972.9, + "volume": 34606.92, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:30:00.000Z", + "level": 161.13, + "flow": 12421.4, + "inflow": 15919.4, + "volume": 34609.02, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:40:00.000Z", + "level": 161.14, + "flow": 12402.1, + "inflow": 16036.9, + "volume": 34611.2, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:50:00.000Z", + "level": 161.15, + "flow": 12410.5, + "inflow": 16041.1, + "volume": 34613.38, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:00:00.000Z", + "level": 161.16, + "flow": 13210.9, + "inflow": 16206.8, + "volume": 34615.18, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:10:00.000Z", + "level": 161.17, + "flow": 13156.5, + "inflow": 15999.8, + "volume": 34616.89, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:20:00.000Z", + "level": 161.18, + "flow": 13224, + "inflow": 16119.5, + "volume": 34618.63, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:30:00.000Z", + "level": 161.19, + "flow": 13252.4, + "inflow": 16134.9, + "volume": 34620.36, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:40:00.000Z", + "level": 161.19, + "flow": 13188.7, + "inflow": 16022, + "volume": 34622.06, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:50:00.000Z", + "level": 161.2, + "flow": 13175.1, + "inflow": 16163.1, + "volume": 34623.85, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:00:00.000Z", + "level": 161.21, + "flow": 14280.6, + "inflow": 16149.7, + "volume": 34624.97, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:10:00.000Z", + "level": 161.21, + "flow": 14368.5, + "inflow": 16223.8, + "volume": 34626.08, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:20:00.000Z", + "level": 161.22, + "flow": 14265.5, + "inflow": 16191.2, + "volume": 34627.24, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:30:00.000Z", + "level": 161.23, + "flow": 14287.6, + "inflow": 16086.8, + "volume": 34628.32, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:40:00.000Z", + "level": 161.23, + "flow": 14305.7, + "inflow": 16098, + "volume": 34629.4, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:50:00.000Z", + "level": 161.24, + "flow": 14360, + "inflow": 16162.5, + "volume": 34630.48, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:00:00.000Z", + "level": 161.24, + "flow": 15359.7, + "inflow": 16106.8, + "volume": 34630.93, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:10:00.000Z", + "level": 161.24, + "flow": 15358.5, + "inflow": 16008.3, + "volume": 34631.32, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:20:00.000Z", + "level": 161.24, + "flow": 15394.4, + "inflow": 15946.8, + "volume": 34631.65, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:30:00.000Z", + "level": 161.24, + "flow": 15348.5, + "inflow": 16054.7, + "volume": 34632.07, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:40:00.000Z", + "level": 161.25, + "flow": 15342.4, + "inflow": 16006.7, + "volume": 34632.47, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:50:00.000Z", + "level": 161.25, + "flow": 15412.2, + "inflow": 16207.9, + "volume": 34632.95, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:00:00.000Z", + "level": 161.25, + "flow": 16108.8, + "inflow": 16019.9, + "volume": 34632.9, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:10:00.000Z", + "level": 161.25, + "flow": 16138.9, + "inflow": 16033.6, + "volume": 34632.84, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:20:00.000Z", + "level": 161.25, + "flow": 16106.5, + "inflow": 16019, + "volume": 34632.79, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:30:00.000Z", + "level": 161.25, + "flow": 16198.2, + "inflow": 16014, + "volume": 34632.68, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:40:00.000Z", + "level": 161.25, + "flow": 16154.8, + "inflow": 16055, + "volume": 34632.62, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:50:00.000Z", + "level": 161.25, + "flow": 16209.7, + "inflow": 15963.4, + "volume": 34632.47, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:00:00.000Z", + "level": 161.24, + "flow": 16515.9, + "inflow": 15741, + "volume": 34632.01, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:10:00.000Z", + "level": 161.24, + "flow": 16411.1, + "inflow": 15757.6, + "volume": 34631.62, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:20:00.000Z", + "level": 161.24, + "flow": 16410, + "inflow": 15669.6, + "volume": 34631.18, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:30:00.000Z", + "level": 161.24, + "flow": 16470.6, + "inflow": 15772, + "volume": 34630.76, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:40:00.000Z", + "level": 161.24, + "flow": 16399.5, + "inflow": 15681.1, + "volume": 34630.33, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:50:00.000Z", + "level": 161.23, + "flow": 16375.8, + "inflow": 15669.5, + "volume": 34629.91, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:00:00.000Z", + "level": 161.23, + "flow": 16208.1, + "inflow": 15330, + "volume": 34629.38, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:10:00.000Z", + "level": 161.23, + "flow": 16139.8, + "inflow": 15388.6, + "volume": 34628.93, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:20:00.000Z", + "level": 161.23, + "flow": 16132.5, + "inflow": 15388.4, + "volume": 34628.48, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:30:00.000Z", + "level": 161.22, + "flow": 16188.4, + "inflow": 15408.7, + "volume": 34628.01, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:40:00.000Z", + "level": 161.22, + "flow": 16171.6, + "inflow": 15477.2, + "volume": 34627.59, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:50:00.000Z", + "level": 161.22, + "flow": 16133.3, + "inflow": 15443.5, + "volume": 34627.18, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:00:00.000Z", + "level": 161.22, + "flow": 15419, + "inflow": 14914.1, + "volume": 34626.88, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:10:00.000Z", + "level": 161.22, + "flow": 15359.6, + "inflow": 15102.7, + "volume": 34626.73, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:20:00.000Z", + "level": 161.22, + "flow": 15341.4, + "inflow": 15182.6, + "volume": 34626.63, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:30:00.000Z", + "level": 161.22, + "flow": 15425.8, + "inflow": 14945.4, + "volume": 34626.34, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:40:00.000Z", + "level": 161.22, + "flow": 15316.7, + "inflow": 15174.4, + "volume": 34626.25, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:50:00.000Z", + "level": 161.21, + "flow": 15360.4, + "inflow": 14944.7, + "volume": 34626, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:00:00.000Z", + "level": 161.21, + "flow": 14302.2, + "inflow": 14664.8, + "volume": 34626.22, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:10:00.000Z", + "level": 161.22, + "flow": 14369.1, + "inflow": 14694.4, + "volume": 34626.42, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:20:00.000Z", + "level": 161.22, + "flow": 14267.1, + "inflow": 14573.4, + "volume": 34626.6, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:30:00.000Z", + "level": 161.22, + "flow": 14311.8, + "inflow": 14553.3, + "volume": 34626.74, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:40:00.000Z", + "level": 161.22, + "flow": 14241.1, + "inflow": 14599.1, + "volume": 34626.95, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:50:00.000Z", + "level": 161.22, + "flow": 14307.6, + "inflow": 14773.7, + "volume": 34627.23, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:00:00.000Z", + "level": 161.22, + "flow": 13279.7, + "inflow": 14361.2, + "volume": 34627.88, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:10:00.000Z", + "level": 161.23, + "flow": 13231.9, + "inflow": 14228.3, + "volume": 34628.48, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:20:00.000Z", + "level": 161.23, + "flow": 13240.8, + "inflow": 14342.6, + "volume": 34629.14, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:30:00.000Z", + "level": 161.23, + "flow": 13261.9, + "inflow": 14430.5, + "volume": 34629.84, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:40:00.000Z", + "level": 161.24, + "flow": 13168.5, + "inflow": 14316.9, + "volume": 34630.53, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:50:00.000Z", + "level": 161.24, + "flow": 13274.5, + "inflow": 14429.9, + "volume": 34631.22, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:00:00.000Z", + "level": 161.24, + "flow": 12423.8, + "inflow": 13870.4, + "volume": 34632.09, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:10:00.000Z", + "level": 161.25, + "flow": 12401.5, + "inflow": 13888.1, + "volume": 34632.98, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:20:00.000Z", + "level": 161.25, + "flow": 12399.1, + "inflow": 14012.7, + "volume": 34633.95, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:30:00.000Z", + "level": 161.26, + "flow": 12482.8, + "inflow": 14085, + "volume": 34634.91, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:40:00.000Z", + "level": 161.26, + "flow": 12418.1, + "inflow": 13990.4, + "volume": 34635.85, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:50:00.000Z", + "level": 161.27, + "flow": 12497.5, + "inflow": 14089.9, + "volume": 34636.81, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:00:00.000Z", + "level": 161.27, + "flow": 12185, + "inflow": 13579.7, + "volume": 34637.65, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:10:00.000Z", + "level": 161.28, + "flow": 12106.7, + "inflow": 13806, + "volume": 34638.67, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:20:00.000Z", + "level": 161.28, + "flow": 12099.2, + "inflow": 13649.2, + "volume": 34639.6, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:30:00.000Z", + "level": 161.29, + "flow": 12184.9, + "inflow": 13669.7, + "volume": 34640.49, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:40:00.000Z", + "level": 161.29, + "flow": 12141.5, + "inflow": 13600.2, + "volume": 34641.37, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:50:00.000Z", + "level": 161.3, + "flow": 12129.6, + "inflow": 13599.7, + "volume": 34642.25, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:00:00.000Z", + "level": 161.3, + "flow": 12428.8, + "inflow": 13528.5, + "volume": 34642.91, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:10:00.000Z", + "level": 161.3, + "flow": 12446.1, + "inflow": 13320.9, + "volume": 34643.43, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:20:00.000Z", + "level": 161.31, + "flow": 12448.8, + "inflow": 13573.7, + "volume": 34644.1, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:30:00.000Z", + "level": 161.31, + "flow": 12438.6, + "inflow": 13571, + "volume": 34644.78, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:40:00.000Z", + "level": 161.31, + "flow": 12466.7, + "inflow": 13554.3, + "volume": 34645.43, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:50:00.000Z", + "level": 161.32, + "flow": 12415.7, + "inflow": 13379.1, + "volume": 34646.01, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:00:00.000Z", + "level": 161.32, + "flow": 13238.7, + "inflow": 13331.1, + "volume": 34646.07, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:10:00.000Z", + "level": 161.32, + "flow": 13267.4, + "inflow": 13226.1, + "volume": 34646.05, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:20:00.000Z", + "level": 161.32, + "flow": 13295.2, + "inflow": 13360.8, + "volume": 34646.09, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:30:00.000Z", + "level": 161.32, + "flow": 13211.3, + "inflow": 13421.4, + "volume": 34646.22, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:40:00.000Z", + "level": 161.32, + "flow": 13293.6, + "inflow": 13208.1, + "volume": 34646.17, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:50:00.000Z", + "level": 161.32, + "flow": 13165.5, + "inflow": 13253.5, + "volume": 34646.22, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:00:00.000Z", + "level": 161.31, + "flow": 14237.4, + "inflow": 13381.8, + "volume": 34645.71, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:10:00.000Z", + "level": 161.31, + "flow": 14259, + "inflow": 13240.3, + "volume": 34645.1, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:20:00.000Z", + "level": 161.31, + "flow": 14261.5, + "inflow": 13298, + "volume": 34644.52, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:30:00.000Z", + "level": 161.3, + "flow": 14345, + "inflow": 13179.6, + "volume": 34643.82, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:40:00.000Z", + "level": 161.3, + "flow": 14259.9, + "inflow": 13246.3, + "volume": 34643.21, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:50:00.000Z", + "level": 161.3, + "flow": 14326.9, + "inflow": 13217.5, + "volume": 34642.54, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:00:00.000Z", + "level": 161.29, + "flow": 15383.6, + "inflow": 13273.4, + "volume": 34641.27, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:10:00.000Z", + "level": 161.28, + "flow": 15351.8, + "inflow": 13186.8, + "volume": 34639.97, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:20:00.000Z", + "level": 161.28, + "flow": 15367.7, + "inflow": 13324.7, + "volume": 34638.74, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:30:00.000Z", + "level": 161.27, + "flow": 15409.4, + "inflow": 13196.9, + "volume": 34637.41, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:40:00.000Z", + "level": 161.27, + "flow": 15442.5, + "inflow": 13237.9, + "volume": 34636.09, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:50:00.000Z", + "level": 161.26, + "flow": 15388.2, + "inflow": 13339.3, + "volume": 34634.86, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:00:00.000Z", + "level": 161.25, + "flow": 16127.5, + "inflow": 13351.5, + "volume": 34633.19, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:10:00.000Z", + "level": 161.24, + "flow": 16102.3, + "inflow": 13455.2, + "volume": 34631.6, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:20:00.000Z", + "level": 161.23, + "flow": 16169.7, + "inflow": 13485.3, + "volume": 34629.99, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:30:00.000Z", + "level": 161.23, + "flow": 16105.8, + "inflow": 13378, + "volume": 34628.35, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:40:00.000Z", + "level": 161.22, + "flow": 16089.8, + "inflow": 13565.8, + "volume": 34626.84, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:50:00.000Z", + "level": 161.21, + "flow": 16105.1, + "inflow": 13341.4, + "volume": 34625.18, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:00:00.000Z", + "level": 161.2, + "flow": 16497.4, + "inflow": 13556.1, + "volume": 34623.42, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:10:00.000Z", + "level": 161.19, + "flow": 16471.5, + "inflow": 13755.7, + "volume": 34621.79, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:20:00.000Z", + "level": 161.18, + "flow": 16508.1, + "inflow": 13581.4, + "volume": 34620.03, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:30:00.000Z", + "level": 161.18, + "flow": 16466.9, + "inflow": 13796.7, + "volume": 34618.43, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:40:00.000Z", + "level": 161.17, + "flow": 16380.4, + "inflow": 13809.5, + "volume": 34616.89, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:50:00.000Z", + "level": 161.16, + "flow": 16406.6, + "inflow": 13555.3, + "volume": 34615.18, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:00:00.000Z", + "level": 161.15, + "flow": 16217.4, + "inflow": 13920.6, + "volume": 34613.8, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:10:00.000Z", + "level": 161.14, + "flow": 16213.8, + "inflow": 13979.8, + "volume": 34612.46, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:20:00.000Z", + "level": 161.14, + "flow": 16214.9, + "inflow": 13891, + "volume": 34611.07, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:30:00.000Z", + "level": 161.13, + "flow": 16125.3, + "inflow": 14050, + "volume": 34609.82, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:40:00.000Z", + "level": 161.12, + "flow": 16114.3, + "inflow": 13839.2, + "volume": 34608.45, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:50:00.000Z", + "level": 161.12, + "flow": 16219, + "inflow": 13941.3, + "volume": 34607.08, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:00:00.000Z", + "level": 161.11, + "flow": 15317.5, + "inflow": 14447.2, + "volume": 34606.56, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:10:00.000Z", + "level": 161.11, + "flow": 15413.8, + "inflow": 14259.7, + "volume": 34605.87, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:20:00.000Z", + "level": 161.11, + "flow": 15325.9, + "inflow": 14418.8, + "volume": 34605.33, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:30:00.000Z", + "level": 161.11, + "flow": 15429.2, + "inflow": 14272.5, + "volume": 34604.64, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:40:00.000Z", + "level": 161.1, + "flow": 15366.5, + "inflow": 14231.3, + "volume": 34603.96, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:50:00.000Z", + "level": 161.1, + "flow": 15320.7, + "inflow": 14378.5, + "volume": 34603.39, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:00:00.000Z", + "level": 161.1, + "flow": 14264.4, + "inflow": 14808.7, + "volume": 34603.72, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:10:00.000Z", + "level": 161.1, + "flow": 14353.1, + "inflow": 14776.9, + "volume": 34603.97, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:20:00.000Z", + "level": 161.1, + "flow": 14329.2, + "inflow": 14833.4, + "volume": 34604.27, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:30:00.000Z", + "level": 161.1, + "flow": 14249.3, + "inflow": 14774.6, + "volume": 34604.59, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:40:00.000Z", + "level": 161.11, + "flow": 14295.4, + "inflow": 14658.1, + "volume": 34604.81, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:50:00.000Z", + "level": 161.11, + "flow": 14289.4, + "inflow": 14823, + "volume": 34605.13, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:00:00.000Z", + "level": 161.11, + "flow": 13232.3, + "inflow": 15192.5, + "volume": 34606.31, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:10:00.000Z", + "level": 161.12, + "flow": 13216.1, + "inflow": 15049.2, + "volume": 34607.41, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:20:00.000Z", + "level": 161.12, + "flow": 13235.7, + "inflow": 15111.8, + "volume": 34608.54, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:30:00.000Z", + "level": 161.13, + "flow": 13185.4, + "inflow": 15089.3, + "volume": 34609.68, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:40:00.000Z", + "level": 161.14, + "flow": 13200.8, + "inflow": 15053.5, + "volume": 34610.79, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:50:00.000Z", + "level": 161.14, + "flow": 13234.7, + "inflow": 15213.7, + "volume": 34611.98, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:00:00.000Z", + "level": 161.15, + "flow": 12482.3, + "inflow": 15515.5, + "volume": 34613.8, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:10:00.000Z", + "level": 161.16, + "flow": 12372.7, + "inflow": 15509.6, + "volume": 34615.68, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:20:00.000Z", + "level": 161.17, + "flow": 12394.8, + "inflow": 15443.1, + "volume": 34617.51, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:30:00.000Z", + "level": 161.18, + "flow": 12415.2, + "inflow": 15556.7, + "volume": 34619.39, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:40:00.000Z", + "level": 161.19, + "flow": 12465.4, + "inflow": 15614.2, + "volume": 34621.28, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:50:00.000Z", + "level": 161.2, + "flow": 12436.2, + "inflow": 15506.4, + "volume": 34623.12, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:00:00.000Z", + "level": 161.21, + "flow": 12134.9, + "inflow": 15652.3, + "volume": 34625.23, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:10:00.000Z", + "level": 161.22, + "flow": 12143, + "inflow": 15833, + "volume": 34627.44, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:20:00.000Z", + "level": 161.23, + "flow": 12129.7, + "inflow": 15845.9, + "volume": 34629.67, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:30:00.000Z", + "level": 161.24, + "flow": 12204, + "inflow": 15684.4, + "volume": 34631.76, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:40:00.000Z", + "level": 161.25, + "flow": 12104.9, + "inflow": 15852.5, + "volume": 34634.01, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:50:00.000Z", + "level": 161.27, + "flow": 12191.8, + "inflow": 15698.3, + "volume": 34636.11, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:00:00.000Z", + "level": 161.28, + "flow": 12399.1, + "inflow": 16137.3, + "volume": 34638.35, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:10:00.000Z", + "level": 161.29, + "flow": 12478.6, + "inflow": 16090.1, + "volume": 34640.52, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:20:00.000Z", + "level": 161.3, + "flow": 12498.2, + "inflow": 16135.7, + "volume": 34642.7, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:30:00.000Z", + "level": 161.31, + "flow": 12413.6, + "inflow": 15979.2, + "volume": 34644.84, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:40:00.000Z", + "level": 161.32, + "flow": 12464.1, + "inflow": 16117.3, + "volume": 34647.03, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:50:00.000Z", + "level": 161.33, + "flow": 12386.8, + "inflow": 16070.5, + "volume": 34649.24, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:00:00.000Z", + "level": 161.34, + "flow": 13253.1, + "inflow": 16080.9, + "volume": 34650.94, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:10:00.000Z", + "level": 161.35, + "flow": 13192.8, + "inflow": 16115.2, + "volume": 34652.69, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:20:00.000Z", + "level": 161.36, + "flow": 13179.6, + "inflow": 16140, + "volume": 34654.47, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:30:00.000Z", + "level": 161.37, + "flow": 13168.1, + "inflow": 16195.5, + "volume": 34656.29, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:40:00.000Z", + "level": 161.38, + "flow": 13216.1, + "inflow": 16040.7, + "volume": 34657.98, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:50:00.000Z", + "level": 161.39, + "flow": 13185.8, + "inflow": 16064.1, + "volume": 34659.71, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:00:00.000Z", + "level": 161.39, + "flow": 14229.9, + "inflow": 16331.6, + "volume": 34660.97, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:10:00.000Z", + "level": 161.4, + "flow": 14338.1, + "inflow": 16171.6, + "volume": 34662.07, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:20:00.000Z", + "level": 161.4, + "flow": 14370.4, + "inflow": 16183.4, + "volume": 34663.16, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:30:00.000Z", + "level": 161.41, + "flow": 14338.5, + "inflow": 16253.7, + "volume": 34664.31, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:40:00.000Z", + "level": 161.41, + "flow": 14352.7, + "inflow": 16097.7, + "volume": 34665.36, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:50:00.000Z", + "level": 161.42, + "flow": 14351.9, + "inflow": 16219.6, + "volume": 34666.48, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:00:00.000Z", + "level": 161.42, + "flow": 15329.7, + "inflow": 16150.9, + "volume": 34666.97, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:10:00.000Z", + "level": 161.42, + "flow": 15348.8, + "inflow": 16148.5, + "volume": 34667.45, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:20:00.000Z", + "level": 161.43, + "flow": 15425.5, + "inflow": 16275.1, + "volume": 34667.96, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:30:00.000Z", + "level": 161.43, + "flow": 15331.2, + "inflow": 16132.3, + "volume": 34668.44, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:40:00.000Z", + "level": 161.43, + "flow": 15415.5, + "inflow": 16054.3, + "volume": 34668.82, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:50:00.000Z", + "level": 161.43, + "flow": 15434.1, + "inflow": 16156, + "volume": 34669.25, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:00:00.000Z", + "level": 161.43, + "flow": 16205.7, + "inflow": 15928.5, + "volume": 34669.08, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:10:00.000Z", + "level": 161.43, + "flow": 16097.4, + "inflow": 15936.2, + "volume": 34668.98, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:20:00.000Z", + "level": 161.43, + "flow": 16094.6, + "inflow": 15932, + "volume": 34668.88, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:30:00.000Z", + "level": 161.43, + "flow": 16180.1, + "inflow": 16027.2, + "volume": 34668.79, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:40:00.000Z", + "level": 161.43, + "flow": 16219.5, + "inflow": 16145.4, + "volume": 34668.75, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:50:00.000Z", + "level": 161.43, + "flow": 16139.1, + "inflow": 15933.3, + "volume": 34668.63, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:00:00.000Z", + "level": 161.43, + "flow": 16406.5, + "inflow": 15671.8, + "volume": 34668.19, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:10:00.000Z", + "level": 161.43, + "flow": 16402.4, + "inflow": 15666.6, + "volume": 34667.75, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:20:00.000Z", + "level": 161.42, + "flow": 16507.5, + "inflow": 15750, + "volume": 34667.3, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:30:00.000Z", + "level": 161.42, + "flow": 16382.8, + "inflow": 15900, + "volume": 34667.01, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:40:00.000Z", + "level": 161.42, + "flow": 16416.7, + "inflow": 15716.9, + "volume": 34666.59, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:50:00.000Z", + "level": 161.42, + "flow": 16413.6, + "inflow": 15825.6, + "volume": 34666.24, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:00:00.000Z", + "level": 161.42, + "flow": 16099.8, + "inflow": 15362.8, + "volume": 34665.8, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:10:00.000Z", + "level": 161.41, + "flow": 16151.5, + "inflow": 15574.5, + "volume": 34665.45, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:20:00.000Z", + "level": 161.41, + "flow": 16184, + "inflow": 15580.5, + "volume": 34665.09, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:30:00.000Z", + "level": 161.41, + "flow": 16175, + "inflow": 15535.9, + "volume": 34664.71, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:40:00.000Z", + "level": 161.41, + "flow": 16147.5, + "inflow": 15360.4, + "volume": 34664.24, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:50:00.000Z", + "level": 161.41, + "flow": 16158.3, + "inflow": 15344.1, + "volume": 34663.75, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:00:00.000Z", + "level": 161.41, + "flow": 15308, + "inflow": 15102.8, + "volume": 34663.63, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:10:00.000Z", + "level": 161.4, + "flow": 15329.6, + "inflow": 15043.4, + "volume": 34663.46, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:20:00.000Z", + "level": 161.4, + "flow": 15397.8, + "inflow": 15049.1, + "volume": 34663.25, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:30:00.000Z", + "level": 161.4, + "flow": 15335.2, + "inflow": 15060.9, + "volume": 34663.09, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:40:00.000Z", + "level": 161.4, + "flow": 15390.3, + "inflow": 15140, + "volume": 34662.94, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:50:00.000Z", + "level": 161.4, + "flow": 15417.2, + "inflow": 15024.6, + "volume": 34662.7, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:00:00.000Z", + "level": 161.4, + "flow": 14272.9, + "inflow": 14898.8, + "volume": 34663.08, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:10:00.000Z", + "level": 161.4, + "flow": 14356.2, + "inflow": 14727.1, + "volume": 34663.3, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:20:00.000Z", + "level": 161.4, + "flow": 14239.1, + "inflow": 14686.5, + "volume": 34663.57, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:30:00.000Z", + "level": 161.41, + "flow": 14336.2, + "inflow": 14807.4, + "volume": 34663.85, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:40:00.000Z", + "level": 161.41, + "flow": 14343.1, + "inflow": 14906.4, + "volume": 34664.19, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:50:00.000Z", + "level": 161.41, + "flow": 14362.4, + "inflow": 14856.8, + "volume": 34664.49, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:00:00.000Z", + "level": 161.41, + "flow": 13284.8, + "inflow": 14350.8, + "volume": 34665.13, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:10:00.000Z", + "level": 161.42, + "flow": 13256.5, + "inflow": 14501.8, + "volume": 34665.88, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:20:00.000Z", + "level": 161.42, + "flow": 13289.9, + "inflow": 14521.5, + "volume": 34666.62, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:30:00.000Z", + "level": 161.42, + "flow": 13230.3, + "inflow": 14339.4, + "volume": 34667.29, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:40:00.000Z", + "level": 161.43, + "flow": 13213.5, + "inflow": 14262.4, + "volume": 34667.92, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:50:00.000Z", + "level": 161.43, + "flow": 13295.7, + "inflow": 14511.1, + "volume": 34668.65, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:00:00.000Z", + "level": 161.44, + "flow": 12436.8, + "inflow": 14150.1, + "volume": 34669.68, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:10:00.000Z", + "level": 161.44, + "flow": 12446.4, + "inflow": 14102, + "volume": 34670.67, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:20:00.000Z", + "level": 161.45, + "flow": 12410, + "inflow": 14075.7, + "volume": 34671.67, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:30:00.000Z", + "level": 161.45, + "flow": 12382.2, + "inflow": 13910.6, + "volume": 34672.59, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:40:00.000Z", + "level": 161.46, + "flow": 12487.3, + "inflow": 13937.7, + "volume": 34673.46, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:50:00.000Z", + "level": 161.46, + "flow": 12415.5, + "inflow": 14016.2, + "volume": 34674.42, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:00:00.000Z", + "level": 161.46, + "flow": 12209, + "inflow": 13686.1, + "volume": 34675.31, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:10:00.000Z", + "level": 161.47, + "flow": 12114.6, + "inflow": 13685.4, + "volume": 34676.25, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:20:00.000Z", + "level": 161.47, + "flow": 12222.5, + "inflow": 13896.3, + "volume": 34677.25, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:30:00.000Z", + "level": 161.48, + "flow": 12148.2, + "inflow": 13647.1, + "volume": 34678.15, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:40:00.000Z", + "level": 161.48, + "flow": 12164.8, + "inflow": 13884.1, + "volume": 34679.18, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:50:00.000Z", + "level": 161.49, + "flow": 12109.8, + "inflow": 13665, + "volume": 34680.11, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:00:00.000Z", + "level": 161.49, + "flow": 12464.4, + "inflow": 13446.2, + "volume": 34680.7, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:10:00.000Z", + "level": 161.5, + "flow": 12480, + "inflow": 13643.6, + "volume": 34681.4, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:20:00.000Z", + "level": 161.5, + "flow": 12402.8, + "inflow": 13507.6, + "volume": 34682.06, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:30:00.000Z", + "level": 161.5, + "flow": 12433, + "inflow": 13490.1, + "volume": 34682.69, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:40:00.000Z", + "level": 161.51, + "flow": 12414.7, + "inflow": 13474, + "volume": 34683.33, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:50:00.000Z", + "level": 161.51, + "flow": 12463.2, + "inflow": 13629.2, + "volume": 34684.03, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:00:00.000Z", + "level": 161.51, + "flow": 13219.7, + "inflow": 13249.6, + "volume": 34684.05, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:10:00.000Z", + "level": 161.51, + "flow": 13241.5, + "inflow": 13338.7, + "volume": 34684.11, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:20:00.000Z", + "level": 161.51, + "flow": 13173.5, + "inflow": 13259.5, + "volume": 34684.16, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:30:00.000Z", + "level": 161.51, + "flow": 13164.4, + "inflow": 13416.4, + "volume": 34684.31, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:40:00.000Z", + "level": 161.51, + "flow": 13245.9, + "inflow": 13306.6, + "volume": 34684.35, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:50:00.000Z", + "level": 161.51, + "flow": 13245.9, + "inflow": 13524.2, + "volume": 34684.52, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:00:00.000Z", + "level": 161.51, + "flow": 14236.4, + "inflow": 13382.5, + "volume": 34684.01, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:10:00.000Z", + "level": 161.51, + "flow": 14364.1, + "inflow": 13346.3, + "volume": 34683.4, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:20:00.000Z", + "level": 161.5, + "flow": 14334.4, + "inflow": 13305.5, + "volume": 34682.78, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:30:00.000Z", + "level": 161.5, + "flow": 14245.5, + "inflow": 13393.9, + "volume": 34682.27, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:40:00.000Z", + "level": 161.5, + "flow": 14255.2, + "inflow": 13373.3, + "volume": 34681.74, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:50:00.000Z", + "level": 161.49, + "flow": 14260, + "inflow": 13243.6, + "volume": 34681.13, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:00:00.000Z", + "level": 161.49, + "flow": 15358.3, + "inflow": 13336.5, + "volume": 34679.92, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:10:00.000Z", + "level": 161.48, + "flow": 15401.8, + "inflow": 13275.3, + "volume": 34678.64, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:20:00.000Z", + "level": 161.48, + "flow": 15320.9, + "inflow": 13296.3, + "volume": 34677.43, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:30:00.000Z", + "level": 161.47, + "flow": 15357.5, + "inflow": 13405.5, + "volume": 34676.26, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:40:00.000Z", + "level": 161.46, + "flow": 15405, + "inflow": 13519.3, + "volume": 34675.13, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:50:00.000Z", + "level": 161.46, + "flow": 15406.4, + "inflow": 13363.1, + "volume": 34673.9, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:00:00.000Z", + "level": 161.45, + "flow": 16181.3, + "inflow": 13649, + "volume": 34672.38, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:10:00.000Z", + "level": 161.44, + "flow": 16122.2, + "inflow": 13537.4, + "volume": 34670.83, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:20:00.000Z", + "level": 161.43, + "flow": 16227.7, + "inflow": 13615.5, + "volume": 34669.26, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:30:00.000Z", + "level": 161.43, + "flow": 16155.6, + "inflow": 13577.8, + "volume": 34667.71, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:40:00.000Z", + "level": 161.42, + "flow": 16091.8, + "inflow": 13426.8, + "volume": 34666.11, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:50:00.000Z", + "level": 161.41, + "flow": 16138.9, + "inflow": 13493.3, + "volume": 34664.52, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:00:00.000Z", + "level": 161.4, + "flow": 16493.3, + "inflow": 13707.4, + "volume": 34662.85, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:10:00.000Z", + "level": 161.39, + "flow": 16447.3, + "inflow": 13709.8, + "volume": 34661.21, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:20:00.000Z", + "level": 161.38, + "flow": 16422.5, + "inflow": 13727, + "volume": 34659.59, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:30:00.000Z", + "level": 161.38, + "flow": 16401.4, + "inflow": 13738, + "volume": 34657.99, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:40:00.000Z", + "level": 161.37, + "flow": 16485.9, + "inflow": 13795, + "volume": 34656.38, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:50:00.000Z", + "level": 161.36, + "flow": 16448.5, + "inflow": 13882.8, + "volume": 34654.84, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:00:00.000Z", + "level": 161.35, + "flow": 16088.5, + "inflow": 14114.7, + "volume": 34653.66, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:10:00.000Z", + "level": 161.35, + "flow": 16110.7, + "inflow": 14008.2, + "volume": 34652.4, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:20:00.000Z", + "level": 161.34, + "flow": 16146.9, + "inflow": 13965.4, + "volume": 34651.09, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:30:00.000Z", + "level": 161.34, + "flow": 16122.3, + "inflow": 14165.3, + "volume": 34649.92, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:40:00.000Z", + "level": 161.33, + "flow": 16137.5, + "inflow": 13944.9, + "volume": 34648.6, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:50:00.000Z", + "level": 161.32, + "flow": 16155.7, + "inflow": 14169.1, + "volume": 34647.41, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:00:00.000Z", + "level": 161.32, + "flow": 15307.8, + "inflow": 14332.8, + "volume": 34646.83, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:10:00.000Z", + "level": 161.32, + "flow": 15362.5, + "inflow": 14434.8, + "volume": 34646.27, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:20:00.000Z", + "level": 161.31, + "flow": 15408.1, + "inflow": 14374.1, + "volume": 34645.65, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:30:00.000Z", + "level": 161.31, + "flow": 15305, + "inflow": 14475.7, + "volume": 34645.15, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:40:00.000Z", + "level": 161.31, + "flow": 15336.1, + "inflow": 14327, + "volume": 34644.54, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:50:00.000Z", + "level": 161.3, + "flow": 15372.4, + "inflow": 14329.4, + "volume": 34643.91, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:00:00.000Z", + "level": 161.31, + "flow": 14348, + "inflow": 14728.7, + "volume": 34644.14, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:10:00.000Z", + "level": 161.31, + "flow": 14274.1, + "inflow": 14916.3, + "volume": 34644.53, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:20:00.000Z", + "level": 161.31, + "flow": 14278.9, + "inflow": 14920.2, + "volume": 34644.91, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:30:00.000Z", + "level": 161.31, + "flow": 14309.1, + "inflow": 14710.2, + "volume": 34645.15, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:40:00.000Z", + "level": 161.31, + "flow": 14307.5, + "inflow": 14961.5, + "volume": 34645.54, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:50:00.000Z", + "level": 161.32, + "flow": 14230.5, + "inflow": 14917.5, + "volume": 34645.95, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:00:00.000Z", + "level": 161.32, + "flow": 13271.7, + "inflow": 15331.8, + "volume": 34647.19, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:10:00.000Z", + "level": 161.33, + "flow": 13215.2, + "inflow": 15272.2, + "volume": 34648.42, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:20:00.000Z", + "level": 161.33, + "flow": 13235.2, + "inflow": 15254.5, + "volume": 34649.63, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:30:00.000Z", + "level": 161.34, + "flow": 13294.5, + "inflow": 15279.3, + "volume": 34650.82, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:40:00.000Z", + "level": 161.35, + "flow": 13206.3, + "inflow": 15100.1, + "volume": 34651.96, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:50:00.000Z", + "level": 161.35, + "flow": 13164.2, + "inflow": 15255.9, + "volume": 34653.22, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:00:00.000Z", + "level": 161.36, + "flow": 12488.4, + "inflow": 15691.7, + "volume": 34655.14, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:10:00.000Z", + "level": 161.37, + "flow": 12426, + "inflow": 15601.3, + "volume": 34657.05, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:20:00.000Z", + "level": 161.38, + "flow": 12385.8, + "inflow": 15544.3, + "volume": 34658.95, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:30:00.000Z", + "level": 161.39, + "flow": 12492.4, + "inflow": 15549.4, + "volume": 34660.78, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:40:00.000Z", + "level": 161.4, + "flow": 12371.2, + "inflow": 15477.8, + "volume": 34662.64, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:50:00.000Z", + "level": 161.41, + "flow": 12439.4, + "inflow": 15425.7, + "volume": 34664.43, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:00:00.000Z", + "level": 161.42, + "flow": 12180.1, + "inflow": 15748.5, + "volume": 34666.57, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:10:00.000Z", + "level": 161.43, + "flow": 12130.1, + "inflow": 15866.6, + "volume": 34668.81, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:20:00.000Z", + "level": 161.44, + "flow": 12109.7, + "inflow": 15988.5, + "volume": 34671.14, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:30:00.000Z", + "level": 161.45, + "flow": 12192.7, + "inflow": 15788.5, + "volume": 34673.3, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:40:00.000Z", + "level": 161.47, + "flow": 12119, + "inflow": 15835.8, + "volume": 34675.53, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:50:00.000Z", + "level": 161.48, + "flow": 12194.6, + "inflow": 15940.9, + "volume": 34677.78, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:00:00.000Z", + "level": 161.49, + "flow": 12437.3, + "inflow": 16053.2, + "volume": 34679.95, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:10:00.000Z", + "level": 161.5, + "flow": 12395.5, + "inflow": 16160.5, + "volume": 34682.21, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:20:00.000Z", + "level": 161.51, + "flow": 12474.6, + "inflow": 15998.9, + "volume": 34684.32, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:30:00.000Z", + "level": 161.52, + "flow": 12436.3, + "inflow": 16182.3, + "volume": 34686.57, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:40:00.000Z", + "level": 161.53, + "flow": 12503.5, + "inflow": 16139.5, + "volume": 34688.75, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:50:00.000Z", + "level": 161.54, + "flow": 12501.2, + "inflow": 16119.4, + "volume": 34690.92, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:00:00.000Z", + "level": 161.55, + "flow": 13177.7, + "inflow": 16174.4, + "volume": 34692.72, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:10:00.000Z", + "level": 161.56, + "flow": 13175.7, + "inflow": 16231.3, + "volume": 34694.55, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:20:00.000Z", + "level": 161.57, + "flow": 13240.3, + "inflow": 16225.3, + "volume": 34696.34, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:30:00.000Z", + "level": 161.58, + "flow": 13203.3, + "inflow": 16158.6, + "volume": 34698.11, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:40:00.000Z", + "level": 161.59, + "flow": 13229.6, + "inflow": 16260.4, + "volume": 34699.93, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:50:00.000Z", + "level": 161.6, + "flow": 13231.8, + "inflow": 16299.2, + "volume": 34701.77, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:00:00.000Z", + "level": 161.61, + "flow": 14297.5, + "inflow": 16268.4, + "volume": 34702.95, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:10:00.000Z", + "level": 161.61, + "flow": 14301.8, + "inflow": 16394.3, + "volume": 34704.21, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:20:00.000Z", + "level": 161.62, + "flow": 14253.7, + "inflow": 16290.7, + "volume": 34705.43, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:30:00.000Z", + "level": 161.62, + "flow": 14253.1, + "inflow": 16385.7, + "volume": 34706.71, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:40:00.000Z", + "level": 161.63, + "flow": 14364.1, + "inflow": 16154.6, + "volume": 34707.78, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:50:00.000Z", + "level": 161.64, + "flow": 14355.6, + "inflow": 16268.5, + "volume": 34708.93, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:00:00.000Z", + "level": 161.64, + "flow": 15362, + "inflow": 16290.2, + "volume": 34709.49, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:10:00.000Z", + "level": 161.64, + "flow": 15333.6, + "inflow": 16352.3, + "volume": 34710.1, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:20:00.000Z", + "level": 161.64, + "flow": 15415.4, + "inflow": 16328.4, + "volume": 34710.65, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:30:00.000Z", + "level": 161.65, + "flow": 15335, + "inflow": 16214.1, + "volume": 34711.18, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:40:00.000Z", + "level": 161.65, + "flow": 15317.9, + "inflow": 16187, + "volume": 34711.7, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:50:00.000Z", + "level": 161.65, + "flow": 15434.4, + "inflow": 16267.2, + "volume": 34712.2, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:00:00.000Z", + "level": 161.65, + "flow": 16097.4, + "inflow": 15937.2, + "volume": 34712.1, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:10:00.000Z", + "level": 161.65, + "flow": 16100.6, + "inflow": 15995.3, + "volume": 34712.04, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:20:00.000Z", + "level": 161.65, + "flow": 16177.6, + "inflow": 16044.1, + "volume": 34711.96, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:30:00.000Z", + "level": 161.65, + "flow": 16110.1, + "inflow": 16188.8, + "volume": 34712.01, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:40:00.000Z", + "level": 161.65, + "flow": 16142.5, + "inflow": 16106.4, + "volume": 34711.99, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:50:00.000Z", + "level": 161.65, + "flow": 16225.4, + "inflow": 16064.2, + "volume": 34711.89, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:00:00.000Z", + "level": 161.65, + "flow": 16451.1, + "inflow": 15856.8, + "volume": 34711.53, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:10:00.000Z", + "level": 161.65, + "flow": 16497.1, + "inflow": 15738.1, + "volume": 34711.07, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:20:00.000Z", + "level": 161.64, + "flow": 16459.7, + "inflow": 15846.5, + "volume": 34710.7, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:30:00.000Z", + "level": 161.64, + "flow": 16404.1, + "inflow": 15957.2, + "volume": 34710.43, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:40:00.000Z", + "level": 161.64, + "flow": 16393, + "inflow": 15963.2, + "volume": 34710.17, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:50:00.000Z", + "level": 161.64, + "flow": 16441.8, + "inflow": 15789.9, + "volume": 34709.78, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:00:00.000Z", + "level": 161.64, + "flow": 16196.2, + "inflow": 15416.9, + "volume": 34709.31, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:10:00.000Z", + "level": 161.64, + "flow": 16098.1, + "inflow": 15682.5, + "volume": 34709.06, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:20:00.000Z", + "level": 161.63, + "flow": 16177.7, + "inflow": 15418.6, + "volume": 34708.6, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:30:00.000Z", + "level": 161.63, + "flow": 16155.9, + "inflow": 15636.6, + "volume": 34708.29, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:40:00.000Z", + "level": 161.63, + "flow": 16176.2, + "inflow": 15689.5, + "volume": 34708, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:50:00.000Z", + "level": 161.63, + "flow": 16145.6, + "inflow": 15621.5, + "volume": 34707.69, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:00:00.000Z", + "level": 161.63, + "flow": 15380.4, + "inflow": 15238, + "volume": 34707.6, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:10:00.000Z", + "level": 161.63, + "flow": 15437.2, + "inflow": 15115, + "volume": 34707.41, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:20:00.000Z", + "level": 161.63, + "flow": 15414.1, + "inflow": 15148.7, + "volume": 34707.25, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:30:00.000Z", + "level": 161.63, + "flow": 15411, + "inflow": 15289.1, + "volume": 34707.18, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:40:00.000Z", + "level": 161.63, + "flow": 15354.1, + "inflow": 15186.4, + "volume": 34707.08, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:50:00.000Z", + "level": 161.63, + "flow": 15425.4, + "inflow": 15070.3, + "volume": 34706.87, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:00:00.000Z", + "level": 161.63, + "flow": 14360.4, + "inflow": 14816.5, + "volume": 34707.14, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:10:00.000Z", + "level": 161.63, + "flow": 14351, + "inflow": 14962.8, + "volume": 34707.51, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:20:00.000Z", + "level": 161.63, + "flow": 14310.1, + "inflow": 14746.5, + "volume": 34707.77, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:30:00.000Z", + "level": 161.63, + "flow": 14295.4, + "inflow": 14726, + "volume": 34708.03, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:40:00.000Z", + "level": 161.63, + "flow": 14353.4, + "inflow": 14821.2, + "volume": 34708.31, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:50:00.000Z", + "level": 161.63, + "flow": 14259.4, + "inflow": 14905.9, + "volume": 34708.7, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:00:00.000Z", + "level": 161.64, + "flow": 13257.2, + "inflow": 14546.4, + "volume": 34709.47, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:10:00.000Z", + "level": 161.64, + "flow": 13175.4, + "inflow": 14514.3, + "volume": 34710.27, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:20:00.000Z", + "level": 161.65, + "flow": 13214.2, + "inflow": 14349.2, + "volume": 34710.95, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:30:00.000Z", + "level": 161.65, + "flow": 13172.4, + "inflow": 14393.5, + "volume": 34711.68, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:40:00.000Z", + "level": 161.65, + "flow": 13264.9, + "inflow": 14338.2, + "volume": 34712.32, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:50:00.000Z", + "level": 161.66, + "flow": 13174.8, + "inflow": 14513.7, + "volume": 34713.12, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:00:00.000Z", + "level": 161.66, + "flow": 12385.2, + "inflow": 14140.4, + "volume": 34714.17, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:10:00.000Z", + "level": 161.67, + "flow": 12480, + "inflow": 14162.9, + "volume": 34715.18, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:20:00.000Z", + "level": 161.67, + "flow": 12466.7, + "inflow": 14262, + "volume": 34716.26, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:30:00.000Z", + "level": 161.68, + "flow": 12499.1, + "inflow": 14006, + "volume": 34717.16, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:40:00.000Z", + "level": 161.68, + "flow": 12502.1, + "inflow": 13983.1, + "volume": 34718.05, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:50:00.000Z", + "level": 161.69, + "flow": 12437.1, + "inflow": 14095.7, + "volume": 34719.05, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:00:00.000Z", + "level": 161.69, + "flow": 12143.3, + "inflow": 13807.5, + "volume": 34720.05, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:10:00.000Z", + "level": 161.7, + "flow": 12143.9, + "inflow": 13926.8, + "volume": 34721.12, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:20:00.000Z", + "level": 161.7, + "flow": 12209.5, + "inflow": 13805.5, + "volume": 34722.08, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:30:00.000Z", + "level": 161.71, + "flow": 12186.6, + "inflow": 13753.5, + "volume": 34723.02, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:40:00.000Z", + "level": 161.71, + "flow": 12099.5, + "inflow": 13722, + "volume": 34723.99, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:50:00.000Z", + "level": 161.72, + "flow": 12210.1, + "inflow": 13798.2, + "volume": 34724.94, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:00:00.000Z", + "level": 161.72, + "flow": 12371.6, + "inflow": 13666.6, + "volume": 34725.72, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:10:00.000Z", + "level": 161.73, + "flow": 12428.2, + "inflow": 13738.2, + "volume": 34726.51, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:20:00.000Z", + "level": 161.73, + "flow": 12389.9, + "inflow": 13515.9, + "volume": 34727.19, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:30:00.000Z", + "level": 161.73, + "flow": 12385.6, + "inflow": 13555.4, + "volume": 34727.89, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:40:00.000Z", + "level": 161.74, + "flow": 12481.4, + "inflow": 13546.8, + "volume": 34728.53, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:50:00.000Z", + "level": 161.74, + "flow": 12374.5, + "inflow": 13610.4, + "volume": 34729.27, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:00:00.000Z", + "level": 161.74, + "flow": 13213.2, + "inflow": 13448.5, + "volume": 34729.41, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:10:00.000Z", + "level": 161.74, + "flow": 13202.4, + "inflow": 13458.4, + "volume": 34729.56, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:20:00.000Z", + "level": 161.74, + "flow": 13181.9, + "inflow": 13351.7, + "volume": 34729.66, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:30:00.000Z", + "level": 161.74, + "flow": 13273.9, + "inflow": 13497.1, + "volume": 34729.79, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:40:00.000Z", + "level": 161.74, + "flow": 13189.4, + "inflow": 13549.9, + "volume": 34730.01, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:50:00.000Z", + "level": 161.74, + "flow": 13245.4, + "inflow": 13374.4, + "volume": 34730.09, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:00:00.000Z", + "level": 161.74, + "flow": 14317.4, + "inflow": 13293.3, + "volume": 34729.48, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:10:00.000Z", + "level": 161.74, + "flow": 14324.6, + "inflow": 13436.6, + "volume": 34728.95, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:20:00.000Z", + "level": 161.73, + "flow": 14368.7, + "inflow": 13331.2, + "volume": 34728.33, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:30:00.000Z", + "level": 161.73, + "flow": 14301, + "inflow": 13489.7, + "volume": 34727.84, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:40:00.000Z", + "level": 161.73, + "flow": 14288.3, + "inflow": 13466.9, + "volume": 34727.35, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:50:00.000Z", + "level": 161.73, + "flow": 14356.7, + "inflow": 13339.3, + "volume": 34726.74, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:00:00.000Z", + "level": 161.72, + "flow": 15346.5, + "inflow": 13601.5, + "volume": 34725.69, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:10:00.000Z", + "level": 161.71, + "flow": 15428, + "inflow": 13437.9, + "volume": 34724.5, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:20:00.000Z", + "level": 161.71, + "flow": 15398.2, + "inflow": 13419, + "volume": 34723.31, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:30:00.000Z", + "level": 161.7, + "flow": 15398, + "inflow": 13327.2, + "volume": 34722.07, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:40:00.000Z", + "level": 161.7, + "flow": 15391, + "inflow": 13466.2, + "volume": 34720.92, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:50:00.000Z", + "level": 161.69, + "flow": 15425.7, + "inflow": 13341, + "volume": 34719.67, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:00:00.000Z", + "level": 161.68, + "flow": 16211.1, + "inflow": 13592.2, + "volume": 34718.1, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:10:00.000Z", + "level": 161.67, + "flow": 16151.9, + "inflow": 13617.5, + "volume": 34716.58, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:20:00.000Z", + "level": 161.67, + "flow": 16186.9, + "inflow": 13735.6, + "volume": 34715.11, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:30:00.000Z", + "level": 161.66, + "flow": 16188, + "inflow": 13464.3, + "volume": 34713.48, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:40:00.000Z", + "level": 161.65, + "flow": 16103.6, + "inflow": 13522.1, + "volume": 34711.93, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:50:00.000Z", + "level": 161.64, + "flow": 16210.5, + "inflow": 13679.6, + "volume": 34710.41, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:00:00.000Z", + "level": 161.64, + "flow": 16413.7, + "inflow": 13880, + "volume": 34708.89, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:10:00.000Z", + "level": 161.63, + "flow": 16511.1, + "inflow": 13933.4, + "volume": 34707.34, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:20:00.000Z", + "level": 161.62, + "flow": 16383.8, + "inflow": 13886.4, + "volume": 34705.84, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:30:00.000Z", + "level": 161.61, + "flow": 16394.5, + "inflow": 13853.9, + "volume": 34704.32, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:40:00.000Z", + "level": 161.6, + "flow": 16422, + "inflow": 13725.1, + "volume": 34702.7, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:50:00.000Z", + "level": 161.6, + "flow": 16426.7, + "inflow": 13844.2, + "volume": 34701.15, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:00:00.000Z", + "level": 161.59, + "flow": 16175.1, + "inflow": 14221.8, + "volume": 34699.98, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:10:00.000Z", + "level": 161.58, + "flow": 16225.7, + "inflow": 14022.1, + "volume": 34698.66, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:20:00.000Z", + "level": 161.58, + "flow": 16194.6, + "inflow": 14012.5, + "volume": 34697.35, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:30:00.000Z", + "level": 161.57, + "flow": 16228.2, + "inflow": 14182.4, + "volume": 34696.12, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:40:00.000Z", + "level": 161.56, + "flow": 16139.2, + "inflow": 14072.5, + "volume": 34694.88, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:50:00.000Z", + "level": 161.56, + "flow": 16135.3, + "inflow": 14025.7, + "volume": 34693.61, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:00:00.000Z", + "level": 161.55, + "flow": 15316, + "inflow": 14365.5, + "volume": 34693.04, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:10:00.000Z", + "level": 161.55, + "flow": 15405.7, + "inflow": 14452.7, + "volume": 34692.47, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:20:00.000Z", + "level": 161.55, + "flow": 15306.8, + "inflow": 14509.1, + "volume": 34691.99, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:30:00.000Z", + "level": 161.55, + "flow": 15390, + "inflow": 14429.7, + "volume": 34691.41, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:40:00.000Z", + "level": 161.54, + "flow": 15344.6, + "inflow": 14485.1, + "volume": 34690.89, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:50:00.000Z", + "level": 161.54, + "flow": 15441.2, + "inflow": 14530, + "volume": 34690.34, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:00:00.000Z", + "level": 161.54, + "flow": 14258.7, + "inflow": 14897.3, + "volume": 34690.72, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:10:00.000Z", + "level": 161.55, + "flow": 14238.1, + "inflow": 14936.5, + "volume": 34691.14, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:20:00.000Z", + "level": 161.55, + "flow": 14230, + "inflow": 14843.6, + "volume": 34691.51, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:30:00.000Z", + "level": 161.55, + "flow": 14365.4, + "inflow": 14811, + "volume": 34691.78, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:40:00.000Z", + "level": 161.55, + "flow": 14241.7, + "inflow": 14918.1, + "volume": 34692.19, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:50:00.000Z", + "level": 161.55, + "flow": 14292.9, + "inflow": 14804.6, + "volume": 34692.5, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:00:00.000Z", + "level": 161.56, + "flow": 13230.4, + "inflow": 15219.9, + "volume": 34693.69, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:10:00.000Z", + "level": 161.57, + "flow": 13169.8, + "inflow": 15391.1, + "volume": 34695.02, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:20:00.000Z", + "level": 161.57, + "flow": 13213.4, + "inflow": 15136.7, + "volume": 34696.17, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:30:00.000Z", + "level": 161.58, + "flow": 13234.5, + "inflow": 15186.6, + "volume": 34697.34, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:40:00.000Z", + "level": 161.58, + "flow": 13171.5, + "inflow": 15326.7, + "volume": 34698.63, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:50:00.000Z", + "level": 161.59, + "flow": 13241, + "inflow": 15242.9, + "volume": 34699.83, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:00:00.000Z", + "level": 161.6, + "flow": 12410.2, + "inflow": 15619.9, + "volume": 34701.76, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:10:00.000Z", + "level": 161.61, + "flow": 12452.4, + "inflow": 15693, + "volume": 34703.7, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:20:00.000Z", + "level": 161.62, + "flow": 12482.4, + "inflow": 15726.5, + "volume": 34705.65, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:30:00.000Z", + "level": 161.63, + "flow": 12448.5, + "inflow": 15627.3, + "volume": 34707.56, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:40:00.000Z", + "level": 161.64, + "flow": 12405.3, + "inflow": 15656.7, + "volume": 34709.51, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:50:00.000Z", + "level": 161.65, + "flow": 12480.4, + "inflow": 15543.9, + "volume": 34711.35, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:00:00.000Z", + "level": 161.66, + "flow": 12152.2, + "inflow": 15805.8, + "volume": 34713.54, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:10:00.000Z", + "level": 161.67, + "flow": 12150.5, + "inflow": 15833.2, + "volume": 34715.75, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:20:00.000Z", + "level": 161.68, + "flow": 12192.8, + "inflow": 15772.4, + "volume": 34717.9, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:30:00.000Z", + "level": 161.69, + "flow": 12135.2, + "inflow": 15968, + "volume": 34720.2, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:40:00.000Z", + "level": 161.7, + "flow": 12155.8, + "inflow": 15877.4, + "volume": 34722.43, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:50:00.000Z", + "level": 161.72, + "flow": 12223.4, + "inflow": 16045.7, + "volume": 34724.72, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:00:00.000Z", + "level": 161.73, + "flow": 12466.4, + "inflow": 16204.1, + "volume": 34726.96, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:10:00.000Z", + "level": 161.74, + "flow": 12478.8, + "inflow": 16261.1, + "volume": 34729.23, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:20:00.000Z", + "level": 161.75, + "flow": 12373.1, + "inflow": 16174.8, + "volume": 34731.51, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:30:00.000Z", + "level": 161.76, + "flow": 12512.2, + "inflow": 16102.9, + "volume": 34733.66, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:40:00.000Z", + "level": 161.77, + "flow": 12414.1, + "inflow": 16029.1, + "volume": 34735.83, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:50:00.000Z", + "level": 161.78, + "flow": 12426.3, + "inflow": 16190.5, + "volume": 34738.09, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:00:00.000Z", + "level": 161.79, + "flow": 13169.6, + "inflow": 16311.1, + "volume": 34739.97, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:10:00.000Z", + "level": 161.8, + "flow": 13218.8, + "inflow": 16335.2, + "volume": 34741.84, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:20:00.000Z", + "level": 161.81, + "flow": 13286.2, + "inflow": 16142.4, + "volume": 34743.55, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:30:00.000Z", + "level": 161.82, + "flow": 13195.1, + "inflow": 16259.8, + "volume": 34745.39, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:40:00.000Z", + "level": 161.83, + "flow": 13289.1, + "inflow": 16356, + "volume": 34747.23, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:50:00.000Z", + "level": 161.84, + "flow": 13248.8, + "inflow": 16197, + "volume": 34749, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:00:00.000Z", + "level": 161.85, + "flow": 14277.6, + "inflow": 16391.7, + "volume": 34750.27, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:10:00.000Z", + "level": 161.85, + "flow": 14357.8, + "inflow": 16473.7, + "volume": 34751.54, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:20:00.000Z", + "level": 161.86, + "flow": 14272.9, + "inflow": 16345.8, + "volume": 34752.78, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:30:00.000Z", + "level": 161.87, + "flow": 14261.5, + "inflow": 16462, + "volume": 34754.1, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:40:00.000Z", + "level": 161.87, + "flow": 14341.3, + "inflow": 16474.1, + "volume": 34755.38, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:50:00.000Z", + "level": 161.88, + "flow": 14253.6, + "inflow": 16449.2, + "volume": 34756.7, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:00:00.000Z", + "level": 161.88, + "flow": 15393.4, + "inflow": 16247.8, + "volume": 34757.21, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:10:00.000Z", + "level": 161.88, + "flow": 15303.6, + "inflow": 16408.5, + "volume": 34757.87, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:20:00.000Z", + "level": 161.89, + "flow": 15351.5, + "inflow": 16144.3, + "volume": 34758.35, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:30:00.000Z", + "level": 161.89, + "flow": 15320.4, + "inflow": 16296, + "volume": 34758.94, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:40:00.000Z", + "level": 161.89, + "flow": 15357.3, + "inflow": 16144.1, + "volume": 34759.41, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:50:00.000Z", + "level": 161.89, + "flow": 15409, + "inflow": 16140, + "volume": 34759.85, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:00:00.000Z", + "level": 161.89, + "flow": 16207.5, + "inflow": 16081.9, + "volume": 34759.77, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:10:00.000Z", + "level": 161.89, + "flow": 16127.5, + "inflow": 16014, + "volume": 34759.7, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:20:00.000Z", + "level": 161.89, + "flow": 16138.1, + "inflow": 16075.5, + "volume": 34759.66, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:30:00.000Z", + "level": 161.89, + "flow": 16165.2, + "inflow": 16169.4, + "volume": 34759.66, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:40:00.000Z", + "level": 161.89, + "flow": 16113.5, + "inflow": 16186.2, + "volume": 34759.7, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:50:00.000Z", + "level": 161.89, + "flow": 16097.9, + "inflow": 16237.3, + "volume": 34759.78, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:00:00.000Z", + "level": 161.89, + "flow": 16380.7, + "inflow": 16048.1, + "volume": 34759.58, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:10:00.000Z", + "level": 161.89, + "flow": 16469.5, + "inflow": 15778, + "volume": 34759.17, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:20:00.000Z", + "level": 161.89, + "flow": 16429.4, + "inflow": 15783.9, + "volume": 34758.78, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:30:00.000Z", + "level": 161.89, + "flow": 16490.2, + "inflow": 15858.7, + "volume": 34758.4, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:40:00.000Z", + "level": 161.89, + "flow": 16385.8, + "inflow": 15913.5, + "volume": 34758.12, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:50:00.000Z", + "level": 161.88, + "flow": 16405.2, + "inflow": 15982.9, + "volume": 34757.87, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:00:00.000Z", + "level": 161.88, + "flow": 16207.7, + "inflow": 15707.8, + "volume": 34757.57, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:10:00.000Z", + "level": 161.88, + "flow": 16147.5, + "inflow": 15674.5, + "volume": 34757.29, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:20:00.000Z", + "level": 161.88, + "flow": 16189.3, + "inflow": 15483.7, + "volume": 34756.87, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:30:00.000Z", + "level": 161.88, + "flow": 16184.1, + "inflow": 15604.6, + "volume": 34756.52, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:40:00.000Z", + "level": 161.88, + "flow": 16220.2, + "inflow": 15543.3, + "volume": 34756.11, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:50:00.000Z", + "level": 161.87, + "flow": 16099.3, + "inflow": 15752.2, + "volume": 34755.9, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:00:00.000Z", + "level": 161.87, + "flow": 15381.3, + "inflow": 15171.2, + "volume": 34755.77, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:10:00.000Z", + "level": 161.87, + "flow": 15435.1, + "inflow": 15209, + "volume": 34755.63, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:20:00.000Z", + "level": 161.87, + "flow": 15439.4, + "inflow": 15358.6, + "volume": 34755.58, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:30:00.000Z", + "level": 161.87, + "flow": 15334, + "inflow": 15355.8, + "volume": 34755.59, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:40:00.000Z", + "level": 161.87, + "flow": 15394.2, + "inflow": 15135, + "volume": 34755.43, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:50:00.000Z", + "level": 161.87, + "flow": 15323, + "inflow": 15396.7, + "volume": 34755.47, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:00:00.000Z", + "level": 161.87, + "flow": 14246.1, + "inflow": 14778.3, + "volume": 34755.79, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:10:00.000Z", + "level": 161.88, + "flow": 14245.4, + "inflow": 14871, + "volume": 34756.17, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:20:00.000Z", + "level": 161.88, + "flow": 14335.2, + "inflow": 14856.1, + "volume": 34756.48, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:30:00.000Z", + "level": 161.88, + "flow": 14349.8, + "inflow": 14871.4, + "volume": 34756.79, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:40:00.000Z", + "level": 161.88, + "flow": 14325.6, + "inflow": 14769.5, + "volume": 34757.06, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:50:00.000Z", + "level": 161.88, + "flow": 14284.2, + "inflow": 14874.2, + "volume": 34757.41, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:00:00.000Z", + "level": 161.89, + "flow": 13180, + "inflow": 14586.5, + "volume": 34758.25, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:10:00.000Z", + "level": 161.89, + "flow": 13165.6, + "inflow": 14407.2, + "volume": 34758.99, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:20:00.000Z", + "level": 161.89, + "flow": 13234.9, + "inflow": 14531.5, + "volume": 34759.77, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:30:00.000Z", + "level": 161.9, + "flow": 13283.4, + "inflow": 14668.2, + "volume": 34760.6, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:40:00.000Z", + "level": 161.9, + "flow": 13168.7, + "inflow": 14505.9, + "volume": 34761.4, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:50:00.000Z", + "level": 161.91, + "flow": 13256.9, + "inflow": 14660.7, + "volume": 34762.24, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:00:00.000Z", + "level": 161.91, + "flow": 12408, + "inflow": 14179.5, + "volume": 34763.3, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:10:00.000Z", + "level": 161.92, + "flow": 12493.3, + "inflow": 14201.1, + "volume": 34764.32, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:20:00.000Z", + "level": 161.92, + "flow": 12462.9, + "inflow": 14070.7, + "volume": 34765.28, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:30:00.000Z", + "level": 161.93, + "flow": 12385.1, + "inflow": 14066.1, + "volume": 34766.29, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:40:00.000Z", + "level": 161.93, + "flow": 12377.8, + "inflow": 14305.6, + "volume": 34767.45, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:50:00.000Z", + "level": 161.94, + "flow": 12384.4, + "inflow": 14129.2, + "volume": 34768.5, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:00:00.000Z", + "level": 161.94, + "flow": 12159.8, + "inflow": 14021.4, + "volume": 34769.62, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:10:00.000Z", + "level": 161.95, + "flow": 12189.9, + "inflow": 14009.4, + "volume": 34770.71, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:20:00.000Z", + "level": 161.96, + "flow": 12206.5, + "inflow": 13794.8, + "volume": 34771.66, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:30:00.000Z", + "level": 161.96, + "flow": 12173.7, + "inflow": 13840.6, + "volume": 34772.66, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:40:00.000Z", + "level": 161.97, + "flow": 12120.1, + "inflow": 13811.8, + "volume": 34773.67, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:50:00.000Z", + "level": 161.97, + "flow": 12210.2, + "inflow": 13985, + "volume": 34774.73, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:00:00.000Z", + "level": 161.97, + "flow": 12397.7, + "inflow": 13569, + "volume": 34775.43, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:10:00.000Z", + "level": 161.98, + "flow": 12506.2, + "inflow": 13524.6, + "volume": 34776.04, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:20:00.000Z", + "level": 161.98, + "flow": 12388, + "inflow": 13786, + "volume": 34776.88, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:30:00.000Z", + "level": 161.99, + "flow": 12490.6, + "inflow": 13790.2, + "volume": 34777.66, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:40:00.000Z", + "level": 161.99, + "flow": 12440.4, + "inflow": 13585.5, + "volume": 34778.35, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:50:00.000Z", + "level": 161.99, + "flow": 12473.1, + "inflow": 13758.1, + "volume": 34779.12, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:00:00.000Z", + "level": 161.99, + "flow": 13169, + "inflow": 13399, + "volume": 34779.26, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:10:00.000Z", + "level": 161.99, + "flow": 13222.4, + "inflow": 13602, + "volume": 34779.49, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:20:00.000Z", + "level": 162, + "flow": 13280.9, + "inflow": 13398.5, + "volume": 34779.56, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:30:00.000Z", + "level": 162, + "flow": 13228.4, + "inflow": 13556.4, + "volume": 34779.76, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:40:00.000Z", + "level": 162, + "flow": 13220.3, + "inflow": 13487.2, + "volume": 34779.92, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:50:00.000Z", + "level": 162, + "flow": 13233.9, + "inflow": 13511.3, + "volume": 34780.09, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:00:00.000Z", + "level": 162, + "flow": 14366.9, + "inflow": 13463.5, + "volume": 34779.55, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:10:00.000Z", + "level": 161.99, + "flow": 14341.1, + "inflow": 13338.7, + "volume": 34778.95, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:20:00.000Z", + "level": 161.99, + "flow": 14328, + "inflow": 13492.2, + "volume": 34778.45, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:30:00.000Z", + "level": 161.99, + "flow": 14253.3, + "inflow": 13436.3, + "volume": 34777.96, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:40:00.000Z", + "level": 161.98, + "flow": 14351, + "inflow": 13467.8, + "volume": 34777.43, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:50:00.000Z", + "level": 161.98, + "flow": 14233.5, + "inflow": 13409.6, + "volume": 34776.94, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:00:00.000Z", + "level": 161.98, + "flow": 15318.4, + "inflow": 13452.4, + "volume": 34775.82, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:10:00.000Z", + "level": 161.97, + "flow": 15375.5, + "inflow": 13488.2, + "volume": 34774.69, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:20:00.000Z", + "level": 161.96, + "flow": 15419.1, + "inflow": 13558.3, + "volume": 34773.57, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:30:00.000Z", + "level": 161.96, + "flow": 15325.6, + "inflow": 13530, + "volume": 34772.49, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:40:00.000Z", + "level": 161.95, + "flow": 15373.4, + "inflow": 13519.5, + "volume": 34771.38, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:50:00.000Z", + "level": 161.95, + "flow": 15410.5, + "inflow": 13489.2, + "volume": 34770.23, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:00:00.000Z", + "level": 161.94, + "flow": 16183.3, + "inflow": 13655.8, + "volume": 34768.71, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:10:00.000Z", + "level": 161.93, + "flow": 16183.1, + "inflow": 13596.6, + "volume": 34767.16, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:20:00.000Z", + "level": 161.92, + "flow": 16168.3, + "inflow": 13714.8, + "volume": 34765.69, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:30:00.000Z", + "level": 161.92, + "flow": 16121.8, + "inflow": 13660.9, + "volume": 34764.21, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:40:00.000Z", + "level": 161.91, + "flow": 16208.5, + "inflow": 13696.9, + "volume": 34762.7, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:50:00.000Z", + "level": 161.9, + "flow": 16169, + "inflow": 13703.6, + "volume": 34761.22, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:00:00.000Z", + "level": 161.89, + "flow": 16508.8, + "inflow": 13834.6, + "volume": 34759.62, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:10:00.000Z", + "level": 161.89, + "flow": 16460.2, + "inflow": 13857, + "volume": 34758.06, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:20:00.000Z", + "level": 161.88, + "flow": 16408.4, + "inflow": 13770.5, + "volume": 34756.48, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:30:00.000Z", + "level": 161.87, + "flow": 16446.1, + "inflow": 13818.4, + "volume": 34754.9, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:40:00.000Z", + "level": 161.86, + "flow": 16502.5, + "inflow": 13974.6, + "volume": 34753.38, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:50:00.000Z", + "level": 161.85, + "flow": 16473.6, + "inflow": 14012.3, + "volume": 34751.9, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:00:00.000Z", + "level": 161.85, + "flow": 16201.5, + "inflow": 14116.6, + "volume": 34750.65, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:10:00.000Z", + "level": 161.84, + "flow": 16124.3, + "inflow": 14061.8, + "volume": 34749.41, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:20:00.000Z", + "level": 161.84, + "flow": 16148.6, + "inflow": 14044.3, + "volume": 34748.15, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:30:00.000Z", + "level": 161.83, + "flow": 16171.1, + "inflow": 14185.7, + "volume": 34746.96, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:40:00.000Z", + "level": 161.82, + "flow": 16184.9, + "inflow": 14198, + "volume": 34745.77, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:50:00.000Z", + "level": 161.82, + "flow": 16226.7, + "inflow": 14093.4, + "volume": 34744.49, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:00:00.000Z", + "level": 161.81, + "flow": 15347.5, + "inflow": 14639.4, + "volume": 34744.07, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:10:00.000Z", + "level": 161.81, + "flow": 15301.4, + "inflow": 14628.1, + "volume": 34743.67, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:20:00.000Z", + "level": 161.81, + "flow": 15339.8, + "inflow": 14502.6, + "volume": 34743.17, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:30:00.000Z", + "level": 161.81, + "flow": 15338.2, + "inflow": 14467.8, + "volume": 34742.65, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:40:00.000Z", + "level": 161.8, + "flow": 15341.5, + "inflow": 14488.3, + "volume": 34742.14, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:50:00.000Z", + "level": 161.8, + "flow": 15375.1, + "inflow": 14480.6, + "volume": 34741.6, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:00:00.000Z", + "level": 161.8, + "flow": 14244.9, + "inflow": 14925.7, + "volume": 34742.01, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:10:00.000Z", + "level": 161.81, + "flow": 14339, + "inflow": 14815.3, + "volume": 34742.3, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:20:00.000Z", + "level": 161.81, + "flow": 14321.4, + "inflow": 14985.9, + "volume": 34742.7, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:30:00.000Z", + "level": 161.81, + "flow": 14249.1, + "inflow": 15011.9, + "volume": 34743.16, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:40:00.000Z", + "level": 161.81, + "flow": 14266.6, + "inflow": 14967.5, + "volume": 34743.58, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:50:00.000Z", + "level": 161.81, + "flow": 14252.6, + "inflow": 15035.8, + "volume": 34744.05, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:00:00.000Z", + "level": 161.82, + "flow": 13181.3, + "inflow": 15281.2, + "volume": 34745.31, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:10:00.000Z", + "level": 161.83, + "flow": 13190.1, + "inflow": 15407.5, + "volume": 34746.64, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:20:00.000Z", + "level": 161.83, + "flow": 13195.5, + "inflow": 15389.1, + "volume": 34747.96, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:30:00.000Z", + "level": 161.84, + "flow": 13202.6, + "inflow": 15207.8, + "volume": 34749.16, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:40:00.000Z", + "level": 161.85, + "flow": 13298.8, + "inflow": 15377, + "volume": 34750.41, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:50:00.000Z", + "level": 161.85, + "flow": 13170.1, + "inflow": 15456.5, + "volume": 34751.78, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:00:00.000Z", + "level": 161.86, + "flow": 12387.6, + "inflow": 15569.1, + "volume": 34753.69, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:10:00.000Z", + "level": 161.87, + "flow": 12494.2, + "inflow": 15782.6, + "volume": 34755.66, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:20:00.000Z", + "level": 161.88, + "flow": 12430.1, + "inflow": 15633.1, + "volume": 34757.58, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:30:00.000Z", + "level": 161.89, + "flow": 12426.4, + "inflow": 15670.4, + "volume": 34759.53, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:40:00.000Z", + "level": 161.9, + "flow": 12402.9, + "inflow": 15711.7, + "volume": 34761.52, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:50:00.000Z", + "level": 161.91, + "flow": 12426.2, + "inflow": 15806.2, + "volume": 34763.55, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:00:00.000Z", + "level": 161.93, + "flow": 12100.7, + "inflow": 16064.3, + "volume": 34765.93, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:10:00.000Z", + "level": 161.94, + "flow": 12126.9, + "inflow": 15887.8, + "volume": 34768.19, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:20:00.000Z", + "level": 161.95, + "flow": 12139.3, + "inflow": 16007.6, + "volume": 34770.51, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:30:00.000Z", + "level": 161.96, + "flow": 12142.2, + "inflow": 16074.2, + "volume": 34772.87, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:40:00.000Z", + "level": 161.97, + "flow": 12197.6, + "inflow": 16058.5, + "volume": 34775.19, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:50:00.000Z", + "level": 161.98, + "flow": 12207.6, + "inflow": 15925.5, + "volume": 34777.42, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:00:00.000Z", + "level": 162, + "flow": 12503.9, + "inflow": 16059.7, + "volume": 34779.55, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:10:00.000Z", + "level": 162.01, + "flow": 12462.4, + "inflow": 16253.5, + "volume": 34781.82, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:20:00.000Z", + "level": 162.02, + "flow": 12394.8, + "inflow": 16196.9, + "volume": 34784.1, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:30:00.000Z", + "level": 162.03, + "flow": 12484.2, + "inflow": 16059.2, + "volume": 34786.24, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:40:00.000Z", + "level": 162.04, + "flow": 12405.7, + "inflow": 16189.8, + "volume": 34788.51, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:50:00.000Z", + "level": 162.05, + "flow": 12393.5, + "inflow": 16057.3, + "volume": 34790.71, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:00:00.000Z", + "level": 162.06, + "flow": 13167.8, + "inflow": 16344.6, + "volume": 34792.62, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:10:00.000Z", + "level": 162.07, + "flow": 13263.8, + "inflow": 16284.6, + "volume": 34794.43, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:20:00.000Z", + "level": 162.08, + "flow": 13223.1, + "inflow": 16452.5, + "volume": 34796.37, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:30:00.000Z", + "level": 162.09, + "flow": 13195.9, + "inflow": 16270.2, + "volume": 34798.21, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:40:00.000Z", + "level": 162.1, + "flow": 13235.7, + "inflow": 16350.4, + "volume": 34800.08, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:50:00.000Z", + "level": 162.11, + "flow": 13223.8, + "inflow": 16371.3, + "volume": 34801.97, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:00:00.000Z", + "level": 162.12, + "flow": 14353.8, + "inflow": 16438.2, + "volume": 34803.22, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:10:00.000Z", + "level": 162.12, + "flow": 14264.3, + "inflow": 16414.4, + "volume": 34804.51, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:20:00.000Z", + "level": 162.13, + "flow": 14274.9, + "inflow": 16320.2, + "volume": 34805.74, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:30:00.000Z", + "level": 162.13, + "flow": 14342.7, + "inflow": 16360.1, + "volume": 34806.95, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:40:00.000Z", + "level": 162.14, + "flow": 14230.4, + "inflow": 16380.9, + "volume": 34808.24, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:50:00.000Z", + "level": 162.15, + "flow": 14304.2, + "inflow": 16329.8, + "volume": 34809.46, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:00:00.000Z", + "level": 162.15, + "flow": 15403.1, + "inflow": 16301.2, + "volume": 34810, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:10:00.000Z", + "level": 162.15, + "flow": 15368.9, + "inflow": 16218.8, + "volume": 34810.51, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:20:00.000Z", + "level": 162.16, + "flow": 15414.4, + "inflow": 16312.9, + "volume": 34811.05, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:30:00.000Z", + "level": 162.16, + "flow": 15352.2, + "inflow": 16277.5, + "volume": 34811.61, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:40:00.000Z", + "level": 162.16, + "flow": 15427.4, + "inflow": 16204, + "volume": 34812.08, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:50:00.000Z", + "level": 162.16, + "flow": 15413.7, + "inflow": 16243.5, + "volume": 34812.58, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:00:00.000Z", + "level": 162.16, + "flow": 16122.5, + "inflow": 16131.5, + "volume": 34812.59, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:10:00.000Z", + "level": 162.16, + "flow": 16124.4, + "inflow": 16225.7, + "volume": 34812.65, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:20:00.000Z", + "level": 162.16, + "flow": 16127.1, + "inflow": 16148.7, + "volume": 34812.66, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:30:00.000Z", + "level": 162.16, + "flow": 16213.5, + "inflow": 16195.6, + "volume": 34812.65, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:40:00.000Z", + "level": 162.16, + "flow": 16098.7, + "inflow": 16249, + "volume": 34812.74, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:50:00.000Z", + "level": 162.16, + "flow": 16164.8, + "inflow": 16250.4, + "volume": 34812.79, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:00:00.000Z", + "level": 162.16, + "flow": 16402.9, + "inflow": 16060, + "volume": 34812.58, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:10:00.000Z", + "level": 162.16, + "flow": 16453.4, + "inflow": 15986.9, + "volume": 34812.3, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:20:00.000Z", + "level": 162.16, + "flow": 16403.2, + "inflow": 16083.5, + "volume": 34812.11, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:30:00.000Z", + "level": 162.16, + "flow": 16512, + "inflow": 15997.5, + "volume": 34811.8, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:40:00.000Z", + "level": 162.16, + "flow": 16404.3, + "inflow": 16010.5, + "volume": 34811.56, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:50:00.000Z", + "level": 162.16, + "flow": 16383.9, + "inflow": 15851.9, + "volume": 34811.24, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:00:00.000Z", + "level": 162.16, + "flow": 16157.6, + "inflow": 15788.9, + "volume": 34811.02, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:10:00.000Z", + "level": 162.15, + "flow": 16105, + "inflow": 15651.4, + "volume": 34810.75, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:20:00.000Z", + "level": 162.15, + "flow": 16168.3, + "inflow": 15795.6, + "volume": 34810.53, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:30:00.000Z", + "level": 162.15, + "flow": 16213, + "inflow": 15686.8, + "volume": 34810.21, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:40:00.000Z", + "level": 162.15, + "flow": 16171.5, + "inflow": 15788.5, + "volume": 34809.98, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:50:00.000Z", + "level": 162.15, + "flow": 16097.6, + "inflow": 15726.7, + "volume": 34809.76, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:00:00.000Z", + "level": 162.15, + "flow": 15385.8, + "inflow": 15365.7, + "volume": 34809.75, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:10:00.000Z", + "level": 162.15, + "flow": 15345.7, + "inflow": 15292.8, + "volume": 34809.72, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:20:00.000Z", + "level": 162.15, + "flow": 15303.9, + "inflow": 15273.9, + "volume": 34809.7, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:30:00.000Z", + "level": 162.15, + "flow": 15342.5, + "inflow": 15426.6, + "volume": 34809.75, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:40:00.000Z", + "level": 162.15, + "flow": 15319.6, + "inflow": 15229.1, + "volume": 34809.7, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:50:00.000Z", + "level": 162.15, + "flow": 15414.5, + "inflow": 15346, + "volume": 34809.66, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:00:00.000Z", + "level": 162.15, + "flow": 14269.5, + "inflow": 14902.6, + "volume": 34810.04, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:10:00.000Z", + "level": 162.15, + "flow": 14291.1, + "inflow": 14831.9, + "volume": 34810.36, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:20:00.000Z", + "level": 162.15, + "flow": 14316.7, + "inflow": 15062.1, + "volume": 34810.81, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:30:00.000Z", + "level": 162.16, + "flow": 14259.8, + "inflow": 15077.4, + "volume": 34811.3, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:40:00.000Z", + "level": 162.16, + "flow": 14302.3, + "inflow": 14840, + "volume": 34811.62, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:50:00.000Z", + "level": 162.16, + "flow": 14267.5, + "inflow": 14807.9, + "volume": 34811.94, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:00:00.000Z", + "level": 162.16, + "flow": 13202.4, + "inflow": 14693.2, + "volume": 34812.83, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:10:00.000Z", + "level": 162.17, + "flow": 13248, + "inflow": 14545, + "volume": 34813.61, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:20:00.000Z", + "level": 162.17, + "flow": 13217.5, + "inflow": 14479.1, + "volume": 34814.37, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:30:00.000Z", + "level": 162.18, + "flow": 13256.7, + "inflow": 14494.8, + "volume": 34815.11, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:40:00.000Z", + "level": 162.18, + "flow": 13278.4, + "inflow": 14710.5, + "volume": 34815.97, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:50:00.000Z", + "level": 162.19, + "flow": 13166.5, + "inflow": 14686.4, + "volume": 34816.88, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:00:00.000Z", + "level": 162.19, + "flow": 12490.1, + "inflow": 14284.5, + "volume": 34817.96, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:10:00.000Z", + "level": 162.2, + "flow": 12456.4, + "inflow": 14224, + "volume": 34819.02, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:20:00.000Z", + "level": 162.2, + "flow": 12461.7, + "inflow": 14163.2, + "volume": 34820.04, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:30:00.000Z", + "level": 162.21, + "flow": 12468.5, + "inflow": 14231.2, + "volume": 34821.1, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:40:00.000Z", + "level": 162.21, + "flow": 12416.5, + "inflow": 14287.3, + "volume": 34822.22, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:50:00.000Z", + "level": 162.22, + "flow": 12409.3, + "inflow": 14136.3, + "volume": 34823.26, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:00:00.000Z", + "level": 162.22, + "flow": 12143.1, + "inflow": 13831.2, + "volume": 34824.27, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:10:00.000Z", + "level": 162.23, + "flow": 12152.6, + "inflow": 14007.3, + "volume": 34825.38, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:20:00.000Z", + "level": 162.23, + "flow": 12211.4, + "inflow": 13853.7, + "volume": 34826.37, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:30:00.000Z", + "level": 162.24, + "flow": 12210.7, + "inflow": 13947.7, + "volume": 34827.41, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:40:00.000Z", + "level": 162.24, + "flow": 12149.9, + "inflow": 13976.5, + "volume": 34828.51, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:50:00.000Z", + "level": 162.25, + "flow": 12093.9, + "inflow": 13807.6, + "volume": 34829.54, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:00:00.000Z", + "level": 162.25, + "flow": 12422.3, + "inflow": 13603.2, + "volume": 34830.25, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:10:00.000Z", + "level": 162.26, + "flow": 12378, + "inflow": 13585.5, + "volume": 34830.97, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:20:00.000Z", + "level": 162.26, + "flow": 12455, + "inflow": 13680.6, + "volume": 34831.71, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:30:00.000Z", + "level": 162.26, + "flow": 12509.8, + "inflow": 13652.2, + "volume": 34832.4, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:40:00.000Z", + "level": 162.27, + "flow": 12432.9, + "inflow": 13661.7, + "volume": 34833.14, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:50:00.000Z", + "level": 162.27, + "flow": 12421.5, + "inflow": 13576.9, + "volume": 34833.83, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:00:00.000Z", + "level": 162.27, + "flow": 13170.6, + "inflow": 13612.2, + "volume": 34834.09, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:10:00.000Z", + "level": 162.27, + "flow": 13298, + "inflow": 13615.6, + "volume": 34834.28, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:20:00.000Z", + "level": 162.27, + "flow": 13164.9, + "inflow": 13474.3, + "volume": 34834.47, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:30:00.000Z", + "level": 162.28, + "flow": 13229, + "inflow": 13667.5, + "volume": 34834.73, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:40:00.000Z", + "level": 162.28, + "flow": 13278.8, + "inflow": 13475.6, + "volume": 34834.85, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:50:00.000Z", + "level": 162.28, + "flow": 13207.1, + "inflow": 13496.8, + "volume": 34835.02, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:00:00.000Z", + "level": 162.28, + "flow": 14316.3, + "inflow": 13581.3, + "volume": 34834.58, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:10:00.000Z", + "level": 162.27, + "flow": 14245.9, + "inflow": 13431.5, + "volume": 34834.09, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:20:00.000Z", + "level": 162.27, + "flow": 14275.9, + "inflow": 13460.4, + "volume": 34833.6, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:30:00.000Z", + "level": 162.27, + "flow": 14336.3, + "inflow": 13625.8, + "volume": 34833.17, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:40:00.000Z", + "level": 162.27, + "flow": 14346.4, + "inflow": 13399.8, + "volume": 34832.6, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:50:00.000Z", + "level": 162.26, + "flow": 14317.4, + "inflow": 13631.6, + "volume": 34832.19, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:00:00.000Z", + "level": 162.26, + "flow": 15435.1, + "inflow": 13628.3, + "volume": 34831.11, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:10:00.000Z", + "level": 162.25, + "flow": 15423.5, + "inflow": 13675.1, + "volume": 34830.06, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:20:00.000Z", + "level": 162.25, + "flow": 15380.3, + "inflow": 13545.8, + "volume": 34828.96, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:30:00.000Z", + "level": 162.24, + "flow": 15397, + "inflow": 13485.3, + "volume": 34827.81, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:40:00.000Z", + "level": 162.23, + "flow": 15320.8, + "inflow": 13428.5, + "volume": 34826.67, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:50:00.000Z", + "level": 162.23, + "flow": 15337.2, + "inflow": 13644.7, + "volume": 34825.65, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:00:00.000Z", + "level": 162.22, + "flow": 16162.5, + "inflow": 13846.3, + "volume": 34824.26, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:10:00.000Z", + "level": 162.22, + "flow": 16143.8, + "inflow": 13647.5, + "volume": 34822.76, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:20:00.000Z", + "level": 162.21, + "flow": 16185.7, + "inflow": 13744.5, + "volume": 34821.3, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:30:00.000Z", + "level": 162.2, + "flow": 16097, + "inflow": 13608.4, + "volume": 34819.81, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:40:00.000Z", + "level": 162.19, + "flow": 16125.2, + "inflow": 13648.6, + "volume": 34818.32, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:50:00.000Z", + "level": 162.18, + "flow": 16185.3, + "inflow": 13694.5, + "volume": 34816.83, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:00:00.000Z", + "level": 162.18, + "flow": 16500.4, + "inflow": 13918.1, + "volume": 34815.28, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:10:00.000Z", + "level": 162.17, + "flow": 16472.1, + "inflow": 13967.5, + "volume": 34813.78, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:20:00.000Z", + "level": 162.16, + "flow": 16380, + "inflow": 13837.3, + "volume": 34812.25, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:30:00.000Z", + "level": 162.15, + "flow": 16392, + "inflow": 13963.3, + "volume": 34810.79, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:40:00.000Z", + "level": 162.15, + "flow": 16450.6, + "inflow": 14026.8, + "volume": 34809.34, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:50:00.000Z", + "level": 162.14, + "flow": 16474.7, + "inflow": 13843.4, + "volume": 34807.76, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:00:00.000Z", + "level": 162.13, + "flow": 16208.7, + "inflow": 14325.1, + "volume": 34806.63, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:10:00.000Z", + "level": 162.13, + "flow": 16103.7, + "inflow": 14140.4, + "volume": 34805.45, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:20:00.000Z", + "level": 162.12, + "flow": 16092.3, + "inflow": 14264, + "volume": 34804.35, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:30:00.000Z", + "level": 162.12, + "flow": 16224.5, + "inflow": 14358.8, + "volume": 34803.23, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:40:00.000Z", + "level": 162.11, + "flow": 16162.7, + "inflow": 14272.2, + "volume": 34802.1, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:50:00.000Z", + "level": 162.1, + "flow": 16112.3, + "inflow": 14160.5, + "volume": 34800.93, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:00:00.000Z", + "level": 162.1, + "flow": 15355.9, + "inflow": 14489.2, + "volume": 34800.41, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:10:00.000Z", + "level": 162.1, + "flow": 15314.1, + "inflow": 14697.3, + "volume": 34800.04, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:20:00.000Z", + "level": 162.1, + "flow": 15416.4, + "inflow": 14690.3, + "volume": 34799.6, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:30:00.000Z", + "level": 162.09, + "flow": 15435.6, + "inflow": 14471.1, + "volume": 34799.02, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:40:00.000Z", + "level": 162.09, + "flow": 15421.7, + "inflow": 14713.9, + "volume": 34798.6, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:50:00.000Z", + "level": 162.09, + "flow": 15315.4, + "inflow": 14481.9, + "volume": 34798.1, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:00:00.000Z", + "level": 162.09, + "flow": 14262.5, + "inflow": 14891.8, + "volume": 34798.48, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:10:00.000Z", + "level": 162.09, + "flow": 14365.4, + "inflow": 15045.1, + "volume": 34798.89, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:20:00.000Z", + "level": 162.1, + "flow": 14288.6, + "inflow": 14930.5, + "volume": 34799.28, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:30:00.000Z", + "level": 162.1, + "flow": 14247.4, + "inflow": 14897.5, + "volume": 34799.67, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:40:00.000Z", + "level": 162.1, + "flow": 14347.1, + "inflow": 15124.4, + "volume": 34800.14, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:50:00.000Z", + "level": 162.1, + "flow": 14279.1, + "inflow": 14866.1, + "volume": 34800.49, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:00:00.000Z", + "level": 162.11, + "flow": 13175.1, + "inflow": 15246.1, + "volume": 34801.73, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:10:00.000Z", + "level": 162.12, + "flow": 13185.1, + "inflow": 15474.1, + "volume": 34803.1, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:20:00.000Z", + "level": 162.12, + "flow": 13186.9, + "inflow": 15390.3, + "volume": 34804.42, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:30:00.000Z", + "level": 162.13, + "flow": 13244.6, + "inflow": 15322.5, + "volume": 34805.67, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:40:00.000Z", + "level": 162.13, + "flow": 13181.4, + "inflow": 15406.5, + "volume": 34807.01, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:50:00.000Z", + "level": 162.14, + "flow": 13280.6, + "inflow": 15451.5, + "volume": 34808.31, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:00:00.000Z", + "level": 162.15, + "flow": 12464, + "inflow": 15765.7, + "volume": 34810.29, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:10:00.000Z", + "level": 162.16, + "flow": 12425.6, + "inflow": 15802.7, + "volume": 34812.32, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:20:00.000Z", + "level": 162.17, + "flow": 12442.9, + "inflow": 15745.7, + "volume": 34814.3, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:30:00.000Z", + "level": 162.18, + "flow": 12464.9, + "inflow": 15560.9, + "volume": 34816.16, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:40:00.000Z", + "level": 162.19, + "flow": 12513.3, + "inflow": 15838, + "volume": 34818.15, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:50:00.000Z", + "level": 162.2, + "flow": 12458.6, + "inflow": 15832.4, + "volume": 34820.17, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:00:00.000Z", + "level": 162.21, + "flow": 12195.3, + "inflow": 16068.6, + "volume": 34822.49, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:10:00.000Z", + "level": 162.23, + "flow": 12179.1, + "inflow": 16073.8, + "volume": 34824.83, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:20:00.000Z", + "level": 162.24, + "flow": 12214.2, + "inflow": 15888.1, + "volume": 34827.03, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:30:00.000Z", + "level": 162.25, + "flow": 12171.5, + "inflow": 15905.1, + "volume": 34829.27, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:40:00.000Z", + "level": 162.26, + "flow": 12192.1, + "inflow": 15975.5, + "volume": 34831.54, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:50:00.000Z", + "level": 162.27, + "flow": 12148, + "inflow": 16088.8, + "volume": 34833.9, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:00:00.000Z", + "level": 162.28, + "flow": 12442.9, + "inflow": 16317.4, + "volume": 34836.22, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:10:00.000Z", + "level": 162.3, + "flow": 12391.6, + "inflow": 16297.4, + "volume": 34838.56, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:20:00.000Z", + "level": 162.31, + "flow": 12402.4, + "inflow": 16171.9, + "volume": 34840.82, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:30:00.000Z", + "level": 162.32, + "flow": 12373, + "inflow": 16315.3, + "volume": 34843.19, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:40:00.000Z", + "level": 162.33, + "flow": 12374.9, + "inflow": 16235.3, + "volume": 34845.51, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:50:00.000Z", + "level": 162.34, + "flow": 12471.5, + "inflow": 16249.4, + "volume": 34847.78, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:00:00.000Z", + "level": 162.35, + "flow": 13190.7, + "inflow": 16460.7, + "volume": 34849.74, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:10:00.000Z", + "level": 162.36, + "flow": 13298.1, + "inflow": 16356.5, + "volume": 34851.58, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:20:00.000Z", + "level": 162.37, + "flow": 13248, + "inflow": 16384.9, + "volume": 34853.46, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:30:00.000Z", + "level": 162.38, + "flow": 13276.6, + "inflow": 16495.9, + "volume": 34855.39, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:40:00.000Z", + "level": 162.39, + "flow": 13212, + "inflow": 16310.8, + "volume": 34857.25, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:50:00.000Z", + "level": 162.4, + "flow": 13189.8, + "inflow": 16420, + "volume": 34859.19, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:00:00.000Z", + "level": 162.41, + "flow": 14239.6, + "inflow": 16504.4, + "volume": 34860.55, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:10:00.000Z", + "level": 162.41, + "flow": 14335.1, + "inflow": 16337.6, + "volume": 34861.75, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:20:00.000Z", + "level": 162.42, + "flow": 14368.7, + "inflow": 16441.5, + "volume": 34862.99, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:30:00.000Z", + "level": 162.43, + "flow": 14263, + "inflow": 16522.3, + "volume": 34864.35, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:40:00.000Z", + "level": 162.43, + "flow": 14352, + "inflow": 16293.4, + "volume": 34865.51, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:50:00.000Z", + "level": 162.44, + "flow": 14329.2, + "inflow": 16372.6, + "volume": 34866.74, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:00:00.000Z", + "level": 162.44, + "flow": 15391.3, + "inflow": 16462.3, + "volume": 34867.38, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:10:00.000Z", + "level": 162.44, + "flow": 15391.6, + "inflow": 16294.4, + "volume": 34867.92, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:20:00.000Z", + "level": 162.45, + "flow": 15376.7, + "inflow": 16341.2, + "volume": 34868.5, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:30:00.000Z", + "level": 162.45, + "flow": 15344.3, + "inflow": 16473.6, + "volume": 34869.18, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:40:00.000Z", + "level": 162.45, + "flow": 15360.2, + "inflow": 16295.7, + "volume": 34869.74, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:50:00.000Z", + "level": 162.46, + "flow": 15311.5, + "inflow": 16420, + "volume": 34870.41, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:00:00.000Z", + "level": 162.46, + "flow": 16201.3, + "inflow": 16120.2, + "volume": 34870.36, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:10:00.000Z", + "level": 162.46, + "flow": 16221, + "inflow": 16190, + "volume": 34870.34, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:20:00.000Z", + "level": 162.46, + "flow": 16184.6, + "inflow": 16256.3, + "volume": 34870.38, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:30:00.000Z", + "level": 162.46, + "flow": 16146.4, + "inflow": 16142.7, + "volume": 34870.38, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:40:00.000Z", + "level": 162.46, + "flow": 16209.6, + "inflow": 16316.7, + "volume": 34870.44, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:50:00.000Z", + "level": 162.46, + "flow": 16161.5, + "inflow": 16104.8, + "volume": 34870.41, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:00:00.000Z", + "level": 162.46, + "flow": 16427.5, + "inflow": 16023.9, + "volume": 34870.17, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:10:00.000Z", + "level": 162.46, + "flow": 16475, + "inflow": 16076.1, + "volume": 34869.93, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:20:00.000Z", + "level": 162.45, + "flow": 16495.8, + "inflow": 16129.5, + "volume": 34869.71, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:30:00.000Z", + "level": 162.45, + "flow": 16470.1, + "inflow": 15984.3, + "volume": 34869.42, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:40:00.000Z", + "level": 162.45, + "flow": 16467.7, + "inflow": 15955.6, + "volume": 34869.11, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:50:00.000Z", + "level": 162.45, + "flow": 16388.7, + "inflow": 16131.9, + "volume": 34868.96, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:00:00.000Z", + "level": 162.45, + "flow": 16144.5, + "inflow": 15822.7, + "volume": 34868.77, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:10:00.000Z", + "level": 162.45, + "flow": 16192.1, + "inflow": 15573.6, + "volume": 34868.4, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:20:00.000Z", + "level": 162.45, + "flow": 16160.3, + "inflow": 15609.8, + "volume": 34868.07, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:30:00.000Z", + "level": 162.44, + "flow": 16192.4, + "inflow": 15815.4, + "volume": 34867.84, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:40:00.000Z", + "level": 162.44, + "flow": 16186.2, + "inflow": 15596.9, + "volume": 34867.49, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:50:00.000Z", + "level": 162.44, + "flow": 16173.5, + "inflow": 15816, + "volume": 34867.28, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:00:00.000Z", + "level": 162.44, + "flow": 15378.7, + "inflow": 15257.1, + "volume": 34867.21, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:10:00.000Z", + "level": 162.44, + "flow": 15336.3, + "inflow": 15294.8, + "volume": 34867.19, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:20:00.000Z", + "level": 162.44, + "flow": 15303.6, + "inflow": 15471.3, + "volume": 34867.29, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:30:00.000Z", + "level": 162.44, + "flow": 15394.6, + "inflow": 15353.1, + "volume": 34867.27, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:40:00.000Z", + "level": 162.44, + "flow": 15429.3, + "inflow": 15405.6, + "volume": 34867.26, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:50:00.000Z", + "level": 162.44, + "flow": 15379.2, + "inflow": 15404.1, + "volume": 34867.27, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:00:00.000Z", + "level": 162.44, + "flow": 14335.3, + "inflow": 14937.1, + "volume": 34867.63, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:10:00.000Z", + "level": 162.45, + "flow": 14359.3, + "inflow": 15125.1, + "volume": 34868.09, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:20:00.000Z", + "level": 162.45, + "flow": 14299.4, + "inflow": 15105.8, + "volume": 34868.57, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:30:00.000Z", + "level": 162.45, + "flow": 14313.6, + "inflow": 15029.7, + "volume": 34869, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:40:00.000Z", + "level": 162.45, + "flow": 14272.5, + "inflow": 14853.5, + "volume": 34869.35, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:50:00.000Z", + "level": 162.45, + "flow": 14354.1, + "inflow": 14916, + "volume": 34869.69, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:00:00.000Z", + "level": 162.46, + "flow": 13217.5, + "inflow": 14599.5, + "volume": 34870.52, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:10:00.000Z", + "level": 162.46, + "flow": 13231.9, + "inflow": 14684.9, + "volume": 34871.39, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:20:00.000Z", + "level": 162.47, + "flow": 13194.6, + "inflow": 14499.7, + "volume": 34872.17, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:30:00.000Z", + "level": 162.47, + "flow": 13272.9, + "inflow": 14560.2, + "volume": 34872.94, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:40:00.000Z", + "level": 162.47, + "flow": 13239.8, + "inflow": 14632.9, + "volume": 34873.78, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:50:00.000Z", + "level": 162.48, + "flow": 13177.9, + "inflow": 14668.9, + "volume": 34874.67, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:00:00.000Z", + "level": 162.48, + "flow": 12385.4, + "inflow": 14160.7, + "volume": 34875.74, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:10:00.000Z", + "level": 162.49, + "flow": 12407.3, + "inflow": 14295.5, + "volume": 34876.87, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:20:00.000Z", + "level": 162.5, + "flow": 12452.7, + "inflow": 14212.1, + "volume": 34877.93, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:30:00.000Z", + "level": 162.5, + "flow": 12480.2, + "inflow": 14196.7, + "volume": 34878.96, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:40:00.000Z", + "level": 162.51, + "flow": 12492.9, + "inflow": 14154.4, + "volume": 34879.96, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:50:00.000Z", + "level": 162.51, + "flow": 12381.4, + "inflow": 14350.3, + "volume": 34881.14, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:00:00.000Z", + "level": 162.52, + "flow": 12215, + "inflow": 14071.1, + "volume": 34882.25, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:10:00.000Z", + "level": 162.52, + "flow": 12221.4, + "inflow": 13856.2, + "volume": 34883.23, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:20:00.000Z", + "level": 162.53, + "flow": 12112.2, + "inflow": 14105.8, + "volume": 34884.43, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:30:00.000Z", + "level": 162.53, + "flow": 12176.9, + "inflow": 14003.9, + "volume": 34885.53, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:40:00.000Z", + "level": 162.54, + "flow": 12215.3, + "inflow": 13892.6, + "volume": 34886.54, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:50:00.000Z", + "level": 162.54, + "flow": 12212.5, + "inflow": 13890.1, + "volume": 34887.55, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:00:00.000Z", + "level": 162.55, + "flow": 12496.6, + "inflow": 13724.6, + "volume": 34888.29, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:10:00.000Z", + "level": 162.55, + "flow": 12474, + "inflow": 13825.1, + "volume": 34889.1, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:20:00.000Z", + "level": 162.56, + "flow": 12395, + "inflow": 13886.3, + "volume": 34889.99, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:30:00.000Z", + "level": 162.56, + "flow": 12429.7, + "inflow": 13695.6, + "volume": 34890.75, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:40:00.000Z", + "level": 162.57, + "flow": 12446.4, + "inflow": 13881.6, + "volume": 34891.61, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:50:00.000Z", + "level": 162.57, + "flow": 12485.5, + "inflow": 13628.2, + "volume": 34892.3, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:00:00.000Z", + "level": 162.57, + "flow": 13182.2, + "inflow": 13689.3, + "volume": 34892.6, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:10:00.000Z", + "level": 162.57, + "flow": 13194.6, + "inflow": 13487.3, + "volume": 34892.78, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:20:00.000Z", + "level": 162.57, + "flow": 13189.4, + "inflow": 13541.1, + "volume": 34892.99, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:30:00.000Z", + "level": 162.57, + "flow": 13187.7, + "inflow": 13628.5, + "volume": 34893.25, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:40:00.000Z", + "level": 162.57, + "flow": 13160.9, + "inflow": 13486.7, + "volume": 34893.45, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:50:00.000Z", + "level": 162.58, + "flow": 13242.1, + "inflow": 13553.4, + "volume": 34893.64, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:00:00.000Z", + "level": 162.57, + "flow": 14335.7, + "inflow": 13492.6, + "volume": 34893.13, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:10:00.000Z", + "level": 162.57, + "flow": 14314.8, + "inflow": 13694, + "volume": 34892.76, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:20:00.000Z", + "level": 162.57, + "flow": 14268.6, + "inflow": 13571.2, + "volume": 34892.34, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:30:00.000Z", + "level": 162.57, + "flow": 14301.1, + "inflow": 13544, + "volume": 34891.89, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 162.56, + "flow": 14328.8, + "inflow": 13567.2, + "volume": 34891.43, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 162.56, + "flow": 14308.2, + "inflow": 13523.2, + "volume": 34890.96, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 162.56, + "flow": 15349.7, + "inflow": 13643.8, + "volume": 34889.94, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 162.55, + "flow": 15373, + "inflow": 13580.3, + "volume": 34888.86, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 162.55, + "flow": 15434.7, + "inflow": 13557, + "volume": 34887.73, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 162.54, + "flow": 15432.6, + "inflow": 13734, + "volume": 34886.71, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 162.53, + "flow": 15388.9, + "inflow": 13470.6, + "volume": 34885.56, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 162.53, + "flow": 15440.7, + "inflow": 13631.2, + "volume": 34884.47, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 162.52, + "flow": 16186.3, + "inflow": 13751, + "volume": 34883.01, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 162.51, + "flow": 16164, + "inflow": 13727.7, + "volume": 34881.55, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 162.51, + "flow": 16167.2, + "inflow": 13730.6, + "volume": 34880.09, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 162.5, + "flow": 16190.9, + "inflow": 13732.8, + "volume": 34878.62, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 162.49, + "flow": 16160.1, + "inflow": 13709.3, + "volume": 34877.15, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 162.48, + "flow": 16161.7, + "inflow": 13670.8, + "volume": 34875.66, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 162.48, + "flow": 16503.8, + "inflow": 13942.6, + "volume": 34874.12, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 162.47, + "flow": 16428.8, + "inflow": 13844.7, + "volume": 34872.57, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 162.46, + "flow": 16456, + "inflow": 14087.5, + "volume": 34871.15, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 162.45, + "flow": 16512.8, + "inflow": 13923.3, + "volume": 34869.6, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 162.45, + "flow": 16440.9, + "inflow": 13841.4, + "volume": 34868.04, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 162.44, + "flow": 16515.2, + "inflow": 14115.2, + "volume": 34866.6, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 162.43, + "flow": 16169.3, + "inflow": 14209.3, + "volume": 34865.42, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 162.43, + "flow": 16191.8, + "inflow": 14237.3, + "volume": 34864.25, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 162.42, + "flow": 16169.8, + "inflow": 14245.5, + "volume": 34863.1, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 162.41, + "flow": 16199.8, + "inflow": 14163.9, + "volume": 34861.88, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 162.41, + "flow": 16166.1, + "inflow": 14294.3, + "volume": 34860.76, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 162.4, + "flow": 16153.3, + "inflow": 14270.1, + "volume": 34859.63, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 162.4, + "flow": 15304.8, + "inflow": 14532.9, + "volume": 34859.17, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 162.4, + "flow": 15384.4, + "inflow": 14502, + "volume": 34858.64, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 162.4, + "flow": 15355.2, + "inflow": 14673.9, + "volume": 34858.23, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 162.39, + "flow": 15405.4, + "inflow": 14571.5, + "volume": 34857.73, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 162.39, + "flow": 15432.8, + "inflow": 14643.2, + "volume": 34857.26, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 162.39, + "flow": 15400.3, + "inflow": 14678.3, + "volume": 34856.83, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 162.39, + "flow": 14320.8, + "inflow": 15059, + "volume": 34857.27, + "temperature": 24.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 162.39, + "flow": 14234.5, + "inflow": 14912.6, + "volume": 34857.68, + "temperature": 25, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 162.4, + "flow": 14291.9, + "inflow": 15093.4, + "volume": 34858.16, + "temperature": 24.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 162.4, + "flow": 14275.5, + "inflow": 15127.5, + "volume": 34858.67, + "temperature": 25.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 162.4, + "flow": 14327.2, + "inflow": 14868.3, + "volume": 34858.99, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 162.4, + "flow": 14244, + "inflow": 15036.5, + "volume": 34859.47, + "temperature": 26.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 162.41, + "flow": 13198.7, + "inflow": 15472.1, + "volume": 34860.83, + "temperature": 28, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 162.41, + "flow": 13278.9, + "inflow": 15282.9, + "volume": 34862.03, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 162.42, + "flow": 13166.3, + "inflow": 15311.3, + "volume": 34863.32, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 162.43, + "flow": 13242.8, + "inflow": 15335.8, + "volume": 34864.58, + "temperature": 28.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 162.43, + "flow": 13241.9, + "inflow": 15423.2, + "volume": 34865.89, + "temperature": 29, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 162.44, + "flow": 13236.6, + "inflow": 15245.3, + "volume": 34867.1, + "temperature": 29.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 162.45, + "flow": 12510, + "inflow": 15732.5, + "volume": 34869.03, + "temperature": 30.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 162.46, + "flow": 12410, + "inflow": 15790.6, + "volume": 34871.06, + "temperature": 30.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 162.47, + "flow": 12482.9, + "inflow": 15813.7, + "volume": 34873.06, + "temperature": 29.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 162.48, + "flow": 12407.8, + "inflow": 15815.2, + "volume": 34875.1, + "temperature": 31, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 162.49, + "flow": 12439.8, + "inflow": 15692.6, + "volume": 34877.05, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 162.5, + "flow": 12401, + "inflow": 15589, + "volume": 34878.96, + "temperature": 30.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 162.51, + "flow": 12135.8, + "inflow": 15913.5, + "volume": 34881.23, + "temperature": 31.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 162.52, + "flow": 12176.6, + "inflow": 16065.3, + "volume": 34883.56, + "temperature": 31.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 162.54, + "flow": 12156.6, + "inflow": 15892.3, + "volume": 34885.8, + "temperature": 32.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 162.55, + "flow": 12177.7, + "inflow": 15883.9, + "volume": 34888.02, + "temperature": 31.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 162.56, + "flow": 12171.8, + "inflow": 16017.9, + "volume": 34890.33, + "temperature": 32.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 162.57, + "flow": 12151.8, + "inflow": 15932, + "volume": 34892.6, + "temperature": 31.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 162.58, + "flow": 12378.4, + "inflow": 16272.1, + "volume": 34894.94, + "temperature": 32.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 162.59, + "flow": 12427.5, + "inflow": 16119.5, + "volume": 34897.16, + "temperature": 32.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 162.6, + "flow": 12490.7, + "inflow": 16137, + "volume": 34899.35, + "temperature": 32.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 162.62, + "flow": 12427.5, + "inflow": 16271.6, + "volume": 34901.66, + "temperature": 31.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 162.63, + "flow": 12488.6, + "inflow": 16293.1, + "volume": 34903.94, + "temperature": 31.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 162.64, + "flow": 12443.1, + "inflow": 16181.3, + "volume": 34906.18, + "temperature": 31.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 162.65, + "flow": 13234.1, + "inflow": 16266.3, + "volume": 34908, + "temperature": 33, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 162.66, + "flow": 13285.7, + "inflow": 16331.3, + "volume": 34909.83, + "temperature": 31.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 162.67, + "flow": 13162.8, + "inflow": 16263.2, + "volume": 34911.69, + "temperature": 32.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 162.68, + "flow": 13232, + "inflow": 16517, + "volume": 34913.66, + "temperature": 31.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 162.69, + "flow": 13240.9, + "inflow": 16404.6, + "volume": 34915.56, + "temperature": 32.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 162.7, + "flow": 13269.5, + "inflow": 16250.1, + "volume": 34917.35, + "temperature": 30.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 162.7, + "flow": 14342.2, + "inflow": 16459.2, + "volume": 34918.62, + "temperature": 32.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 162.71, + "flow": 14235, + "inflow": 16460.5, + "volume": 34919.96, + "temperature": 31.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 162.72, + "flow": 14334, + "inflow": 16519.1, + "volume": 34921.27, + "temperature": 32.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 162.72, + "flow": 14368.8, + "inflow": 16473.6, + "volume": 34922.53, + "temperature": 32.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 162.73, + "flow": 14370.8, + "inflow": 16476.5, + "volume": 34923.79, + "temperature": 32.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 162.74, + "flow": 14346.4, + "inflow": 16407.2, + "volume": 34925.03, + "temperature": 33.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 162.74, + "flow": 15310.6, + "inflow": 16322.6, + "volume": 34925.64, + "temperature": 33.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 162.74, + "flow": 15311, + "inflow": 16352.9, + "volume": 34926.27, + "temperature": 32.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 162.75, + "flow": 15441.3, + "inflow": 16504.3, + "volume": 34926.91, + "temperature": 33.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 162.75, + "flow": 15414.9, + "inflow": 16310.2, + "volume": 34927.45, + "temperature": 31.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 162.75, + "flow": 15346.5, + "inflow": 16300.1, + "volume": 34928.02, + "temperature": 33.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 162.75, + "flow": 15310.2, + "inflow": 16461.5, + "volume": 34928.71, + "temperature": 32.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 162.75, + "flow": 16147.1, + "inflow": 16297.6, + "volume": 34928.8, + "temperature": 32.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 162.75, + "flow": 16214.1, + "inflow": 16114.1, + "volume": 34928.74, + "temperature": 32.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 162.75, + "flow": 16187, + "inflow": 16220.8, + "volume": 34928.76, + "temperature": 32.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 162.75, + "flow": 16103.2, + "inflow": 16143.8, + "volume": 34928.78, + "temperature": 33.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 162.75, + "flow": 16179.7, + "inflow": 16289.9, + "volume": 34928.85, + "temperature": 32.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 162.76, + "flow": 16155.2, + "inflow": 16308.9, + "volume": 34928.94, + "temperature": 32.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 162.75, + "flow": 16413.5, + "inflow": 16141.8, + "volume": 34928.78, + "temperature": 33, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 162.75, + "flow": 16507.6, + "inflow": 16074.6, + "volume": 34928.52, + "temperature": 32.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 162.75, + "flow": 16380.2, + "inflow": 16095.5, + "volume": 34928.35, + "temperature": 33, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 162.75, + "flow": 16512.8, + "inflow": 15974.7, + "volume": 34928.03, + "temperature": 32.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 162.75, + "flow": 16391.9, + "inflow": 16101.8, + "volume": 34927.86, + "temperature": 32.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 162.75, + "flow": 16491, + "inflow": 16153.5, + "volume": 34927.66, + "temperature": 32, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 162.75, + "flow": 16140.7, + "inflow": 15650, + "volume": 34927.37, + "temperature": 31.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 162.75, + "flow": 16093.3, + "inflow": 15766.3, + "volume": 34927.17, + "temperature": 30.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 162.75, + "flow": 16153.2, + "inflow": 15863.3, + "volume": 34927, + "temperature": 31, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 162.74, + "flow": 16125.3, + "inflow": 15838.6, + "volume": 34926.83, + "temperature": 29.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 162.74, + "flow": 16119.7, + "inflow": 15640.2, + "volume": 34926.54, + "temperature": 29.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 162.74, + "flow": 16219, + "inflow": 15653.4, + "volume": 34926.2, + "temperature": 29.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 162.74, + "flow": 15365.3, + "inflow": 15392.7, + "volume": 34926.22, + "temperature": 27.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 162.74, + "flow": 15355.1, + "inflow": 15396.9, + "volume": 34926.25, + "temperature": 26.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 162.74, + "flow": 15383.7, + "inflow": 15401.3, + "volume": 34926.26, + "temperature": 27.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 162.74, + "flow": 15360.3, + "inflow": 15459.5, + "volume": 34926.32, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 162.74, + "flow": 15425.3, + "inflow": 15304, + "volume": 34926.25, + "temperature": 25.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 162.74, + "flow": 15405.8, + "inflow": 15359.2, + "volume": 34926.22, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 162.74, + "flow": 14266.7, + "inflow": 15059.7, + "volume": 34926.7, + "temperature": 24, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 162.75, + "flow": 14241.3, + "inflow": 15139.3, + "volume": 34927.24, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 162.75, + "flow": 14273.2, + "inflow": 15097.3, + "volume": 34927.73, + "temperature": 24.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 162.75, + "flow": 14352.7, + "inflow": 14959, + "volume": 34928.09, + "temperature": 25.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 162.75, + "flow": 14328.3, + "inflow": 15104.2, + "volume": 34928.56, + "temperature": 24.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 162.76, + "flow": 14357.7, + "inflow": 15139.9, + "volume": 34929.03, + "temperature": 25, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 162.76, + "flow": 13236.2, + "inflow": 14584.3, + "volume": 34929.84, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 162.76, + "flow": 13264.8, + "inflow": 14507.4, + "volume": 34930.59, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 162.77, + "flow": 13228.3, + "inflow": 14715.7, + "volume": 34931.48, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 162.77, + "flow": 13293.6, + "inflow": 14670.2, + "volume": 34932.31, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 162.78, + "flow": 13294.5, + "inflow": 14693.6, + "volume": 34933.15, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 162.78, + "flow": 13162, + "inflow": 14552.1, + "volume": 34933.98, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 162.79, + "flow": 12385.4, + "inflow": 14323.1, + "volume": 34935.14, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 162.79, + "flow": 12461.7, + "inflow": 14159.6, + "volume": 34936.16, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 162.8, + "flow": 12485.5, + "inflow": 14343.3, + "volume": 34937.27, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 162.8, + "flow": 12496.2, + "inflow": 14160.1, + "volume": 34938.27, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 162.81, + "flow": 12461.8, + "inflow": 14200, + "volume": 34939.31, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 162.81, + "flow": 12449.9, + "inflow": 14341.5, + "volume": 34940.44, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 162.82, + "flow": 12137, + "inflow": 13871.5, + "volume": 34941.48, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 162.83, + "flow": 12122.8, + "inflow": 14090.6, + "volume": 34942.66, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 162.83, + "flow": 12179.6, + "inflow": 13913.3, + "volume": 34943.7, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 162.84, + "flow": 12184, + "inflow": 14098.9, + "volume": 34944.85, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 162.84, + "flow": 12128.6, + "inflow": 13920.3, + "volume": 34945.93, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 162.85, + "flow": 12117.4, + "inflow": 14058, + "volume": 34947.09, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 162.85, + "flow": 12437.6, + "inflow": 13677, + "volume": 34947.83, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 162.86, + "flow": 12487.4, + "inflow": 13725.4, + "volume": 34948.57, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 162.86, + "flow": 12449.3, + "inflow": 13665.1, + "volume": 34949.3, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 162.86, + "flow": 12373.4, + "inflow": 13730.2, + "volume": 34950.11, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 162.87, + "flow": 12458, + "inflow": 13821.8, + "volume": 34950.93, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 162.87, + "flow": 12387.7, + "inflow": 13719.9, + "volume": 34951.73, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 162.87, + "flow": 13224.9, + "inflow": 13542.6, + "volume": 34951.92, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 162.87, + "flow": 13180.1, + "inflow": 13576.6, + "volume": 34952.16, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 162.88, + "flow": 13240.1, + "inflow": 13710.2, + "volume": 34952.44, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 162.88, + "flow": 13279.6, + "inflow": 13552.1, + "volume": 34952.6, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 162.88, + "flow": 13270.4, + "inflow": 13653.4, + "volume": 34952.83, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 162.88, + "flow": 13220.9, + "inflow": 13613.3, + "volume": 34953.07, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 162.88, + "flow": 14244, + "inflow": 13438.6, + "volume": 34952.59, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 162.87, + "flow": 14321, + "inflow": 13524.5, + "volume": 34952.11, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 162.87, + "flow": 14331.4, + "inflow": 13536.6, + "volume": 34951.63, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 162.87, + "flow": 14320, + "inflow": 13698.5, + "volume": 34951.26, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 162.87, + "flow": 14286.8, + "inflow": 13535.6, + "volume": 34950.81, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 162.86, + "flow": 14269.9, + "inflow": 13680.2, + "volume": 34950.46, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 162.86, + "flow": 15392.6, + "inflow": 13584.2, + "volume": 34949.37, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 162.85, + "flow": 15401.7, + "inflow": 13535.9, + "volume": 34948.25, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 162.85, + "flow": 15390.8, + "inflow": 13590, + "volume": 34947.17, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 162.84, + "flow": 15343.8, + "inflow": 13638.1, + "volume": 34946.15, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 162.84, + "flow": 15326.9, + "inflow": 13487.5, + "volume": 34945.05, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 162.83, + "flow": 15311.3, + "inflow": 13568.5, + "volume": 34944, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 162.82, + "flow": 16129.6, + "inflow": 13737.2, + "volume": 34942.56, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 162.82, + "flow": 16163.6, + "inflow": 13699.7, + "volume": 34941.08, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 162.81, + "flow": 16111.7, + "inflow": 13836.2, + "volume": 34939.71, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 162.8, + "flow": 16104.7, + "inflow": 13748.8, + "volume": 34938.3, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 162.8, + "flow": 16199, + "inflow": 13686, + "volume": 34936.79, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 162.79, + "flow": 16103.3, + "inflow": 13735.7, + "volume": 34935.37, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 162.78, + "flow": 16380, + "inflow": 13991.3, + "volume": 34933.94, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 162.77, + "flow": 16391.4, + "inflow": 14012, + "volume": 34932.51, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 162.77, + "flow": 16496, + "inflow": 13971.2, + "volume": 34931, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 162.76, + "flow": 16410.4, + "inflow": 14127.1, + "volume": 34929.63, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 162.75, + "flow": 16419.4, + "inflow": 14008.4, + "volume": 34928.18, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 162.74, + "flow": 16437.6, + "inflow": 14097.6, + "volume": 34926.78, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 162.74, + "flow": 16109.2, + "inflow": 14296.4, + "volume": 34925.69, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 162.73, + "flow": 16197.7, + "inflow": 14401.5, + "volume": 34924.61, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 162.73, + "flow": 16148.4, + "inflow": 14319.8, + "volume": 34923.51, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 162.72, + "flow": 16211.2, + "inflow": 14205.6, + "volume": 34922.31, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 162.72, + "flow": 16212.3, + "inflow": 14215.7, + "volume": 34921.11, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 162.71, + "flow": 16154.8, + "inflow": 14200.6, + "volume": 34919.94, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 162.71, + "flow": 15331.5, + "inflow": 14729.5, + "volume": 34919.58, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 162.71, + "flow": 15428.7, + "inflow": 14595.2, + "volume": 34919.08, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 162.7, + "flow": 15314.8, + "inflow": 14661.3, + "volume": 34918.69, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 162.7, + "flow": 15406, + "inflow": 14657.1, + "volume": 34918.24, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 162.7, + "flow": 15342.4, + "inflow": 14634.4, + "volume": 34917.82, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 162.7, + "flow": 15372, + "inflow": 14666.2, + "volume": 34917.4, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 162.7, + "flow": 14326.5, + "inflow": 15146.1, + "volume": 34917.89, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 162.7, + "flow": 14231.9, + "inflow": 15037.8, + "volume": 34918.37, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 162.7, + "flow": 14312.8, + "inflow": 14944.2, + "volume": 34918.75, + "temperature": 24.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 162.71, + "flow": 14353.1, + "inflow": 14935.9, + "volume": 34919.1, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 162.71, + "flow": 14348.2, + "inflow": 15054.6, + "volume": 34919.52, + "temperature": 26.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 162.71, + "flow": 14250.9, + "inflow": 14933.8, + "volume": 34919.93, + "temperature": 26.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 162.72, + "flow": 13234.6, + "inflow": 15352.7, + "volume": 34921.2, + "temperature": 28.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 162.72, + "flow": 13293.7, + "inflow": 15401.5, + "volume": 34922.46, + "temperature": 29, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 162.73, + "flow": 13181.2, + "inflow": 15337.8, + "volume": 34923.75, + "temperature": 27.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 162.74, + "flow": 13214.2, + "inflow": 15380.1, + "volume": 34925.05, + "temperature": 28.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 162.74, + "flow": 13179.2, + "inflow": 15399.8, + "volume": 34926.38, + "temperature": 28.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 162.75, + "flow": 13227.4, + "inflow": 15254, + "volume": 34927.6, + "temperature": 28.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 162.76, + "flow": 12372.6, + "inflow": 15782.9, + "volume": 34929.65, + "temperature": 29.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 162.77, + "flow": 12385.7, + "inflow": 15668.4, + "volume": 34931.62, + "temperature": 30.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 162.78, + "flow": 12442.9, + "inflow": 15844.9, + "volume": 34933.66, + "temperature": 31.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 162.79, + "flow": 12382, + "inflow": 15810.3, + "volume": 34935.72, + "temperature": 31.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 162.8, + "flow": 12437.5, + "inflow": 15702.7, + "volume": 34937.68, + "temperature": 29.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 162.81, + "flow": 12397.8, + "inflow": 15788.1, + "volume": 34939.71, + "temperature": 29.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 162.82, + "flow": 12156.2, + "inflow": 15918.7, + "volume": 34941.97, + "temperature": 32.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 162.83, + "flow": 12145.1, + "inflow": 15891.8, + "volume": 34944.22, + "temperature": 32.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 162.85, + "flow": 12091.7, + "inflow": 15977.8, + "volume": 34946.55, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 162.86, + "flow": 12142.3, + "inflow": 15932.4, + "volume": 34948.82, + "temperature": 31.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 162.87, + "flow": 12085.1, + "inflow": 16065.4, + "volume": 34951.21, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 162.88, + "flow": 12177.1, + "inflow": 16122, + "volume": 34953.58, + "temperature": 32, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 162.89, + "flow": 12389.8, + "inflow": 16131.3, + "volume": 34955.82, + "temperature": 32.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 162.9, + "flow": 12453.4, + "inflow": 16262.6, + "volume": 34958.11, + "temperature": 32.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 162.92, + "flow": 12414.2, + "inflow": 16244.4, + "volume": 34960.41, + "temperature": 32.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 162.93, + "flow": 12377.8, + "inflow": 16351.3, + "volume": 34962.79, + "temperature": 31.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 162.94, + "flow": 12423.8, + "inflow": 16133.5, + "volume": 34965.02, + "temperature": 32.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 162.95, + "flow": 12389.1, + "inflow": 16246, + "volume": 34967.33, + "temperature": 32.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 162.96, + "flow": 13287.4, + "inflow": 16428, + "volume": 34969.21, + "temperature": 33.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 162.97, + "flow": 13268.9, + "inflow": 16257.6, + "volume": 34971, + "temperature": 33.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 162.98, + "flow": 13286.2, + "inflow": 16442.2, + "volume": 34972.89, + "temperature": 31.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 162.99, + "flow": 13234.9, + "inflow": 16400.7, + "volume": 34974.79, + "temperature": 33.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 163, + "flow": 13282.7, + "inflow": 16517.9, + "volume": 34976.73, + "temperature": 31.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 163.01, + "flow": 13262.7, + "inflow": 16514.7, + "volume": 34978.68, + "temperature": 32.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 163.01, + "flow": 14368.6, + "inflow": 16333.9, + "volume": 34979.86, + "temperature": 31.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 163.02, + "flow": 14298.3, + "inflow": 16543.8, + "volume": 34981.21, + "temperature": 32.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 163.03, + "flow": 14329.6, + "inflow": 16490.8, + "volume": 34982.51, + "temperature": 31.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 163.03, + "flow": 14339, + "inflow": 16393.4, + "volume": 34983.74, + "temperature": 31, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 163.04, + "flow": 14300.9, + "inflow": 16420.5, + "volume": 34985.01, + "temperature": 31.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 163.05, + "flow": 14319.3, + "inflow": 16343.8, + "volume": 34986.22, + "temperature": 30.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 163.05, + "flow": 15327.4, + "inflow": 16319, + "volume": 34986.81, + "temperature": 30.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 163.05, + "flow": 15351.3, + "inflow": 16322.1, + "volume": 34987.39, + "temperature": 30.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 163.06, + "flow": 15332.6, + "inflow": 16257.5, + "volume": 34987.94, + "temperature": 31.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 163.06, + "flow": 15411.4, + "inflow": 16335.1, + "volume": 34988.49, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 163.06, + "flow": 16101.6, + "inflow": 16238.2, + "volume": 34988.57, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 163.06, + "flow": 16086.3, + "inflow": 16274.4, + "volume": 34988.68, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 163.06, + "flow": 16121.4, + "inflow": 16199.3, + "volume": 34988.73, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 163.06, + "flow": 16091.7, + "inflow": 16220.9, + "volume": 34988.81, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 163.06, + "flow": 16103.7, + "inflow": 16340.6, + "volume": 34988.95, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 163.06, + "flow": 16199.2, + "inflow": 16388.9, + "volume": 34989.06, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 163.06, + "flow": 16487.6, + "inflow": 16039.7, + "volume": 34988.79, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 163.06, + "flow": 16445.7, + "inflow": 16075.5, + "volume": 34988.57, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 163.06, + "flow": 16475.9, + "inflow": 16067.3, + "volume": 34988.32, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 163.06, + "flow": 16435.5, + "inflow": 15989.9, + "volume": 34988.05, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 163.06, + "flow": 16397.3, + "inflow": 16053.2, + "volume": 34987.84, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 163.05, + "flow": 16224.1, + "inflow": 15727.3, + "volume": 34987.54, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 163.05, + "flow": 16220.4, + "inflow": 15600.1, + "volume": 34987.17, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 163.05, + "flow": 16210.4, + "inflow": 15859.7, + "volume": 34986.96, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 163.05, + "flow": 16114.9, + "inflow": 15641.4, + "volume": 34986.68, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 163.05, + "flow": 16145.7, + "inflow": 15753.8, + "volume": 34986.44, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 163.05, + "flow": 16201.3, + "inflow": 15697.8, + "volume": 34986.14, + "temperature": 28.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 163.05, + "flow": 15367.6, + "inflow": 15375.7, + "volume": 34986.14, + "temperature": 28.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 163.05, + "flow": 15324.6, + "inflow": 15429.9, + "volume": 34986.2, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 163.05, + "flow": 15357.2, + "inflow": 15354.6, + "volume": 34986.2, + "temperature": 27.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 163.05, + "flow": 15306.1, + "inflow": 15330.4, + "volume": 34986.21, + "temperature": 27.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 163.05, + "flow": 15401.8, + "inflow": 15338.7, + "volume": 34986.17, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 163.05, + "flow": 15334.5, + "inflow": 15360.6, + "volume": 34986.19, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 163.05, + "flow": 14357.5, + "inflow": 14958, + "volume": 34986.55, + "temperature": 25.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 163.05, + "flow": 14302.2, + "inflow": 15072.8, + "volume": 34987.01, + "temperature": 26.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 163.05, + "flow": 14335.7, + "inflow": 14902.6, + "volume": 34987.35, + "temperature": 25.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 163.05, + "flow": 14319.7, + "inflow": 15065.9, + "volume": 34987.8, + "temperature": 25.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 163.06, + "flow": 14269.5, + "inflow": 14951.5, + "volume": 34988.21, + "temperature": 25, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 163.06, + "flow": 14332.5, + "inflow": 15138.5, + "volume": 34988.69, + "temperature": 24.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 163.06, + "flow": 13224, + "inflow": 14586.7, + "volume": 34989.51, + "temperature": 25.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 163.07, + "flow": 13219.7, + "inflow": 14514.4, + "volume": 34990.29, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 163.07, + "flow": 13233.8, + "inflow": 14628.2, + "volume": 34991.13, + "temperature": 25.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 163.08, + "flow": 13176.7, + "inflow": 14747.7, + "volume": 34992.07, + "temperature": 24, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 163.08, + "flow": 13233.3, + "inflow": 14702.1, + "volume": 34992.95, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 163.09, + "flow": 13258.2, + "inflow": 14770.2, + "volume": 34993.86, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 163.09, + "flow": 12466, + "inflow": 14169.4, + "volume": 34994.88, + "temperature": 24, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 163.1, + "flow": 12423.3, + "inflow": 14205, + "volume": 34995.95, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 163.1, + "flow": 12372.1, + "inflow": 14261.4, + "volume": 34997.08, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 163.11, + "flow": 12485.9, + "inflow": 14277, + "volume": 34998.15, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 163.11, + "flow": 12371.4, + "inflow": 14163.7, + "volume": 34999.23, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 163.12, + "flow": 12445.7, + "inflow": 14227.1, + "volume": 35000.3, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 163.12, + "flow": 12182.9, + "inflow": 14140.8, + "volume": 35001.47, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 163.13, + "flow": 12159.4, + "inflow": 13920.8, + "volume": 35002.53, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 163.14, + "flow": 12198.9, + "inflow": 14017.4, + "volume": 35003.62, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 163.14, + "flow": 12091.4, + "inflow": 13986.9, + "volume": 35004.76, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 163.15, + "flow": 12148, + "inflow": 14126.5, + "volume": 35005.95, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 163.15, + "flow": 12129.7, + "inflow": 13990.2, + "volume": 35007.07, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 163.16, + "flow": 12380.9, + "inflow": 13692.3, + "volume": 35007.86, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 163.16, + "flow": 12497.6, + "inflow": 13663.8, + "volume": 35008.56, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 163.16, + "flow": 12510.4, + "inflow": 13782.8, + "volume": 35009.32, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 163.17, + "flow": 12503.1, + "inflow": 13667.2, + "volume": 35010.02, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 163.17, + "flow": 12420.6, + "inflow": 13821.3, + "volume": 35010.86, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 163.18, + "flow": 12374.5, + "inflow": 13852.8, + "volume": 35011.75, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 163.18, + "flow": 13276.1, + "inflow": 13667.1, + "volume": 35011.98, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 163.18, + "flow": 13164.1, + "inflow": 13570.2, + "volume": 35012.22, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 163.18, + "flow": 13291.2, + "inflow": 13639.7, + "volume": 35012.43, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 163.18, + "flow": 13239.3, + "inflow": 13531.3, + "volume": 35012.61, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 163.18, + "flow": 13273.5, + "inflow": 13626, + "volume": 35012.82, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 163.18, + "flow": 13213, + "inflow": 13604.8, + "volume": 35013.06, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 163.18, + "flow": 14329.7, + "inflow": 13666.7, + "volume": 35012.66, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 163.18, + "flow": 14260.1, + "inflow": 13473.8, + "volume": 35012.19, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 163.18, + "flow": 14351.4, + "inflow": 13543.9, + "volume": 35011.71, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 163.17, + "flow": 14256.5, + "inflow": 13581.4, + "volume": 35011.3, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 163.17, + "flow": 14252.5, + "inflow": 13512, + "volume": 35010.86, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 163.17, + "flow": 14363, + "inflow": 13657.5, + "volume": 35010.44, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 163.16, + "flow": 15385, + "inflow": 13676.5, + "volume": 35009.41, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 163.16, + "flow": 15318.9, + "inflow": 13644.8, + "volume": 35008.41, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 163.15, + "flow": 15397.4, + "inflow": 13610.3, + "volume": 35007.34, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 163.15, + "flow": 15319.9, + "inflow": 13705.4, + "volume": 35006.37, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 163.14, + "flow": 15426.3, + "inflow": 13718.3, + "volume": 35005.35, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 163.14, + "flow": 15348.2, + "inflow": 13704.5, + "volume": 35004.36, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 163.13, + "flow": 16109.9, + "inflow": 13696.7, + "volume": 35002.91, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 163.12, + "flow": 16188.4, + "inflow": 13758.7, + "volume": 35001.45, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 163.12, + "flow": 16131.2, + "inflow": 13773.3, + "volume": 35000.04, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 163.11, + "flow": 16228.4, + "inflow": 13806.4, + "volume": 34998.59, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 163.1, + "flow": 16188.6, + "inflow": 13640.1, + "volume": 34997.06, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 163.09, + "flow": 16163.5, + "inflow": 13715.4, + "volume": 34995.59, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 163.09, + "flow": 16481, + "inflow": 14019.9, + "volume": 34994.11, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 163.08, + "flow": 16489.2, + "inflow": 13902.2, + "volume": 34992.56, + "temperature": 21.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 163.07, + "flow": 16514, + "inflow": 14035.3, + "volume": 34991.07, + "temperature": 21.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 163.06, + "flow": 16381, + "inflow": 13888.8, + "volume": 34989.57, + "temperature": 20.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 163.06, + "flow": 16402.1, + "inflow": 13902, + "volume": 34988.07, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 163.05, + "flow": 16508.3, + "inflow": 13869.1, + "volume": 34986.49, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 163.04, + "flow": 16121.6, + "inflow": 14442.8, + "volume": 34985.48, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 163.04, + "flow": 16099.2, + "inflow": 14224.3, + "volume": 34984.36, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 163.03, + "flow": 16218, + "inflow": 14231.5, + "volume": 34983.17, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 163.03, + "flow": 16116.7, + "inflow": 14240.2, + "volume": 34982.04, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 163.02, + "flow": 16133.1, + "inflow": 14200.2, + "volume": 34980.88, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 163.01, + "flow": 16119.9, + "inflow": 14196.6, + "volume": 34979.73, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 163.01, + "flow": 15315.5, + "inflow": 14694, + "volume": 34979.36, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 163.01, + "flow": 15361.8, + "inflow": 14744.4, + "volume": 34978.99, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 163.01, + "flow": 15387.5, + "inflow": 14512.1, + "volume": 34978.46, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 163, + "flow": 15383.3, + "inflow": 14526.3, + "volume": 34977.95, + "temperature": 23, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 163, + "flow": 15322.4, + "inflow": 14525.4, + "volume": 34977.47, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 163, + "flow": 15305.3, + "inflow": 14504.8, + "volume": 34976.99, + "temperature": 23.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 163, + "flow": 14361.3, + "inflow": 15022.6, + "volume": 34977.39, + "temperature": 23.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 163, + "flow": 14316.9, + "inflow": 15093.4, + "volume": 34977.86, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 163.01, + "flow": 14248.3, + "inflow": 15117.3, + "volume": 34978.38, + "temperature": 24.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 163.01, + "flow": 14313.4, + "inflow": 14955.9, + "volume": 34978.77, + "temperature": 24.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 163.01, + "flow": 14351.5, + "inflow": 14943.3, + "volume": 34979.13, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 163.01, + "flow": 14285.5, + "inflow": 15073.1, + "volume": 34979.6, + "temperature": 24.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 163.02, + "flow": 13177.7, + "inflow": 15477.4, + "volume": 34980.98, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 163.03, + "flow": 13181.4, + "inflow": 15235.4, + "volume": 34982.21, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 163.03, + "flow": 13225.2, + "inflow": 15438, + "volume": 34983.54, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 163.04, + "flow": 13276.6, + "inflow": 15272.4, + "volume": 34984.74, + "temperature": 24.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 163.05, + "flow": 13263, + "inflow": 15508.7, + "volume": 34986.09, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 163.05, + "flow": 13229.5, + "inflow": 15496.4, + "volume": 34987.45, + "temperature": 25.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 163.06, + "flow": 12469.4, + "inflow": 15772, + "volume": 34989.43, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 163.07, + "flow": 12390, + "inflow": 15753.4, + "volume": 34991.45, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 163.08, + "flow": 12375.3, + "inflow": 15674.5, + "volume": 34993.43, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 163.09, + "flow": 12506, + "inflow": 15744.9, + "volume": 34995.37, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 163.1, + "flow": 12420, + "inflow": 15716.6, + "volume": 34997.35, + "temperature": 27.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 163.11, + "flow": 12405.1, + "inflow": 15719.5, + "volume": 34999.34, + "temperature": 26.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 163.13, + "flow": 12095.1, + "inflow": 15950.6, + "volume": 35001.65, + "temperature": 26.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 163.14, + "flow": 12187.7, + "inflow": 16126.1, + "volume": 35004.01, + "temperature": 28.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 163.15, + "flow": 12137.9, + "inflow": 15946.6, + "volume": 35006.3, + "temperature": 27.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 163.16, + "flow": 12105.4, + "inflow": 16098.2, + "volume": 35008.7, + "temperature": 27.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 163.17, + "flow": 12196.9, + "inflow": 16158.6, + "volume": 35011.08, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 163.19, + "flow": 12160.5, + "inflow": 16138, + "volume": 35013.47, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 163.2, + "flow": 12396.2, + "inflow": 16175.8, + "volume": 35015.74, + "temperature": 28, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 163.21, + "flow": 12461, + "inflow": 16201.3, + "volume": 35017.98, + "temperature": 26.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 163.22, + "flow": 12454.9, + "inflow": 16353.5, + "volume": 35020.32, + "temperature": 27, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 163.23, + "flow": 12442.1, + "inflow": 16340.2, + "volume": 35022.66, + "temperature": 27.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 163.24, + "flow": 12494.9, + "inflow": 16213.4, + "volume": 35024.89, + "temperature": 27.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 163.25, + "flow": 12495.5, + "inflow": 16150.1, + "volume": 35027.08, + "temperature": 26.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 163.26, + "flow": 13225.3, + "inflow": 16451.1, + "volume": 35029.02, + "temperature": 26.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 163.27, + "flow": 13170.2, + "inflow": 16475.5, + "volume": 35031, + "temperature": 27.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 163.28, + "flow": 13288.4, + "inflow": 16422.2, + "volume": 35032.88, + "temperature": 27.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 163.29, + "flow": 13252.7, + "inflow": 16368.2, + "volume": 35034.75, + "temperature": 26.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 163.3, + "flow": 13234.5, + "inflow": 16292.9, + "volume": 35036.59, + "temperature": 26.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 163.31, + "flow": 13174.2, + "inflow": 16377.6, + "volume": 35038.51, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 163.32, + "flow": 14291.4, + "inflow": 16381.3, + "volume": 35039.76, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 163.33, + "flow": 14296.3, + "inflow": 16574.4, + "volume": 35041.13, + "temperature": 27.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 163.33, + "flow": 14253.3, + "inflow": 16339.8, + "volume": 35042.38, + "temperature": 27.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 163.34, + "flow": 14271.8, + "inflow": 16423, + "volume": 35043.67, + "temperature": 27.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 163.35, + "flow": 14315.8, + "inflow": 16496.3, + "volume": 35044.98, + "temperature": 27.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 163.35, + "flow": 14347.2, + "inflow": 16355.6, + "volume": 35046.19, + "temperature": 28, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 163.36, + "flow": 15341.8, + "inflow": 16390.8, + "volume": 35046.82, + "temperature": 27.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 163.36, + "flow": 15408.2, + "inflow": 16314.8, + "volume": 35047.36, + "temperature": 26.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 163.36, + "flow": 15396.1, + "inflow": 16445.7, + "volume": 35047.99, + "temperature": 27.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 163.36, + "flow": 15343.8, + "inflow": 16383.8, + "volume": 35048.61, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 163.37, + "flow": 15433.3, + "inflow": 16436.3, + "volume": 35049.21, + "temperature": 27.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 163.37, + "flow": 15404.9, + "inflow": 16506.9, + "volume": 35049.87, + "temperature": 27.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 163.37, + "flow": 16218.2, + "inflow": 16309.7, + "volume": 35049.92, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 163.37, + "flow": 16135.3, + "inflow": 16158.1, + "volume": 35049.93, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 163.37, + "flow": 16189.2, + "inflow": 16180.1, + "volume": 35049.92, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 163.37, + "flow": 16165.2, + "inflow": 16196.7, + "volume": 35049.94, + "temperature": 25.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 163.37, + "flow": 16201.1, + "inflow": 16115.7, + "volume": 35049.89, + "temperature": 25.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 163.37, + "flow": 16171.2, + "inflow": 16333.2, + "volume": 35049.99, + "temperature": 25.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 163.37, + "flow": 16409.8, + "inflow": 15876.8, + "volume": 35049.67, + "temperature": 25, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 163.37, + "flow": 16463.9, + "inflow": 15917.1, + "volume": 35049.34, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 163.37, + "flow": 16181.1, + "inflow": 15850.3, + "volume": 35049.14, + "temperature": 25.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 163.37, + "flow": 16093.4, + "inflow": 15648.4, + "volume": 35048.87, + "temperature": 24.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 163.36, + "flow": 16124.8, + "inflow": 15838, + "volume": 35048.7, + "temperature": 24.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 163.36, + "flow": 16137.5, + "inflow": 15697.8, + "volume": 35048.44, + "temperature": 25.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 163.36, + "flow": 16110.3, + "inflow": 15689.7, + "volume": 35048.19, + "temperature": 24, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 163.36, + "flow": 16184.3, + "inflow": 15606.9, + "volume": 35047.84, + "temperature": 24.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 163.36, + "flow": 15326.5, + "inflow": 15479.6, + "volume": 35047.93, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 163.36, + "flow": 15307.2, + "inflow": 15485.6, + "volume": 35048.04, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 163.36, + "flow": 15416, + "inflow": 15240.4, + "volume": 35047.93, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 163.36, + "flow": 15324.6, + "inflow": 15472.3, + "volume": 35048.02, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 163.36, + "flow": 15335, + "inflow": 15285, + "volume": 35047.99, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 163.36, + "flow": 15356.7, + "inflow": 15460.4, + "volume": 35048.05, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 163.36, + "flow": 14276.7, + "inflow": 15032, + "volume": 35048.5, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 163.37, + "flow": 14300.5, + "inflow": 15051, + "volume": 35048.95, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 163.37, + "flow": 14326.5, + "inflow": 14871.3, + "volume": 35049.28, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 163.37, + "flow": 14307.8, + "inflow": 14962.4, + "volume": 35049.67, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 163.37, + "flow": 14256.3, + "inflow": 15116.8, + "volume": 35050.19, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 163.37, + "flow": 14231.5, + "inflow": 14926.4, + "volume": 35050.61, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 163.38, + "flow": 13297.4, + "inflow": 14763.1, + "volume": 35051.49, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 163.38, + "flow": 13207.2, + "inflow": 14740.4, + "volume": 35052.41, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 163.39, + "flow": 13159.2, + "inflow": 14503.5, + "volume": 35053.22, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 163.39, + "flow": 13265.6, + "inflow": 14687.2, + "volume": 35054.07, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 163.4, + "flow": 13207, + "inflow": 14683.7, + "volume": 35054.96, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 163.4, + "flow": 13178.9, + "inflow": 14511.8, + "volume": 35055.76, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 163.41, + "flow": 12408.9, + "inflow": 14369.6, + "volume": 35056.94, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 163.41, + "flow": 12475.7, + "inflow": 14194, + "volume": 35057.97, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 163.42, + "flow": 12375.5, + "inflow": 14380, + "volume": 35059.17, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 163.42, + "flow": 12391.2, + "inflow": 14336.8, + "volume": 35060.34, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 163.43, + "flow": 12414.8, + "inflow": 14318.4, + "volume": 35061.48, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 163.44, + "flow": 12492.3, + "inflow": 14161, + "volume": 35062.48, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 163.44, + "flow": 12117.7, + "inflow": 13870, + "volume": 35063.53, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 163.45, + "flow": 12083.9, + "inflow": 14131.2, + "volume": 35064.76, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 163.45, + "flow": 12166.1, + "inflow": 14026.6, + "volume": 35065.88, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 163.46, + "flow": 12152.3, + "inflow": 13969.4, + "volume": 35066.97, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 163.46, + "flow": 12084.6, + "inflow": 13885.1, + "volume": 35068.05, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 163.47, + "flow": 12096, + "inflow": 14005.8, + "volume": 35069.2, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 163.47, + "flow": 12485, + "inflow": 13635.4, + "volume": 35069.89, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 163.48, + "flow": 12418.8, + "inflow": 13815.3, + "volume": 35070.73, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 163.48, + "flow": 12510.8, + "inflow": 13686.2, + "volume": 35071.44, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 163.48, + "flow": 12430.9, + "inflow": 13777.6, + "volume": 35072.25, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 163.49, + "flow": 12380.5, + "inflow": 13717, + "volume": 35073.05, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 163.49, + "flow": 12432.4, + "inflow": 13819.5, + "volume": 35073.88, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 163.49, + "flow": 13265.2, + "inflow": 13681.2, + "volume": 35074.13, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 163.5, + "flow": 13158.4, + "inflow": 13753.3, + "volume": 35074.49, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 163.5, + "flow": 13182.5, + "inflow": 13622.6, + "volume": 35074.75, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 163.5, + "flow": 13213.3, + "inflow": 13728.9, + "volume": 35075.06, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 163.5, + "flow": 13282.8, + "inflow": 13594.4, + "volume": 35075.25, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 163.5, + "flow": 13240, + "inflow": 13581.3, + "volume": 35075.45, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 163.5, + "flow": 14324.5, + "inflow": 13567.2, + "volume": 35075, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 163.5, + "flow": 14260.8, + "inflow": 13630.1, + "volume": 35074.62, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 163.5, + "flow": 14244.1, + "inflow": 13658.6, + "volume": 35074.27, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 163.49, + "flow": 14330.3, + "inflow": 13592.9, + "volume": 35073.83, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 163.49, + "flow": 14360.6, + "inflow": 13597.9, + "volume": 35073.37, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 163.49, + "flow": 14320.6, + "inflow": 13567.2, + "volume": 35072.92, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 163.48, + "flow": 15399.2, + "inflow": 13712.7, + "volume": 35071.91, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 163.48, + "flow": 15406.8, + "inflow": 13493.4, + "volume": 35070.76, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 163.47, + "flow": 15430.6, + "inflow": 13514.1, + "volume": 35069.61, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 163.47, + "flow": 15422.4, + "inflow": 13592.6, + "volume": 35068.51, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 163.46, + "flow": 15375.1, + "inflow": 13664.2, + "volume": 35067.48, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 163.46, + "flow": 15425.4, + "inflow": 13729.5, + "volume": 35066.46, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 163.45, + "flow": 16173.1, + "inflow": 13647, + "volume": 35064.94, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 163.44, + "flow": 16181.1, + "inflow": 13751.6, + "volume": 35063.48, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 163.43, + "flow": 16164.7, + "inflow": 13834.9, + "volume": 35062.08, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 163.43, + "flow": 16105.3, + "inflow": 13659, + "volume": 35060.61, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 163.42, + "flow": 16208.9, + "inflow": 13892.7, + "volume": 35059.22, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 163.41, + "flow": 16228.8, + "inflow": 13661.5, + "volume": 35057.68, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 163.4, + "flow": 16493.1, + "inflow": 14111.1, + "volume": 35056.25, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 163.4, + "flow": 16508.4, + "inflow": 13869, + "volume": 35054.67, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 163.39, + "flow": 16418.5, + "inflow": 13978, + "volume": 35053.21, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 163.38, + "flow": 16426.4, + "inflow": 13923.7, + "volume": 35051.71, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 163.37, + "flow": 16447.1, + "inflow": 14055, + "volume": 35050.27, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 163.37, + "flow": 16462, + "inflow": 14121.8, + "volume": 35048.87, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 163.36, + "flow": 16121.4, + "inflow": 14210.5, + "volume": 35047.72, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 163.35, + "flow": 16148.3, + "inflow": 14310.3, + "volume": 35046.62, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 163.35, + "flow": 16120.3, + "inflow": 14428.6, + "volume": 35045.6, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 163.34, + "flow": 16169.4, + "inflow": 14293.6, + "volume": 35044.47, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 163.34, + "flow": 16201.3, + "inflow": 14429.1, + "volume": 35043.41, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 163.33, + "flow": 16130.1, + "inflow": 14237.8, + "volume": 35042.27, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 163.33, + "flow": 15416.3, + "inflow": 14723.1, + "volume": 35041.85, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 163.33, + "flow": 15332.3, + "inflow": 14535.5, + "volume": 35041.37, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 163.33, + "flow": 15437.7, + "inflow": 14612.4, + "volume": 35040.87, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 163.32, + "flow": 15360.3, + "inflow": 14764.3, + "volume": 35040.51, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 163.32, + "flow": 15317.4, + "inflow": 14584.4, + "volume": 35040.07, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 163.32, + "flow": 15349.9, + "inflow": 14695.6, + "volume": 35039.68, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 163.32, + "flow": 14229.4, + "inflow": 15125.4, + "volume": 35040.22, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 163.32, + "flow": 14238.8, + "inflow": 14882.9, + "volume": 35040.61, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 163.33, + "flow": 14250.3, + "inflow": 15031.3, + "volume": 35041.08, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 163.33, + "flow": 14251, + "inflow": 15048.9, + "volume": 35041.56, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 163.33, + "flow": 14260.3, + "inflow": 14958.5, + "volume": 35041.98, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 163.33, + "flow": 14368.6, + "inflow": 14918.1, + "volume": 35042.31, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 163.34, + "flow": 13256.1, + "inflow": 15496.9, + "volume": 35043.65, + "temperature": 25.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 163.35, + "flow": 13218.5, + "inflow": 15476.3, + "volume": 35045, + "temperature": 25.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 163.35, + "flow": 13292.7, + "inflow": 15445.4, + "volume": 35046.29, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 163.36, + "flow": 13275.4, + "inflow": 15350.9, + "volume": 35047.54, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 163.37, + "flow": 13265.1, + "inflow": 15472.2, + "volume": 35048.86, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 163.37, + "flow": 13241.5, + "inflow": 15405.1, + "volume": 35050.16, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 163.38, + "flow": 12436.3, + "inflow": 15566, + "volume": 35052.04, + "temperature": 27.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 163.39, + "flow": 12511.5, + "inflow": 15839.9, + "volume": 35054.04, + "temperature": 28.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 163.4, + "flow": 12395.7, + "inflow": 15675.8, + "volume": 35056.01, + "temperature": 28.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 163.41, + "flow": 12427.2, + "inflow": 15802.2, + "volume": 35058.04, + "temperature": 27.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 163.42, + "flow": 12452.6, + "inflow": 15810.8, + "volume": 35060.05, + "temperature": 27.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 163.43, + "flow": 12372.3, + "inflow": 15776.2, + "volume": 35062.09, + "temperature": 29.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 163.44, + "flow": 12094.3, + "inflow": 15881.3, + "volume": 35064.36, + "temperature": 29.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 163.46, + "flow": 12218.6, + "inflow": 16108.7, + "volume": 35066.69, + "temperature": 30.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 163.47, + "flow": 12181.5, + "inflow": 16031.3, + "volume": 35069, + "temperature": 29.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 163.48, + "flow": 12099.5, + "inflow": 15856.8, + "volume": 35071.25, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 163.49, + "flow": 12096.8, + "inflow": 16010, + "volume": 35073.6, + "temperature": 29.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 163.5, + "flow": 12152.2, + "inflow": 15928.4, + "volume": 35075.87, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 163.51, + "flow": 12495.7, + "inflow": 16238.8, + "volume": 35078.12, + "temperature": 30.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 163.53, + "flow": 12390.2, + "inflow": 16226.6, + "volume": 35080.42, + "temperature": 30.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 163.54, + "flow": 12383.9, + "inflow": 16308.4, + "volume": 35082.77, + "temperature": 30.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 163.55, + "flow": 12425.8, + "inflow": 16319.3, + "volume": 35085.11, + "temperature": 32.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 163.56, + "flow": 12490.1, + "inflow": 16216.9, + "volume": 35087.35, + "temperature": 32.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 163.57, + "flow": 12475.1, + "inflow": 16229.3, + "volume": 35089.6, + "temperature": 31, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 163.58, + "flow": 13275.1, + "inflow": 16409.8, + "volume": 35091.48, + "temperature": 31.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 163.59, + "flow": 13156.6, + "inflow": 16311.8, + "volume": 35093.37, + "temperature": 31.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 163.6, + "flow": 13224.9, + "inflow": 16279.5, + "volume": 35095.2, + "temperature": 31.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 163.61, + "flow": 13240.8, + "inflow": 16422.6, + "volume": 35097.11, + "temperature": 31.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 163.62, + "flow": 13186.8, + "inflow": 16327.7, + "volume": 35098.99, + "temperature": 32.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 163.63, + "flow": 13209.2, + "inflow": 16505.2, + "volume": 35100.97, + "temperature": 32.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 163.64, + "flow": 14353.6, + "inflow": 16431.4, + "volume": 35102.22, + "temperature": 32.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 163.64, + "flow": 14366.6, + "inflow": 16339.7, + "volume": 35103.4, + "temperature": 33.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 163.65, + "flow": 14291.3, + "inflow": 16341.9, + "volume": 35104.63, + "temperature": 32.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 163.66, + "flow": 14281.3, + "inflow": 16474, + "volume": 35105.95, + "temperature": 32.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 163.66, + "flow": 14296.2, + "inflow": 16556.9, + "volume": 35107.31, + "temperature": 33.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 163.67, + "flow": 14322.9, + "inflow": 16286, + "volume": 35108.49, + "temperature": 32.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 163.67, + "flow": 15398.8, + "inflow": 16356.9, + "volume": 35109.06, + "temperature": 33.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 163.67, + "flow": 15350.5, + "inflow": 16250.6, + "volume": 35109.6, + "temperature": 32.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 163.68, + "flow": 15406.1, + "inflow": 16366.7, + "volume": 35110.18, + "temperature": 33.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 163.68, + "flow": 15368.8, + "inflow": 16301.4, + "volume": 35110.74, + "temperature": 34.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 163.68, + "flow": 15358.4, + "inflow": 16371.1, + "volume": 35111.35, + "temperature": 32.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 163.69, + "flow": 15302, + "inflow": 16299.4, + "volume": 35111.95, + "temperature": 32.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 163.69, + "flow": 16141.2, + "inflow": 16238.6, + "volume": 35112.01, + "temperature": 32, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 163.69, + "flow": 16202.6, + "inflow": 16325.1, + "volume": 35112.08, + "temperature": 32, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 163.69, + "flow": 16122.2, + "inflow": 16243.1, + "volume": 35112.15, + "temperature": 33.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 163.69, + "flow": 16170.6, + "inflow": 16254.4, + "volume": 35112.2, + "temperature": 31.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 163.69, + "flow": 16097.7, + "inflow": 16109.3, + "volume": 35112.21, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 163.69, + "flow": 16090.5, + "inflow": 16251.3, + "volume": 35112.31, + "temperature": 31.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 163.69, + "flow": 16464.4, + "inflow": 16020.7, + "volume": 35112.04, + "temperature": 29.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 163.69, + "flow": 16453.1, + "inflow": 15967, + "volume": 35111.75, + "temperature": 29.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 163.68, + "flow": 16467.7, + "inflow": 16008, + "volume": 35111.47, + "temperature": 29.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 163.68, + "flow": 16473.3, + "inflow": 16016, + "volume": 35111.2, + "temperature": 28.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 163.68, + "flow": 16468.2, + "inflow": 16114.5, + "volume": 35110.99, + "temperature": 30.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 163.68, + "flow": 16492.3, + "inflow": 16096.4, + "volume": 35110.75, + "temperature": 28.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 163.68, + "flow": 16118, + "inflow": 15571.2, + "volume": 35110.42, + "temperature": 27.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 163.68, + "flow": 15311.3, + "inflow": 15409.2, + "volume": 35110.48, + "temperature": 26.3, + "precipitation": 0 + } +] \ No newline at end of file diff --git a/public/data/CPDR.json b/public/data/CPDR.json index 433ca4c..96c15e8 100644 --- a/public/data/CPDR.json +++ b/public/data/CPDR.json @@ -10231,5 +10231,4766 @@ "volume": 0.09, "temperature": 15.2, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 416.72, + "flow": 0, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.09 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 416.72, + "flow": 0, + "temperature": 11.9, + "precipitation": 0, + "inflow": 0, + "volume": 0.09 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 416.72, + "flow": 0, + "temperature": 14.2, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.09 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 416.72, + "flow": 0, + "temperature": 14.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.09 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 416.72, + "flow": 0, + "temperature": 13.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.09 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 416.72, + "flow": 0, + "temperature": 12.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.09 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.5, + "precipitation": 1.3 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.4, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.4, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.7, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 416.73, + "flow": 0, + "temperature": 9.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.09 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 416.72, + "flow": 0, + "temperature": 11, + "precipitation": 0, + "inflow": 0, + "volume": 0.09 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 416.72, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.5, + "precipitation": 3.6 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.4, + "precipitation": 1.8 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 416.73, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.4, + "precipitation": 1.9 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 416.74, + "flow": 0, + "temperature": 11.4, + "precipitation": 1.9, + "inflow": 0, + "volume": 0.09 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 416.74, + "flow": 0, + "temperature": 8.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.09 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 416.74, + "flow": 0, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.09 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 416.75, + "flow": 0, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.09 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 416.74, + "flow": 0, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.09 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 416.74, + "flow": 0, + "temperature": 12.8, + "precipitation": 0.2, + "inflow": 0, + "volume": 0.09 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 416.74, + "flow": 0, + "temperature": 12.9, + "precipitation": 0.2, + "inflow": 0, + "volume": 0.09 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 12.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 416.74, + "flow": 0, + "temperature": 14.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.09 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 416.74, + "flow": 0, + "temperature": 14.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.09 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 416.74, + "flow": 0, + "temperature": 15.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.09 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 416.74, + "flow": 0, + "temperature": 18.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.09 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 416.75, + "flow": 0, + "temperature": 18.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.09 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 416.74, + "flow": 0, + "temperature": 18.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.09 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 416.74, + "flow": 0, + "temperature": 18.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.09 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 416.74, + "flow": 0, + "temperature": 18.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.09 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 416.74, + "flow": 0, + "inflow": 0, + "volume": 0.09, + "temperature": 20.2, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/CPZA.json b/public/data/CPZA.json index e256c8e..bee0886 100644 --- a/public/data/CPZA.json +++ b/public/data/CPZA.json @@ -10177,5 +10177,4595 @@ "volume": 0.67, "temperature": 15.2, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 448.81, + "flow": 0, + "temperature": 14.2, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 448.81, + "flow": 0, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 448.81, + "flow": 0, + "temperature": 12.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 448.81, + "flow": 0, + "temperature": 12.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 448.81, + "flow": 0, + "temperature": 12.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 448.81, + "flow": 0, + "temperature": 11.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 448.81, + "flow": 0, + "temperature": 11.9, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 448.81, + "flow": 0, + "temperature": 12, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 448.81, + "flow": 0, + "temperature": 12.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 448.8, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 448.81, + "flow": 0, + "temperature": 13.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 448.81, + "flow": 0, + "temperature": 12.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 448.81, + "flow": 0, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.4, + "precipitation": 1.3 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.4, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.4, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 448.81, + "flow": 0, + "temperature": 11.3, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.7, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 448.81, + "flow": 0, + "temperature": 10, + "precipitation": 0.2, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 448.81, + "flow": 0, + "temperature": 9.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 448.81, + "flow": 0, + "temperature": 9.2, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 448.81, + "flow": 0, + "temperature": 9.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 448.81, + "flow": 0, + "temperature": 9.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 448.81, + "flow": 0, + "temperature": 10.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 448.81, + "flow": 0, + "temperature": 10.9, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 448.81, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.4, + "precipitation": 3.6 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.3, + "precipitation": 1.8 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.4, + "precipitation": 1.9 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 448.82, + "flow": 0, + "temperature": 11.4, + "precipitation": 1.9, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 448.82, + "flow": 0, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 448.82, + "flow": 0, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 13, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 12.9, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 12.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 11.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 11.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 10, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 9.9, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 9.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 8.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 8.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 10.4, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 11.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 12.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 12.3, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 12.3, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 12.8, + "precipitation": 0.2, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 12.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 13.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 13.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 13.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 13.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 14, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 14.1, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 14.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 14.2, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 14.3, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 13.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 13.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 14, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 15.2, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 15.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 16.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 17.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 17.9, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 18.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 448.82, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 18.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 448.83, + "flow": 0, + "temperature": 18.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 448.82, + "flow": 0, + "temperature": 18.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 448.82, + "flow": 0, + "temperature": 18.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 448.82, + "flow": 0, + "temperature": 18.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.67 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 448.83, + "flow": 0, + "inflow": 0, + "volume": 0.67, + "temperature": 20.2, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/CRSO.json b/public/data/CRSO.json index 5b46d42..30190e5 100644 --- a/public/data/CRSO.json +++ b/public/data/CRSO.json @@ -8915,7 +8915,3049 @@ "flow": 0, "inflow": 0, "volume": 0.02, - "temperature": 14.1, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 580.55, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 580.54, + "flow": 0, + "temperature": 13.5, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 580.53, + "flow": 0, + "temperature": 13.5, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 580.52, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 580.47, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 580.47, + "flow": 0, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 580.46, + "flow": 0, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 580.44, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 580.4, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 580.4, + "flow": 0, + "temperature": 12.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 580.4, + "flow": 0, + "temperature": 12.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 580.41, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 580.43, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 580.43, + "flow": 0, + "temperature": 12.1, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 580.44, + "flow": 0, + "temperature": 12.1, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 580.44, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 580.46, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 580.47, + "flow": 0, + "temperature": 11.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 580.47, + "flow": 0, + "temperature": 11.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 580.48, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 580.5, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 580.5, + "flow": 0, + "temperature": 11.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 580.51, + "flow": 0, + "temperature": 11.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 580.51, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 580.53, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 580.54, + "flow": 0, + "temperature": 11.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 580.54, + "flow": 0, + "temperature": 11.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 580.55, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 580.57, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 580.57, + "flow": 0, + "temperature": 11.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 580.58, + "flow": 0, + "temperature": 11.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 580.58, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 580.6, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 580.59, + "flow": 0, + "temperature": 11.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 580.58, + "flow": 0, + "temperature": 11.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 580.56, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 580.52, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 580.51, + "flow": 0, + "temperature": 11.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 580.5, + "flow": 0, + "temperature": 11.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 580.48, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 580.44, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 580.43, + "flow": 0, + "temperature": 12, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 580.42, + "flow": 0, + "temperature": 12, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 580.4, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 580.36, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 580.36, + "flow": 0, + "temperature": 12.5, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 580.34, + "flow": 0, + "temperature": 12.5, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 580.33, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 580.28, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 580.28, + "flow": 0, + "temperature": 12.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 580.27, + "flow": 0, + "temperature": 12.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 580.25, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 580.23, + "flow": 0, + "temperature": 12.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 580.22, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 12.4, "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 580.21, + "flow": 0, + "temperature": 12.4, + "precipitation": 0.2, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 580.2, + "flow": 0, + "temperature": 12.4, + "precipitation": 0.2, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 580.21, + "flow": 0, + "temperature": 12.4, + "precipitation": 0.2, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 580.21, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 580.24, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 580.24, + "flow": 0, + "temperature": 12.3, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 580.25, + "flow": 0, + "temperature": 12.3, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 580.26, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 580.28, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 580.32, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 580.36, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 580.37, + "flow": 0, + "temperature": 11.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 580.38, + "flow": 0, + "temperature": 11.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 580.39, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 580.41, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 580.42, + "flow": 0, + "temperature": 11.1, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 580.43, + "flow": 0, + "temperature": 11.1, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 580.43, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 11.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 580.46, + "flow": 0, + "temperature": 11.1, + "precipitation": 0.2, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 580.46, + "flow": 0, + "temperature": 11.1, + "precipitation": 0.2, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 580.47, + "flow": 0, + "temperature": 11.1, + "precipitation": 0.2, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 580.48, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 580.5, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 580.51, + "flow": 0, + "temperature": 10.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 580.52, + "flow": 0, + "temperature": 10.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 580.53, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 580.55, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 580.55, + "flow": 0, + "temperature": 10.4, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 580.54, + "flow": 0, + "temperature": 10.4, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 580.52, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 10.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 580.48, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 10.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 580.48, + "flow": 0, + "temperature": 10.1, + "precipitation": 0.3, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 580.47, + "flow": 0, + "temperature": 10.1, + "precipitation": 0.3, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 580.46, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 580.42, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 10.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 580.42, + "flow": 0, + "temperature": 10.2, + "precipitation": 0.3, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 580.41, + "flow": 0, + "temperature": 10.2, + "precipitation": 0.3, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 580.4, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 580.37, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 580.36, + "flow": 0, + "temperature": 10.1, + "precipitation": 0.2, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 580.35, + "flow": 0, + "temperature": 10.1, + "precipitation": 0.2, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 580.34, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 9.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 580.31, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 580.3, + "flow": 0, + "temperature": 9.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 580.29, + "flow": 0, + "temperature": 9.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 580.28, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 9.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 580.24, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 9.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 580.24, + "flow": 0, + "temperature": 9.8, + "precipitation": 0.3, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 580.25, + "flow": 0, + "temperature": 9.8, + "precipitation": 0.3, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 580.26, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 9.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 580.29, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 9.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 580.3, + "flow": 0, + "temperature": 9.7, + "precipitation": 0.3, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 580.31, + "flow": 0, + "temperature": 9.7, + "precipitation": 0.3, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 580.32, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 580.35, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 580.36, + "flow": 0, + "temperature": 9.8, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 580.37, + "flow": 0, + "temperature": 9.8, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 580.38, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 8.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 580.41, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 8.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 580.42, + "flow": 0, + "temperature": 8.8, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 580.43, + "flow": 0, + "temperature": 8.8, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 580.45, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 8.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 580.48, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 580.49, + "flow": 0, + "temperature": 8.9, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 580.5, + "flow": 0, + "temperature": 8.9, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 580.51, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 580.55, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 580.56, + "flow": 0, + "temperature": 8.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 580.57, + "flow": 0, + "temperature": 8.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 580.58, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 580.62, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 580.62, + "flow": 0, + "temperature": 7.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 580.61, + "flow": 0, + "temperature": 7.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 580.6, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 580.58, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 580.57, + "flow": 0, + "temperature": 8.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 580.56, + "flow": 0, + "temperature": 8.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 580.56, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 580.53, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 580.54, + "flow": 0, + "temperature": 8.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 580.54, + "flow": 0, + "temperature": 8.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 580.54, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 580.53, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 580.53, + "flow": 0, + "temperature": 10, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 580.52, + "flow": 0, + "temperature": 10, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 580.52, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 580.5, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 580.51, + "flow": 0, + "temperature": 11.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 580.51, + "flow": 0, + "temperature": 11.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 580.5, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 580.5, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 580.51, + "flow": 0, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 580.52, + "flow": 0, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 580.54, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 580.59, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 580.6, + "flow": 0, + "temperature": 13.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 580.62, + "flow": 0, + "temperature": 13.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 580.64, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 580.69, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 580.7, + "flow": 0, + "temperature": 13.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 580.72, + "flow": 0, + "temperature": 13.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 580.74, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 580.79, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 580.8, + "flow": 0, + "temperature": 13.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 580.82, + "flow": 0, + "temperature": 13.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.02 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 580.84, + "flow": 0, + "inflow": 0, + "volume": 0.02, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 580.89, + "flow": 0, + "inflow": 0, + "volume": 0.03, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 580.9, + "flow": 0, + "temperature": 13.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.03 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 580.92, + "flow": 0, + "temperature": 13.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.03 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 580.94, + "flow": 0, + "inflow": 0, + "volume": 0.03, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 580.99, + "flow": 0, + "temperature": 14, + "precipitation": 0, + "inflow": 0, + "volume": 0.03 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 581, + "flow": 0, + "temperature": 14, + "precipitation": 0, + "inflow": 0, + "volume": 0.03 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 581.02, + "flow": 0, + "temperature": 14, + "precipitation": 0, + "inflow": 0, + "volume": 0.03 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 581.04, + "flow": 0, + "inflow": 0, + "volume": 0.03, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 581.09, + "flow": 0, + "inflow": 0, + "volume": 0.03, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 581.1, + "flow": 0, + "temperature": 14.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.03 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 581.12, + "flow": 0, + "temperature": 14.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.03 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 581.14, + "flow": 0, + "inflow": 0, + "volume": 0.03, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 581.19, + "flow": 0, + "inflow": 0, + "volume": 0.03, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 581.2, + "flow": 0, + "temperature": 13.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.03 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 581.22, + "flow": 0, + "temperature": 13.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.03 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 581.24, + "flow": 0, + "inflow": 0, + "volume": 0.03, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 581.29, + "flow": 0, + "inflow": 0, + "volume": 0.04, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 581.3, + "flow": 0, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.04 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 581.3, + "flow": 0, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.04 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 581.3, + "flow": 0, + "inflow": 0, + "volume": 0.04, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 581.29, + "flow": 0, + "inflow": 0, + "volume": 0.04, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 581.29, + "flow": 0, + "temperature": 10.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.04 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 581.29, + "flow": 0, + "temperature": 10.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.04 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 581.29, + "flow": 0, + "inflow": 0, + "volume": 0.04, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 581.28, + "flow": 0, + "inflow": 0, + "volume": 0.03, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 581.29, + "flow": 0, + "temperature": 9.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.03 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 581.29, + "flow": 0, + "temperature": 9.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.03 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 581.29, + "flow": 0, + "inflow": 0, + "volume": 0.03, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 581.28, + "flow": 0, + "inflow": 0, + "volume": 0.03, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 581.29, + "flow": 0, + "temperature": 8.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.03 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 581.29, + "flow": 0, + "temperature": 8.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.03 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 581.28, + "flow": 0, + "inflow": 0, + "volume": 0.03, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 581.28, + "flow": 0, + "inflow": 0, + "volume": 0.03, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 581.28, + "flow": 0, + "temperature": 7.9, + "precipitation": 0, + "inflow": 0, + "volume": 0.03 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 581.27, + "flow": 0, + "temperature": 7.9, + "precipitation": 0, + "inflow": 0, + "volume": 0.03 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 581.27, + "flow": 0, + "inflow": 0, + "volume": 0.03, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 581.27, + "flow": 0, + "inflow": 0, + "volume": 0.03, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 581.28, + "flow": 0, + "temperature": 7.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.03 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 581.29, + "flow": 0, + "temperature": 7.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.03 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 581.31, + "flow": 0, + "inflow": 0, + "volume": 0.03, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 581.36, + "flow": 0, + "inflow": 0, + "volume": 0.04, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 581.38, + "flow": 0, + "temperature": 7.2, + "precipitation": 0, + "inflow": 0, + "volume": 0.04 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 581.4, + "flow": 0, + "temperature": 7.2, + "precipitation": 0, + "inflow": 0, + "volume": 0.04 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 581.41, + "flow": 0, + "inflow": 0, + "volume": 0.04, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 581.47, + "flow": 0, + "inflow": 0, + "volume": 0.04, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 581.48, + "flow": 0, + "temperature": 7, + "precipitation": 0, + "inflow": 0, + "volume": 0.04 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 581.5, + "flow": 0, + "temperature": 7, + "precipitation": 0, + "inflow": 0, + "volume": 0.04 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 581.52, + "flow": 0, + "inflow": 0, + "volume": 0.04, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 581.57, + "flow": 0, + "inflow": 0, + "volume": 0.04, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 581.58, + "flow": 0, + "temperature": 7.2, + "precipitation": 0, + "inflow": 0, + "volume": 0.04 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 581.6, + "flow": 0, + "temperature": 7.2, + "precipitation": 0, + "inflow": 0, + "volume": 0.04 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 581.62, + "flow": 0, + "inflow": 0, + "volume": 0.04, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 581.67, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 581.68, + "flow": 0, + "temperature": 7.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 581.7, + "flow": 0, + "temperature": 7.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 581.71, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 581.76, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 581.77, + "flow": 0, + "temperature": 7.2, + "precipitation": 0, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 581.77, + "flow": 0, + "temperature": 7.2, + "precipitation": 0, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 581.76, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 581.75, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 581.75, + "flow": 0, + "temperature": 7.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 581.75, + "flow": 0, + "temperature": 7.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 581.75, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 581.74, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 581.73, + "flow": 0, + "temperature": 7.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 581.73, + "flow": 0, + "temperature": 7.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 581.73, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 581.72, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 581.71, + "flow": 0, + "temperature": 9, + "precipitation": 0, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 581.71, + "flow": 0, + "temperature": 9, + "precipitation": 0, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 581.7, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 581.69, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 581.69, + "flow": 0, + "temperature": 10.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 581.69, + "flow": 0, + "temperature": 10.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 581.68, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 581.67, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 581.66, + "flow": 0, + "temperature": 10.9, + "precipitation": 0, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 581.64, + "flow": 0, + "temperature": 10.9, + "precipitation": 0, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 581.61, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 581.54, + "flow": 0, + "inflow": 0, + "volume": 0.04, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 581.53, + "flow": 0, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.04 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 581.54, + "flow": 0, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.04 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 581.56, + "flow": 0, + "inflow": 0, + "volume": 0.04, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 581.6, + "flow": 0, + "inflow": 0, + "volume": 0.04, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 581.62, + "flow": 0, + "temperature": 12, + "precipitation": 0, + "inflow": 0, + "volume": 0.04 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 581.63, + "flow": 0, + "temperature": 12, + "precipitation": 0, + "inflow": 0, + "volume": 0.04 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 581.64, + "flow": 0, + "inflow": 0, + "volume": 0.04, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 581.69, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 581.7, + "flow": 0, + "temperature": 11.9, + "precipitation": 0, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 581.72, + "flow": 0, + "temperature": 11.9, + "precipitation": 0, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 581.73, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 581.77, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 581.79, + "flow": 0, + "temperature": 11.8, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 581.8, + "flow": 0, + "temperature": 11.8, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 581.82, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 581.86, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 581.86, + "flow": 0, + "temperature": 11.6, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 581.85, + "flow": 0, + "temperature": 11.6, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 581.84, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 11.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 581.82, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 581.78, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 581.77, + "flow": 0, + "temperature": 12.2, + "precipitation": 0.2, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 581.76, + "flow": 0, + "temperature": 12.2, + "precipitation": 0.2, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 581.75, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 581.73, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 581.72, + "flow": 0, + "temperature": 12.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 581.72, + "flow": 0, + "temperature": 12.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 581.71, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 581.7, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 581.69, + "flow": 0, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 581.69, + "flow": 0, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 581.68, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 581.67, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 581.66, + "flow": 0, + "temperature": 13, + "precipitation": 0, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 581.66, + "flow": 0, + "temperature": 13, + "precipitation": 0, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 581.65, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 581.64, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 581.63, + "flow": 0, + "temperature": 12.5, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 581.63, + "flow": 0, + "temperature": 12.5, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 581.62, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 581.6, + "flow": 0, + "inflow": 0, + "volume": 0.04, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 581.6, + "flow": 0, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.04 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 581.59, + "flow": 0, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.04 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 581.59, + "flow": 0, + "inflow": 0, + "volume": 0.04, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 581.57, + "flow": 0, + "inflow": 0, + "volume": 0.04, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 581.54, + "flow": 0, + "inflow": 0, + "volume": 0.04, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 581.54, + "flow": 0, + "temperature": 12.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.04 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 581.55, + "flow": 0, + "temperature": 12.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.04 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 581.57, + "flow": 0, + "inflow": 0, + "volume": 0.04, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 581.61, + "flow": 0, + "inflow": 0, + "volume": 0.04, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 581.62, + "flow": 0, + "temperature": 13.3, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.04 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 581.63, + "flow": 0, + "temperature": 13.3, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.04 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 581.64, + "flow": 0, + "inflow": 0, + "volume": 0.04, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 581.68, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 581.7, + "flow": 0, + "temperature": 13.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 581.71, + "flow": 0, + "temperature": 13.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 581.72, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 581.76, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 581.77, + "flow": 0, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 581.78, + "flow": 0, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 581.8, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 13.2, + "precipitation": 0.8 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 581.83, + "flow": 0, + "temperature": 13.2, + "precipitation": 0.8, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 581.85, + "flow": 0, + "temperature": 13.2, + "precipitation": 0.8, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 581.86, + "flow": 0, + "temperature": 13.2, + "precipitation": 0.8, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 581.87, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 13.4, + "precipitation": 0.9 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 581.91, + "flow": 0, + "inflow": 0, + "volume": 0.06, + "temperature": 13.6, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 581.91, + "flow": 0, + "temperature": 13.6, + "precipitation": 0.5, + "inflow": 0, + "volume": 0.06 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 581.91, + "flow": 0, + "temperature": 13.6, + "precipitation": 0.5, + "inflow": 0, + "volume": 0.06 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 581.9, + "flow": 0, + "inflow": 0, + "volume": 0.06, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 581.88, + "flow": 0, + "inflow": 0, + "volume": 0.06, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 581.88, + "flow": 0, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.06 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 581.87, + "flow": 0, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.06 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 581.86, + "flow": 0, + "inflow": 0, + "volume": 0.06, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 581.85, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 581.81, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 581.8, + "flow": 0, + "temperature": 14.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 581.8, + "flow": 0, + "temperature": 14.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 581.79, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 581.72, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 581.65, + "flow": 0, + "temperature": 15.9, + "precipitation": 0, + "inflow": 0, + "volume": 0.05 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 581.62, + "flow": 0, + "inflow": 0, + "volume": 0.05, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 581.58, + "flow": 0, + "inflow": 0, + "volume": 0.04, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 581.58, + "flow": 0, + "temperature": 17.2, + "precipitation": 0, + "inflow": 0, + "volume": 0.04 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 581.57, + "flow": 0, + "temperature": 17.2, + "precipitation": 0, + "inflow": 0, + "volume": 0.04 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 581.57, + "flow": 0, + "inflow": 0, + "volume": 0.04, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 581.55, + "flow": 0, + "inflow": 0, + "volume": 0.04, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 581.54, + "flow": 0, + "temperature": 17.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.04 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 581.54, + "flow": 0, + "temperature": 17.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.04 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 581.53, + "flow": 0, + "inflow": 0, + "volume": 0.04, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 581.51, + "flow": 0, + "inflow": 0, + "volume": 0.04, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 581.51, + "flow": 0, + "temperature": 18.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.04 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 581.5, + "flow": 0, + "temperature": 18.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.04 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 581.5, + "flow": 0, + "inflow": 0, + "volume": 0.04, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 581.48, + "flow": 0, + "temperature": 18.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.04 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 581.49, + "flow": 0, + "temperature": 18.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.04 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 581.5, + "flow": 0, + "temperature": 18.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.04 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 581.51, + "flow": 0, + "inflow": 0, + "volume": 0.04, + "temperature": 19.8, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/HESE.json b/public/data/HESE.json index 6ce200e..836f74e 100644 --- a/public/data/HESE.json +++ b/public/data/HESE.json @@ -10258,5 +10258,4748 @@ "volume": 1.68, "temperature": 13.7, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 447.1, + "flow": 0, + "inflow": 0.58, + "volume": 1.68, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 447.1, + "flow": 0, + "inflow": 0.58, + "volume": 1.68, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 447.1, + "flow": 0.31, + "temperature": 13.4, + "precipitation": 0, + "inflow": 0.58, + "volume": 1.68 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 447.1, + "flow": 0.32, + "inflow": 0.58, + "volume": 1.68, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 447.1, + "flow": 0.33, + "inflow": 0.58, + "volume": 1.68, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 447.1, + "flow": 0.35, + "inflow": 0.58, + "volume": 1.68, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 447.1, + "flow": 0, + "inflow": 0.58, + "volume": 1.68, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 447.1, + "flow": 0, + "inflow": 0.58, + "volume": 1.68, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 447.1, + "flow": 0.33, + "inflow": 0.58, + "volume": 1.68, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 447.1, + "flow": 0.33, + "inflow": 0.58, + "volume": 1.68, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 447.1, + "flow": 0.33, + "inflow": 0.58, + "volume": 1.68, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 447.1, + "flow": 0.35, + "inflow": 0.58, + "volume": 1.68, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 447.11, + "flow": 0, + "inflow": 0.58, + "volume": 1.68, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 447.11, + "flow": 0, + "inflow": 0.58, + "volume": 1.68, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 447.1, + "flow": 0.35, + "inflow": 0.58, + "volume": 1.68, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 447.11, + "flow": 0.34, + "inflow": 0.58, + "volume": 1.68, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 447.11, + "flow": 0.35, + "temperature": 12.8, + "precipitation": 0, + "inflow": 0.58, + "volume": 1.68 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 447.11, + "flow": 0.33, + "inflow": 0.58, + "volume": 1.68, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 447.11, + "flow": 0, + "inflow": 0.58, + "volume": 1.68, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 447.11, + "flow": 0, + "inflow": 0.58, + "volume": 1.68, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 447.11, + "flow": 0.32, + "inflow": 0.58, + "volume": 1.68, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 447.11, + "flow": 0.34, + "inflow": 0.58, + "volume": 1.68, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 447.11, + "flow": 0.35, + "inflow": 0.58, + "volume": 1.68, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 447.11, + "flow": 0.34, + "inflow": 0.58, + "volume": 1.68, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 447.11, + "flow": 0, + "inflow": 0.58, + "volume": 1.68, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 447.11, + "flow": 0, + "inflow": 0.58, + "volume": 1.68, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 447.11, + "flow": 0.35, + "inflow": 0.58, + "volume": 1.68, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 447.11, + "flow": 0.35, + "inflow": 0.58, + "volume": 1.68, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 447.11, + "flow": 0.35, + "inflow": 0.58, + "volume": 1.68, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 447.11, + "flow": 0.34, + "inflow": 0.58, + "volume": 1.68, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 447.12, + "flow": 0, + "inflow": 0.58, + "volume": 1.68, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 447.12, + "flow": 0, + "inflow": 0.58, + "volume": 1.68, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 447.11, + "flow": 0.36, + "inflow": 0.58, + "volume": 1.68, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 447.12, + "flow": 0.35, + "inflow": 0.58, + "volume": 1.68, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 447.12, + "flow": 0.35, + "inflow": 0.58, + "volume": 1.68, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 447.12, + "flow": 0.34, + "inflow": 0.58, + "volume": 1.68, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 447.12, + "flow": 0, + "temperature": 11.7, + "precipitation": 0, + "inflow": 0.58, + "volume": 1.68 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 447.12, + "flow": 0, + "inflow": 0.58, + "volume": 1.68, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 447.12, + "flow": 0.35, + "inflow": 0.58, + "volume": 1.69, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 447.12, + "flow": 0.34, + "inflow": 0.58, + "volume": 1.69, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 447.12, + "flow": 0.35, + "inflow": 0.58, + "volume": 1.69, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 447.13, + "flow": 0.34, + "inflow": 0.58, + "volume": 1.69, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 447.13, + "flow": 0, + "temperature": 11.5, + "precipitation": 0, + "inflow": 0.58, + "volume": 1.69 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 447.13, + "flow": 0, + "inflow": 0.58, + "volume": 1.69, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 447.13, + "flow": 0.31, + "inflow": 0.58, + "volume": 1.69, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 447.12, + "flow": 0.33, + "inflow": 0.58, + "volume": 1.69, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 447.13, + "flow": 0.33, + "temperature": 11.9, + "precipitation": 0, + "inflow": 0.58, + "volume": 1.69 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 447.12, + "flow": 0.34, + "inflow": 0.58, + "volume": 1.69, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 447.13, + "flow": 0, + "inflow": 0.58, + "volume": 1.69, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 447.13, + "flow": 0, + "inflow": 0.58, + "volume": 1.69, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 447.13, + "flow": 0.64, + "inflow": 0.58, + "volume": 1.69, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 447.13, + "flow": 0.8, + "inflow": 0.58, + "volume": 1.69, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 447.13, + "flow": 1.65, + "temperature": 11.8, + "precipitation": 0, + "inflow": 0.58, + "volume": 1.69 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 447.12, + "flow": 1.71, + "inflow": 0.58, + "volume": 1.69, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 447.12, + "flow": 0, + "inflow": 0.58, + "volume": 1.69, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 447.12, + "flow": 0, + "inflow": 0.58, + "volume": 1.69, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 447.12, + "flow": 1.71, + "inflow": 0.58, + "volume": 1.68, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 447.11, + "flow": 1.71, + "inflow": 0.58, + "volume": 1.68, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 447.12, + "flow": 1.72, + "inflow": 0.58, + "volume": 1.68, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 447.12, + "flow": 1.71, + "inflow": 0.58, + "volume": 1.68, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 447.11, + "flow": 0, + "inflow": 0.58, + "volume": 1.68, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 447.11, + "flow": 0, + "inflow": 0.58, + "volume": 1.68, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 447.11, + "flow": 1.72, + "inflow": 0.62, + "volume": 1.68, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 447.11, + "flow": 1.73, + "inflow": 0.62, + "volume": 1.68, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 447.1, + "flow": 1.73, + "inflow": 0.62, + "volume": 1.68, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 447.1, + "flow": 1.74, + "inflow": 0.62, + "volume": 1.68, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 447.1, + "flow": 0, + "inflow": 0.62, + "volume": 1.68, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 447.1, + "flow": 0, + "inflow": 0.62, + "volume": 1.68, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 447.1, + "flow": 1.77, + "inflow": 0.62, + "volume": 1.68, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 447.09, + "flow": 1.74, + "inflow": 0.62, + "volume": 1.68, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 447.09, + "flow": 1.76, + "inflow": 0.62, + "volume": 1.68, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 447.09, + "flow": 1.76, + "inflow": 0.62, + "volume": 1.68, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 447.09, + "flow": 0, + "inflow": 0.62, + "volume": 1.68, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 447.09, + "flow": 0, + "inflow": 0.62, + "volume": 1.68, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 447.09, + "flow": 1.68, + "inflow": 0.62, + "volume": 1.67, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 447.08, + "flow": 1.73, + "inflow": 0.62, + "volume": 1.67, + "temperature": 12.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 447.08, + "flow": 1.74, + "inflow": 0.62, + "volume": 1.67, + "temperature": 12.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 447.08, + "flow": 1.68, + "inflow": 0.62, + "volume": 1.67, + "temperature": 12.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 447.08, + "flow": 0, + "inflow": 0.62, + "volume": 1.67, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 447.07, + "flow": 0, + "inflow": 0.62, + "volume": 1.67, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 447.08, + "flow": 1.71, + "inflow": 0.62, + "volume": 1.67, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 447.07, + "flow": 1.4, + "inflow": 0.62, + "volume": 1.67, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 447.07, + "flow": 0.5, + "inflow": 0.62, + "volume": 1.67, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 447.07, + "flow": 0.35, + "inflow": 0.62, + "volume": 1.67, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 447.08, + "flow": 0, + "inflow": 0.62, + "volume": 1.67, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 447.08, + "flow": 0, + "inflow": 0.62, + "volume": 1.67, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 447.08, + "flow": 0.33, + "inflow": 0.62, + "volume": 1.67, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 447.08, + "flow": 0.33, + "inflow": 0.62, + "volume": 1.67, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 447.08, + "flow": 0.32, + "inflow": 0.62, + "volume": 1.67, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 447.08, + "flow": 0.32, + "inflow": 0.62, + "volume": 1.67, + "temperature": 12.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 447.08, + "flow": 0, + "inflow": 0.62, + "volume": 1.67, + "temperature": 12.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 447.08, + "flow": 0, + "inflow": 0.62, + "volume": 1.67, + "temperature": 12.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 447.08, + "flow": 0.31, + "inflow": 0.62, + "volume": 1.67, + "temperature": 12.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 447.08, + "flow": 0.3, + "inflow": 0.62, + "volume": 1.67, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 447.08, + "flow": 0.31, + "inflow": 0.62, + "volume": 1.67, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 447.08, + "flow": 0.34, + "inflow": 0.62, + "volume": 1.67, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 447.09, + "flow": 0, + "inflow": 0.62, + "volume": 1.67, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 447.08, + "flow": 0, + "inflow": 0.62, + "volume": 1.67, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 447.09, + "flow": 0.34, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0.62, + "volume": 1.67 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 447.08, + "flow": 0.35, + "inflow": 0.62, + "volume": 1.67, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 447.09, + "flow": 0.35, + "inflow": 0.62, + "volume": 1.67, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 447.09, + "flow": 0.34, + "inflow": 0.62, + "volume": 1.67, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 447.09, + "flow": 0, + "inflow": 0.62, + "volume": 1.67, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 447.09, + "flow": 0, + "inflow": 0.62, + "volume": 1.67, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 447.09, + "flow": 0.35, + "inflow": 0.62, + "volume": 1.68, + "temperature": 11.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 447.09, + "flow": 0.33, + "inflow": 0.62, + "volume": 1.68, + "temperature": 11.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 447.09, + "flow": 0.33, + "inflow": 0.62, + "volume": 1.68, + "temperature": 11.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 447.09, + "flow": 0.33, + "inflow": 0.62, + "volume": 1.68, + "temperature": 11.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 447.09, + "flow": 0, + "inflow": 0.62, + "volume": 1.68, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 447.1, + "flow": 0.34, + "inflow": 0.62, + "volume": 1.68, + "temperature": 11.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 447.1, + "flow": 0.34, + "inflow": 0.62, + "volume": 1.68, + "temperature": 11.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 447.1, + "flow": 0.35, + "inflow": 0.62, + "volume": 1.68, + "temperature": 11.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 447.1, + "flow": 0.35, + "inflow": 0.62, + "volume": 1.68, + "temperature": 11.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 447.1, + "flow": 0, + "inflow": 0.62, + "volume": 1.68, + "temperature": 11.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 447.1, + "flow": 0, + "inflow": 0.62, + "volume": 1.68, + "temperature": 11.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 447.1, + "flow": 0.35, + "inflow": 0.62, + "volume": 1.68, + "temperature": 11.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 447.1, + "flow": 0.34, + "inflow": 0.62, + "volume": 1.68, + "temperature": 11.4, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 447.1, + "flow": 0.34, + "inflow": 0.62, + "volume": 1.68, + "temperature": 11.4, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 447.1, + "flow": 0.34, + "inflow": 0.62, + "volume": 1.68, + "temperature": 11.5, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 447.1, + "flow": 0, + "inflow": 0.62, + "volume": 1.68, + "temperature": 11.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 447.1, + "flow": 0, + "inflow": 0.62, + "volume": 1.68, + "temperature": 11.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 447.11, + "flow": 0.33, + "inflow": 0.62, + "volume": 1.68, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 447.1, + "flow": 0.36, + "inflow": 0.62, + "volume": 1.68, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 447.11, + "flow": 0.36, + "inflow": 0.62, + "volume": 1.68, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 447.11, + "flow": 0.37, + "inflow": 0.62, + "volume": 1.68, + "temperature": 11.3, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 447.11, + "flow": 0, + "temperature": 11.3, + "precipitation": 0.5, + "inflow": 0.62, + "volume": 1.68 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 447.11, + "flow": 0, + "inflow": 0.62, + "volume": 1.68, + "temperature": 11.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 447.11, + "flow": 0.36, + "inflow": 0.62, + "volume": 1.68, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 447.11, + "flow": 0.36, + "temperature": 11.1, + "precipitation": 0.1, + "inflow": 0.62, + "volume": 1.68 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 447.11, + "flow": 0.35, + "inflow": 0.62, + "volume": 1.68, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 447.11, + "flow": 0.36, + "inflow": 0.62, + "volume": 1.68, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 447.11, + "flow": 0, + "inflow": 0.62, + "volume": 1.68, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 447.12, + "flow": 0, + "inflow": 0.62, + "volume": 1.68, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 447.11, + "flow": 0.38, + "inflow": 0.62, + "volume": 1.68, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 447.12, + "flow": 0.36, + "inflow": 0.62, + "volume": 1.68, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 447.12, + "flow": 0.36, + "temperature": 11, + "precipitation": 0.1, + "inflow": 0.62, + "volume": 1.68 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 447.12, + "flow": 0.36, + "inflow": 0.62, + "volume": 1.68, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 447.12, + "flow": 0, + "inflow": 0.62, + "volume": 1.68, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 447.12, + "flow": 0, + "inflow": 0.62, + "volume": 1.68, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 447.12, + "flow": 0.37, + "inflow": 0.62, + "volume": 1.68, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 447.12, + "flow": 0.37, + "inflow": 0.62, + "volume": 1.68, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 447.12, + "flow": 0.37, + "inflow": 0.62, + "volume": 1.68, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 447.13, + "flow": 0.38, + "inflow": 0.62, + "volume": 1.68, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 447.12, + "flow": 0, + "inflow": 0.62, + "volume": 1.68, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 447.12, + "flow": 0, + "inflow": 0.62, + "volume": 1.68, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 447.13, + "flow": 0.38, + "inflow": 0.62, + "volume": 1.69, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 447.13, + "flow": 0.37, + "inflow": 0.62, + "volume": 1.69, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 447.13, + "flow": 0.37, + "inflow": 0.62, + "volume": 1.69, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 447.13, + "flow": 0.38, + "inflow": 0.62, + "volume": 1.69, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 447.13, + "flow": 0, + "inflow": 0.62, + "volume": 1.69, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 447.13, + "flow": 0, + "inflow": 0.62, + "volume": 1.69, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 447.13, + "flow": 0.37, + "inflow": 0.62, + "volume": 1.69, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 447.14, + "flow": 0.38, + "inflow": 0.62, + "volume": 1.69, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 447.13, + "flow": 0.37, + "inflow": 0.62, + "volume": 1.69, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 447.14, + "flow": 0.37, + "inflow": 0.62, + "volume": 1.69, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 447.13, + "flow": 0, + "inflow": 0.62, + "volume": 1.69, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 447.14, + "flow": 0, + "inflow": 0.62, + "volume": 1.69, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 447.14, + "flow": 0.39, + "inflow": 0.62, + "volume": 1.69, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 447.14, + "flow": 0.38, + "inflow": 0.62, + "volume": 1.69, + "temperature": 10.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 447.14, + "flow": 0.37, + "inflow": 0.62, + "volume": 1.69, + "temperature": 10.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 447.14, + "flow": 0.4, + "inflow": 0.62, + "volume": 1.69, + "temperature": 10.4, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 447.15, + "flow": 0, + "inflow": 0.62, + "volume": 1.69, + "temperature": 10.4, + "precipitation": 0.7 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 447.15, + "flow": 0, + "inflow": 0.62, + "volume": 1.69, + "temperature": 10.4, + "precipitation": 0.7 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 447.15, + "flow": 0.39, + "inflow": 0.62, + "volume": 1.69, + "temperature": 10.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 447.15, + "flow": 0.39, + "inflow": 0.62, + "volume": 1.69, + "temperature": 10.4, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 447.15, + "flow": 0.42, + "inflow": 0.62, + "volume": 1.69, + "temperature": 10.4, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 447.15, + "flow": 0.4, + "inflow": 0.62, + "volume": 1.69, + "temperature": 10.5, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 447.16, + "flow": 0, + "inflow": 0.62, + "volume": 1.69, + "temperature": 10.5, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 447.16, + "flow": 0, + "inflow": 0.62, + "volume": 1.69, + "temperature": 10.5, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 447.16, + "flow": 0.4, + "inflow": 0.62, + "volume": 1.7, + "temperature": 10.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 447.16, + "flow": 0.4, + "inflow": 0.62, + "volume": 1.7, + "temperature": 10.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 447.16, + "flow": 0.4, + "inflow": 0.62, + "volume": 1.7, + "temperature": 10.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 447.16, + "flow": 0.4, + "inflow": 0.62, + "volume": 1.7, + "temperature": 10.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 447.17, + "flow": 0, + "inflow": 0.62, + "volume": 1.7, + "temperature": 10.4, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 447.17, + "flow": 0, + "inflow": 0.62, + "volume": 1.7, + "temperature": 10, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 447.17, + "flow": 0.41, + "inflow": 0.62, + "volume": 1.7, + "temperature": 10, + "precipitation": 1.2 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 447.17, + "flow": 0.41, + "inflow": 0.62, + "volume": 1.7, + "temperature": 9.9, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 447.17, + "flow": 0.41, + "inflow": 0.62, + "volume": 1.7, + "temperature": 9.9, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 447.18, + "flow": 0.47, + "inflow": 0.62, + "volume": 1.7, + "temperature": 9.9, + "precipitation": 1.1 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 447.17, + "flow": 0, + "inflow": 0.62, + "volume": 1.7, + "temperature": 9.8, + "precipitation": 1.4 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 447.17, + "flow": 0, + "inflow": 0.62, + "volume": 1.7, + "temperature": 9.8, + "precipitation": 1.4 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 447.17, + "flow": 1.85, + "inflow": 0.62, + "volume": 1.7, + "temperature": 9.8, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 447.17, + "flow": 1.86, + "inflow": 0.62, + "volume": 1.7, + "temperature": 9.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 447.17, + "flow": 1.87, + "inflow": 0.62, + "volume": 1.7, + "temperature": 9.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 447.17, + "flow": 1.9, + "inflow": 0.62, + "volume": 1.7, + "temperature": 9.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 447.17, + "flow": 0, + "inflow": 0.62, + "volume": 1.7, + "temperature": 9.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 447.17, + "flow": 0, + "inflow": 0.62, + "volume": 1.7, + "temperature": 9.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 447.16, + "flow": 1.88, + "inflow": 0.62, + "volume": 1.7, + "temperature": 9.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 447.17, + "flow": 1.87, + "inflow": 0.62, + "volume": 1.7, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 447.16, + "flow": 1.86, + "inflow": 0.62, + "volume": 1.7, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 447.17, + "flow": 1.91, + "inflow": 0.62, + "volume": 1.7, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 447.16, + "flow": 0, + "inflow": 0.62, + "volume": 1.7, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 447.16, + "flow": 0, + "inflow": 0.62, + "volume": 1.7, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 447.16, + "flow": 1.88, + "inflow": 0.62, + "volume": 1.7, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 447.16, + "flow": 1.87, + "inflow": 0.62, + "volume": 1.7, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 447.16, + "flow": 1.88, + "inflow": 0.62, + "volume": 1.7, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 447.16, + "flow": 1.84, + "temperature": 8.7, + "precipitation": 0, + "inflow": 0.62, + "volume": 1.7 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 447.16, + "flow": 0, + "inflow": 0.62, + "volume": 1.7, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 447.16, + "flow": 0, + "inflow": 0.62, + "volume": 1.7, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 447.16, + "flow": 1.81, + "inflow": 0.62, + "volume": 1.7, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 447.16, + "flow": 1.87, + "inflow": 0.62, + "volume": 1.7, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 447.16, + "flow": 1.84, + "inflow": 0.62, + "volume": 1.7, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 447.16, + "flow": 1.86, + "inflow": 0.62, + "volume": 1.7, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 447.16, + "flow": 0, + "inflow": 0.62, + "volume": 1.7, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 447.16, + "flow": 0, + "inflow": 0.62, + "volume": 1.7, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 447.16, + "flow": 1.89, + "inflow": 0.98, + "volume": 1.7, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 447.15, + "flow": 1.88, + "inflow": 0.98, + "volume": 1.7, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 447.16, + "flow": 1.91, + "inflow": 0.98, + "volume": 1.7, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 447.15, + "flow": 1.89, + "inflow": 0.98, + "volume": 1.7, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 447.15, + "flow": 0, + "inflow": 0.98, + "volume": 1.7, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 447.15, + "flow": 0, + "inflow": 0.98, + "volume": 1.7, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 447.15, + "flow": 1.87, + "inflow": 0.98, + "volume": 1.7, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 447.15, + "flow": 1.86, + "inflow": 0.98, + "volume": 1.7, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 447.15, + "flow": 1.87, + "inflow": 0.98, + "volume": 1.7, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 447.15, + "flow": 1.81, + "inflow": 0.98, + "volume": 1.7, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 447.15, + "flow": 0, + "temperature": 10.6, + "precipitation": 0, + "inflow": 0.98, + "volume": 1.7 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 447.15, + "flow": 0, + "inflow": 0.98, + "volume": 1.7, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 447.15, + "flow": 1.81, + "inflow": 0.98, + "volume": 1.7, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 447.15, + "flow": 1.83, + "inflow": 0.98, + "volume": 1.7, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 447.15, + "flow": 1.81, + "inflow": 0.98, + "volume": 1.7, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 447.15, + "flow": 1.8, + "inflow": 0.98, + "volume": 1.7, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 447.15, + "flow": 0, + "inflow": 0.98, + "volume": 1.7, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 447.15, + "flow": 0, + "inflow": 0.98, + "volume": 1.7, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 447.15, + "flow": 1.8, + "inflow": 0.98, + "volume": 1.69, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 447.14, + "flow": 1.76, + "inflow": 0.98, + "volume": 1.69, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 447.15, + "flow": 1.74, + "inflow": 0.98, + "volume": 1.69, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 447.15, + "flow": 1.78, + "inflow": 0.98, + "volume": 1.69, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 447.15, + "flow": 0, + "inflow": 0.98, + "volume": 1.69, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 447.14, + "flow": 0, + "inflow": 0.98, + "volume": 1.69, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 447.14, + "flow": 1.7, + "inflow": 0.98, + "volume": 1.69, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 447.14, + "flow": 1.67, + "inflow": 0.98, + "volume": 1.69, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 447.14, + "flow": 1.67, + "inflow": 0.98, + "volume": 1.69, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 447.14, + "flow": 1.75, + "inflow": 0.98, + "volume": 1.69, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 447.14, + "flow": 0, + "inflow": 0.98, + "volume": 1.69, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 447.14, + "flow": 0, + "inflow": 0.98, + "volume": 1.69, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 447.14, + "flow": 1.62, + "inflow": 0.98, + "volume": 1.69, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 447.14, + "flow": 1.28, + "inflow": 0.98, + "volume": 1.69, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 447.15, + "flow": 0.42, + "inflow": 0.98, + "volume": 1.69, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 447.15, + "flow": 0.31, + "inflow": 0.98, + "volume": 1.69, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 447.15, + "flow": 0, + "inflow": 0.98, + "volume": 1.69, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 447.15, + "flow": 0, + "inflow": 0.98, + "volume": 1.69, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 447.15, + "flow": 0.3, + "inflow": 0.98, + "volume": 1.69, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 447.15, + "flow": 0.3, + "inflow": 0.98, + "volume": 1.69, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 447.15, + "flow": 0.27, + "inflow": 0.98, + "volume": 1.69, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 447.15, + "flow": 0.25, + "inflow": 0.98, + "volume": 1.69, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 447.16, + "flow": 0, + "inflow": 0.98, + "volume": 1.69, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 447.16, + "flow": 0, + "inflow": 0.98, + "volume": 1.69, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 447.16, + "flow": 0.29, + "inflow": 0.98, + "volume": 1.7, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 447.16, + "flow": 0.3, + "inflow": 0.98, + "volume": 1.7, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 447.16, + "flow": 0.26, + "temperature": 13.9, + "precipitation": 0, + "inflow": 0.98, + "volume": 1.7 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 447.16, + "flow": 0.27, + "inflow": 0.98, + "volume": 1.7, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 447.16, + "flow": 0, + "inflow": 0.98, + "volume": 1.7, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 447.16, + "flow": 0, + "inflow": 0.98, + "volume": 1.7, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 447.17, + "flow": 0.26, + "inflow": 0.98, + "volume": 1.7, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 447.17, + "flow": 0.27, + "inflow": 0.98, + "volume": 1.7, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 447.17, + "flow": 0.33, + "inflow": 0.98, + "volume": 1.7, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 447.17, + "flow": 0.36, + "inflow": 0.98, + "volume": 1.7, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 447.18, + "flow": 0, + "inflow": 0.98, + "volume": 1.7, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 447.18, + "flow": 0, + "inflow": 0.98, + "volume": 1.7, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 447.18, + "flow": 0.4, + "inflow": 0.98, + "volume": 1.7, + "temperature": 14.1, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 447.18, + "flow": 0.39, + "temperature": 14.1, + "precipitation": 0.6, + "inflow": 0.98, + "volume": 1.7 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 447.18, + "flow": 0.41, + "inflow": 0.98, + "volume": 1.7, + "temperature": 13.3, + "precipitation": 1.3 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 447.18, + "flow": 0.39, + "temperature": 13.3, + "precipitation": 1.3, + "inflow": 0.98, + "volume": 1.7 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 447.18, + "flow": 0, + "inflow": 0.98, + "volume": 1.7, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 447.18, + "flow": 0, + "inflow": 0.98, + "volume": 1.7, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 447.19, + "flow": 0.4, + "inflow": 0.98, + "volume": 1.71, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 447.19, + "flow": 0.4, + "inflow": 0.98, + "volume": 1.71, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 447.19, + "flow": 0.37, + "inflow": 0.98, + "volume": 1.71, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 447.19, + "flow": 0.39, + "inflow": 0.98, + "volume": 1.71, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 447.19, + "flow": 0, + "inflow": 0.98, + "volume": 1.71, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 447.19, + "flow": 0, + "inflow": 0.98, + "volume": 1.71, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 447.19, + "flow": 0.39, + "inflow": 0.98, + "volume": 1.71, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 447.2, + "flow": 0.38, + "inflow": 0.98, + "volume": 1.71, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 447.19, + "flow": 0.36, + "inflow": 0.98, + "volume": 1.71, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 447.2, + "flow": 0.34, + "inflow": 0.98, + "volume": 1.71, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 447.2, + "flow": 0, + "inflow": 0.98, + "volume": 1.71, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 447.2, + "flow": 0, + "inflow": 0.98, + "volume": 1.71, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 447.2, + "flow": 0.35, + "inflow": 0.98, + "volume": 1.71, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 447.21, + "flow": 0.35, + "inflow": 0.98, + "volume": 1.71, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 447.21, + "flow": 0.36, + "inflow": 0.98, + "volume": 1.71, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 447.22, + "flow": 0.34, + "inflow": 0.98, + "volume": 1.71, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 447.22, + "flow": 0, + "inflow": 0.98, + "volume": 1.71, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 447.22, + "flow": 0, + "inflow": 0.98, + "volume": 1.71, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 447.22, + "flow": 0.33, + "temperature": 10.1, + "precipitation": 0, + "inflow": 0.98, + "volume": 1.71 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 447.23, + "flow": 0.32, + "inflow": 0.98, + "volume": 1.72, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 447.23, + "flow": 0.3, + "inflow": 0.98, + "volume": 1.72, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 447.23, + "flow": 0.29, + "inflow": 0.98, + "volume": 1.72, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 447.24, + "flow": 0, + "inflow": 0.98, + "volume": 1.72, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 447.24, + "flow": 0, + "inflow": 0.98, + "volume": 1.72, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 447.24, + "flow": 0.28, + "inflow": 0.98, + "volume": 1.73, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 447.24, + "flow": 0.28, + "inflow": 0.98, + "volume": 1.73, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 447.25, + "flow": 0.27, + "inflow": 0.98, + "volume": 1.73, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 447.25, + "flow": 0.3, + "inflow": 0.98, + "volume": 1.73, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 447.26, + "flow": 0, + "inflow": 0.98, + "volume": 1.73, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 447.26, + "flow": 0, + "inflow": 0.98, + "volume": 1.73, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 447.26, + "flow": 0.29, + "inflow": 0.98, + "volume": 1.73, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 447.26, + "flow": 0.3, + "inflow": 0.98, + "volume": 1.73, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 447.27, + "flow": 0.29, + "inflow": 0.98, + "volume": 1.73, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 447.27, + "flow": 0.3, + "inflow": 0.98, + "volume": 1.73, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 447.27, + "flow": 0, + "inflow": 0.98, + "volume": 1.73, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 447.27, + "flow": 0, + "inflow": 0.98, + "volume": 1.73, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 447.27, + "flow": 0.29, + "inflow": 0.98, + "volume": 1.73, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 447.27, + "flow": 0.29, + "inflow": 0.98, + "volume": 1.73, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 447.28, + "flow": 0.28, + "temperature": 8.7, + "precipitation": 0, + "inflow": 0.98, + "volume": 1.73 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 447.27, + "flow": 0.3, + "inflow": 0.98, + "volume": 1.73, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 447.28, + "flow": 0, + "inflow": 0.98, + "volume": 1.73, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 447.28, + "flow": 0, + "inflow": 0.98, + "volume": 1.73, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 447.28, + "flow": 0.29, + "inflow": 0.98, + "volume": 1.74, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 447.29, + "flow": 0.3, + "temperature": 8.4, + "precipitation": 0, + "inflow": 0.98, + "volume": 1.74 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 447.29, + "flow": 0.3, + "inflow": 0.98, + "volume": 1.74, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 447.29, + "flow": 0.31, + "inflow": 0.98, + "volume": 1.74, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 447.29, + "flow": 0, + "inflow": 0.98, + "volume": 1.74, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 447.29, + "flow": 0, + "inflow": 0.98, + "volume": 1.74, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 447.29, + "flow": 0.31, + "inflow": 0.98, + "volume": 1.74, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 447.29, + "flow": 0.31, + "inflow": 0.98, + "volume": 1.74, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 447.29, + "flow": 0.31, + "inflow": 0.98, + "volume": 1.74, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 447.29, + "flow": 0.32, + "inflow": 0.98, + "volume": 1.74, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 447.3, + "flow": 0, + "inflow": 0.98, + "volume": 1.74, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 447.3, + "flow": 0, + "inflow": 0.98, + "volume": 1.74, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 447.3, + "flow": 0.31, + "inflow": 0.98, + "volume": 1.74, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 447.3, + "flow": 0.32, + "inflow": 0.98, + "volume": 1.74, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 447.31, + "flow": 0.31, + "inflow": 0.98, + "volume": 1.74, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 447.3, + "flow": 0.33, + "inflow": 0.98, + "volume": 1.74, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 447.3, + "flow": 0, + "inflow": 0.98, + "volume": 1.74, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 447.31, + "flow": 0, + "inflow": 0.98, + "volume": 1.74, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 447.31, + "flow": 0.34, + "inflow": 0.98, + "volume": 1.75, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 447.31, + "flow": 0.32, + "inflow": 0.98, + "volume": 1.75, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 447.32, + "flow": 0.32, + "inflow": 0.98, + "volume": 1.75, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 447.31, + "flow": 0.33, + "inflow": 0.98, + "volume": 1.75, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 447.32, + "flow": 0, + "inflow": 0.98, + "volume": 1.75, + "temperature": 6.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 447.32, + "flow": 0.34, + "inflow": 0.98, + "volume": 1.75, + "temperature": 6.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 447.32, + "flow": 0.32, + "temperature": 6.1, + "precipitation": 0, + "inflow": 0.98, + "volume": 1.75 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 447.32, + "flow": 0.31, + "inflow": 0.98, + "volume": 1.75, + "temperature": 6.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 447.32, + "flow": 0.33, + "inflow": 0.98, + "volume": 1.75, + "temperature": 5.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 447.32, + "flow": 0, + "inflow": 0.98, + "volume": 1.75, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 447.32, + "flow": 0, + "inflow": 0.98, + "volume": 1.75, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 447.33, + "flow": 0.32, + "inflow": 0.98, + "volume": 1.75, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 447.33, + "flow": 0.33, + "inflow": 0.98, + "volume": 1.75, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 447.33, + "flow": 0.32, + "inflow": 0.98, + "volume": 1.75, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 447.33, + "flow": 0.33, + "inflow": 0.98, + "volume": 1.75, + "temperature": 5.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 447.33, + "flow": 0, + "inflow": 0.98, + "volume": 1.75, + "temperature": 6.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 447.34, + "flow": 0, + "inflow": 0.98, + "volume": 1.75, + "temperature": 6.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 447.33, + "flow": 0.37, + "inflow": 0.98, + "volume": 1.75, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 447.34, + "flow": 0.38, + "inflow": 0.98, + "volume": 1.75, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 447.34, + "flow": 0.39, + "inflow": 0.98, + "volume": 1.75, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 447.34, + "flow": 0.41, + "temperature": 7.1, + "precipitation": 0, + "inflow": 0.98, + "volume": 1.75 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 447.34, + "flow": 0, + "inflow": 0.98, + "volume": 1.75, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 447.34, + "flow": 0, + "inflow": 0.98, + "volume": 1.75, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 447.34, + "flow": 0.45, + "inflow": 1.36, + "volume": 1.76, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 447.34, + "flow": 0.46, + "inflow": 1.36, + "volume": 1.76, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 447.34, + "flow": 0.46, + "inflow": 1.36, + "volume": 1.76, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 447.35, + "flow": 0.46, + "inflow": 1.36, + "volume": 1.76, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 447.34, + "flow": 0, + "inflow": 1.36, + "volume": 1.76, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 447.35, + "flow": 0, + "inflow": 1.36, + "volume": 1.76, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 447.34, + "flow": 0.47, + "inflow": 1.36, + "volume": 1.76, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 447.35, + "flow": 0.48, + "inflow": 1.36, + "volume": 1.76, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 447.35, + "flow": 0.49, + "inflow": 1.36, + "volume": 1.76, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 447.35, + "flow": 0.41, + "inflow": 1.36, + "volume": 1.76, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 447.35, + "flow": 0, + "inflow": 1.36, + "volume": 1.76, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 447.36, + "flow": 0, + "inflow": 1.36, + "volume": 1.76, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 447.36, + "flow": 0.4, + "inflow": 1.36, + "volume": 1.76, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 447.36, + "flow": 0.4, + "inflow": 1.36, + "volume": 1.76, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 447.35, + "flow": 0.38, + "inflow": 1.36, + "volume": 1.76, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 447.36, + "flow": 0.39, + "inflow": 1.36, + "volume": 1.76, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 447.36, + "flow": 0, + "inflow": 1.36, + "volume": 1.76, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 447.36, + "flow": 0.36, + "inflow": 1.36, + "volume": 1.76, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 447.36, + "flow": 0.35, + "inflow": 1.36, + "volume": 1.76, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 447.36, + "flow": 0.33, + "inflow": 1.36, + "volume": 1.76, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 447.37, + "flow": 0.32, + "inflow": 1.36, + "volume": 1.76, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 447.37, + "flow": 0, + "inflow": 1.36, + "volume": 1.76, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 447.37, + "flow": 0, + "inflow": 1.36, + "volume": 1.76, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 447.37, + "flow": 0.32, + "temperature": 13.4, + "precipitation": 0, + "inflow": 1.36, + "volume": 1.76 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 447.37, + "flow": 0.34, + "temperature": 13.4, + "precipitation": 0, + "inflow": 1.36, + "volume": 1.76 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 447.37, + "flow": 0.33, + "inflow": 1.36, + "volume": 1.77, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 447.37, + "flow": 0.34, + "temperature": 13.6, + "precipitation": 0, + "inflow": 1.36, + "volume": 1.77 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 447.38, + "flow": 0, + "inflow": 1.36, + "volume": 1.77, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 447.37, + "flow": 0, + "inflow": 1.36, + "volume": 1.77, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 447.38, + "flow": 0.32, + "inflow": 1.36, + "volume": 1.77, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 447.38, + "flow": 0.32, + "inflow": 1.36, + "volume": 1.77, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 447.38, + "flow": 0.34, + "inflow": 1.36, + "volume": 1.77, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 447.38, + "flow": 0.35, + "inflow": 1.36, + "volume": 1.77, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 447.38, + "flow": 0, + "temperature": 14.5, + "precipitation": 0, + "inflow": 1.36, + "volume": 1.77 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 447.38, + "flow": 0, + "inflow": 1.36, + "volume": 1.77, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 447.38, + "flow": 0.34, + "inflow": 1.36, + "volume": 1.77, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 447.38, + "flow": 0.34, + "inflow": 1.36, + "volume": 1.77, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 447.39, + "flow": 0.32, + "inflow": 1.36, + "volume": 1.77, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 447.39, + "flow": 0.33, + "inflow": 1.36, + "volume": 1.77, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 447.39, + "flow": 0, + "inflow": 1.36, + "volume": 1.77, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 447.39, + "flow": 0, + "inflow": 1.36, + "volume": 1.77, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 447.39, + "flow": 1.69, + "inflow": 1.36, + "volume": 1.77, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 447.39, + "flow": 2.53, + "inflow": 1.36, + "volume": 1.77, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 447.38, + "flow": 3.82, + "inflow": 1.36, + "volume": 1.77, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 447.37, + "flow": 3.91, + "inflow": 1.36, + "volume": 1.77, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 447.36, + "flow": 0, + "inflow": 1.36, + "volume": 1.77, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 447.36, + "flow": 0, + "inflow": 1.36, + "volume": 1.77, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 447.36, + "flow": 3.88, + "inflow": 1.36, + "volume": 1.76, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 447.35, + "flow": 3.9, + "inflow": 1.36, + "volume": 1.76, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 447.35, + "flow": 3.84, + "temperature": 12.8, + "precipitation": 0.1, + "inflow": 1.36, + "volume": 1.76 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 447.34, + "flow": 3.74, + "inflow": 1.36, + "volume": 1.76, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 447.33, + "flow": 0, + "temperature": 12.7, + "precipitation": 0.1, + "inflow": 1.36, + "volume": 1.76 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 447.33, + "flow": 0, + "inflow": 1.36, + "volume": 1.76, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 447.32, + "flow": 3.87, + "inflow": 1.36, + "volume": 1.76, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 447.32, + "flow": 3.87, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 447.31, + "flow": 3.87, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 447.3, + "flow": 3.87, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 447.3, + "flow": 0, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 447.3, + "flow": 0, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 447.29, + "flow": 3.85, + "inflow": 1.36, + "volume": 1.74, + "temperature": 12.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 447.29, + "flow": 2.92, + "inflow": 1.36, + "volume": 1.74, + "temperature": 12.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 447.29, + "flow": 0.6, + "inflow": 1.36, + "volume": 1.74, + "temperature": 12.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 447.29, + "flow": 0.37, + "inflow": 1.36, + "volume": 1.74, + "temperature": 12.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 447.29, + "flow": 0, + "inflow": 1.36, + "volume": 1.74, + "temperature": 12.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 447.3, + "flow": 0.36, + "inflow": 1.36, + "volume": 1.74, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 447.29, + "flow": 0.36, + "temperature": 12.4, + "precipitation": 0, + "inflow": 1.36, + "volume": 1.74 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 447.3, + "flow": 0.36, + "inflow": 1.36, + "volume": 1.74, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 447.3, + "flow": 0.34, + "inflow": 1.36, + "volume": 1.74, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 447.3, + "flow": 0, + "inflow": 1.36, + "volume": 1.74, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 447.3, + "flow": 0, + "inflow": 1.36, + "volume": 1.74, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 447.3, + "flow": 0.36, + "inflow": 1.36, + "volume": 1.74, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 447.3, + "flow": 0.36, + "inflow": 1.36, + "volume": 1.74, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 447.3, + "flow": 0.36, + "inflow": 1.36, + "volume": 1.74, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 447.3, + "flow": 0.38, + "inflow": 1.36, + "volume": 1.74, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 447.3, + "flow": 0, + "inflow": 1.36, + "volume": 1.74, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 447.31, + "flow": 0, + "inflow": 1.36, + "volume": 1.74, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 447.31, + "flow": 0.37, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 447.3, + "flow": 0.37, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 447.31, + "flow": 0.37, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 447.31, + "flow": 0.38, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 447.31, + "flow": 0, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 447.31, + "flow": 0, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 447.31, + "flow": 0.38, + "temperature": 12.5, + "precipitation": 0.2, + "inflow": 1.36, + "volume": 1.75 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 447.31, + "flow": 0.38, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 447.31, + "flow": 0.38, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 447.31, + "flow": 0.38, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 447.31, + "flow": 0, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 447.32, + "flow": 0, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 447.31, + "flow": 0.38, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 447.32, + "flow": 0.38, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 447.32, + "flow": 0.38, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 447.32, + "flow": 0.38, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 447.32, + "flow": 0, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 447.32, + "flow": 0, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 447.32, + "flow": 0.39, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 447.33, + "flow": 0.39, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 447.32, + "flow": 0.38, + "temperature": 12.9, + "precipitation": 0.1, + "inflow": 1.36, + "volume": 1.75 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 447.32, + "flow": 0.39, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 447.32, + "flow": 0, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 447.33, + "flow": 0, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 447.33, + "flow": 0.39, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 447.32, + "flow": 0.39, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 447.33, + "flow": 0.39, + "inflow": 1.36, + "volume": 1.75, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 447.33, + "flow": 0.39, + "temperature": 12.9, + "precipitation": 0.1, + "inflow": 1.36, + "volume": 1.75 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 447.33, + "flow": 0, + "inflow": 1.36, + "volume": 1.75, + "temperature": 13, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 447.33, + "flow": 0, + "inflow": 1.36, + "volume": 1.75, + "temperature": 13, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 447.33, + "flow": 0.39, + "inflow": 1.36, + "volume": 1.75, + "temperature": 13, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 447.33, + "flow": 0.4, + "inflow": 1.36, + "volume": 1.75, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 447.33, + "flow": 0.4, + "temperature": 13.1, + "precipitation": 0.1, + "inflow": 1.36, + "volume": 1.75 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 447.33, + "flow": 0.37, + "inflow": 1.36, + "volume": 1.75, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 447.34, + "flow": 0, + "inflow": 1.36, + "volume": 1.75, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 447.34, + "flow": 0, + "inflow": 1.36, + "volume": 1.75, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 447.34, + "flow": 0.4, + "inflow": 1.36, + "volume": 1.76, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 447.34, + "flow": 0.4, + "inflow": 1.36, + "volume": 1.76, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 447.34, + "flow": 0.4, + "inflow": 1.36, + "volume": 1.76, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 447.34, + "flow": 0.41, + "inflow": 1.36, + "volume": 1.76, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 447.34, + "flow": 0, + "inflow": 1.36, + "volume": 1.76, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 447.34, + "flow": 0, + "inflow": 1.36, + "volume": 1.76, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 447.34, + "flow": 0.38, + "inflow": 1.36, + "volume": 1.76, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 447.34, + "flow": 0.39, + "inflow": 1.36, + "volume": 1.76, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 447.35, + "flow": 0.44, + "inflow": 1.36, + "volume": 1.76, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 447.35, + "flow": 0.39, + "inflow": 1.36, + "volume": 1.76, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 447.35, + "flow": 0, + "inflow": 1.36, + "volume": 1.76, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 447.35, + "flow": 0, + "inflow": 1.36, + "volume": 1.76, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 447.35, + "flow": 0.39, + "inflow": 1.36, + "volume": 1.76, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 447.36, + "flow": 0.41, + "inflow": 1.36, + "volume": 1.76, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 447.35, + "flow": 0.4, + "inflow": 1.36, + "volume": 1.76, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 447.35, + "flow": 2.8, + "inflow": 1.36, + "volume": 1.76, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 447.35, + "flow": 0, + "inflow": 1.36, + "volume": 1.76, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 447.34, + "flow": 0, + "inflow": 1.36, + "volume": 1.76, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 447.34, + "flow": 3.98, + "inflow": 1.36, + "volume": 1.76, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 447.33, + "flow": 4.04, + "inflow": 1.36, + "volume": 1.76, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 447.33, + "flow": 4.03, + "inflow": 1.36, + "volume": 1.76, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 447.32, + "flow": 4.07, + "inflow": 1.36, + "volume": 1.76, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 447.32, + "flow": 0, + "inflow": 1.36, + "volume": 1.76, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 447.31, + "flow": 0, + "inflow": 1.36, + "volume": 1.76, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 447.31, + "flow": 4.07, + "inflow": 1.36, + "volume": 1.75, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 447.3, + "flow": 4.04, + "inflow": 1.36, + "volume": 1.75, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 447.3, + "flow": 4.03, + "inflow": 1.36, + "volume": 1.75, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 447.29, + "flow": 4.1, + "inflow": 1.36, + "volume": 1.75, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 447.28, + "flow": 0, + "inflow": 1.36, + "volume": 1.75, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 447.28, + "flow": 0, + "inflow": 1.36, + "volume": 1.75, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 447.27, + "flow": 4.08, + "inflow": 0.93, + "volume": 1.74, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 447.27, + "flow": 4.07, + "inflow": 0.93, + "volume": 1.74, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 447.26, + "flow": 4.03, + "temperature": 14.2, + "precipitation": 0, + "inflow": 0.93, + "volume": 1.74 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 447.26, + "flow": 4.04, + "inflow": 0.93, + "volume": 1.74, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 447.25, + "flow": 0, + "inflow": 0.93, + "volume": 1.74, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 447.25, + "flow": 0, + "inflow": 0.93, + "volume": 1.74, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 447.24, + "flow": 4.06, + "inflow": 0.93, + "volume": 1.73, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 447.24, + "flow": 4.08, + "inflow": 0.93, + "volume": 1.73, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 447.23, + "flow": 4.07, + "inflow": 0.93, + "volume": 1.73, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 447.23, + "flow": 4.08, + "inflow": 0.93, + "volume": 1.73, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 447.23, + "flow": 0, + "inflow": 0.93, + "volume": 1.73, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 447.23, + "flow": 0, + "inflow": 0.93, + "volume": 1.73, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 447.23, + "flow": 0.44, + "inflow": 0.93, + "volume": 1.72, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 447.23, + "flow": 0.44, + "inflow": 0.93, + "volume": 1.72, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 447.23, + "flow": 0.44, + "inflow": 0.93, + "volume": 1.72, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 447.24, + "flow": 0.45, + "inflow": 0.93, + "volume": 1.72, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 447.23, + "flow": 0, + "inflow": 0.93, + "volume": 1.72, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 447.23, + "flow": 0, + "inflow": 0.93, + "volume": 1.72, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 447.23, + "flow": 0.4, + "inflow": 0.93, + "volume": 1.72, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 447.24, + "flow": 0.42, + "inflow": 0.93, + "volume": 1.72, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 447.24, + "flow": 0.4, + "inflow": 0.93, + "volume": 1.72, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 447.23, + "flow": 0.35, + "inflow": 0.93, + "volume": 1.72, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 447.24, + "flow": 0, + "inflow": 0.93, + "volume": 1.72, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 447.24, + "flow": 0, + "inflow": 0.93, + "volume": 1.72, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 447.25, + "flow": 0.29, + "inflow": 0.93, + "volume": 1.72, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 447.25, + "flow": 0.31, + "inflow": 0.93, + "volume": 1.73, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 447.25, + "flow": 0.26, + "inflow": 0.93, + "volume": 1.73, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 447.25, + "flow": 0.33, + "inflow": 0.93, + "volume": 1.73, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 447.25, + "flow": 0, + "inflow": 0.93, + "volume": 1.73, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 447.25, + "flow": 0, + "inflow": 0.93, + "volume": 1.73, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 447.25, + "flow": 0.32, + "temperature": 17.1, + "precipitation": 0, + "inflow": 0.93, + "volume": 1.73 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 447.25, + "flow": 0.31, + "temperature": 17.1, + "precipitation": 0, + "inflow": 0.93, + "volume": 1.73 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 447.25, + "flow": 0.33, + "temperature": 17.1, + "precipitation": 0, + "inflow": 0.93, + "volume": 1.73 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 447.25, + "flow": 0.33, + "temperature": 17.1, + "precipitation": 0, + "inflow": 0.93, + "volume": 1.73 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 447.26, + "flow": 0, + "temperature": 17.1, + "precipitation": 0, + "inflow": 0.93, + "volume": 1.73 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 447.26, + "flow": 0, + "inflow": 0.93, + "volume": 1.73, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 447.25, + "flow": 0.33, + "inflow": 0.93, + "volume": 1.73, + "temperature": 18.5, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/HEVR.json b/public/data/HEVR.json index e038d72..cb0ac80 100644 --- a/public/data/HEVR.json +++ b/public/data/HEVR.json @@ -10311,7 +10311,7 @@ { "timestamp": "2026-06-09T18:20:00.000Z", "level": 407.64, - "flow": 0, + "flow": 0.21, "inflow": 0.39, "volume": 0.14, "temperature": 13.5, @@ -10320,10 +10320,4839 @@ { "timestamp": "2026-06-09T18:30:00.000Z", "level": 407.64, - "flow": 0, + "flow": 0.21, "inflow": 0.39, "volume": 0.14, "temperature": 13.5, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.39, + "volume": 0.14, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.39, + "volume": 0.14, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 407.64, + "flow": 0.21, + "temperature": 13.2, + "precipitation": 0, + "inflow": 0.39, + "volume": 0.14 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.39, + "volume": 0.14, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.39, + "volume": 0.14, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.39, + "volume": 0.14, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.39, + "volume": 0.14, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.39, + "volume": 0.14, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.39, + "volume": 0.14, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.39, + "volume": 0.14, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.39, + "volume": 0.14, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.39, + "volume": 0.14, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.39, + "volume": 0.14, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.39, + "volume": 0.14, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.39, + "volume": 0.14, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.39, + "volume": 0.14, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.39, + "volume": 0.14, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.39, + "volume": 0.14, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.39, + "volume": 0.14, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.39, + "volume": 0.14, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.39, + "volume": 0.14, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.39, + "volume": 0.14, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.39, + "volume": 0.14, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.39, + "volume": 0.14, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.39, + "volume": 0.14, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.39, + "volume": 0.14, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.39, + "volume": 0.14, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.39, + "volume": 0.14, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.39, + "volume": 0.14, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.39, + "volume": 0.14, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.39, + "volume": 0.14, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.39, + "volume": 0.14, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.39, + "volume": 0.14, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.39, + "volume": 0.14, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.39, + "volume": 0.14, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.39, + "volume": 0.14, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 407.64, + "flow": 0, + "temperature": 11.5, + "precipitation": 0, + "inflow": 0.39, + "volume": 0.14 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.39, + "volume": 0.14, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.39, + "volume": 0.14, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.39, + "volume": 0.14, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.39, + "volume": 0.14, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.39, + "volume": 0.14, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 407.64, + "flow": 0, + "temperature": 11.2, + "precipitation": 0, + "inflow": 0.39, + "volume": 0.14 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.39, + "volume": 0.14, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.39, + "volume": 0.14, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.39, + "volume": 0.14, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.39, + "volume": 0.14, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.39, + "volume": 0.14, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.39, + "volume": 0.14, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.39, + "volume": 0.14, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.39, + "volume": 0.14, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.39, + "volume": 0.14, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 407.64, + "flow": 0.2, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0.39, + "volume": 0.14 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.39, + "volume": 0.14, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 407.65, + "flow": 0, + "inflow": 0.39, + "volume": 0.14, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 407.66, + "flow": 0, + "inflow": 0.39, + "volume": 0.14, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 407.67, + "flow": 0.42, + "inflow": 0.39, + "volume": 0.14, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 407.68, + "flow": 0.55, + "inflow": 0.39, + "volume": 0.14, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 407.68, + "flow": 0.68, + "inflow": 0.39, + "volume": 0.14, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 407.69, + "flow": 0.81, + "inflow": 0.39, + "volume": 0.14, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 407.69, + "flow": 0, + "inflow": 0.39, + "volume": 0.14, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 407.7, + "flow": 0, + "inflow": 0.39, + "volume": 0.14, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 407.7, + "flow": 1.11, + "inflow": 0.46, + "volume": 0.14, + "temperature": 12, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 407.7, + "flow": 1.19, + "inflow": 0.46, + "volume": 0.14, + "temperature": 12.2, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 407.71, + "flow": 1.25, + "inflow": 0.46, + "volume": 0.14, + "temperature": 12.2, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 407.71, + "flow": 1.3, + "inflow": 0.46, + "volume": 0.14, + "temperature": 12.3, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 407.71, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 407.71, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 407.71, + "flow": 1.39, + "inflow": 0.46, + "volume": 0.14, + "temperature": 12.5, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 407.71, + "flow": 1.41, + "inflow": 0.46, + "volume": 0.14, + "temperature": 12.5, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 407.71, + "flow": 1.44, + "inflow": 0.46, + "volume": 0.14, + "temperature": 12.5, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 407.71, + "flow": 1.44, + "inflow": 0.46, + "volume": 0.14, + "temperature": 12.5, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 407.71, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 407.71, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 407.71, + "flow": 1.47, + "inflow": 0.46, + "volume": 0.14, + "temperature": 12.5, + "precipitation": 0.1, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 407.71, + "flow": 1.48, + "inflow": 0.46, + "volume": 0.14, + "temperature": 12.4, + "precipitation": 0.2, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 407.71, + "flow": 1.5, + "inflow": 0.46, + "volume": 0.14, + "temperature": 12.4, + "precipitation": 0.2, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 407.71, + "flow": 1.5, + "inflow": 0.46, + "volume": 0.14, + "temperature": 12.3, + "precipitation": 0.1, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 407.72, + "flow": 0, + "temperature": 12.3, + "precipitation": 0.1, + "inflow": 0.46, + "volume": 0.14 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 407.72, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 407.72, + "flow": 1.52, + "inflow": 0.46, + "volume": 0.15, + "temperature": 12.2, + "precipitation": 0.1, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 407.72, + "flow": 1.52, + "inflow": 0.46, + "volume": 0.15, + "temperature": 12.1, + "precipitation": 0.1, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 407.72, + "flow": 1.51, + "inflow": 0.46, + "volume": 0.15, + "temperature": 12.1, + "precipitation": 0.1, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 407.71, + "flow": 1.44, + "inflow": 0.46, + "volume": 0.15, + "temperature": 12, + "precipitation": 0.1, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 407.7, + "flow": 0, + "inflow": 0.46, + "volume": 0.15, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 407.7, + "flow": 0, + "inflow": 0.46, + "volume": 0.15, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 407.69, + "flow": 0.94, + "inflow": 0.46, + "volume": 0.15, + "temperature": 11.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 407.69, + "flow": 0.82, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 407.68, + "flow": 0.71, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 407.68, + "flow": 0.62, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 407.67, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 407.67, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 407.67, + "flow": 0.46, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 407.66, + "flow": 0.42, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 407.66, + "flow": 0.4, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 407.66, + "flow": 0.39, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 407.66, + "flow": 0.37, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 407.66, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 407.65, + "flow": 0.34, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0.46, + "volume": 0.14 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 407.65, + "flow": 0.32, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 407.65, + "flow": 0.31, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 407.65, + "flow": 0.3, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 407.65, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 407.65, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 407.65, + "flow": 0.28, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 407.65, + "flow": 0.27, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 407.65, + "flow": 0.26, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 407.65, + "flow": 0.26, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 407.65, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 407.65, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 407.64, + "flow": 0.25, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 407.64, + "flow": 0.25, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 407.64, + "flow": 0.24, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 407.64, + "flow": 0.24, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 407.64, + "flow": 0.24, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 407.64, + "flow": 0.24, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 407.64, + "flow": 0.24, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 407.64, + "flow": 0.23, + "inflow": 0.46, + "volume": 0.14, + "temperature": 11, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 407.64, + "flow": 0.23, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 407.64, + "flow": 0.23, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 407.64, + "flow": 0.23, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 407.64, + "flow": 0.23, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.9, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.9, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 407.64, + "flow": 0.23, + "temperature": 10.9, + "precipitation": 0.3, + "inflow": 0.46, + "volume": 0.14 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 407.64, + "flow": 0.23, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.1, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.1, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.1, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 407.64, + "flow": 0.23, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.1, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 407.64, + "flow": 0.23, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.1, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 407.64, + "flow": 0.23, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.2, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.2, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 407.64, + "flow": 0.23, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 407.64, + "flow": 0.23, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 407.64, + "flow": 0.23, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 407.64, + "flow": 0.23, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 10, + "precipitation": 1.1 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 9.6, + "precipitation": 1.1 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 407.64, + "flow": 0.23, + "inflow": 0.46, + "volume": 0.14, + "temperature": 9.6, + "precipitation": 1.4 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 407.64, + "flow": 0.23, + "inflow": 0.46, + "volume": 0.14, + "temperature": 9.6, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 407.64, + "flow": 0.23, + "inflow": 0.46, + "volume": 0.14, + "temperature": 9.6, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 407.64, + "flow": 0.24, + "inflow": 0.46, + "volume": 0.14, + "temperature": 9.6, + "precipitation": 1.3 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 9.5, + "precipitation": 1.6 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 407.65, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 9.5, + "precipitation": 1.6 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 407.64, + "flow": 0.24, + "inflow": 0.46, + "volume": 0.14, + "temperature": 9.4, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 407.65, + "flow": 0.24, + "inflow": 0.46, + "volume": 0.14, + "temperature": 9.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 407.66, + "flow": 0.32, + "inflow": 0.46, + "volume": 0.14, + "temperature": 9.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 407.67, + "flow": 0.43, + "inflow": 0.46, + "volume": 0.14, + "temperature": 9.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 407.68, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 9.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 407.68, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 9.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 407.69, + "flow": 0.86, + "inflow": 0.46, + "volume": 0.14, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 407.7, + "flow": 0.99, + "inflow": 0.46, + "volume": 0.14, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 407.7, + "flow": 1.1, + "inflow": 0.46, + "volume": 0.14, + "temperature": 8.8, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 407.7, + "flow": 1.2, + "inflow": 0.46, + "volume": 0.14, + "temperature": 8.7, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 407.71, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 407.71, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 407.71, + "flow": 1.38, + "inflow": 0.46, + "volume": 0.14, + "temperature": 8.5, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 407.71, + "flow": 1.42, + "inflow": 0.46, + "volume": 0.14, + "temperature": 8.4, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 407.71, + "flow": 1.45, + "inflow": 0.46, + "volume": 0.14, + "temperature": 8.4, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 407.71, + "flow": 1.48, + "temperature": 8.4, + "precipitation": 0, + "inflow": 0.46, + "volume": 0.14, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 407.72, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 407.72, + "flow": 0, + "inflow": 0.46, + "volume": 0.14, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 407.72, + "flow": 1.53, + "inflow": 0.46, + "volume": 0.15, + "temperature": 8.5, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 407.72, + "flow": 1.54, + "inflow": 0.46, + "volume": 0.15, + "temperature": 8.6, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 407.72, + "flow": 1.56, + "inflow": 0.46, + "volume": 0.15, + "temperature": 8.6, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 407.72, + "flow": 1.57, + "inflow": 0.46, + "volume": 0.15, + "temperature": 8.9, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 407.72, + "flow": 0, + "inflow": 0.46, + "volume": 0.15, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 407.72, + "flow": 0, + "inflow": 0.46, + "volume": 0.15, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 407.72, + "flow": 1.58, + "inflow": 0.62, + "volume": 0.15, + "temperature": 9.3, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 407.72, + "flow": 1.58, + "inflow": 0.62, + "volume": 0.15, + "temperature": 9.5, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 407.72, + "flow": 1.58, + "inflow": 0.62, + "volume": 0.15, + "temperature": 9.5, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 407.72, + "flow": 1.58, + "inflow": 0.62, + "volume": 0.15, + "temperature": 9.6, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 407.72, + "flow": 0, + "inflow": 0.62, + "volume": 0.15, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 407.72, + "flow": 0, + "inflow": 0.62, + "volume": 0.15, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 407.72, + "flow": 1.59, + "inflow": 0.62, + "volume": 0.15, + "temperature": 9.8, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 407.72, + "flow": 1.58, + "inflow": 0.62, + "volume": 0.15, + "temperature": 9.9, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 407.72, + "flow": 1.59, + "inflow": 0.62, + "volume": 0.15, + "temperature": 9.9, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 407.72, + "flow": 1.58, + "inflow": 0.62, + "volume": 0.15, + "temperature": 10.2, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 407.72, + "flow": 0, + "temperature": 10.2, + "precipitation": 0, + "inflow": 0.62, + "volume": 0.15 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 407.72, + "flow": 0, + "inflow": 0.62, + "volume": 0.15, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 407.72, + "flow": 1.59, + "inflow": 0.62, + "volume": 0.15, + "temperature": 10.3, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 407.72, + "flow": 1.58, + "inflow": 0.62, + "volume": 0.15, + "temperature": 10.3, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 407.72, + "flow": 1.58, + "inflow": 0.62, + "volume": 0.15, + "temperature": 10.3, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 407.72, + "flow": 1.57, + "inflow": 0.62, + "volume": 0.15, + "temperature": 10.3, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 407.72, + "flow": 0, + "inflow": 0.62, + "volume": 0.15, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 407.72, + "flow": 0, + "inflow": 0.62, + "volume": 0.15, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 407.72, + "flow": 1.57, + "inflow": 0.62, + "volume": 0.15, + "temperature": 10.3, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 407.72, + "flow": 1.58, + "inflow": 0.62, + "volume": 0.15, + "temperature": 10.3, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 407.72, + "flow": 1.56, + "inflow": 0.62, + "volume": 0.15, + "temperature": 10.3, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 407.72, + "flow": 1.57, + "inflow": 0.62, + "volume": 0.15, + "temperature": 10.3, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 407.72, + "flow": 0, + "inflow": 0.62, + "volume": 0.15, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 407.72, + "flow": 0, + "inflow": 0.62, + "volume": 0.15, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 407.72, + "flow": 1.56, + "inflow": 0.62, + "volume": 0.15, + "temperature": 12.3, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 407.72, + "flow": 1.57, + "inflow": 0.62, + "volume": 0.15, + "temperature": 12.3, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 407.72, + "flow": 1.57, + "inflow": 0.62, + "volume": 0.15, + "temperature": 12.7, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 407.72, + "flow": 1.57, + "inflow": 0.62, + "volume": 0.15, + "temperature": 12.7, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 407.72, + "flow": 0, + "inflow": 0.62, + "volume": 0.15, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 407.72, + "flow": 0, + "inflow": 0.62, + "volume": 0.15, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 407.72, + "flow": 1.57, + "inflow": 0.62, + "volume": 0.15, + "temperature": 12.7, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 407.72, + "flow": 1.57, + "inflow": 0.62, + "volume": 0.15, + "temperature": 12.7, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 407.72, + "flow": 1.57, + "inflow": 0.62, + "volume": 0.15, + "temperature": 12.7, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 407.71, + "flow": 1.47, + "inflow": 0.62, + "volume": 0.15, + "temperature": 12.7, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 407.71, + "flow": 0, + "inflow": 0.62, + "volume": 0.15, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 407.7, + "flow": 0, + "inflow": 0.62, + "volume": 0.15, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 407.69, + "flow": 0.97, + "inflow": 0.62, + "volume": 0.14, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 407.69, + "flow": 0.84, + "inflow": 0.62, + "volume": 0.14, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 407.68, + "flow": 0.72, + "inflow": 0.62, + "volume": 0.14, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 407.68, + "flow": 0.64, + "inflow": 0.62, + "volume": 0.14, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 407.67, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 407.67, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 407.67, + "flow": 0.46, + "inflow": 0.62, + "volume": 0.14, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 407.66, + "flow": 0.43, + "inflow": 0.62, + "volume": 0.14, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 407.66, + "flow": 0.4, + "temperature": 13.8, + "precipitation": 0, + "inflow": 0.62, + "volume": 0.14 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 407.66, + "flow": 0.38, + "inflow": 0.62, + "volume": 0.14, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 407.66, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 407.66, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 407.65, + "flow": 0.34, + "inflow": 0.62, + "volume": 0.14, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 407.65, + "flow": 0.33, + "inflow": 0.62, + "volume": 0.14, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 407.65, + "flow": 0.32, + "inflow": 0.62, + "volume": 0.14, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 407.65, + "flow": 0.31, + "inflow": 0.62, + "volume": 0.14, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 407.65, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 407.65, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 407.65, + "flow": 0.28, + "inflow": 0.62, + "volume": 0.14, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 407.65, + "flow": 0.28, + "inflow": 0.62, + "volume": 0.14, + "temperature": 13.7, + "precipitation": 1.2 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 407.65, + "flow": 0.27, + "inflow": 0.62, + "volume": 0.14, + "temperature": 12.9, + "precipitation": 1.1 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 407.65, + "flow": 0.26, + "temperature": 12.9, + "precipitation": 1.1, + "inflow": 0.62, + "volume": 0.14 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 407.65, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 407.65, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 407.65, + "flow": 0.25, + "inflow": 0.62, + "volume": 0.14, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 407.64, + "flow": 0.25, + "inflow": 0.62, + "volume": 0.14, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 407.65, + "flow": 0.25, + "inflow": 0.62, + "volume": 0.14, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 407.64, + "flow": 0.24, + "inflow": 0.62, + "volume": 0.14, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 407.64, + "flow": 0.24, + "inflow": 0.62, + "volume": 0.14, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 407.64, + "flow": 0.23, + "inflow": 0.62, + "volume": 0.14, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 407.64, + "flow": 0.23, + "inflow": 0.62, + "volume": 0.14, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 407.64, + "flow": 0.23, + "inflow": 0.62, + "volume": 0.14, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 407.64, + "flow": 0.23, + "inflow": 0.62, + "volume": 0.14, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.62, + "volume": 0.14, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.62, + "volume": 0.14, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.62, + "volume": 0.14, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.62, + "volume": 0.14, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.62, + "volume": 0.14, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.62, + "volume": 0.14, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.62, + "volume": 0.14, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.62, + "volume": 0.14, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.62, + "volume": 0.14, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.62, + "volume": 0.14, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.62, + "volume": 0.14, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.62, + "volume": 0.14, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.62, + "volume": 0.14, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.62, + "volume": 0.14, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.62, + "volume": 0.14, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.62, + "volume": 0.14, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.62, + "volume": 0.14, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 407.64, + "flow": 0.21, + "temperature": 8.7, + "precipitation": 0, + "inflow": 0.62, + "volume": 0.14 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.62, + "volume": 0.14, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.62, + "volume": 0.14, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 407.64, + "flow": 0.21, + "temperature": 8.5, + "precipitation": 0, + "inflow": 0.62, + "volume": 0.14 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.62, + "volume": 0.14, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.62, + "volume": 0.14, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.62, + "volume": 0.14, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.62, + "volume": 0.14, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.62, + "volume": 0.14, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.62, + "volume": 0.14, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.62, + "volume": 0.14, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.62, + "volume": 0.14, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.62, + "volume": 0.14, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.62, + "volume": 0.14, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.62, + "volume": 0.14, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.62, + "volume": 0.14, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.62, + "volume": 0.14, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.62, + "volume": 0.14, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 407.64, + "flow": 0.2, + "temperature": 6.3, + "precipitation": 0, + "inflow": 0.62, + "volume": 0.14 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.62, + "volume": 0.14, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.62, + "volume": 0.14, + "temperature": 6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 5.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 5.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.62, + "volume": 0.14, + "temperature": 5.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.62, + "volume": 0.14, + "temperature": 5.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.62, + "volume": 0.14, + "temperature": 5.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.62, + "volume": 0.14, + "temperature": 5.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.62, + "volume": 0.14, + "temperature": 6.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.62, + "volume": 0.14, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.62, + "volume": 0.14, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.62, + "volume": 0.14, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.62, + "volume": 0.14, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.5, + "volume": 0.14, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.5, + "volume": 0.14, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.5, + "volume": 0.14, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.5, + "volume": 0.14, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.5, + "volume": 0.14, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.5, + "volume": 0.14, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.5, + "volume": 0.14, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.5, + "volume": 0.14, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.5, + "volume": 0.14, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.5, + "volume": 0.14, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.5, + "volume": 0.14, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.5, + "volume": 0.14, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.5, + "volume": 0.14, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.5, + "volume": 0.14, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.5, + "volume": 0.14, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.5, + "volume": 0.14, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.5, + "volume": 0.14, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.5, + "volume": 0.14, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 407.64, + "flow": 0.22, + "inflow": 0.5, + "volume": 0.14, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.5, + "volume": 0.14, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.5, + "volume": 0.14, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.5, + "volume": 0.14, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.5, + "volume": 0.14, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 407.64, + "flow": 0.21, + "temperature": 12.9, + "precipitation": 0, + "inflow": 0.5, + "volume": 0.14 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 407.64, + "flow": 0.21, + "temperature": 12.9, + "precipitation": 0, + "inflow": 0.5, + "volume": 0.14 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.5, + "volume": 0.14, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 407.64, + "flow": 0.2, + "temperature": 13, + "precipitation": 0, + "inflow": 0.5, + "volume": 0.14 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.5, + "volume": 0.14, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.5, + "volume": 0.14, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.5, + "volume": 0.14, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.5, + "volume": 0.14, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.5, + "volume": 0.14, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.5, + "volume": 0.14, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 407.64, + "flow": 0, + "temperature": 13.8, + "precipitation": 0, + "inflow": 0.5, + "volume": 0.14 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.5, + "volume": 0.14, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.5, + "volume": 0.14, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 407.64, + "flow": 0.21, + "inflow": 0.5, + "volume": 0.14, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.5, + "volume": 0.14, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 407.64, + "flow": 0.2, + "inflow": 0.5, + "volume": 0.14, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 407.64, + "flow": 0, + "inflow": 0.5, + "volume": 0.14, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 407.63, + "flow": 0, + "inflow": 0.5, + "volume": 0.14, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 407.63, + "flow": 0.4, + "inflow": 0.5, + "volume": 0.14, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 407.62, + "flow": 0.87, + "inflow": 0.5, + "volume": 0.14, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 407.61, + "flow": 2.2, + "inflow": 0.5, + "volume": 0.14, + "temperature": 12.8, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 407.61, + "flow": 3.49, + "inflow": 0.5, + "volume": 0.14, + "temperature": 12.7, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 407.61, + "flow": 0, + "inflow": 0.5, + "volume": 0.14, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 407.61, + "flow": 0, + "inflow": 0.5, + "volume": 0.14, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 407.61, + "flow": 3.45, + "inflow": 0.5, + "volume": 0.14, + "temperature": 12.5, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 407.61, + "flow": 3.47, + "inflow": 0.5, + "volume": 0.14, + "temperature": 12.4, + "precipitation": 0.1, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 407.61, + "flow": 3.51, + "temperature": 12.4, + "precipitation": 0.1, + "inflow": 0.5, + "volume": 0.14, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 407.62, + "flow": 3.53, + "inflow": 0.5, + "volume": 0.14, + "temperature": 12.3, + "precipitation": 0.1, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 407.62, + "flow": 0, + "temperature": 12.3, + "precipitation": 0.1, + "inflow": 0.5, + "volume": 0.14 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 407.62, + "flow": 0, + "inflow": 0.5, + "volume": 0.14, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 407.62, + "flow": 3.51, + "inflow": 0.5, + "volume": 0.14, + "temperature": 12.3, + "precipitation": 0.1, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 407.62, + "flow": 3.47, + "inflow": 0.5, + "volume": 0.14, + "temperature": 12.2, + "precipitation": 0.1, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 407.62, + "flow": 3.47, + "inflow": 0.5, + "volume": 0.14, + "temperature": 12.4, + "precipitation": 0.3, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 407.62, + "flow": 3.53, + "inflow": 0.5, + "volume": 0.14, + "temperature": 12.3, + "precipitation": 0.4, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 407.63, + "flow": 0, + "inflow": 0.5, + "volume": 0.14, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 407.63, + "flow": 0, + "inflow": 0.5, + "volume": 0.14, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 407.63, + "flow": 3.49, + "inflow": 0.5, + "volume": 0.14, + "temperature": 12.1, + "precipitation": 0.2, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 407.63, + "flow": 3.55, + "inflow": 0.5, + "volume": 0.14, + "temperature": 12.1, + "precipitation": 0.2, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 407.63, + "flow": 3.53, + "inflow": 0.5, + "volume": 0.14, + "temperature": 12.1, + "precipitation": 0.2, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 407.61, + "flow": 3.49, + "inflow": 0.5, + "volume": 0.14, + "temperature": 12, + "precipitation": 0.2, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 407.58, + "flow": 0, + "inflow": 0.5, + "volume": 0.14, + "temperature": 12, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 407.56, + "flow": 0, + "inflow": 0.5, + "volume": 0.14, + "temperature": 12, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 407.55, + "flow": 0.98, + "inflow": 0.5, + "volume": 0.13, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 407.55, + "flow": 0.55, + "temperature": 12, + "precipitation": 0, + "inflow": 0.5, + "volume": 0.13 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 407.54, + "flow": 0.47, + "inflow": 0.5, + "volume": 0.13, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 407.54, + "flow": 0.47, + "inflow": 0.5, + "volume": 0.13, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 407.54, + "flow": 0, + "inflow": 0.5, + "volume": 0.13, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 407.53, + "flow": 0, + "inflow": 0.5, + "volume": 0.13, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 407.53, + "flow": 0.47, + "inflow": 0.5, + "volume": 0.13, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 407.53, + "flow": 0.47, + "inflow": 0.5, + "volume": 0.13, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 407.52, + "flow": 0.46, + "inflow": 0.5, + "volume": 0.13, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 407.52, + "flow": 0.47, + "inflow": 0.5, + "volume": 0.13, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 407.52, + "flow": 0, + "inflow": 0.5, + "volume": 0.13, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 407.51, + "flow": 0, + "inflow": 0.5, + "volume": 0.13, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 407.51, + "flow": 0.46, + "inflow": 0.5, + "volume": 0.13, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 407.51, + "flow": 0.47, + "inflow": 0.5, + "volume": 0.13, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 407.51, + "flow": 0.46, + "inflow": 0.5, + "volume": 0.13, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 407.5, + "flow": 0.46, + "inflow": 0.5, + "volume": 0.13, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 407.5, + "flow": 0, + "inflow": 0.5, + "volume": 0.13, + "temperature": 12.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 407.5, + "flow": 0, + "inflow": 0.5, + "volume": 0.13, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 407.49, + "flow": 0.46, + "temperature": 12.2, + "precipitation": 0.2, + "inflow": 0.5, + "volume": 0.13 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 407.49, + "flow": 0.46, + "inflow": 0.5, + "volume": 0.13, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 407.49, + "flow": 0.46, + "inflow": 0.5, + "volume": 0.13, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 407.48, + "flow": 0.46, + "inflow": 0.5, + "volume": 0.13, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 407.48, + "flow": 0, + "inflow": 0.5, + "volume": 0.13, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 407.48, + "flow": 0, + "inflow": 0.5, + "volume": 0.13, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 407.48, + "flow": 0.46, + "inflow": 0.5, + "volume": 0.12, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 407.47, + "flow": 0.46, + "inflow": 0.5, + "volume": 0.12, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 407.47, + "flow": 0.46, + "inflow": 0.5, + "volume": 0.12, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 407.47, + "flow": 0.46, + "inflow": 0.5, + "volume": 0.12, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 407.46, + "flow": 0.46, + "inflow": 0.5, + "volume": 0.12, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 407.46, + "flow": 0, + "inflow": 0.5, + "volume": 0.12, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 407.46, + "flow": 0.46, + "temperature": 12.6, + "precipitation": 0.1, + "inflow": 0.5, + "volume": 0.12 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 407.45, + "flow": 0.46, + "inflow": 0.5, + "volume": 0.12, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 407.45, + "flow": 0.46, + "temperature": 12.6, + "precipitation": 0.1, + "inflow": 0.5, + "volume": 0.12 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 407.45, + "flow": 0.45, + "inflow": 0.5, + "volume": 0.12, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 407.45, + "flow": 0, + "inflow": 0.5, + "volume": 0.12, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 407.44, + "flow": 0, + "inflow": 0.5, + "volume": 0.12, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 407.44, + "flow": 0.46, + "inflow": 0.5, + "volume": 0.12, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 407.44, + "flow": 0.46, + "inflow": 0.5, + "volume": 0.12, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 407.43, + "flow": 0.46, + "inflow": 0.5, + "volume": 0.12, + "temperature": 12.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 407.43, + "flow": 0.46, + "temperature": 12.7, + "precipitation": 0.2, + "inflow": 0.5, + "volume": 0.12 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 407.43, + "flow": 0, + "inflow": 0.5, + "volume": 0.12, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 407.43, + "flow": 0, + "inflow": 0.5, + "volume": 0.12, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 407.42, + "flow": 0.45, + "inflow": 0.5, + "volume": 0.12, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 407.42, + "flow": 0.45, + "inflow": 0.5, + "volume": 0.12, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 407.42, + "flow": 0.45, + "temperature": 12.8, + "precipitation": 0.1, + "inflow": 0.5, + "volume": 0.12 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 407.41, + "flow": 0.45, + "inflow": 0.5, + "volume": 0.12, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 407.41, + "flow": 0, + "inflow": 0.5, + "volume": 0.12, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 407.41, + "flow": 0, + "inflow": 0.5, + "volume": 0.12, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 407.4, + "flow": 0.45, + "inflow": 0.5, + "volume": 0.12, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 407.4, + "flow": 0.45, + "inflow": 0.5, + "volume": 0.12, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 407.4, + "flow": 0.45, + "inflow": 0.5, + "volume": 0.12, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 407.4, + "flow": 0.45, + "inflow": 0.5, + "volume": 0.12, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 407.39, + "flow": 0, + "inflow": 0.5, + "volume": 0.12, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 407.39, + "flow": 0, + "inflow": 0.5, + "volume": 0.12, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 407.39, + "flow": 0.45, + "inflow": 0.5, + "volume": 0.12, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 407.39, + "flow": 0.46, + "inflow": 0.5, + "volume": 0.12, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 407.39, + "flow": 0.45, + "inflow": 0.5, + "volume": 0.12, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 407.38, + "flow": 0.45, + "inflow": 0.5, + "volume": 0.12, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 407.38, + "flow": 0, + "inflow": 0.5, + "volume": 0.12, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 407.38, + "flow": 0, + "inflow": 0.5, + "volume": 0.12, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 407.37, + "flow": 0.45, + "inflow": 0.5, + "volume": 0.12, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 407.37, + "flow": 0.45, + "inflow": 0.5, + "volume": 0.12, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 407.37, + "flow": 0.45, + "inflow": 0.5, + "volume": 0.12, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 407.37, + "flow": 0.45, + "inflow": 0.5, + "volume": 0.12, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 407.36, + "flow": 0, + "inflow": 0.5, + "volume": 0.12, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 407.36, + "flow": 0, + "inflow": 0.5, + "volume": 0.12, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 407.39, + "flow": 0.85, + "inflow": 0.5, + "volume": 0.12, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 407.41, + "flow": 0.7, + "inflow": 0.5, + "volume": 0.12, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 407.43, + "flow": 0.73, + "inflow": 0.5, + "volume": 0.12, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 407.46, + "flow": 0.64, + "inflow": 0.5, + "volume": 0.12, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 407.49, + "flow": 0, + "inflow": 0.5, + "volume": 0.12, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 407.51, + "flow": 0, + "inflow": 0.5, + "volume": 0.12, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 407.54, + "flow": 0.73, + "inflow": 0.5, + "volume": 0.13, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 407.57, + "flow": 0.64, + "inflow": 0.5, + "volume": 0.13, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 407.59, + "flow": 1.92, + "inflow": 0.5, + "volume": 0.13, + "temperature": 13.1, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 407.6, + "flow": 1.96, + "inflow": 0.5, + "volume": 0.13, + "temperature": 13.2, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 407.61, + "flow": 0, + "inflow": 0.5, + "volume": 0.13, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 407.62, + "flow": 0, + "inflow": 0.5, + "volume": 0.13, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 407.62, + "flow": 3.47, + "inflow": 0.88, + "volume": 0.14, + "temperature": 13.7, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 407.62, + "flow": 3.49, + "inflow": 0.88, + "volume": 0.14, + "temperature": 13.9, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 407.62, + "flow": 3.51, + "temperature": 13.9, + "precipitation": 0, + "inflow": 0.88, + "volume": 0.14, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 407.62, + "flow": 3.47, + "inflow": 0.88, + "volume": 0.14, + "temperature": 14.2, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 407.63, + "flow": 0, + "inflow": 0.88, + "volume": 0.14, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 407.63, + "flow": 0, + "inflow": 0.88, + "volume": 0.14, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 407.63, + "flow": 3.49, + "inflow": 0.88, + "volume": 0.14, + "temperature": 14.6, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 407.63, + "flow": 3.49, + "inflow": 0.88, + "volume": 0.14, + "temperature": 14.7, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 407.63, + "flow": 3.51, + "inflow": 0.88, + "volume": 0.14, + "temperature": 14.7, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 407.63, + "flow": 3.49, + "inflow": 0.88, + "volume": 0.14, + "temperature": 14.7, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 407.63, + "flow": 0, + "inflow": 0.88, + "volume": 0.14, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 407.63, + "flow": 0, + "inflow": 0.88, + "volume": 0.14, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 407.61, + "flow": 3.42, + "inflow": 0.88, + "volume": 0.14, + "temperature": 14.9, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 407.59, + "flow": 3.38, + "inflow": 0.88, + "volume": 0.14, + "temperature": 15.1, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 407.56, + "flow": 3.43, + "inflow": 0.88, + "volume": 0.14, + "temperature": 15.1, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 407.55, + "flow": 0.75, + "inflow": 0.88, + "volume": 0.14, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 407.54, + "flow": 0, + "inflow": 0.88, + "volume": 0.14, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 407.54, + "flow": 0, + "inflow": 0.88, + "volume": 0.14, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 407.54, + "flow": 0.44, + "inflow": 0.88, + "volume": 0.13, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 407.54, + "flow": 0.44, + "inflow": 0.88, + "volume": 0.13, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 407.53, + "flow": 0.44, + "inflow": 0.88, + "volume": 0.13, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 407.53, + "flow": 0.44, + "inflow": 0.88, + "volume": 0.13, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 407.53, + "flow": 0, + "inflow": 0.88, + "volume": 0.13, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 407.53, + "flow": 0, + "inflow": 0.88, + "volume": 0.13, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 407.53, + "flow": 0.44, + "inflow": 0.88, + "volume": 0.13, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 407.52, + "flow": 0.44, + "inflow": 0.88, + "volume": 0.13, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 407.52, + "flow": 0.44, + "inflow": 0.88, + "volume": 0.13, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 407.52, + "flow": 0.44, + "inflow": 0.88, + "volume": 0.13, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 407.52, + "flow": 0, + "inflow": 0.88, + "volume": 0.13, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 407.51, + "flow": 0, + "inflow": 0.88, + "volume": 0.13, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 407.51, + "flow": 0.44, + "temperature": 17.1, + "precipitation": 0, + "inflow": 0.88, + "volume": 0.13 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 407.51, + "flow": 0.44, + "temperature": 17.1, + "precipitation": 0, + "inflow": 0.88, + "volume": 0.13 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 407.5, + "flow": 0.44, + "temperature": 17.1, + "precipitation": 0, + "inflow": 0.88, + "volume": 0.13 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 407.5, + "flow": 0.44, + "temperature": 17.1, + "precipitation": 0, + "inflow": 0.88, + "volume": 0.13 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 407.5, + "flow": 0, + "temperature": 17.1, + "precipitation": 0, + "inflow": 0.88, + "volume": 0.13 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 407.5, + "flow": 0, + "inflow": 0.88, + "volume": 0.13, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 407.49, + "flow": 0, + "inflow": 0.88, + "volume": 0.13, + "temperature": 18.1, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/KCKC.json b/public/data/KCKC.json index aff3ff3..6475130 100644 --- a/public/data/KCKC.json +++ b/public/data/KCKC.json @@ -10256,7 +10256,4417 @@ "flow": 0.02, "inflow": -0.04, "volume": 7.48, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 14.6, + "precipitation": 0, + "inflow": -0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.48, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 14.3, + "precipitation": 0, + "inflow": -0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.04, + "volume": 7.48, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.04, + "volume": 7.48, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.48, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 13.6, + "precipitation": 0, + "inflow": -0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.48, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.04, + "volume": 7.48, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.48, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 13.2, + "precipitation": 0, + "inflow": -0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.48, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.48, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.48, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.04, + "volume": 7.48, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 12.8, + "precipitation": 0, + "inflow": -0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 12.8, + "precipitation": 0, + "inflow": -0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.48, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.48, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.48, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 12.5, + "precipitation": 0, + "inflow": -0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.48, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.48, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.48, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 11.4, + "precipitation": 0, + "inflow": -0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.48, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.04, + "volume": 7.48, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 11.2, + "precipitation": 0, + "inflow": -0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.48, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.48, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 11.2, + "precipitation": 0, + "inflow": -0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.48, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 11.1, + "precipitation": 0, + "inflow": -0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.48, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.48, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.48, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 10.9, + "precipitation": 0, + "inflow": -0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.48, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.04, + "volume": 7.48, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.48, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 10.8, + "precipitation": 0, + "inflow": -0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.48, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.48, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.48, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 10, + "precipitation": 0, + "inflow": -0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 10, + "precipitation": 0, + "inflow": -0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.47, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 9.9, + "precipitation": 0, + "inflow": -0.04, + "volume": 7.47 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.47, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.47, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.04, + "volume": 7.47, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.47, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.47, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 10, + "precipitation": 0, + "inflow": -0.04, + "volume": 7.47 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.47, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.47, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 10.2, + "precipitation": 0, + "inflow": -0.04, + "volume": 7.47 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.47, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.47, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.47, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 11.1, + "precipitation": 0, + "inflow": -0.04, + "volume": 7.47 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.04, + "volume": 7.47, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 11.6, + "precipitation": 0, + "inflow": -0.02, + "volume": 7.47 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 12.3, + "precipitation": 0, + "inflow": -0.02, + "volume": 7.47 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 12.9, + "precipitation": 0, + "inflow": -0.02, + "volume": 7.47 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 13.1, + "precipitation": 0, + "inflow": -0.02, + "volume": 7.47 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 14.1, + "precipitation": 0, + "inflow": -0.02, + "volume": 7.47 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 14.7, + "precipitation": 0, + "inflow": -0.02, + "volume": 7.47 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 292.87, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 292.87, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, "temperature": 15.5, "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 14.1, + "precipitation": 0, + "inflow": -0.02, + "volume": 7.47 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 292.87, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 292.87, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 292.87, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 292.87, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 292.87, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 292.87, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 292.87, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 292.87, + "flow": 0.02, + "temperature": 13.9, + "precipitation": 0, + "inflow": -0.02, + "volume": 7.47 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 292.87, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 292.87, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 292.87, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 292.87, + "flow": 0.02, + "temperature": 14.6, + "precipitation": 0, + "inflow": -0.02, + "volume": 7.47 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 292.87, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 292.87, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 292.87, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 292.87, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 292.87, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 292.87, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 292.87, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 292.87, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 292.87, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 292.87, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 292.87, + "flow": 0.02, + "temperature": 14.4, + "precipitation": 0, + "inflow": -0.02, + "volume": 7.47 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 292.87, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 292.87, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 292.87, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 292.87, + "flow": 0.02, + "temperature": 14.4, + "precipitation": 0, + "inflow": -0.02, + "volume": 7.47 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 292.87, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 292.87, + "flow": 0.02, + "temperature": 14.2, + "precipitation": 0, + "inflow": -0.02, + "volume": 7.47 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 292.87, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 13.7, + "precipitation": 0, + "inflow": -0.02, + "volume": 7.47 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 12.4, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 12.4, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 11.9, + "precipitation": 2.6 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 11.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 11.7, + "precipitation": 0.3, + "inflow": -0.02, + "volume": 7.47 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 10.7, + "precipitation": 0.1, + "inflow": -0.02, + "volume": 7.47 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 10.7, + "precipitation": 0.1, + "inflow": -0.02, + "volume": 7.47 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 10.8, + "precipitation": 0.1, + "inflow": -0.02, + "volume": 7.47 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 10.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 10.8, + "precipitation": 0.2, + "inflow": -0.02, + "volume": 7.47 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 10.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 10.5, + "precipitation": 0.2, + "inflow": -0.02, + "volume": 7.47 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 10.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 10.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 10, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 10, + "precipitation": 0.2, + "inflow": -0.02, + "volume": 7.47 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 10, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 9.9, + "precipitation": 0.1, + "inflow": -0.02, + "volume": 7.47 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 9.8, + "precipitation": 0.1, + "inflow": -0.02, + "volume": 7.47 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 9.7, + "precipitation": 0, + "inflow": -0.02, + "volume": 7.47 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 9.6, + "precipitation": 0, + "inflow": -0.02, + "volume": 7.47 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 9.5, + "precipitation": 0, + "inflow": -0.02, + "volume": 7.47 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 9.5, + "precipitation": 0, + "inflow": -0.02, + "volume": 7.47 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 9.5, + "precipitation": 0, + "inflow": -0.02, + "volume": 7.47 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": -0.02, + "volume": 7.47, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 9.6, + "precipitation": 0, + "inflow": -0.02, + "volume": 7.47 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": -0.02, + "volume": 7.47, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 9.8, + "precipitation": 0, + "inflow": -0.02, + "volume": 7.47 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.04, + "volume": 7.47, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 10, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.47 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.47 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 11.9, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.47 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.04, + "volume": 7.47, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.04, + "volume": 7.47, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.04, + "volume": 7.47, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.04, + "volume": 7.47, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.04, + "volume": 7.47, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 14, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.47 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.04, + "volume": 7.47, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 14.2, + "precipitation": 0.1, + "inflow": 0.04, + "volume": 7.47 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 14.1, + "precipitation": 1.2 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 14.1, + "precipitation": 1.2 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 14.2, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.47 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.04, + "volume": 7.47, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 14.6, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.47 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 13.9, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 13.9, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 13.9, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 14.1, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 14.2, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 10.5, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 10.5, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 10.5, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 7.9, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 7.9, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 7.9, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 7.9, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 7.6, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 7.6, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 7.2, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 8.5, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 8.5, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 9.4, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 9.9, + "precipitation": 0.1, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 10.5, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 12.3, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 12.3, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 12.3, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 12.3, + "precipitation": 0.1, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 12.3, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 12.3, + "precipitation": 0.1, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 12.6, + "precipitation": 0.1, + "inflow": 0.04, + "volume": 0 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 13, + "precipitation": 0, + "inflow": 0.04, + "volume": 0 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0.04, + "volume": 0 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 14.4, + "precipitation": 0, + "inflow": 0.04, + "volume": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 14.4, + "precipitation": 0.1, + "inflow": 0.04, + "volume": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 14.4, + "precipitation": 0, + "inflow": 0.04, + "volume": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 14, + "precipitation": 0, + "inflow": 0.04, + "volume": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 14, + "precipitation": 0, + "inflow": 0.04, + "volume": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 13.4, + "precipitation": 0, + "inflow": 0.04, + "volume": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 13.5, + "precipitation": 0.4, + "inflow": 0.04, + "volume": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 13.6, + "precipitation": 0, + "inflow": 0.04, + "volume": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 13.7, + "precipitation": 0.1, + "inflow": 0.04, + "volume": 7.47 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.47, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.04, + "volume": 7.47, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 13.7, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.47 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 13.5, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 13.5, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 13.4, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 13.4, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 13.2, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 13.2, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 13.2, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0.04, + "volume": 7.48 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.04, + "volume": 7.48, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.06, + "volume": 7.48, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.06, + "volume": 7.48, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 292.88, + "flow": 0, + "temperature": 14.1, + "precipitation": 0, + "inflow": 0.06, + "volume": 7.48 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.06, + "volume": 7.48, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.06, + "volume": 7.48, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.06, + "volume": 7.48, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.06, + "volume": 7.48, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 15.5, + "precipitation": 0, + "inflow": 0.06, + "volume": 7.48 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 15.5, + "precipitation": 0, + "inflow": 0.06, + "volume": 7.48 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.06, + "volume": 7.48, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.06, + "volume": 7.48, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.06, + "volume": 7.48, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.06, + "volume": 7.48, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.06, + "volume": 7.48, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.06, + "volume": 7.48, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.06, + "volume": 7.48, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.06, + "volume": 7.48, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.06, + "volume": 7.48, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 16.7, + "precipitation": 0, + "inflow": 0.06, + "volume": 7.48 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.06, + "volume": 7.48, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.06, + "volume": 7.48, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.06, + "volume": 7.48, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.06, + "volume": 7.48, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.06, + "volume": 7.48, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.06, + "volume": 7.48, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 18.1, + "precipitation": 0, + "inflow": 0.06, + "volume": 7.48 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.06, + "volume": 7.48, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.06, + "volume": 7.48, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 292.88, + "flow": 0.02, + "inflow": 0.06, + "volume": 7.48, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 18.6, + "precipitation": 0, + "inflow": 0.06, + "volume": 7.48 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 18.6, + "precipitation": 0, + "inflow": 0.06, + "volume": 7.48 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 18.6, + "precipitation": 0, + "inflow": 0.06, + "volume": 7.48 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 292.88, + "flow": 0.02, + "temperature": 18.6, + "precipitation": 0, + "inflow": 0.06, + "volume": 7.48 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 0, + "flow": 0.02, + "temperature": 18.6, + "precipitation": 0, + "inflow": 0.06, + "volume": 7.48 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.06, + "volume": 7.48, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 292.88, + "flow": 0, + "inflow": 0.06, + "volume": 7.48, + "temperature": 19.8, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/KLDP.json b/public/data/KLDP.json index a743e37..630da6f 100644 --- a/public/data/KLDP.json +++ b/public/data/KLDP.json @@ -9106,5 +9106,3200 @@ "volume": 0, "temperature": 12.8, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 12.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T18:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 12.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T18:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 11.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 11.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 11.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 11.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 10.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 10.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 10.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 10.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 10.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 10.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 10.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 10.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 10.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 10.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 10.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 10.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 10.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 10.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 11.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 11.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 11.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 11.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 12.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 12.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 13, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 13, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 11.6, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 11.6, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 11.4, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 11.4, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 11.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 11.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 11.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 11.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 11.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 11.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 10.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 10.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 1.1 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 10, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 10, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 9.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 9.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 9.4, + "precipitation": 0.4, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 9.4, + "precipitation": 0.4, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 9.2, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 9.2, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 8.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 8.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 8.8, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 8.8, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 8.7, + "precipitation": 0.5, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 8.7, + "precipitation": 0.5, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 8.1, + "precipitation": 0.3, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 8.1, + "precipitation": 0.3, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 7.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 7.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 7.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 7.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 7.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 7.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 7.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 7.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 7.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 7.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 8.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 8.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 9.8, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 9.8, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 9.8, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 9.8, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 11, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 11, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 1 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 10.4, + "precipitation": 1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 10.4, + "precipitation": 1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 11.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 11.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 11.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 11.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 10.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 10.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 10.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 10.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 9.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 9.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 8.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 8.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 8.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 8.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 7.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 7.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 7.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 7.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 7.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 7.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 6.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 6.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 7.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 7.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 7.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 7.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 8.6, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 8.6, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 9.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 9.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 9.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 9.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 10.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 10.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 632.77, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 10.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 10.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 10.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 10.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 10.1, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 632.77, + "flow": 0, + "temperature": 10.1, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 10.4, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 10.4, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 10.7, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 10.7, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 11.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 11.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 11.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 11.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 12, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 12, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 12, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 12, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 11.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 11.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0.9 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 12.4, + "precipitation": 0.9, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 12.4, + "precipitation": 0.9, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 12.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 12.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 12.5, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 632.78, + "flow": 0, + "temperature": 12.5, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 632.78, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 632.79, + "flow": 0, + "temperature": 12.4, + "precipitation": 0.3, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 632.79, + "flow": 0, + "temperature": 12.4, + "precipitation": 0.3, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 632.79, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 632.79, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 632.79, + "flow": 0, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 632.79, + "flow": 0, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 632.79, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 632.79, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 632.79, + "flow": 0, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 632.79, + "flow": 0, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 632.79, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 632.79, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 632.79, + "flow": 0, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 632.79, + "flow": 0, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 632.79, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 632.79, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 632.79, + "flow": 0, + "temperature": 12.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 632.79, + "flow": 0, + "temperature": 12.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 632.79, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 632.79, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 632.79, + "flow": 0, + "temperature": 12.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 632.79, + "flow": 0, + "temperature": 12.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 632.79, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 632.79, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 632.79, + "flow": 0, + "temperature": 13.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 632.79, + "flow": 0, + "temperature": 13.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 632.79, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 632.79, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 632.79, + "flow": 0, + "temperature": 14.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 632.79, + "flow": 0, + "temperature": 14.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 632.79, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 632.79, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 632.79, + "flow": 0, + "temperature": 15.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 632.79, + "flow": 0, + "temperature": 15.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 632.79, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 632.79, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 632.79, + "flow": 0, + "temperature": 16.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 632.79, + "flow": 0, + "temperature": 16.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 632.79, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 632.79, + "flow": 0, + "temperature": 16.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 632.79, + "flow": 0, + "temperature": 16.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 632.79, + "flow": 0, + "temperature": 16.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 632.79, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 17.9, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/KLHP.json b/public/data/KLHP.json index cef8811..bf16efd 100644 --- a/public/data/KLHP.json +++ b/public/data/KLHP.json @@ -9106,5 +9106,3200 @@ "volume": 0, "temperature": 13.1, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T18:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T18:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 10.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 10.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 10.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 10.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 10.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 10.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 10.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 10.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 10.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 10.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 10.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 10.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 11, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 11, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 12.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 12.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 13, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 13, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 12.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 12.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 11.9, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 11.9, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 11.7, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 11.7, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 12, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 12, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 11.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 11.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 1.1 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 10.3, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 10.3, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 10, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 10, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 9.7, + "precipitation": 0.4, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 9.7, + "precipitation": 0.4, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 9.5, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 9.5, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 9.2, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 9.2, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 9.1, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 9.1, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 9, + "precipitation": 0.5, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 9, + "precipitation": 0.5, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 8.4, + "precipitation": 0.3, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 8.4, + "precipitation": 0.3, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 8.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 8.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 7.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 7.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 7.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 7.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 7.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 7.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 8.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 8.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 8.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 8.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 9.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 9.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 9.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 9.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 10.1, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 10.1, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 10.1, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 10.1, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 11.3, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 11.3, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 1 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 10.7, + "precipitation": 1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 10.7, + "precipitation": 1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 635.7, + "flow": 0, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 12.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 12.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 11.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 11.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 11.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 11.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 635.7, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 11.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 11.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 10.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 10.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 9.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 9.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 9.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 9.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 8.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 8.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 8.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 8.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 7.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 7.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 7.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 7.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 7.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 7.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 7.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 7.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 7.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 7.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 8.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 8.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 8.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 8.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 9.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 9.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 10.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 10.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 10.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 10.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 10.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 10.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 10.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 10.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 10.4, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 10.4, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 10.7, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 10.7, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 11, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 11, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 12.3, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 12.3, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 12.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 12.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 12.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 12.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 635.71, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.9 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 635.72, + "flow": 0, + "temperature": 12.7, + "precipitation": 0.9, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 635.72, + "flow": 0, + "temperature": 12.7, + "precipitation": 0.9, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 635.72, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 635.72, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 635.71, + "flow": 0, + "temperature": 12.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 635.72, + "flow": 0, + "temperature": 12.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 635.72, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 635.72, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 635.72, + "flow": 0, + "temperature": 12.8, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 635.72, + "flow": 0, + "temperature": 12.8, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 635.72, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 635.72, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 635.72, + "flow": 0, + "temperature": 12.7, + "precipitation": 0.3, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 635.72, + "flow": 0, + "temperature": 12.7, + "precipitation": 0.3, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 635.72, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 635.72, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 635.72, + "flow": 0, + "temperature": 12.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 635.72, + "flow": 0, + "temperature": 12.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 635.72, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 635.72, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 635.72, + "flow": 0, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 635.72, + "flow": 0, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 635.72, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 635.72, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 635.72, + "flow": 0, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 635.72, + "flow": 0, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 635.72, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 635.72, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 635.72, + "flow": 0, + "temperature": 12.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 635.72, + "flow": 0, + "temperature": 12.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 635.73, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 635.73, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 635.73, + "flow": 0, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 635.73, + "flow": 0, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 635.72, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 635.73, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 635.72, + "flow": 0, + "temperature": 13.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 635.72, + "flow": 0, + "temperature": 13.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 635.72, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 635.73, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 635.73, + "flow": 0, + "temperature": 14.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 635.72, + "flow": 0, + "temperature": 14.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 635.72, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 635.73, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 635.73, + "flow": 0, + "temperature": 15.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 635.73, + "flow": 0, + "temperature": 15.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 635.72, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 635.73, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 635.73, + "flow": 0, + "temperature": 16.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 635.72, + "flow": 0, + "temperature": 16.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 635.73, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 635.72, + "flow": 0, + "temperature": 16.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 635.73, + "flow": 0, + "temperature": 16.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 635.72, + "flow": 0, + "temperature": 16.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 635.73, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 18.2, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/KLKL.json b/public/data/KLKL.json index 0b71f8f..4d4a51a 100644 --- a/public/data/KLKL.json +++ b/public/data/KLKL.json @@ -10238,7 +10238,4723 @@ "flow": 0.57, "inflow": 0.49, "volume": 0.67, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 345.02, + "flow": 0.57, + "temperature": 15.1, + "precipitation": 0, + "inflow": 0.49, + "volume": 0.67 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 345.02, + "flow": 0.57, + "temperature": 14.9, + "precipitation": 0, + "inflow": 0.49, + "volume": 0.67 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 345.02, + "flow": 0.57, + "temperature": 13.6, + "precipitation": 0, + "inflow": 0.49, + "volume": 0.67 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 345.02, + "flow": 0.57, + "temperature": 11.3, + "precipitation": 0, + "inflow": 0.49, + "volume": 0.67 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 345.02, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 345.03, + "flow": 0.57, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0.49, + "volume": 0.67 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.49, + "volume": 0.67, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.49, + "volume": 0.67, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 0, + "flow": 0.58, + "inflow": 0.49, + "volume": 0.67, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 345.03, + "flow": 0.58, + "temperature": 15.1, + "precipitation": 0, + "inflow": 0.64, + "volume": 0.67 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, "temperature": 15.6, "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 345.03, + "flow": 0.57, + "temperature": 15.3, + "precipitation": 0, + "inflow": 0.64, + "volume": 0.67 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 345.03, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 345.03, + "flow": 0.57, + "temperature": 13.7, + "precipitation": 0.2, + "inflow": 0.64, + "volume": 0.67 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 12.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 12.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 12.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 345.03, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 345.04, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 345.04, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 345.04, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 345.04, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 345.04, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 345.04, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 345.04, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 345.04, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 345.04, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 345.04, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 345.04, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 345.04, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 345.04, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 345.04, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 345.04, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 345.04, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 345.04, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 345.04, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 345.04, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 345.04, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 11, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 345.04, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 10.9, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 345.04, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 10.3, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 345.04, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 10.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 345.04, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 10.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 345.05, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 10.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 345.05, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 345.05, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 345.05, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.67, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 345.05, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.68, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 345.05, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.68, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 345.05, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.68, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 345.05, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.68, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 345.05, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.68, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 345.05, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.68, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 345.05, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.68, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 345.05, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.68, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 345.06, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.68, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 345.06, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.68, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 345.06, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.68, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 345.06, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.68, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 345.06, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.68, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 345.06, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.68, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 345.06, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.68, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 345.06, + "flow": 0.57, + "temperature": 9.4, + "precipitation": 0, + "inflow": 0.64, + "volume": 0.68 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 345.06, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.68, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 345.06, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.68, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 345.06, + "flow": 0.58, + "inflow": 0.64, + "volume": 0.68, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 345.06, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.68, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 345.06, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.68, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 345.06, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.68, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 345.06, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.68, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 345.06, + "flow": 0.57, + "inflow": 0.64, + "volume": 0.68, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 345.06, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.68, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 345.07, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.68, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 345.07, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.68, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 345.07, + "flow": 0.57, + "temperature": 10.2, + "precipitation": 0, + "inflow": 0.71, + "volume": 0.68 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 345.07, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.68, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 345.07, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.68, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 345.07, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.68, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 345.07, + "flow": 0.57, + "temperature": 10.7, + "precipitation": 0, + "inflow": 0.71, + "volume": 0.68 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 345.07, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.68, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 345.07, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.68, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 345.07, + "flow": 0.57, + "temperature": 11, + "precipitation": 0, + "inflow": 0.71, + "volume": 0.68 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 345.07, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.68, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 345.07, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.68, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 345.07, + "flow": 0.58, + "inflow": 0.71, + "volume": 0.68, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 345.07, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.68, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 345.07, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.68, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 345.07, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.68, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 345.07, + "flow": 0.58, + "inflow": 0.71, + "volume": 0.68, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 345.08, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.68, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 345.08, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.68, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 345.08, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.68, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 345.08, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.68, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 345.08, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.68, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 345.08, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.68, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 345.08, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.69, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 345.08, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.69, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 345.08, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.69, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 345.08, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.69, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 345.09, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.69, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 345.09, + "flow": 0, + "inflow": 0.71, + "volume": 0.69, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 345.09, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.69, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 345.09, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.69, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 345.09, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.69, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 345.09, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.69, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 345.09, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.69, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 345.09, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.69, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 345.09, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.69, + "temperature": 14.6, + "precipitation": 1.6 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 345.1, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.69, + "temperature": 14.6, + "precipitation": 1.6 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 345.1, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.69, + "temperature": 13.5, + "precipitation": 1.2 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 345.1, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.69, + "temperature": 13.5, + "precipitation": 1.2 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 345.1, + "flow": 0, + "inflow": 0.71, + "volume": 0.69, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 345.1, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.69, + "temperature": 12.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 345.1, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.69, + "temperature": 12.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 345.11, + "flow": 0.57, + "temperature": 12.3, + "precipitation": 0.2, + "inflow": 0.71, + "volume": 0.69 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 345.11, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.69, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 345.11, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.69, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 345.11, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.69, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 345.11, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.7, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 345.11, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.7, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 345.12, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.7, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 345.12, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.7, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 345.12, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.7, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 345.12, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.7, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 345.13, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.7, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 345.13, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.7, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 345.13, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.7, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 345.13, + "flow": 0.56, + "temperature": 13.8, + "precipitation": 0, + "inflow": 0.71, + "volume": 0.7 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 345.13, + "flow": 0.57, + "inflow": 0.71, + "volume": 0.7, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 345.13, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.7, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 345.14, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.7, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 345.14, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.7, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 345.14, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.7, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 345.14, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.7, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 345.14, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.7, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 345.14, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.7, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 345.15, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.71, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 345.15, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.71, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 345.15, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.71, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 345.15, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.71, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 345.15, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.71, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 345.15, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.71, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 345.15, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.71, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 345.16, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.71, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 345.16, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.71, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 345.16, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.71, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 345.16, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.71, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 345.16, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.71, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 345.16, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.71, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 345.17, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.71, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 345.17, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.71, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 345.17, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.71, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 345.17, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.71, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 345.17, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.71, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 345.17, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.71, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 345.17, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.71, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 345.18, + "flow": 0.55, + "inflow": 0.71, + "volume": 0.71, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 345.18, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.71, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 345.18, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.71, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 345.18, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.72, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 345.18, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.72, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 345.18, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.72, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 345.18, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.72, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 345.18, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.72, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 345.19, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.72, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 345.19, + "flow": 0.55, + "inflow": 0.71, + "volume": 0.72, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 345.19, + "flow": 0.55, + "inflow": 0.71, + "volume": 0.72, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 345.19, + "flow": 0.56, + "temperature": 10.5, + "precipitation": 0, + "inflow": 0.71, + "volume": 0.72 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 345.19, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.72, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 345.19, + "flow": 0.55, + "inflow": 0.71, + "volume": 0.72, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 345.19, + "flow": 0.55, + "inflow": 0.71, + "volume": 0.72, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 345.19, + "flow": 0.55, + "inflow": 0.71, + "volume": 0.72, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 345.2, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.72, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 345.2, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.72, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 345.2, + "flow": 0.55, + "inflow": 0.71, + "volume": 0.72, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 345.2, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.72, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 345.2, + "flow": 0, + "inflow": 0.71, + "volume": 0.72, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 345.2, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.72, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 345.2, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.72, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 345.2, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.72, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 345.2, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.72, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 345.2, + "flow": 0.55, + "inflow": 0.71, + "volume": 0.72, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 345.21, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.72, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 345.21, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.73, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 345.21, + "flow": 0.55, + "inflow": 0.71, + "volume": 0.73, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 345.21, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.73, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 345.21, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.73, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 345.21, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.73, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 345.21, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.73, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 345.21, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.73, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 345.21, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.73, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 345.21, + "flow": 0.55, + "inflow": 0.71, + "volume": 0.73, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 345.22, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.73, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 345.22, + "flow": 0.55, + "inflow": 0.71, + "volume": 0.73, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 345.22, + "flow": 0.55, + "inflow": 0.71, + "volume": 0.73, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 345.22, + "flow": 0.56, + "temperature": 8.7, + "precipitation": 0, + "inflow": 0.71, + "volume": 0.73 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 345.22, + "flow": 0.55, + "inflow": 0.71, + "volume": 0.73, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 345.22, + "flow": 0.55, + "inflow": 0.71, + "volume": 0.73, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 345.22, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.73, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 345.22, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.73, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 345.22, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.73, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 345.22, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.73, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 345.23, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.73, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 345.23, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.73, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 345.23, + "flow": 0.55, + "inflow": 0.71, + "volume": 0.73, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 345.23, + "flow": 0.55, + "inflow": 0.71, + "volume": 0.73, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 345.23, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.73, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 345.23, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.73, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 345.23, + "flow": 0.55, + "inflow": 0.71, + "volume": 0.73, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 345.23, + "flow": 0.56, + "temperature": 9.3, + "precipitation": 0, + "inflow": 0.71, + "volume": 0.73 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 345.23, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.73, + "temperature": 9.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 345.23, + "flow": 0.56, + "inflow": 0.71, + "volume": 0.73, + "temperature": 9.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 345.23, + "flow": 0.56, + "inflow": 1.2, + "volume": 0.74, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 345.23, + "flow": 0.56, + "temperature": 10, + "precipitation": 0.1, + "inflow": 1.2, + "volume": 0.74 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 345.24, + "flow": 0.56, + "inflow": 1.2, + "volume": 0.74, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 345.24, + "flow": 0.56, + "inflow": 1.2, + "volume": 0.74, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 345.24, + "flow": 0.56, + "inflow": 1.2, + "volume": 0.74, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 345.24, + "flow": 0.56, + "inflow": 1.2, + "volume": 0.74, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 345.24, + "flow": 0.56, + "inflow": 1.2, + "volume": 0.74, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 345.24, + "flow": 0.56, + "inflow": 1.2, + "volume": 0.74, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 345.24, + "flow": 0.56, + "inflow": 1.2, + "volume": 0.74, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 345.24, + "flow": 0.56, + "inflow": 1.2, + "volume": 0.74, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 345.24, + "flow": 0.56, + "inflow": 1.2, + "volume": 0.74, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 345.24, + "flow": 0.56, + "inflow": 1.2, + "volume": 0.74, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 345.24, + "flow": 0.56, + "inflow": 1.2, + "volume": 0.74, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 345.25, + "flow": 0.56, + "inflow": 1.2, + "volume": 0.74, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 345.25, + "flow": 0.56, + "inflow": 1.2, + "volume": 0.74, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 345.25, + "flow": 0.56, + "inflow": 1.2, + "volume": 0.74, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 345.25, + "flow": 0.56, + "inflow": 1.2, + "volume": 0.74, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 345.25, + "flow": 0.56, + "inflow": 1.2, + "volume": 0.74, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 345.25, + "flow": 0.56, + "inflow": 1.2, + "volume": 0.74, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 345.25, + "flow": 0.56, + "inflow": 1.2, + "volume": 0.74, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 345.25, + "flow": 0.56, + "inflow": 1.2, + "volume": 0.74, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 345.25, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.74, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 345.25, + "flow": 0, + "inflow": 1.2, + "volume": 0.74, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 345.25, + "flow": 0.56, + "temperature": 12.7, + "precipitation": 0, + "inflow": 1.2, + "volume": 0.74 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 345.25, + "flow": 0.56, + "temperature": 12.7, + "precipitation": 0, + "inflow": 1.2, + "volume": 0.74 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 345.25, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.74, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 345.25, + "flow": 0.56, + "temperature": 12.6, + "precipitation": 0, + "inflow": 1.2, + "volume": 0.74 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 345.25, + "flow": 0.56, + "inflow": 1.2, + "volume": 0.74, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 345.26, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.74, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 345.26, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.74, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 345.26, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.74, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 345.26, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.74, + "temperature": 12.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 345.26, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.74, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 345.26, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.74, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 345.26, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.74, + "temperature": 12.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 345.26, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.74, + "temperature": 12.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 345.26, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.74, + "temperature": 12.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 345.26, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.74, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 345.27, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.74, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 345.26, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.74, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 345.27, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.75, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 345.27, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.75, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 345.27, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.75, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 345.27, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.75, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 345.27, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.75, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 345.27, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.75, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 345.27, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.75, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 345.27, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.75, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 345.27, + "flow": 0.55, + "temperature": 13.2, + "precipitation": 0.1, + "inflow": 1.2, + "volume": 0.75 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 345.27, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.75, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 345.27, + "flow": 0.54, + "temperature": 13.4, + "precipitation": 0.1, + "inflow": 1.2, + "volume": 0.75 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 345.27, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 345.27, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 345.27, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.75, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 345.27, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 345.27, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 345.27, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 345.27, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 345.28, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 345.27, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 345.28, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 345.28, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 345.28, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 345.28, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 345.28, + "flow": 0.54, + "temperature": 14.8, + "precipitation": 0.1, + "inflow": 1.2, + "volume": 0.75 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 345.28, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 345.28, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 345.28, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 345.28, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 345.28, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 345.28, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 345.28, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 345.28, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 345.29, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 345.29, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 345.29, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 345.29, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 345.29, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 345.29, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 345.29, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 345.29, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 345.29, + "flow": 0.54, + "temperature": 14.1, + "precipitation": 0, + "inflow": 1.2, + "volume": 0.75 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 345.29, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 345.29, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 345.29, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 345.29, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 345.29, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.75, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 345.29, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 345.29, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 345.29, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 345.29, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 345.29, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 345.29, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 345.3, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 345.3, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.2, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 345.3, + "flow": 0.54, + "temperature": 14.2, + "precipitation": 0.5, + "inflow": 1.2, + "volume": 0.76 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 345.3, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.2, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 345.3, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 345.3, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 345.3, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 345.3, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 345.3, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 345.3, + "flow": 0.54, + "temperature": 14.4, + "precipitation": 0, + "inflow": 1.2, + "volume": 0.76 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 345.3, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 345.3, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 345.3, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 345.3, + "flow": 0.56, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 345.3, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 345.31, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 345.31, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 345.31, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 345.31, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 345.31, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 345.31, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 345.31, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 345.32, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 345.32, + "flow": 0, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 345.32, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 345.32, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 345.32, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 345.32, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 345.32, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 345.32, + "flow": 0, + "inflow": 1.2, + "volume": 0.76, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 345.32, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.77, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 345.33, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.77, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 345.33, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.77, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 345.33, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.77, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 345.33, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.77, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 345.33, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.77, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 345.33, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.77, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 345.33, + "flow": 0.55, + "inflow": 1.2, + "volume": 0.77, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 345.33, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.77, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 345.33, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.77, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 345.34, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.77, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 345.34, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.77, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 345.34, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.77, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 345.34, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.77, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 345.34, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.77, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 345.34, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.77, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 345.34, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.77, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 345.34, + "flow": 0.54, + "inflow": 1.2, + "volume": 0.77, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 345.34, + "flow": 0.54, + "inflow": 0.97, + "volume": 0.77, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 345.34, + "flow": 0.54, + "inflow": 0.97, + "volume": 0.77, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 345.35, + "flow": 0.54, + "temperature": 14.8, + "precipitation": 0, + "inflow": 0.97, + "volume": 0.77 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 345.35, + "flow": 0.54, + "inflow": 0.97, + "volume": 0.77, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 345.35, + "flow": 0.54, + "inflow": 0.97, + "volume": 0.77, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 345.35, + "flow": 0.54, + "inflow": 0.97, + "volume": 0.77, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 345.35, + "flow": 0.54, + "inflow": 0.97, + "volume": 0.77, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 345.35, + "flow": 0.54, + "inflow": 0.97, + "volume": 0.77, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 345.35, + "flow": 0.54, + "inflow": 0.97, + "volume": 0.77, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 345.35, + "flow": 0.54, + "inflow": 0.97, + "volume": 0.77, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 345.35, + "flow": 0.54, + "inflow": 0.97, + "volume": 0.77, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 345.35, + "flow": 0.54, + "inflow": 0.97, + "volume": 0.77, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 345.36, + "flow": 0.54, + "inflow": 0.97, + "volume": 0.78, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 345.35, + "flow": 0.55, + "inflow": 0.97, + "volume": 0.78, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 345.36, + "flow": 0.54, + "inflow": 0.97, + "volume": 0.78, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 345.36, + "flow": 0.55, + "inflow": 0.97, + "volume": 0.78, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 345.36, + "flow": 0.54, + "inflow": 0.97, + "volume": 0.78, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 345.36, + "flow": 0.54, + "inflow": 0.97, + "volume": 0.78, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 345.36, + "flow": 0.55, + "inflow": 0.97, + "volume": 0.78, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 345.36, + "flow": 0.54, + "inflow": 0.97, + "volume": 0.78, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 345.37, + "flow": 0.55, + "inflow": 0.97, + "volume": 0.78, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 345.37, + "flow": 0.55, + "inflow": 0.97, + "volume": 0.78, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 345.37, + "flow": 0.54, + "inflow": 0.97, + "volume": 0.78, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 345.37, + "flow": 0.54, + "inflow": 0.97, + "volume": 0.78, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 345.37, + "flow": 0.54, + "inflow": 0.97, + "volume": 0.78, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 345.37, + "flow": 0.55, + "inflow": 0.97, + "volume": 0.78, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 345.37, + "flow": 0.54, + "inflow": 0.97, + "volume": 0.78, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 345.37, + "flow": 0.55, + "inflow": 0.97, + "volume": 0.78, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 345.37, + "flow": 0.54, + "inflow": 0.97, + "volume": 0.78, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 345.37, + "flow": 0.55, + "inflow": 0.97, + "volume": 0.78, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 345.37, + "flow": 0.55, + "temperature": 19.9, + "precipitation": 0, + "inflow": 0.97, + "volume": 0.78 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 345.37, + "flow": 0.55, + "temperature": 19.9, + "precipitation": 0, + "inflow": 0.97, + "volume": 0.78 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 345.38, + "flow": 0.54, + "temperature": 19.9, + "precipitation": 0, + "inflow": 0.97, + "volume": 0.78 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 345.38, + "flow": 0.55, + "temperature": 19.9, + "precipitation": 0, + "inflow": 0.97, + "volume": 0.78 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 345.38, + "flow": 0.55, + "temperature": 19.9, + "precipitation": 0, + "inflow": 0.97, + "volume": 0.78 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 345.38, + "flow": 0.54, + "inflow": 0.97, + "volume": 0.78, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 345.38, + "flow": 0.54, + "inflow": 0.97, + "volume": 0.79, + "temperature": 20.7, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/LILA.json b/public/data/LILA.json index 6ab7328..07e7d08 100644 --- a/public/data/LILA.json +++ b/public/data/LILA.json @@ -10294,5 +10294,4748 @@ "volume": 0.73, "temperature": 12.8, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 640.64, + "flow": 0.01, + "temperature": 12.3, + "precipitation": 0, + "inflow": 0.01, + "volume": 0.73 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 640.64, + "flow": 0, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 640.64, + "flow": 0.01, + "temperature": 11.3, + "precipitation": 0, + "inflow": 0.01, + "volume": 0.73 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 640.64, + "flow": 0.01, + "temperature": 11.2, + "precipitation": 0, + "inflow": 0.01, + "volume": 0.73 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 0, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 640.64, + "flow": 0.01, + "temperature": 11.1, + "precipitation": 0, + "inflow": 0.01, + "volume": 0.73 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 0, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 640.64, + "flow": 0.01, + "temperature": 11, + "precipitation": 0, + "inflow": 0.01, + "volume": 0.73 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 640.64, + "flow": 0, + "inflow": 0.01, + "volume": 0.73, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 640.64, + "flow": 0.01, + "temperature": 10.9, + "precipitation": 0, + "inflow": 0.01, + "volume": 0.73 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.73, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 640.64, + "flow": 0, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "temperature": 12.5, + "precipitation": 0, + "inflow": 0.03, + "volume": 0.73 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 640.64, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0.03, + "volume": 0.73 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 640.63, + "flow": 0, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "temperature": 11.5, + "precipitation": 0, + "inflow": 0.03, + "volume": 0.73 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "temperature": 11.3, + "precipitation": 0, + "inflow": 0.03, + "volume": 0.73 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "temperature": 10.9, + "precipitation": 0, + "inflow": 0.03, + "volume": 0.73 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 640.63, + "flow": 0, + "inflow": 0.03, + "volume": 0.73, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 9.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 9.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 9.5, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 9.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 9.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 9.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 9.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 9.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 9.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 9.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 9.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 9.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 9.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 9.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 9.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 9.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 640.63, + "flow": 0, + "inflow": 0.03, + "volume": 0.73, + "temperature": 9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 8.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 8.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 8.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 8.8, + "precipitation": 0.7 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 8.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 8.2, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 8.2, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 8.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 8.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 8.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 8.2, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 0, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 8.2, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 8.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 0, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "temperature": 7.5, + "precipitation": 0, + "inflow": 0.03, + "volume": 0.73 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.03, + "volume": 0.73, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "temperature": 9, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.73 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 640.63, + "flow": 0, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 11.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "temperature": 9.7, + "precipitation": 0.4, + "inflow": 0.02, + "volume": 0.73 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.6, + "precipitation": 3.5 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.7, + "precipitation": 0.8 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 640.63, + "flow": 0, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.7, + "precipitation": 0.8 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.73 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 0, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 0, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "temperature": 8.9, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.73 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "temperature": 8.1, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.73 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 0, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "temperature": 7.9, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.73 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 640.62, + "flow": 0, + "inflow": 0.02, + "volume": 0.73, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 8.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 0, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "temperature": 10.3, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.73 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "temperature": 10.3, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.73 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "temperature": 10.2, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.73 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "temperature": 10.3, + "precipitation": 0.1, + "inflow": 0.02, + "volume": 0.73 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 640.62, + "flow": 0, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 10.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 11, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "temperature": 11, + "precipitation": 0.2, + "inflow": 0.02, + "volume": 0.73 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "temperature": 11.1, + "precipitation": 0.1, + "inflow": 0.02, + "volume": 0.73 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 640.62, + "flow": 0, + "inflow": 0.02, + "volume": 0.73, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.73 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.2, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.73 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 640.62, + "flow": 0, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "temperature": 12.7, + "precipitation": 0.1, + "inflow": 0.02, + "volume": 0.73 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.7, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.7, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.7, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "temperature": 13, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.73 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 13, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.9, + "precipitation": 0.7 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.9, + "precipitation": 0.7 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 640.62, + "flow": 0, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.02, + "volume": 0.73, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "temperature": 13, + "precipitation": 0, + "inflow": 0.04, + "volume": 0.73 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 0, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 640.62, + "flow": 0, + "inflow": 0.04, + "volume": 0.73, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "temperature": 16.5, + "precipitation": 0, + "inflow": 0.04, + "volume": 0.73 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 640.63, + "flow": 0.01, + "temperature": 16.5, + "precipitation": 0, + "inflow": 0.04, + "volume": 0.73 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 640.63, + "flow": 0.01, + "temperature": 16.5, + "precipitation": 0, + "inflow": 0.04, + "volume": 0.73 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 640.63, + "flow": 0.01, + "temperature": 16.5, + "precipitation": 0, + "inflow": 0.04, + "volume": 0.73 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 640.62, + "flow": 0.01, + "temperature": 16.5, + "precipitation": 0, + "inflow": 0.04, + "volume": 0.73 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 640.62, + "flow": 0.01, + "inflow": 0.04, + "volume": 0.73, + "temperature": 18, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/LUBE.json b/public/data/LUBE.json index 63831a9..23c071f 100644 --- a/public/data/LUBE.json +++ b/public/data/LUBE.json @@ -3670,5 +3670,4784 @@ "volume": 0, "temperature": 14.4, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 85, + "flow": 3.264, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 85, + "flow": 3.248, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 83, + "flow": 2.85, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 81, + "flow": 2.5, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 82, + "flow": 2.666, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 85, + "flow": 3.12, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 86, + "flow": 3.377, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 84, + "flow": 2.976, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 81, + "flow": 2.602, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 82, + "flow": 2.65, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 84, + "flow": 3.088, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 87, + "flow": 3.462, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 88, + "flow": 3.692, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 86, + "flow": 3.428, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 84, + "flow": 3.088, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 82, + "flow": 2.714, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 83, + "flow": 2.944, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 86, + "flow": 3.36, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 88, + "flow": 3.638, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 86, + "flow": 3.36, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 87, + "flow": 3.479, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 86, + "flow": 3.328, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 87, + "flow": 3.496, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 85, + "flow": 3.248, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 86, + "flow": 3.428, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 87, + "flow": 3.602, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 88, + "flow": 3.748, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 86, + "flow": 3.344, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 83, + "flow": 2.865, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 82, + "flow": 2.698, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 85, + "flow": 3.168, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 88, + "flow": 3.656, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 89, + "flow": 3.805, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 88, + "flow": 3.62, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 87, + "flow": 3.513, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 84, + "flow": 3.04, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 83, + "flow": 2.82, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 84, + "flow": 2.976, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 86, + "flow": 3.36, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 88, + "flow": 3.638, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 88, + "flow": 3.786, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 87, + "flow": 3.548, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 85, + "flow": 3.2, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 83, + "flow": 2.896, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 85, + "flow": 3.152, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 87, + "flow": 3.462, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 87, + "flow": 3.462, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 86, + "flow": 3.344, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 85, + "flow": 3.12, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 85, + "flow": 3.152, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 86, + "flow": 3.394, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 88, + "flow": 3.62, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 86, + "flow": 3.36, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 83, + "flow": 2.912, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 81, + "flow": 2.57, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 83, + "flow": 2.896, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 86, + "flow": 3.344, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 88, + "flow": 3.62, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 88, + "flow": 3.692, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 86, + "flow": 3.36, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 83, + "flow": 2.912, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 83, + "flow": 2.805, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 85, + "flow": 3.152, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 87, + "flow": 3.513, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 86, + "flow": 3.411, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 84, + "flow": 2.992, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 84, + "flow": 3.104, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 86, + "flow": 3.411, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 86, + "flow": 3.428, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 84, + "flow": 2.976, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 81, + "flow": 2.618, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 82, + "flow": 2.73, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 85, + "flow": 3.184, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 87, + "flow": 3.53, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 86, + "flow": 3.344, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 84, + "flow": 3.024, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 83, + "flow": 2.865, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 84, + "flow": 3.008, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 86, + "flow": 3.394, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 86, + "flow": 3.411, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 85, + "flow": 3.152, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 83, + "flow": 2.944, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 83, + "flow": 2.835, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 83, + "flow": 2.944, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 85, + "flow": 3.2, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 84, + "flow": 3.104, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 83, + "flow": 2.928, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 82, + "flow": 2.79, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 83, + "flow": 2.944, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 84, + "flow": 3.104, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 85, + "flow": 3.184, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 84, + "flow": 3.04, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 82, + "flow": 2.775, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 83, + "flow": 2.85, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 84, + "flow": 3.04, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 85, + "flow": 3.152, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 84, + "flow": 2.96, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 82, + "flow": 2.79, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 82, + "flow": 2.73, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 83, + "flow": 2.85, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 84, + "flow": 2.976, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 83, + "flow": 2.88, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 83, + "flow": 2.896, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 83, + "flow": 2.85, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 84, + "flow": 3.024, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 83, + "flow": 2.928, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 84, + "flow": 2.96, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 83, + "flow": 2.835, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 83, + "flow": 2.944, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 83, + "flow": 2.835, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 82, + "flow": 2.714, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 82, + "flow": 2.682, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 83, + "flow": 2.85, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 85, + "flow": 3.12, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 84, + "flow": 2.992, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 83, + "flow": 2.835, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 82, + "flow": 2.745, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 83, + "flow": 2.912, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 85, + "flow": 3.12, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 85, + "flow": 3.152, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 83, + "flow": 2.82, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 81, + "flow": 2.586, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 82, + "flow": 2.76, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 84, + "flow": 3.104, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 84, + "flow": 2.992, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 82, + "flow": 2.714, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 82, + "flow": 2.65, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 83, + "flow": 2.928, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 86, + "flow": 3.377, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 87, + "flow": 3.462, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 85, + "flow": 3.168, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 84, + "flow": 2.992, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 85, + "flow": 3.152, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 87, + "flow": 3.479, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 87, + "flow": 3.479, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 85, + "flow": 3.232, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 83, + "flow": 2.865, + "temperature": 12.2, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 84, + "flow": 3.056, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 87, + "flow": 3.496, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 89, + "flow": 3.824, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 89, + "flow": 3.976, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 90, + "flow": 4.052, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 88, + "flow": 3.656, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 86, + "flow": 3.296, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 84, + "flow": 3.104, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 86, + "flow": 3.428, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 89, + "flow": 3.919, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 91, + "flow": 4.27, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 91, + "flow": 4.23, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 89, + "flow": 3.938, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 89, + "flow": 3.9, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 89, + "flow": 3.957, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 90, + "flow": 4.033, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 89, + "flow": 3.805, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 88, + "flow": 3.62, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 87, + "flow": 3.53, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 87, + "flow": 3.584, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 88, + "flow": 3.748, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 89, + "flow": 3.957, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 90, + "flow": 4.071, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 90, + "flow": 4.09, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 89, + "flow": 3.919, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 86, + "flow": 3.36, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 86, + "flow": 3.394, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 88, + "flow": 3.71, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 89, + "flow": 3.976, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 90, + "flow": 4.09, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 90, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 90, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 90, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 90, + "flow": 4.052, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 88, + "flow": 3.71, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 89, + "flow": 3.805, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 89, + "flow": 3.957, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 90, + "flow": 4.052, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 90, + "flow": 4.09, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 90, + "flow": 4.11, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 88, + "flow": 3.767, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 88, + "flow": 3.71, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 89, + "flow": 3.881, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 90, + "flow": 4.052, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 90, + "flow": 4.11, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 90, + "flow": 4.13, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 90, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 90, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 90, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 90, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 90, + "flow": 4.13, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 90, + "flow": 4.13, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 90, + "flow": 4.11, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 90, + "flow": 4.11, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 88, + "flow": 3.748, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 88, + "flow": 3.71, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 89, + "flow": 3.862, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 90, + "flow": 4.033, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 90, + "flow": 4.09, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 90, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 90, + "flow": 4.17, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 90, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 90, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 90, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 90, + "flow": 4.17, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 90, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 90, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 90, + "flow": 4.13, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 90, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 90, + "flow": 4.13, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 90, + "flow": 4.13, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 90, + "flow": 4.17, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 90, + "flow": 4.17, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 90, + "flow": 4.17, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 91, + "flow": 4.19, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 91, + "flow": 4.21, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 91, + "flow": 4.23, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 91, + "flow": 4.23, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 91, + "flow": 4.25, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 91, + "flow": 4.23, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 91, + "flow": 4.23, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 91, + "flow": 4.29, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 91, + "flow": 4.33, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 91, + "flow": 4.35, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 92, + "flow": 4.39, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 92, + "flow": 4.556, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 93, + "flow": 4.733, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 93, + "flow": 4.666, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 93, + "flow": 4.6, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 92, + "flow": 4.578, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 92, + "flow": 4.578, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 92, + "flow": 4.534, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 92, + "flow": 4.512, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 92, + "flow": 4.534, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 92, + "flow": 4.534, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 93, + "flow": 4.644, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 93, + "flow": 4.6, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 92, + "flow": 4.534, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 92, + "flow": 4.47, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 92, + "flow": 4.47, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 92, + "flow": 4.49, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 92, + "flow": 4.49, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 92, + "flow": 4.49, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 92, + "flow": 4.41, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 92, + "flow": 4.45, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 92, + "flow": 4.41, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 92, + "flow": 4.41, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 92, + "flow": 4.43, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 92, + "flow": 4.39, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 92, + "flow": 4.41, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 92, + "flow": 4.41, + "inflow": 0, + "volume": 0, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 92, + "flow": 4.39, + "inflow": 0, + "volume": 0, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 91, + "flow": 4.37, + "inflow": 0, + "volume": 0, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 91, + "flow": 4.35, + "inflow": 0, + "volume": 0, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 91, + "flow": 4.35, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 91, + "flow": 4.33, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 91, + "flow": 4.33, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 91, + "flow": 4.29, + "inflow": 0, + "volume": 0, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 91, + "flow": 4.25, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 91, + "flow": 4.23, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 90, + "flow": 4.052, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 88, + "flow": 3.786, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 88, + "flow": 3.692, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 88, + "flow": 3.62, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 89, + "flow": 3.805, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 90, + "flow": 4.052, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 90, + "flow": 4.17, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 89, + "flow": 3.843, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 89, + "flow": 3.919, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 88, + "flow": 3.71, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 88, + "flow": 3.786, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 88, + "flow": 3.62, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 88, + "flow": 3.786, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 87, + "flow": 3.566, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 88, + "flow": 3.62, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 87, + "flow": 3.602, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 89, + "flow": 3.805, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 88, + "flow": 3.62, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 88, + "flow": 3.638, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 89, + "flow": 3.824, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 90, + "flow": 4.033, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 89, + "flow": 3.881, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 87, + "flow": 3.584, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 88, + "flow": 3.748, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 89, + "flow": 3.976, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 90, + "flow": 4.071, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 88, + "flow": 3.748, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 89, + "flow": 3.881, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 90, + "flow": 4.071, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 91, + "flow": 4.19, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 91, + "flow": 4.25, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 91, + "flow": 4.31, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 91, + "flow": 4.31, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 91, + "flow": 4.35, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 91, + "flow": 4.37, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 92, + "flow": 4.39, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 92, + "flow": 4.41, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 92, + "flow": 4.43, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 92, + "flow": 4.578, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 95, + "flow": 5.147, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 96, + "flow": 5.29, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 101, + "flow": 6.731, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 99, + "flow": 6.055, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 97, + "flow": 5.66, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 96, + "flow": 5.51, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 95, + "flow": 5.242, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 95, + "flow": 5.147, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 95, + "flow": 5.194, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 96, + "flow": 5.314, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 96, + "flow": 5.314, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 95, + "flow": 5.147, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 94, + "flow": 4.94, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 94, + "flow": 4.963, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 95, + "flow": 5.194, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 95, + "flow": 5.266, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 95, + "flow": 5.078, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 94, + "flow": 4.871, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 94, + "flow": 4.986, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 96, + "flow": 5.29, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 96, + "flow": 5.46, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 95, + "flow": 5.147, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 94, + "flow": 4.894, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 93, + "flow": 4.779, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 94, + "flow": 4.871, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 94, + "flow": 4.94, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 94, + "flow": 4.894, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 93, + "flow": 4.779, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 94, + "flow": 4.825, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 94, + "flow": 4.986, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 94, + "flow": 4.848, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 93, + "flow": 4.71, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 93, + "flow": 4.802, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 94, + "flow": 4.917, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 93, + "flow": 4.802, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 93, + "flow": 4.622, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 92, + "flow": 4.534, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 92, + "flow": 4.47, + "inflow": 0, + "volume": 0, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 92, + "flow": 4.43, + "inflow": 0, + "volume": 0, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 92, + "flow": 4.43, + "inflow": 0, + "volume": 0, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 92, + "flow": 4.43, + "inflow": 0, + "volume": 0, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 92, + "flow": 4.41, + "inflow": 0, + "volume": 0, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 92, + "flow": 4.39, + "inflow": 0, + "volume": 0, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 91, + "flow": 4.37, + "inflow": 0, + "volume": 0, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 91, + "flow": 4.35, + "inflow": 0, + "volume": 0, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 91, + "flow": 4.35, + "inflow": 0, + "volume": 0, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 91, + "flow": 4.33, + "inflow": 0, + "volume": 0, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 91, + "flow": 4.31, + "inflow": 0, + "volume": 0, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 91, + "flow": 4.31, + "inflow": 0, + "volume": 0, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 91, + "flow": 4.31, + "inflow": 0, + "volume": 0, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 91, + "flow": 4.25, + "inflow": 0, + "volume": 0, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 91, + "flow": 4.29, + "inflow": 0, + "volume": 0, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 91, + "flow": 4.27, + "inflow": 0, + "volume": 0, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 91, + "flow": 4.27, + "inflow": 0, + "volume": 0, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 91, + "flow": 4.27, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 91, + "flow": 4.27, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 91, + "flow": 4.25, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 91, + "flow": 4.25, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 91, + "flow": 4.25, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 91, + "flow": 4.27, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 91, + "flow": 4.23, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 91, + "flow": 4.23, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 91, + "flow": 4.19, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 91, + "flow": 4.25, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 91, + "flow": 4.23, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 91, + "flow": 4.19, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 90, + "flow": 3.995, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 84, + "flow": 3.104, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 78, + "flow": 2.084, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 79, + "flow": 2.266, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 83, + "flow": 2.912, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 87, + "flow": 3.445, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 88, + "flow": 3.786, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 89, + "flow": 3.976, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 88, + "flow": 3.748, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 86, + "flow": 3.28, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 83, + "flow": 2.928, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 85, + "flow": 3.2, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 88, + "flow": 3.638, + "temperature": 13.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 89, + "flow": 3.938, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 90, + "flow": 4.052, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 90, + "flow": 4.13, + "temperature": 14, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 88, + "flow": 3.748, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 85, + "flow": 3.232, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 83, + "flow": 2.88, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 85, + "flow": 3.216, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 88, + "flow": 3.656, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 89, + "flow": 3.938, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 90, + "flow": 4.052, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 90, + "flow": 4.11, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 87, + "flow": 3.584, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 84, + "flow": 3.104, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 84, + "flow": 3.04, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 87, + "flow": 3.445, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 90, + "flow": 4.13, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 91, + "flow": 4.35, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 91, + "flow": 4.35, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 89, + "flow": 3.881, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 86, + "flow": 3.411, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 85, + "flow": 3.232, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 87, + "flow": 3.584, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 89, + "flow": 3.938, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 90, + "flow": 4.11, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 89, + "flow": 3.824, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 87, + "flow": 3.513, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 86, + "flow": 3.28, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 86, + "flow": 3.377, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 87, + "flow": 3.584, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 89, + "flow": 3.9, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 89, + "flow": 3.976, + "temperature": 13.4, + "precipitation": 0.3, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 86, + "flow": 3.428, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 84, + "flow": 3.088, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 85, + "flow": 3.232, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 88, + "flow": 3.638, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 89, + "flow": 3.957, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 90, + "flow": 4.13, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 88, + "flow": 3.748, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 85, + "flow": 3.248, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 83, + "flow": 2.88, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 85, + "flow": 3.232, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 88, + "flow": 3.692, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 90, + "flow": 4.014, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 89, + "flow": 3.881, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 88, + "flow": 3.748, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 85, + "flow": 3.264, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 86, + "flow": 3.344, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 88, + "flow": 3.692, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 90, + "flow": 4.014, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 89, + "flow": 3.805, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 89, + "flow": 3.824, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 88, + "flow": 3.786, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 89, + "flow": 3.9, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 90, + "flow": 4.052, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 91, + "flow": 4.19, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 90, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 89, + "flow": 3.824, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 89, + "flow": 3.919, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 89, + "flow": 3.9, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 90, + "flow": 4.033, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 90, + "flow": 4.17, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 91, + "flow": 4.25, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 89, + "flow": 3.957, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 89, + "flow": 3.976, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 90, + "flow": 4.11, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 91, + "flow": 4.23, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 91, + "flow": 4.27, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 90, + "flow": 4.014, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 90, + "flow": 4.071, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 91, + "flow": 4.19, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 91, + "flow": 4.27, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 90, + "flow": 4.033, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 90, + "flow": 4.09, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 90, + "flow": 4.17, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 91, + "flow": 4.27, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 90, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 89, + "flow": 3.862, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 90, + "flow": 3.995, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 91, + "flow": 4.25, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 1.1 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 92, + "flow": 4.39, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 92, + "flow": 4.45, + "temperature": 13.5, + "precipitation": 0.4, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 92, + "flow": 4.49, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 92, + "flow": 4.512, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 92, + "flow": 4.49, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 92, + "flow": 4.43, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 91, + "flow": 4.21, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 91, + "flow": 4.23, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 91, + "flow": 4.31, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 91, + "flow": 4.35, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 91, + "flow": 4.37, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 92, + "flow": 4.39, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 1.3 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 92, + "flow": 4.39, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 1.3 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 92, + "flow": 4.39, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 92, + "flow": 4.39, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 91, + "flow": 4.37, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 91, + "flow": 4.35, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 91, + "flow": 4.33, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 91, + "flow": 4.31, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 91, + "flow": 4.31, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 91, + "flow": 4.29, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 91, + "flow": 4.21, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 88, + "flow": 3.748, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 88, + "flow": 3.729, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 90, + "flow": 3.995, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 91, + "flow": 4.21, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 91, + "flow": 4.29, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 91, + "flow": 4.35, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 91, + "flow": 4.35, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 91, + "flow": 4.35, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 91, + "flow": 4.33, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 89, + "flow": 3.957, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 88, + "flow": 3.729, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 86, + "flow": 3.312, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 88, + "flow": 3.62, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 90, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 92, + "flow": 4.41, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 92, + "flow": 4.41, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 92, + "flow": 4.45, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 92, + "flow": 4.49, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 93, + "flow": 4.6, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 1.2 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 93, + "flow": 4.688, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 93, + "flow": 4.71, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 93, + "flow": 4.733, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0.7 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 93, + "flow": 4.802, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 94, + "flow": 4.917, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 94, + "flow": 4.986, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 94, + "flow": 4.963, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 94, + "flow": 4.848, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 93, + "flow": 4.756, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 93, + "flow": 4.688, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 93, + "flow": 4.622, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 93, + "flow": 4.622, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 93, + "flow": 4.6, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 93, + "flow": 4.622, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 93, + "flow": 4.666, + "inflow": 0, + "volume": 0, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 94, + "flow": 4.825, + "inflow": 0, + "volume": 0, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 96, + "flow": 5.29, + "inflow": 0, + "volume": 0, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 97, + "flow": 5.585, + "inflow": 0, + "volume": 0, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 96, + "flow": 5.41, + "inflow": 0, + "volume": 0, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 94, + "flow": 5.032, + "inflow": 0, + "volume": 0, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 95, + "flow": 5.194, + "inflow": 0, + "volume": 0, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 96, + "flow": 5.435, + "inflow": 0, + "volume": 0, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 98, + "flow": 5.816, + "inflow": 0, + "volume": 0, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 103, + "flow": 7.26, + "inflow": 0, + "volume": 0, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 101, + "flow": 6.818, + "inflow": 0, + "volume": 0, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 98, + "flow": 5.974, + "inflow": 0, + "volume": 0, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 97, + "flow": 5.56, + "inflow": 0, + "volume": 0, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 98, + "flow": 5.842, + "inflow": 0, + "volume": 0, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 99, + "flow": 6.082, + "inflow": 0, + "volume": 0, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 98, + "flow": 6.028, + "temperature": 19.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 96, + "flow": 5.41, + "temperature": 19.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 95, + "flow": 5.218, + "temperature": 19.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 96, + "flow": 5.314, + "temperature": 19.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 93, + "flow": 4.733, + "temperature": 19.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 91, + "flow": 4.29, + "inflow": 0, + "volume": 0, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 90, + "flow": 4.071, + "inflow": 0, + "volume": 0, + "temperature": 20.5, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/LUKL.json b/public/data/LUKL.json index 215b648..3af124c 100644 --- a/public/data/LUKL.json +++ b/public/data/LUKL.json @@ -3157,5 +3157,3965 @@ "volume": 0, "temperature": 14.3, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 14.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T18:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 14.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 13.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 13.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 13.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 13.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 13.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 13, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 12.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 12.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 12, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 12, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 11.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 11.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 12, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 12.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 12.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 12.7, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 13.2, + "precipitation": 0.3, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 13.4, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 13.6, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 13.6, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 13.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 13.1, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 13.1, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 13.1, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 13.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 13.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 14.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 14.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 14.1, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 13.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 13.2, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 13.1, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 12.5, + "precipitation": 0.4, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 12.3, + "precipitation": 0.3, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 12.2, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 12.3, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 12.3, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 12.2, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 12.2, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 12.2, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 12, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 11.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 11.5, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 11.4, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 11.3, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 11.3, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 11.4, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 11.2, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 11.1, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 11, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 10.3, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 10.3, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 10.3, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 9.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 9.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 9.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 9.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 9.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 9.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 9.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 9.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 10, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 53, + "flow": 4.39, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 53, + "flow": 4.39, + "temperature": 10.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 53, + "flow": 4.39, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 53, + "flow": 4.39, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 53, + "flow": 4.39, + "temperature": 10.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 53, + "flow": 4.39, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 53, + "flow": 4.39, + "temperature": 10.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 54, + "flow": 4.64, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 53, + "flow": 4.39, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 53, + "flow": 4.39, + "temperature": 11, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 53, + "flow": 4.39, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 53, + "flow": 4.39, + "temperature": 11, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 11, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 11, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 11, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 11, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 11, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 14.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 15.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 15.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 53, + "flow": 4.39, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 53, + "flow": 4.39, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 53, + "flow": 4.39, + "temperature": 15.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 54, + "flow": 4.64, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0.8 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 53, + "flow": 4.39, + "temperature": 15.3, + "precipitation": 0.8, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 53, + "flow": 4.39, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 14.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 14.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 14.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 14.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 14.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 15.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 2.6 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 13.6, + "precipitation": 0.4, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 12.7, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 53, + "flow": 4.39, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 54, + "flow": 4.64, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 54, + "flow": 4.64, + "temperature": 11.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 54, + "flow": 4.64, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 53, + "flow": 4.39, + "temperature": 11.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 11.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 49, + "flow": 3.48, + "temperature": 10.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 49, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 9.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 9.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 9.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 9.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 53, + "flow": 4.39, + "temperature": 9.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 53, + "flow": 4.39, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 53, + "flow": 4.39, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 53, + "flow": 4.39, + "temperature": 9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 8.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 8.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 8.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 8.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 8.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 8.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 7.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 7.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 7.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 7.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 8.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 8.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 9.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 10.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 11.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 12.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 13.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 13.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 13.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 14, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 13.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 13.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 13.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 13.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 13.6, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 13.5, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 13.5, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 13.1, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 13.2, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 13.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 13.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 53, + "flow": 4.39, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 53, + "flow": 4.39, + "temperature": 13.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 53, + "flow": 4.39, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 13.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 14, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 13.8, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 13.6, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 13.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 13.5, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 13.3, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 50, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 50, + "flow": 3.7, + "temperature": 13.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.7 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 13.5, + "precipitation": 0.7, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.8 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 13.6, + "precipitation": 0.8, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 53, + "flow": 4.39, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 53, + "flow": 4.39, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 53, + "flow": 4.39, + "temperature": 13.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 13.6, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 13.6, + "precipitation": 0.4, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 13.6, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 13.7, + "precipitation": 0.3, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 13.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 13.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 13.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 13.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 13.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 14, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 14.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 14.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 14.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 53, + "flow": 4.39, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 53, + "flow": 4.39, + "temperature": 14.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 54, + "flow": 4.64, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 54, + "flow": 4.64, + "temperature": 15.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 55, + "flow": 4.89, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 55, + "flow": 4.89, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 55, + "flow": 4.89, + "temperature": 16.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 55, + "flow": 4.89, + "inflow": 0, + "volume": 0, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 56, + "flow": 5.16, + "temperature": 16.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 55, + "flow": 4.89, + "inflow": 0, + "volume": 0, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 54, + "flow": 4.64, + "inflow": 0, + "volume": 0, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 54, + "flow": 4.64, + "temperature": 17.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 53, + "flow": 4.39, + "inflow": 0, + "volume": 0, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 53, + "flow": 4.39, + "temperature": 17.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 53, + "flow": 4.39, + "inflow": 0, + "volume": 0, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 18.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 18.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 51, + "flow": 3.92, + "temperature": 18.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 51, + "flow": 3.92, + "inflow": 0, + "volume": 0, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 52, + "flow": 4.15, + "temperature": 20.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 52, + "flow": 4.15, + "inflow": 0, + "volume": 0, + "temperature": 20.5, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/MARI.json b/public/data/MARI.json index 6532155..985fa6b 100644 --- a/public/data/MARI.json +++ b/public/data/MARI.json @@ -10586,10 +10586,4717 @@ { "timestamp": "2026-06-09T18:30:00.000Z", "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 15, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 467.78, + "flow": 0.7, + "temperature": 15, + "precipitation": 0.2, + "inflow": 1.2, + "volume": 26.6 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 467.78, "flow": 0, "inflow": 1.2, "volume": 26.6, - "temperature": 15.5, + "temperature": 14.8, "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 467.78, + "flow": 0.7, + "temperature": 14.8, + "precipitation": 0.2, + "inflow": 1.2, + "volume": 26.6 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 14.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 14.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 467.78, + "flow": 0, + "inflow": 1.2, + "volume": 26.6, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 467.78, + "flow": 0, + "inflow": 1.2, + "volume": 26.6, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 467.78, + "flow": 0.7, + "temperature": 13.8, + "precipitation": 0, + "inflow": 1.2, + "volume": 26.6 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 467.78, + "flow": 0, + "inflow": 1.2, + "volume": 26.6, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 467.78, + "flow": 0, + "inflow": 1.2, + "volume": 26.6, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 467.78, + "flow": 0, + "inflow": 1.2, + "volume": 26.6, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 467.78, + "flow": 0.7, + "temperature": 13.1, + "precipitation": 0, + "inflow": 1.2, + "volume": 26.6 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 467.78, + "flow": 0, + "inflow": 1.2, + "volume": 26.6, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 467.78, + "flow": 0.7, + "temperature": 12.9, + "precipitation": 0, + "inflow": 1.2, + "volume": 26.6 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 467.78, + "flow": 0, + "inflow": 1.2, + "volume": 26.6, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 467.78, + "flow": 0, + "inflow": 1.2, + "volume": 26.6, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 467.78, + "flow": 0.7, + "temperature": 12.4, + "precipitation": 0, + "inflow": 1.2, + "volume": 26.6 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 467.78, + "flow": 0, + "inflow": 1.2, + "volume": 26.6, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.2, + "volume": 26.6, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 467.78, + "flow": 0, + "inflow": 1.2, + "volume": 26.6, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 467.78, + "flow": 0.7, + "temperature": 13, + "precipitation": 0, + "inflow": 1.02, + "volume": 26.6 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 467.78, + "flow": 0.7, + "temperature": 13.3, + "precipitation": 0, + "inflow": 1.02, + "volume": 26.6 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 467.78, + "flow": 0, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 467.78, + "flow": 0, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 467.78, + "flow": 0, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 467.77, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.58, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.58, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 467.77, + "flow": 0.7, + "temperature": 13.3, + "precipitation": 0, + "inflow": 1.02, + "volume": 26.58 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.58, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.58, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 467.77, + "flow": 0, + "inflow": 1.02, + "volume": 26.58, + "temperature": 13.2, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.58, + "temperature": 13.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 467.78, + "flow": 0, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 467.78, + "flow": 0, + "inflow": 1.02, + "volume": 26.6, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 467.78, + "flow": 0.7, + "temperature": 12.6, + "precipitation": 0.1, + "inflow": 1.02, + "volume": 26.6 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 467.78, + "flow": 0, + "inflow": 1.02, + "volume": 26.6, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 467.78, + "flow": 0, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 13.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 467.78, + "flow": 0, + "inflow": 1.02, + "volume": 26.6, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 467.78, + "flow": 0, + "inflow": 1.02, + "volume": 26.6, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 467.78, + "flow": 0.7, + "temperature": 11.9, + "precipitation": 0.1, + "inflow": 1.02, + "volume": 26.6 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 467.78, + "flow": 0, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 467.78, + "flow": 0.7, + "temperature": 11.5, + "precipitation": 0.1, + "inflow": 1.02, + "volume": 26.6 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 467.78, + "flow": 0, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 467.78, + "flow": 0, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 467.78, + "flow": 0, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 467.78, + "flow": 0.7, + "temperature": 11.3, + "precipitation": 0.1, + "inflow": 1.02, + "volume": 26.6 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 467.78, + "flow": 0, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 467.78, + "flow": 0, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 467.78, + "flow": 0, + "inflow": 1.02, + "volume": 26.6, + "temperature": 11, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.61, + "temperature": 11, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.61, + "temperature": 10.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 467.78, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.61, + "temperature": 10.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.61, + "temperature": 10.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.61, + "temperature": 10.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 467.79, + "flow": 0, + "inflow": 1.02, + "volume": 26.61, + "temperature": 10.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.61, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.61, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.61, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.61, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.61, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 467.79, + "flow": 0, + "inflow": 1.02, + "volume": 26.61, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.61, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.61, + "temperature": 9.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.61, + "temperature": 9.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.61, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.61, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 467.79, + "flow": 0, + "inflow": 1.02, + "volume": 26.61, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.61, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.61, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.61, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.61, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 467.79, + "flow": 0, + "inflow": 1.02, + "volume": 26.61, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.61, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.61, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.61, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.61, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.61, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 467.79, + "flow": 0, + "inflow": 1.02, + "volume": 26.61, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.61, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.61, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 467.8, + "flow": 0.7, + "temperature": 9, + "precipitation": 0, + "inflow": 1.02, + "volume": 26.61 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.61, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.61, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 467.79, + "flow": 0, + "inflow": 1.02, + "volume": 26.61, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.63, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.63, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.63, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.63, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.02, + "volume": 26.63, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 467.79, + "flow": 0, + "inflow": 1.02, + "volume": 26.63, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.61, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.61, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.61, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.61, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.61, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 467.79, + "flow": 0, + "inflow": 1.42, + "volume": 26.61, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.61, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.61, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.61, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.61, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.61, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 467.79, + "flow": 0, + "inflow": 1.42, + "volume": 26.61, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.61, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.61, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.61, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.61, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.61, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 467.79, + "flow": 0, + "inflow": 1.42, + "volume": 26.61, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.61, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.61, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.61, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.61, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.61, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 467.79, + "flow": 0, + "inflow": 1.42, + "volume": 26.61, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 467.79, + "flow": 0.7, + "temperature": 13.8, + "precipitation": 0, + "inflow": 1.42, + "volume": 26.61 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.61, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.61, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.61, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.61, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 467.79, + "flow": 0, + "inflow": 1.42, + "volume": 26.61, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 467.79, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 467.8, + "flow": 0, + "inflow": 1.42, + "volume": 26.63, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 467.8, + "flow": 0, + "inflow": 1.42, + "volume": 26.63, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 467.8, + "flow": 0.7, + "temperature": 14.3, + "precipitation": 0, + "inflow": 1.42, + "volume": 26.63 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 467.8, + "flow": 0, + "inflow": 1.42, + "volume": 26.63, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 467.8, + "flow": 0, + "inflow": 1.42, + "volume": 26.63, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 467.8, + "flow": 0.7, + "temperature": 15.4, + "precipitation": 0, + "inflow": 1.42, + "volume": 26.63 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 467.8, + "flow": 0.7, + "temperature": 15.5, + "precipitation": 0, + "inflow": 1.42, + "volume": 26.63 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 467.8, + "flow": 0, + "inflow": 1.42, + "volume": 26.63, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 13.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 13, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 467.81, + "flow": 0, + "inflow": 1.42, + "volume": 26.63, + "temperature": 13, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 12.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 467.81, + "flow": 0, + "inflow": 1.42, + "volume": 26.65, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 467.81, + "flow": 0, + "inflow": 1.42, + "volume": 26.65, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 467.81, + "flow": 0.7, + "temperature": 11.4, + "precipitation": 0, + "inflow": 1.42, + "volume": 26.65 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 467.8, + "flow": 0, + "inflow": 1.42, + "volume": 26.65, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 467.8, + "flow": 0, + "inflow": 1.42, + "volume": 26.65, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 467.8, + "flow": 0, + "inflow": 1.42, + "volume": 26.63, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 467.8, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 467.8, + "flow": 0.7, + "temperature": 9.5, + "precipitation": 0, + "inflow": 1.42, + "volume": 26.63 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.63, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 467.81, + "flow": 0, + "inflow": 1.42, + "volume": 26.63, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 467.81, + "flow": 0, + "inflow": 1.42, + "volume": 26.65, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 467.81, + "flow": 0, + "inflow": 1.42, + "volume": 26.65, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 467.81, + "flow": 0.7, + "temperature": 9.4, + "precipitation": 0, + "inflow": 1.42, + "volume": 26.65 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 467.81, + "flow": 0, + "inflow": 1.42, + "volume": 26.65, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 467.81, + "flow": 0.7, + "temperature": 9.4, + "precipitation": 0, + "inflow": 1.42, + "volume": 26.65 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 467.81, + "flow": 0, + "inflow": 1.42, + "volume": 26.65, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.65, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 467.81, + "flow": 0, + "inflow": 1.42, + "volume": 26.65, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.67, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.67, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.67, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.67, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.67, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 467.82, + "flow": 0, + "inflow": 1.42, + "volume": 26.67, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.67, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.67, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.67, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.42, + "volume": 26.67, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 467.82, + "flow": 0.7, + "temperature": 10.2, + "precipitation": 0, + "inflow": 1.42, + "volume": 26.67 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 467.82, + "flow": 0, + "inflow": 1.42, + "volume": 26.67, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.67, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.67, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.67, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.67, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.67, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 467.82, + "flow": 0, + "inflow": 1.83, + "volume": 26.67, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.67, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.67, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.67, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.67, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.67, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 467.82, + "flow": 0, + "inflow": 1.83, + "volume": 26.67, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.67, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 467.81, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.67, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.67, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.67, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 467.82, + "flow": 0, + "inflow": 1.83, + "volume": 26.67, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.67, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.67, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.67, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.67, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.67, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 467.82, + "flow": 0, + "inflow": 1.83, + "volume": 26.67, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 467.82, + "flow": 0.7, + "temperature": 13.5, + "precipitation": 0, + "inflow": 1.83, + "volume": 26.67 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.67, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.67, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 467.82, + "flow": 0.7, + "temperature": 13.6, + "precipitation": 0, + "inflow": 1.83, + "volume": 26.67 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.67, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 467.82, + "flow": 0, + "inflow": 1.83, + "volume": 26.67, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.67, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.67, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.67, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 467.82, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.67, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 467.82, + "flow": 0, + "inflow": 1.83, + "volume": 26.67, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 467.83, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.69, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 467.83, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.69, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 467.83, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.69, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 467.83, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.69, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 467.83, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.69, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 467.83, + "flow": 0, + "inflow": 1.83, + "volume": 26.69, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 467.83, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.69, + "temperature": 13.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 467.83, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.69, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 467.83, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.69, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 467.83, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.69, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 467.83, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.69, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 467.83, + "flow": 0, + "inflow": 1.83, + "volume": 26.69, + "temperature": 13.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 467.83, + "flow": 0.7, + "temperature": 13.2, + "precipitation": 0.2, + "inflow": 1.83, + "volume": 26.69 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 467.83, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.69, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 467.83, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.69, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 467.83, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.69, + "temperature": 13.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 467.83, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.69, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 467.83, + "flow": 0, + "inflow": 1.83, + "volume": 26.69, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 467.83, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.69, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 467.83, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.69, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 467.83, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.69, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 467.83, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.69, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 467.83, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.69, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 467.83, + "flow": 0, + "inflow": 1.83, + "volume": 26.69, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 467.84, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.7, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 467.83, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.7, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 467.84, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.7, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 467.84, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.7, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 467.83, + "flow": 0, + "inflow": 1.83, + "volume": 26.7, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 467.84, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.7, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 467.83, + "flow": 0.7, + "temperature": 14.4, + "precipitation": 0, + "inflow": 1.83, + "volume": 26.7 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 467.84, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.7, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 467.84, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.7, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 467.83, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.7, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 467.83, + "flow": 0, + "inflow": 1.83, + "volume": 26.7, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 467.83, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.69, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 467.84, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.69, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 467.84, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.69, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 467.84, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.69, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 467.84, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.69, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 467.84, + "flow": 0, + "inflow": 1.83, + "volume": 26.69, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 467.84, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.7, + "temperature": 14, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 467.84, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.7, + "temperature": 13.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 467.84, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.7, + "temperature": 13.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 467.84, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.7, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 467.84, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.7, + "temperature": 13.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 467.84, + "flow": 0, + "inflow": 1.83, + "volume": 26.7, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 467.84, + "flow": 0.7, + "temperature": 13.5, + "precipitation": 0.2, + "inflow": 1.83, + "volume": 26.7 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 467.84, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.7, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 467.84, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.7, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 467.84, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.7, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 467.84, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.7, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 467.84, + "flow": 0, + "inflow": 1.83, + "volume": 26.7, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 467.84, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.7, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 467.85, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.7, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 467.84, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.7, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 467.85, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.7, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 467.85, + "flow": 0, + "inflow": 1.83, + "volume": 26.7, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 467.85, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.7, + "temperature": 13.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 467.85, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.72, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 467.85, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.72, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 467.85, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.72, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 467.85, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.72, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 467.85, + "flow": 0, + "inflow": 1.83, + "volume": 26.72, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 467.85, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.72, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 467.85, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.72, + "temperature": 14.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 467.85, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.72, + "temperature": 14.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 467.85, + "flow": 0.7, + "temperature": 14.5, + "precipitation": 0.2, + "inflow": 1.83, + "volume": 26.72 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 467.85, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.72, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 467.85, + "flow": 0, + "inflow": 1.83, + "volume": 26.72, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 467.85, + "flow": 0.7, + "temperature": 14.4, + "precipitation": 0, + "inflow": 1.83, + "volume": 26.72 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 467.85, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.72, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 467.85, + "flow": 0.7, + "temperature": 14.3, + "precipitation": 0, + "inflow": 1.83, + "volume": 26.72 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 467.85, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.72, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 467.85, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.72, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 467.85, + "flow": 0, + "inflow": 1.83, + "volume": 26.72, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 467.85, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.72, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 467.85, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.72, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 467.85, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.72, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 467.85, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.72, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 467.85, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.72, + "temperature": 14.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 467.85, + "flow": 0, + "inflow": 1.83, + "volume": 26.72, + "temperature": 14.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.74, + "temperature": 14.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.74, + "temperature": 14.1, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.74, + "temperature": 14, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 467.86, + "flow": 0.7, + "temperature": 14, + "precipitation": 0.5, + "inflow": 1.83, + "volume": 26.74 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.74, + "temperature": 13.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 467.86, + "flow": 0, + "inflow": 1.83, + "volume": 26.74, + "temperature": 13.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.74, + "temperature": 13.9, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.74, + "temperature": 13.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.74, + "temperature": 13.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.74, + "temperature": 14.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.74, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 467.86, + "flow": 0, + "inflow": 1.83, + "volume": 26.74, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.74, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.74, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.74, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.74, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.74, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 467.86, + "flow": 0, + "inflow": 1.83, + "volume": 26.74, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.74, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.74, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.74, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.74, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 1.83, + "volume": 26.74, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 467.86, + "flow": 0, + "inflow": 1.83, + "volume": 26.74, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 2.03, + "volume": 26.74, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 2.03, + "volume": 26.74, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 467.86, + "flow": 0.7, + "temperature": 15.5, + "precipitation": 0, + "inflow": 2.03, + "volume": 26.74 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 2.03, + "volume": 26.74, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 2.03, + "volume": 26.74, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 467.86, + "flow": 0, + "inflow": 2.03, + "volume": 26.74, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 2.03, + "volume": 26.74, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 2.03, + "volume": 26.74, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 2.03, + "volume": 26.74, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 2.03, + "volume": 26.74, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 467.86, + "flow": 0.7, + "temperature": 17.4, + "precipitation": 0, + "inflow": 2.03, + "volume": 26.74 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 467.86, + "flow": 0, + "inflow": 2.03, + "volume": 26.74, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 2.03, + "volume": 26.74, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 2.03, + "volume": 26.74, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 2.03, + "volume": 26.74, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 2.03, + "volume": 26.74, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 2.03, + "volume": 26.74, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 467.86, + "flow": 0, + "inflow": 2.03, + "volume": 26.74, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 2.03, + "volume": 26.74, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 2.03, + "volume": 26.74, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 2.03, + "volume": 26.74, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 2.03, + "volume": 26.74, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 467.86, + "flow": 0.7, + "temperature": 18.8, + "precipitation": 0, + "inflow": 2.03, + "volume": 26.74 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 467.86, + "flow": 0, + "inflow": 2.03, + "volume": 26.74, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 2.03, + "volume": 26.74, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 2.03, + "volume": 26.74, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 467.86, + "flow": 0.7, + "temperature": 19.2, + "precipitation": 0, + "inflow": 2.03, + "volume": 26.74 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 2.03, + "volume": 26.74, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 467.86, + "flow": 0.7, + "inflow": 2.03, + "volume": 26.74, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 467.86, + "flow": 0, + "inflow": 2.03, + "volume": 26.74, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 467.86, + "flow": 0.7, + "temperature": 19.8, + "precipitation": 0, + "inflow": 2.03, + "volume": 26.74 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 467.86, + "flow": 0.7, + "temperature": 19.8, + "precipitation": 0, + "inflow": 2.03, + "volume": 26.74 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 467.86, + "flow": 0.7, + "temperature": 19.8, + "precipitation": 0, + "inflow": 2.03, + "volume": 26.74 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 467.86, + "flow": 0.7, + "temperature": 19.8, + "precipitation": 0, + "inflow": 2.03, + "volume": 26.74 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 467.86, + "flow": 0.7, + "temperature": 19.8, + "precipitation": 0, + "inflow": 2.03, + "volume": 26.74 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 467.86, + "flow": 0, + "inflow": 2.03, + "volume": 26.74, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 467.87, + "flow": 0, + "inflow": 2.03, + "volume": 26.76, + "temperature": 20.9, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/MZHR.json b/public/data/MZHR.json index a1b5bc2..897a79d 100644 --- a/public/data/MZHR.json +++ b/public/data/MZHR.json @@ -10616,7 +10616,4759 @@ "flow": 2.53, "inflow": 1.04, "volume": 31.99, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 352.75, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.99, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 352.75, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.97, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 352.74, + "flow": 2.53, + "temperature": 15.9, + "precipitation": 0, + "inflow": 1.04, + "volume": 31.97 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 352.75, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.97, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 352.75, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.97, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 352.75, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.97, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 352.75, + "flow": 0, + "inflow": 1.04, + "volume": 31.97, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 352.75, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.98, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 352.75, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.98, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.98, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 352.75, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.98, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 352.75, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.98, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.98, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.95, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 352.75, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.95, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 352.75, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.95, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 352.75, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.95, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 352.75, + "flow": 0, + "inflow": 1.04, + "volume": 31.95, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 352.75, + "flow": 0, + "inflow": 1.04, + "volume": 31.95, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.96, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 352.75, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.96, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 352.74, + "flow": 2.55, + "inflow": 1.04, + "volume": 31.96, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 352.74, + "flow": 2.55, + "inflow": 1.04, + "volume": 31.96, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.96, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 352.74, + "flow": 0, + "inflow": 1.04, + "volume": 31.96, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.96, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.96, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.96, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.96, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.96, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 352.74, + "flow": 0, + "inflow": 1.04, + "volume": 31.96, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.96, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 352.75, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.96, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.96, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.96, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.96, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 352.74, + "flow": 0, + "inflow": 1.04, + "volume": 31.96, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.95, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.95, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.95, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 352.75, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.95, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.95, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.95, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.95, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.95, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.95, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.95, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.95, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.95, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.95, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.95, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.95, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.95, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.95, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 352.73, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.95, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.95, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.95, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 352.74, + "flow": 2.55, + "inflow": 1.04, + "volume": 31.95, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.04, + "volume": 31.95, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 352.74, + "flow": 2.55, + "inflow": 1.04, + "volume": 31.95, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 352.74, + "flow": 0, + "inflow": 1.04, + "volume": 31.95, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.93, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.93, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.93, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.93, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.93, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 352.73, + "flow": 0, + "inflow": 1.67, + "volume": 31.93, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.93, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.94, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.94, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 352.73, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.94, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 352.73, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.94, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 352.74, + "flow": 0, + "inflow": 1.67, + "volume": 31.94, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 352.73, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.92, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 352.73, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.92, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 352.73, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.92, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.92, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 352.73, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.92, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 352.73, + "flow": 0, + "inflow": 1.67, + "volume": 31.92, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 352.73, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.92, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 352.73, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.92, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 352.73, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.92, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 352.73, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.92, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.92, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 352.74, + "flow": 0, + "inflow": 1.67, + "volume": 31.92, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.91, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 352.73, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.91, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 352.73, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.91, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 352.74, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.91, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.91, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.91, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 352.73, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.91, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 352.73, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.91, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 352.73, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.91, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 352.73, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.91, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.91, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 352.73, + "flow": 0, + "inflow": 1.67, + "volume": 31.91, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.91, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.9, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.9, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.9, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.9, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 352.73, + "flow": 0, + "inflow": 1.67, + "volume": 31.9, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.9, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.9, + "temperature": 16.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.9, + "temperature": 16.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.9, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 352.72, + "flow": 2.55, + "temperature": 15.9, + "precipitation": 0, + "inflow": 1.67, + "volume": 31.9 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 352.73, + "flow": 0, + "inflow": 1.67, + "volume": 31.9, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.9, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.91, + "temperature": 15.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.91, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.91, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.91, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 352.73, + "flow": 0, + "inflow": 1.67, + "volume": 31.91, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.9, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.9, + "temperature": 15, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.9, + "temperature": 15, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.9, + "temperature": 14.3, + "precipitation": 0.9 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.9, + "temperature": 13.6, + "precipitation": 1.2 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 352.73, + "flow": 0, + "inflow": 1.67, + "volume": 31.9, + "temperature": 13.6, + "precipitation": 1.2 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.91, + "temperature": 13.2, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.91, + "temperature": 13.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.91, + "temperature": 13.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.91, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.91, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.91, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 352.73, + "flow": 2.55, + "temperature": 13.8, + "precipitation": 0.1, + "inflow": 1.67, + "volume": 31.91 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.89, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.89, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.89, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.89, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.89, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.9, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.9, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.9, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.9, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 352.73, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.9, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 352.72, + "flow": 0, + "inflow": 1.67, + "volume": 31.9, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.89, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.89, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.89, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.89, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.89, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 352.72, + "flow": 0, + "inflow": 1.67, + "volume": 31.89, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.87, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.87, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.87, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.87, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 352.72, + "flow": 2.55, + "temperature": 12.5, + "precipitation": 0, + "inflow": 1.67, + "volume": 31.87 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.87, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.88, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.88, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.88, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.88, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.88, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 352.72, + "flow": 0, + "inflow": 1.67, + "volume": 31.88, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.87, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.87, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.87, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.87, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.87, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 352.71, + "flow": 0, + "inflow": 1.67, + "volume": 31.87, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.87, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 352.72, + "flow": 2.56, + "inflow": 1.67, + "volume": 31.87, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 352.73, + "flow": 2.56, + "inflow": 1.67, + "volume": 31.87, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.87, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.87, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 352.72, + "flow": 0, + "inflow": 1.67, + "volume": 31.87, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.86, + "temperature": 11.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.86, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.86, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.86, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.67, + "volume": 31.86, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.86, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.87, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.87, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.87, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.87, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.87, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 352.72, + "flow": 0, + "inflow": 1.67, + "volume": 31.87, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.88, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.88, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.88, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.88, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.88, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 352.72, + "flow": 0, + "inflow": 1.67, + "volume": 31.88, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.86, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.86, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.86, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.86, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.86, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 352.72, + "flow": 0, + "inflow": 1.67, + "volume": 31.86, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.87, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.87, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.87, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 352.72, + "flow": 2.53, + "temperature": 9.5, + "precipitation": 0, + "inflow": 1.67, + "volume": 31.87 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 352.73, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.87, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 352.72, + "flow": 0, + "inflow": 1.67, + "volume": 31.87, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.86, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.86, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.86, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.86, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.86, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.67, + "volume": 31.86, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.85, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.85, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.85, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.85, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.85, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 352.71, + "flow": 0, + "inflow": 1.54, + "volume": 31.85, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.85, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.85, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.85, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.85, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.85, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 352.72, + "flow": 0, + "inflow": 1.54, + "volume": 31.85, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.86, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.86, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.86, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.86, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.86, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 352.71, + "flow": 0, + "inflow": 1.54, + "volume": 31.86, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.83, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.83, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.83, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.83, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.83, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 352.71, + "flow": 0, + "inflow": 1.54, + "volume": 31.83, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.85, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.85, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 352.72, + "flow": 2.55, + "temperature": 14.3, + "precipitation": 0, + "inflow": 1.54, + "volume": 31.85 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 352.71, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.85, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.85, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 352.71, + "flow": 0, + "inflow": 1.54, + "volume": 31.85, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.88, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.88, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.88, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.88, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.88, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 352.71, + "flow": 0, + "inflow": 1.54, + "volume": 31.88, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.85, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.85, + "temperature": 14.9, + "precipitation": 1 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.85, + "temperature": 14.9, + "precipitation": 1 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.85, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.85, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 352.71, + "flow": 0, + "inflow": 1.54, + "volume": 31.85, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.87, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 352.71, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.87, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 352.71, + "flow": 2.53, + "temperature": 14.8, + "precipitation": 0, + "inflow": 1.54, + "volume": 31.87 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 352.71, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.87, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 352.72, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.87, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 352.71, + "flow": 0, + "inflow": 1.54, + "volume": 31.87, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 352.71, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.82, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 352.71, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.82, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 352.71, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.82, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 352.71, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.82, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.82, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.82, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 352.71, + "flow": 2.55, + "temperature": 15.4, + "precipitation": 0, + "inflow": 1.54, + "volume": 31.82 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.85, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.85, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 352.71, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.85, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 352.71, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.85, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 352.71, + "flow": 0, + "inflow": 1.54, + "volume": 31.85, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.82, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.82, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.82, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.82, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.82, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.82, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.84, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.84, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.84, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 352.71, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.84, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 352.72, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.84, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 352.71, + "flow": 0, + "inflow": 1.54, + "volume": 31.84, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.82, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.82, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.82, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.82, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.82, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 352.7, + "flow": 0, + "inflow": 1.54, + "volume": 31.82, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.83, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 352.71, + "flow": 2.55, + "temperature": 13.6, + "precipitation": 0, + "inflow": 1.54, + "volume": 31.83 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 352.7, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.83, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 352.71, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.83, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 352.71, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.83, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 352.71, + "flow": 0, + "inflow": 1.54, + "volume": 31.83, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.8, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.8, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.8, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.8, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.8, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.8, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 352.71, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.84, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 352.71, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.84, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 352.71, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.84, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 352.7, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.84, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.84, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.84, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.79, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.79, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.79, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.79, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.79, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 352.7, + "flow": 0, + "inflow": 1.54, + "volume": 31.79, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.81, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 352.7, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.81, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.81, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.81, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.81, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 352.7, + "flow": 0, + "inflow": 1.54, + "volume": 31.81, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.8, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 352.7, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.8, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.8, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.8, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.8, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 352.7, + "flow": 0, + "inflow": 1.54, + "volume": 31.8, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.81, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 352.69, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.81, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.81, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.81, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.81, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 352.7, + "flow": 0, + "inflow": 1.54, + "volume": 31.81, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.78, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.78, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 352.69, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.78, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 352.7, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.78, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.78, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 352.7, + "flow": 0, + "inflow": 1.54, + "volume": 31.78, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.78, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.79, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.79, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.79, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 352.69, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.79, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 352.7, + "flow": 0, + "inflow": 1.54, + "volume": 31.79, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.78, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 352.7, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.78, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 352.7, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.78, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 352.7, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.78, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.78, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 352.69, + "flow": 0, + "inflow": 1.54, + "volume": 31.78, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.78, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 352.7, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.78, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 352.7, + "flow": 2.55, + "inflow": 1.54, + "volume": 31.78, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 352.69, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.78, + "temperature": 9.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 352.69, + "flow": 2.53, + "inflow": 1.54, + "volume": 31.78, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 352.69, + "flow": 0, + "inflow": 1.54, + "volume": 31.78, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.79, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 352.69, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.79, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.79, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 352.7, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.79, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 352.69, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.79, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 352.69, + "flow": 0, + "inflow": 1.91, + "volume": 31.79, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 352.69, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.77, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 352.69, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.77, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 352.69, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.77, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 352.69, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.77, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.77, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 352.69, + "flow": 0, + "inflow": 1.91, + "volume": 31.77, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.77, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.77, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.77, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.77, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.77, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 352.69, + "flow": 0, + "inflow": 1.91, + "volume": 31.77, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.77, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.77, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 352.7, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.77, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.77, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.77, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 352.69, + "flow": 0, + "inflow": 1.91, + "volume": 31.77, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 352.69, + "flow": 2.55, + "temperature": 12.7, + "precipitation": 0, + "inflow": 1.91, + "volume": 31.77 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.77, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.77, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 352.69, + "flow": 2.55, + "temperature": 12.8, + "precipitation": 0, + "inflow": 1.91, + "volume": 31.77 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.77, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 352.69, + "flow": 0, + "inflow": 1.91, + "volume": 31.77, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.75, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.75, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.75, + "temperature": 12.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.75, + "temperature": 12.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.75, + "temperature": 12.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 352.69, + "flow": 0, + "inflow": 1.91, + "volume": 31.75, + "temperature": 12.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.75, + "temperature": 12.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.76, + "temperature": 12.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.76, + "temperature": 12.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.76, + "temperature": 12.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 352.68, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.76, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 352.69, + "flow": 0, + "inflow": 1.91, + "volume": 31.76, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.75, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.75, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.75, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.75, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.75, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 352.69, + "flow": 0, + "inflow": 1.91, + "volume": 31.75, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.75, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.75, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 352.68, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.75, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.75, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.75, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 352.69, + "flow": 0, + "inflow": 1.91, + "volume": 31.75, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.75, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 352.68, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.75, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.75, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.75, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 352.68, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.75, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 352.68, + "flow": 0, + "inflow": 1.91, + "volume": 31.75, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.75, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.75, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 352.68, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.75, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.75, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 352.68, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.75, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 352.68, + "flow": 0, + "inflow": 1.91, + "volume": 31.75, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 352.68, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.73, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 352.68, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.73, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 352.68, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.73, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.73, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.73, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 352.69, + "flow": 0, + "inflow": 1.91, + "volume": 31.73, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 352.69, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.77, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 352.69, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.77, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.77, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.77, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 352.69, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.77, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 352.68, + "flow": 0, + "inflow": 1.91, + "volume": 31.77, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 352.69, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.75, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.75, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.75, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.75, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.75, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.75, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 352.68, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.75, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 352.69, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 352.68, + "flow": 0, + "inflow": 1.91, + "volume": 31.74, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.73, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.73, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.73, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 352.68, + "flow": 2.55, + "temperature": 14.7, + "precipitation": 0.1, + "inflow": 1.91, + "volume": 31.73 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 352.68, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.73, + "temperature": 14.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 352.68, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.73, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.73, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.73, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.73, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.73, + "temperature": 14.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 352.68, + "flow": 0, + "inflow": 1.91, + "volume": 31.73, + "temperature": 14.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 14.6, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 14.6, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 14.8, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 352.68, + "flow": 2.55, + "temperature": 14.8, + "precipitation": 0.4, + "inflow": 1.91, + "volume": 31.74 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 352.68, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.74, + "temperature": 14.7, + "precipitation": 0.8 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 352.68, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.74, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 352.68, + "flow": 2.55, + "temperature": 14.6, + "precipitation": 0, + "inflow": 1.91, + "volume": 31.74 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 352.69, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 14.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 352.68, + "flow": 0, + "inflow": 1.91, + "volume": 31.74, + "temperature": 14.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 352.69, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.75, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.75, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.75, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.75, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.75, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 352.68, + "flow": 0, + "inflow": 1.91, + "volume": 31.75, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 352.69, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.75, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.75, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.75, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 352.69, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.75, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.75, + "temperature": 14.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 352.68, + "flow": 0, + "inflow": 1.91, + "volume": 31.75, + "temperature": 14.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 14.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 352.69, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 352.68, + "flow": 0, + "inflow": 1.91, + "volume": 31.74, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.73, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.73, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.73, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.73, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.73, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 352.68, + "flow": 0, + "inflow": 1.91, + "volume": 31.73, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 352.68, + "flow": 0, + "inflow": 1.91, + "volume": 31.74, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 352.68, + "flow": 2.53, + "temperature": 15, + "precipitation": 0, + "inflow": 1.91, + "volume": 31.74 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 352.68, + "flow": 0, + "inflow": 1.91, + "volume": 31.74, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 352.69, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 352.68, + "flow": 0, + "inflow": 1.91, + "volume": 31.74, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.73, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.73, "temperature": 17, "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 352.68, + "flow": 2.53, + "temperature": 17, + "precipitation": 0, + "inflow": 1.91, + "volume": 31.73 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.73, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.73, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 352.68, + "flow": 0, + "inflow": 1.91, + "volume": 31.73, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 352.69, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 352.69, + "flow": 2.53, + "temperature": 17.9, + "precipitation": 0, + "inflow": 1.91, + "volume": 31.74 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 352.68, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.74, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 352.68, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.74, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 352.68, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.74, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 352.69, + "flow": 2.55, + "inflow": 1.91, + "volume": 31.74, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 352.69, + "flow": 0, + "inflow": 1.91, + "volume": 31.74, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 352.68, + "flow": 2.55, + "temperature": 19.1, + "precipitation": 0, + "inflow": 1.91, + "volume": 31.74 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 352.68, + "flow": 2.55, + "temperature": 19.1, + "precipitation": 0, + "inflow": 1.91, + "volume": 31.74 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 352.68, + "flow": 2.55, + "temperature": 19.1, + "precipitation": 0, + "inflow": 1.91, + "volume": 31.74 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 352.68, + "flow": 2.55, + "temperature": 19.1, + "precipitation": 0, + "inflow": 1.91, + "volume": 31.74 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 352.68, + "flow": 2.55, + "temperature": 19.1, + "precipitation": 0, + "inflow": 1.91, + "volume": 31.74 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 352.69, + "flow": 2.53, + "inflow": 1.91, + "volume": 31.74, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 352.69, + "flow": 0, + "inflow": 1.91, + "volume": 31.76, + "temperature": 20.9, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/MZLU.json b/public/data/MZLU.json index b4ece18..f593423 100644 --- a/public/data/MZLU.json +++ b/public/data/MZLU.json @@ -10249,5 +10249,4748 @@ "volume": 2.91, "temperature": 15.4, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 530.63, + "flow": 0.49, + "temperature": 14.5, + "precipitation": 0, + "inflow": 0.34, + "volume": 2.91 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 530.63, + "flow": 0.49, + "temperature": 13.6, + "precipitation": 0, + "inflow": 0.34, + "volume": 2.91 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 530.63, + "flow": 0.49, + "temperature": 11.8, + "precipitation": 0, + "inflow": 0.34, + "volume": 2.91 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 530.63, + "flow": 0.5, + "inflow": 0.34, + "volume": 2.91, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 530.63, + "flow": 0.49, + "temperature": 8.8, + "precipitation": 0, + "inflow": 0.34, + "volume": 2.91 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 530.63, + "flow": 0.5, + "inflow": 0.34, + "volume": 2.91, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 530.63, + "flow": 0.49, + "temperature": 8.9, + "precipitation": 0, + "inflow": 0.34, + "volume": 2.91 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 530.63, + "flow": 0.5, + "inflow": 0.34, + "volume": 2.91, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 530.63, + "flow": 0.49, + "temperature": 8.4, + "precipitation": 0, + "inflow": 0.34, + "volume": 2.91 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.91, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.9, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.9, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.9, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.9, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.9, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.34, + "volume": 2.9, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 530.62, + "flow": 0.48, + "inflow": 0.35, + "volume": 2.9, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 530.62, + "flow": 0.49, + "temperature": 14.3, + "precipitation": 0, + "inflow": 0.35, + "volume": 2.9 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 530.62, + "flow": 0.48, + "inflow": 0.35, + "volume": 2.9, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 13.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 530.62, + "flow": 0.49, + "temperature": 14.2, + "precipitation": 0, + "inflow": 0.35, + "volume": 2.9 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 530.62, + "flow": 0.48, + "inflow": 0.35, + "volume": 2.9, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 13.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 530.62, + "flow": 0, + "inflow": 0.35, + "volume": 2.9, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 530.62, + "flow": 0, + "inflow": 0.35, + "volume": 2.9, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 14.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 530.62, + "flow": 0, + "inflow": 0.35, + "volume": 2.9, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 530.62, + "flow": 0.48, + "inflow": 0.35, + "volume": 2.9, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 530.62, + "flow": 0.49, + "temperature": 12.3, + "precipitation": 0, + "inflow": 0.35, + "volume": 2.9 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 530.62, + "flow": 0, + "inflow": 0.35, + "volume": 2.9, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 530.62, + "flow": 0, + "inflow": 0.35, + "volume": 2.9, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 530.62, + "flow": 0, + "inflow": 0.35, + "volume": 2.9, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 530.62, + "flow": 0.48, + "inflow": 0.35, + "volume": 2.9, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 9.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 9.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 9.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 9.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 530.62, + "flow": 0, + "inflow": 0.35, + "volume": 2.9, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 8.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 8.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 8.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "temperature": 8.1, + "precipitation": 0, + "inflow": 0.35, + "volume": 2.9 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.35, + "volume": 2.9, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 530.61, + "flow": 0, + "inflow": 0.35, + "volume": 2.9, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 530.61, + "flow": 0, + "inflow": 0.41, + "volume": 2.9, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "temperature": 9.9, + "precipitation": 0, + "inflow": 0.41, + "volume": 2.9 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.41, + "volume": 2.9, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.41, + "volume": 2.89, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 530.61, + "flow": 0.5, + "inflow": 0.41, + "volume": 2.89, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.41, + "volume": 2.89, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.41, + "volume": 2.89, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 11.7, + "precipitation": 1.2 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.41, + "volume": 2.9, + "temperature": 11.5, + "precipitation": 0.7 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 11.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 11.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 530.61, + "flow": 0.49, + "temperature": 12.9, + "precipitation": 0, + "inflow": 0.41, + "volume": 2.89 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 0, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.41, + "volume": 2.9, + "temperature": 12.9, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.41, + "volume": 2.89, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0.41, + "volume": 2.89 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.41, + "volume": 2.89, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.41, + "volume": 2.89, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.41, + "volume": 2.89, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 530.61, + "flow": 0, + "inflow": 0.41, + "volume": 2.89, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.41, + "volume": 2.89, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 530.6, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 530.61, + "flow": 0.49, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0.41, + "volume": 2.89 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.41, + "volume": 2.89, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 530.6, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 530.6, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.41, + "volume": 2.89, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 10.5, + "precipitation": 0.7 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.41, + "volume": 2.89, + "temperature": 10.5, + "precipitation": 0.7 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 10.2, + "precipitation": 0.8 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.41, + "volume": 2.89, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 530.61, + "flow": 0, + "inflow": 0.41, + "volume": 2.89, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.41, + "volume": 2.89, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 530.61, + "flow": 0.49, + "temperature": 9.4, + "precipitation": 0, + "inflow": 0.41, + "volume": 2.89 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.41, + "volume": 2.89, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.41, + "volume": 2.89, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.89, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 530.61, + "flow": 0.48, + "temperature": 8.2, + "precipitation": 0, + "inflow": 0.41, + "volume": 2.9 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 530.61, + "flow": 0, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "temperature": 8.6, + "precipitation": 0.1, + "inflow": 0.41, + "volume": 2.9 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.41, + "volume": 2.9, + "temperature": 8.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 530.61, + "flow": 0, + "inflow": 0.49, + "volume": 2.9, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 530.61, + "flow": 0, + "inflow": 0.49, + "volume": 2.9, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 530.61, + "flow": 0.48, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0.49, + "volume": 2.9 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0.49, + "volume": 2.9 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 530.61, + "flow": 0.48, + "temperature": 11.5, + "precipitation": 0, + "inflow": 0.49, + "volume": 2.9 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 530.61, + "flow": 0, + "inflow": 0.49, + "volume": 2.9, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "temperature": 11.5, + "precipitation": 0.2, + "inflow": 0.49, + "volume": 2.9 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 11.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.89, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.89, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.89, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.89, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 530.61, + "flow": 0, + "inflow": 0.49, + "volume": 2.89, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 530.61, + "flow": 0.48, + "temperature": 12.6, + "precipitation": 0, + "inflow": 0.49, + "volume": 2.9 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 530.62, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 530.61, + "flow": 0.48, + "temperature": 12.8, + "precipitation": 0, + "inflow": 0.49, + "volume": 2.9 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 530.61, + "flow": 0, + "inflow": 0.49, + "volume": 2.9, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.89, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.89, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.89, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 530.6, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.89, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.89, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.89, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.89, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.89, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.89, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.89, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.89, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0.49, + "volume": 2.9 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 530.61, + "flow": 0.48, + "temperature": 13.7, + "precipitation": 0.1, + "inflow": 0.49, + "volume": 2.9 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 530.61, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 530.61, + "flow": 0, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 530.61, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 530.62, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.9, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 530.62, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 530.62, + "flow": 0.48, + "temperature": 13.9, + "precipitation": 0.3, + "inflow": 0.49, + "volume": 2.9 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 530.62, + "flow": 0, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.8, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.8, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 530.62, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.9, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 530.63, + "flow": 0.5, + "temperature": 14, + "precipitation": 0, + "inflow": 0.49, + "volume": 2.9 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 530.63, + "flow": 0.5, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 530.63, + "flow": 0.5, + "inflow": 0.49, + "volume": 2.9, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 530.63, + "flow": 0.5, + "inflow": 0.49, + "volume": 2.91, + "temperature": 13.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 530.64, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.91, + "temperature": 13.9, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 530.63, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.91, + "temperature": 13.9, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 530.64, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.91, + "temperature": 13.9, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 530.64, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.91, + "temperature": 13.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 530.64, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.91, + "temperature": 13.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 530.64, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.91, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 530.64, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.91, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 530.64, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.91, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 530.64, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.91, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 530.64, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.91, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 530.64, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.91, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 530.64, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.91, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 530.64, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.91, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 530.64, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.91, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 530.64, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.91, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 530.65, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.91, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 530.65, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.91, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 530.65, + "flow": 0.5, + "inflow": 0.49, + "volume": 2.92, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 530.65, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.92, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 530.65, + "flow": 0.5, + "inflow": 0.49, + "volume": 2.92, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 530.65, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.92, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 530.66, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.92, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 530.65, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.92, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 530.66, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.92, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 530.66, + "flow": 0.48, + "inflow": 0.49, + "volume": 2.92, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 530.66, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.92, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 530.67, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.92, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 530.67, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.92, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 530.67, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.92, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 530.67, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.93, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 530.67, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.93, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 530.67, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.93, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 530.67, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.93, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 530.67, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.93, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 530.68, + "flow": 0.49, + "inflow": 0.49, + "volume": 2.93, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 530.68, + "flow": 0.49, + "inflow": 0.92, + "volume": 2.93, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 530.68, + "flow": 0.49, + "inflow": 0.92, + "volume": 2.93, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 530.68, + "flow": 0.49, + "temperature": 14.1, + "precipitation": 0, + "inflow": 0.92, + "volume": 2.93 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 530.68, + "flow": 0.49, + "inflow": 0.92, + "volume": 2.93, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 530.68, + "flow": 0.48, + "inflow": 0.92, + "volume": 2.93, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 530.69, + "flow": 0.48, + "inflow": 0.92, + "volume": 2.93, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 530.69, + "flow": 0.49, + "inflow": 0.92, + "volume": 2.94, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 530.69, + "flow": 0.49, + "inflow": 0.92, + "volume": 2.94, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 530.69, + "flow": 0.49, + "inflow": 0.92, + "volume": 2.94, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 530.7, + "flow": 0.48, + "inflow": 0.92, + "volume": 2.94, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 530.7, + "flow": 0.49, + "inflow": 0.92, + "volume": 2.94, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 530.7, + "flow": 0.48, + "inflow": 0.92, + "volume": 2.94, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 530.7, + "flow": 0.49, + "inflow": 0.92, + "volume": 2.95, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 530.7, + "flow": 0.49, + "inflow": 0.92, + "volume": 2.95, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 530.7, + "flow": 0.49, + "inflow": 0.92, + "volume": 2.95, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 530.71, + "flow": 0.48, + "inflow": 0.92, + "volume": 2.95, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 530.71, + "flow": 0.49, + "inflow": 0.92, + "volume": 2.95, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 530.71, + "flow": 0, + "inflow": 0.92, + "volume": 2.95, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 530.69, + "flow": 0.49, + "inflow": 0.92, + "volume": 2.94, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 530.71, + "flow": 0.49, + "inflow": 0.92, + "volume": 2.94, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 530.72, + "flow": 0.48, + "inflow": 0.92, + "volume": 2.94, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 530.72, + "flow": 0.49, + "inflow": 0.92, + "volume": 2.94, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 530.72, + "flow": 0.48, + "inflow": 0.92, + "volume": 2.94, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 530.73, + "flow": 0.49, + "inflow": 0.92, + "volume": 2.94, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 530.73, + "flow": 0.48, + "inflow": 0.92, + "volume": 2.96, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 530.72, + "flow": 0.49, + "inflow": 0.92, + "volume": 2.96, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 530.73, + "flow": 0.49, + "inflow": 0.92, + "volume": 2.96, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 530.72, + "flow": 0.49, + "inflow": 0.92, + "volume": 2.96, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 530.73, + "flow": 0.48, + "inflow": 0.92, + "volume": 2.96, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 530.72, + "flow": 0, + "inflow": 0.92, + "volume": 2.96, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 530.74, + "flow": 0.49, + "temperature": 17.7, + "precipitation": 0, + "inflow": 0.92, + "volume": 2.96 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 530.74, + "flow": 0.49, + "temperature": 17.7, + "precipitation": 0, + "inflow": 0.92, + "volume": 2.96 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 530.74, + "flow": 0.49, + "temperature": 17.7, + "precipitation": 0, + "inflow": 0.92, + "volume": 2.96 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 530.73, + "flow": 0.49, + "temperature": 17.7, + "precipitation": 0, + "inflow": 0.92, + "volume": 2.96 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 530.74, + "flow": 0, + "temperature": 17.7, + "precipitation": 0, + "inflow": 0.92, + "volume": 2.96 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 530.74, + "flow": 0, + "inflow": 0.92, + "volume": 2.97, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 530.75, + "flow": 0.49, + "inflow": 0.92, + "volume": 2.97, + "temperature": 19.3, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/OPOB.json b/public/data/OPOB.json index 5dc2a5b..a6ce336 100644 --- a/public/data/OPOB.json +++ b/public/data/OPOB.json @@ -9982,11 +9982,4709 @@ }, { "timestamp": "2026-06-09T18:30:00.000Z", - "level": 0, + "level": 563.65, "flow": 0.02, "inflow": 0.01, "volume": 0.46, "temperature": 14, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0.01, + "volume": 0.46 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0.01, + "volume": 0.46 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 563.65, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 563.65, + "flow": 0.01, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 563.65, + "flow": 0.01, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0.01, + "volume": 0.46 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 563.65, + "flow": 0, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0.01, + "volume": 0.46 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "temperature": 12.3, + "precipitation": 0, + "inflow": 0.01, + "volume": 0.46 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "temperature": 12.3, + "precipitation": 0, + "inflow": 0.01, + "volume": 0.46 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0.01, + "volume": 0.46 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "temperature": 12, + "precipitation": 0, + "inflow": 0.01, + "volume": 0.46 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "temperature": 12.3, + "precipitation": 0, + "inflow": 0.01, + "volume": 0.46 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.01, + "volume": 0.46, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "temperature": 13.5, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.46 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 563.65, + "flow": 0.02, + "temperature": 13.9, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.46 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.46 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "temperature": 12.7, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.46 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "temperature": 11.8, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.46 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 563.65, + "flow": 0.02, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.46 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.7, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.7, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.6, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "temperature": 10.2, + "precipitation": 0.1, + "inflow": 0.02, + "volume": 0.46 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "temperature": 10.3, + "precipitation": 0.1, + "inflow": 0.02, + "volume": 0.46 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 563.65, + "flow": 0.02, + "temperature": 10, + "precipitation": 0.2, + "inflow": 0.02, + "volume": 0.46 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.8, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.8, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.1, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.2, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "temperature": 9.2, + "precipitation": 0.1, + "inflow": 0.02, + "volume": 0.46 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "temperature": 8.4, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.46 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 563.65, + "flow": 0.02, + "temperature": 8.4, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.46 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "temperature": 8.6, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.46 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "temperature": 9, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.46 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "temperature": 9, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.46 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 563.65, + "flow": 0, + "temperature": 9.2, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.46 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "temperature": 9.6, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.46 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 563.65, + "flow": 0.02, + "temperature": 10.1, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.46 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 563.65, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.9, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 563.65, + "flow": 0.02, + "temperature": 10.9, + "precipitation": 0.5, + "inflow": 0.02, + "volume": 0.46 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.9, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.2, + "precipitation": 4.1 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.2, + "precipitation": 4.1 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 563.65, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.2, + "precipitation": 4.1 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.2, + "precipitation": 4.1 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.2, + "precipitation": 4.1 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.2, + "precipitation": 4.1 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.2, + "precipitation": 4.1 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.2, + "precipitation": 4.1 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.2, + "precipitation": 4.1 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 563.66, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 563.66, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.5, + "precipitation": 0.9 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 563.66, + "flow": 0, + "temperature": 10.5, + "precipitation": 0.9, + "inflow": 0.02, + "volume": 0.46 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 563.66, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.5, + "precipitation": 0.9 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 563.66, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.4, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 563.66, + "flow": 0.02, + "temperature": 10.4, + "precipitation": 0.5, + "inflow": 0.02, + "volume": 0.46 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 563.66, + "flow": 0.02, + "temperature": 12, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.46 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.9, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 563.66, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 563.66, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 563.66, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 563.66, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 563.66, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 563.66, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 563.66, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 563.66, + "flow": 0.02, + "temperature": 9.8, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.46 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 563.66, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 563.67, + "flow": 0.02, + "temperature": 9.8, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.46 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 563.67, + "flow": 0.02, + "temperature": 9, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.46 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 563.67, + "flow": 0.02, + "temperature": 9.6, + "precipitation": 0, + "inflow": 0.02, + "volume": 0.46 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.02, + "volume": 0.46, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.04, + "volume": 0.46, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.04, + "volume": 0.46, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.04, + "volume": 0.46, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.04, + "volume": 0.46, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 563.67, + "flow": 0.02, + "temperature": 10.7, + "precipitation": 0, + "inflow": 0.04, + "volume": 0.46 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 563.67, + "flow": 0, + "temperature": 11.5, + "precipitation": 0, + "inflow": 0.04, + "volume": 0.46 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 563.67, + "flow": 0, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 563.67, + "flow": 0.02, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0.04, + "volume": 0.46 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 563.67, + "flow": 0.02, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0.04, + "volume": 0.46 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 563.67, + "flow": 0.02, + "temperature": 11.5, + "precipitation": 0, + "inflow": 0.04, + "volume": 0.46 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 563.67, + "flow": 0.02, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0.04, + "volume": 0.46 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 11.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 12, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 563.67, + "flow": 0.02, + "temperature": 12, + "precipitation": 0.2, + "inflow": 0.04, + "volume": 0.46 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 563.67, + "flow": 0.02, + "temperature": 12.2, + "precipitation": 0.1, + "inflow": 0.04, + "volume": 0.46 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 563.67, + "flow": 0.02, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0.04, + "volume": 0.46 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 563.67, + "flow": 0.02, + "temperature": 13.4, + "precipitation": 0, + "inflow": 0.04, + "volume": 0.46 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 563.67, + "flow": 0.02, + "temperature": 13.2, + "precipitation": 0, + "inflow": 0.04, + "volume": 0.46 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 563.67, + "flow": 0.02, + "temperature": 13.7, + "precipitation": 0, + "inflow": 0.04, + "volume": 0.46 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 563.67, + "flow": 0.02, + "temperature": 13.8, + "precipitation": 0, + "inflow": 0.04, + "volume": 0.46 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 563.67, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 563.68, + "flow": 0, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 563.68, + "flow": 0.02, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0.04, + "volume": 0.46 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 563.68, + "flow": 0.02, + "temperature": 13.6, + "precipitation": 0, + "inflow": 0.04, + "volume": 0.46 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 0, + "flow": 0.02, + "inflow": 0.04, + "volume": 0.46, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.03, + "volume": 0.46, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 563.68, + "flow": 0, + "inflow": 0.03, + "volume": 0.46, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 563.68, + "flow": 0, + "temperature": 14, + "precipitation": 0, + "inflow": 0.03, + "volume": 0.46 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 563.68, + "flow": 0, + "inflow": 0.03, + "volume": 0.46, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 563.68, + "flow": 0, + "inflow": 0.03, + "volume": 0.46, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 563.68, + "flow": 0, + "inflow": 0.03, + "volume": 0.46, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 563.68, + "flow": 0.02, + "temperature": 14.2, + "precipitation": 0, + "inflow": 0.03, + "volume": 0.46 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.03, + "volume": 0.46, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.03, + "volume": 0.46, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.03, + "volume": 0.46, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 563.68, + "flow": 0, + "inflow": 0.03, + "volume": 0.46, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 563.68, + "flow": 0, + "inflow": 0.03, + "volume": 0.46, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.03, + "volume": 0.46, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 563.68, + "flow": 0, + "inflow": 0.03, + "volume": 0.46, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 563.68, + "flow": 0, + "temperature": 15.7, + "precipitation": 0, + "inflow": 0.03, + "volume": 0.46 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 563.68, + "flow": 0, + "temperature": 15.7, + "precipitation": 0, + "inflow": 0.03, + "volume": 0.46 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 563.68, + "flow": 0, + "inflow": 0.03, + "volume": 0.46, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 563.68, + "flow": 0, + "inflow": 0.03, + "volume": 0.46, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.03, + "volume": 0.46, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.03, + "volume": 0.46, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 563.68, + "flow": 0.02, + "temperature": 16, + "precipitation": 0, + "inflow": 0.03, + "volume": 0.46 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.03, + "volume": 0.46, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 563.68, + "flow": 0.02, + "inflow": 0.03, + "volume": 0.46, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 563.69, + "flow": 0, + "inflow": 0.03, + "volume": 0.46, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 563.69, + "flow": 0, + "inflow": 0.03, + "volume": 0.46, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 563.69, + "flow": 0, + "inflow": 0.03, + "volume": 0.46, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 563.69, + "flow": 0, + "inflow": 0.03, + "volume": 0.46, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 563.69, + "flow": 0, + "inflow": 0.03, + "volume": 0.46, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 563.69, + "flow": 0, + "inflow": 0.03, + "volume": 0.46, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 563.69, + "flow": 0, + "temperature": 17.7, + "precipitation": 0, + "inflow": 0.03, + "volume": 0.46 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 563.69, + "flow": 0, + "temperature": 17.7, + "precipitation": 0, + "inflow": 0.03, + "volume": 0.46 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 563.69, + "flow": 0, + "temperature": 17.7, + "precipitation": 0, + "inflow": 0.03, + "volume": 0.46 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 563.69, + "flow": 0, + "temperature": 17.7, + "precipitation": 0, + "inflow": 0.03, + "volume": 0.46 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 563.69, + "flow": 0, + "inflow": 0.03, + "volume": 0.46, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 563.69, + "flow": 0, + "inflow": 0.03, + "volume": 0.46, + "temperature": 19.1, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/OTPI.json b/public/data/OTPI.json index 2ddd2d8..454f041 100644 --- a/public/data/OTPI.json +++ b/public/data/OTPI.json @@ -3679,5 +3679,4784 @@ "volume": 0, "temperature": 15.2, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 45, + "flow": 5.288, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 45, + "flow": 5.2, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 45, + "flow": 5.2, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 43, + "flow": 4.73, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 42, + "flow": 4.571, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 42, + "flow": 4.63, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 43, + "flow": 4.69, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 46, + "flow": 5.354, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 46, + "flow": 5.486, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 44, + "flow": 5.053, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 43, + "flow": 4.75, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 42, + "flow": 4.67, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 42, + "flow": 4.65, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 43, + "flow": 4.87, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 44, + "flow": 5.032, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 45, + "flow": 5.244, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 46, + "flow": 5.376, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 46, + "flow": 5.31, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 44, + "flow": 5.032, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 42, + "flow": 4.67, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 41, + "flow": 4.476, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 43, + "flow": 4.81, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 46, + "flow": 5.398, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 47, + "flow": 5.552, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 46, + "flow": 5.464, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 44, + "flow": 5.053, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 43, + "flow": 4.71, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 42, + "flow": 4.67, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 43, + "flow": 4.75, + "temperature": 13.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 44, + "flow": 5.053, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 45, + "flow": 5.158, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 44, + "flow": 5.074, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 44, + "flow": 5.032, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 43, + "flow": 4.69, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 42, + "flow": 4.533, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 42, + "flow": 4.571, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 42, + "flow": 4.59, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 42, + "flow": 4.571, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 42, + "flow": 4.571, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 42, + "flow": 4.571, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 42, + "flow": 4.552, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 42, + "flow": 4.552, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 42, + "flow": 4.533, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 41, + "flow": 4.381, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 40, + "flow": 4.286, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 42, + "flow": 4.571, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 43, + "flow": 4.77, + "temperature": 12.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 42, + "flow": 4.65, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 41, + "flow": 4.362, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 40, + "flow": 4.21, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 40, + "flow": 4.229, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 41, + "flow": 4.362, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 43, + "flow": 4.79, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 44, + "flow": 4.89, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 43, + "flow": 4.77, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 43, + "flow": 4.71, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 42, + "flow": 4.59, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 42, + "flow": 4.514, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 42, + "flow": 4.514, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 42, + "flow": 4.571, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 44, + "flow": 4.89, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 45, + "flow": 5.116, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 43, + "flow": 4.83, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 42, + "flow": 4.67, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 43, + "flow": 4.69, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 42, + "flow": 4.67, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 43, + "flow": 4.73, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 44, + "flow": 4.89, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 43, + "flow": 4.83, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 43, + "flow": 4.75, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 41, + "flow": 4.457, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 41, + "flow": 4.4, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 43, + "flow": 4.77, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 44, + "flow": 5.011, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 44, + "flow": 5.074, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 45, + "flow": 5.095, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 44, + "flow": 4.89, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 43, + "flow": 4.83, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 43, + "flow": 4.75, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 43, + "flow": 4.79, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 44, + "flow": 4.91, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 45, + "flow": 5.095, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 45, + "flow": 5.095, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 43, + "flow": 4.77, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 42, + "flow": 4.63, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 42, + "flow": 4.533, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 42, + "flow": 4.65, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 46, + "flow": 5.442, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 46, + "flow": 5.486, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 46, + "flow": 5.31, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 45, + "flow": 5.288, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 45, + "flow": 5.266, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 46, + "flow": 5.442, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 45, + "flow": 5.116, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 42, + "flow": 4.533, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 45, + "flow": 5.137, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 46, + "flow": 5.376, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 44, + "flow": 5.074, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 44, + "flow": 4.91, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 43, + "flow": 4.83, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 43, + "flow": 4.77, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 46, + "flow": 5.376, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 45, + "flow": 5.244, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 45, + "flow": 5.158, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 45, + "flow": 5.222, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 45, + "flow": 5.137, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 45, + "flow": 5.137, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 45, + "flow": 5.288, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 45, + "flow": 5.2, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 43, + "flow": 4.85, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 43, + "flow": 4.73, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 44, + "flow": 4.93, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 45, + "flow": 5.116, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 45, + "flow": 5.288, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 44, + "flow": 5.032, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 43, + "flow": 4.85, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 45, + "flow": 5.222, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 46, + "flow": 5.42, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 46, + "flow": 5.332, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 44, + "flow": 5.074, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 44, + "flow": 4.93, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 44, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 45, + "flow": 5.266, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 47, + "flow": 5.53, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 47, + "flow": 5.64, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 47, + "flow": 5.618, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 45, + "flow": 5.222, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 44, + "flow": 5.011, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 45, + "flow": 5.116, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 45, + "flow": 5.179, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 46, + "flow": 5.42, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 47, + "flow": 5.53, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 47, + "flow": 5.53, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 46, + "flow": 5.508, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 46, + "flow": 5.42, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 45, + "flow": 5.116, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 44, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 44, + "flow": 4.97, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 45, + "flow": 5.116, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 47, + "flow": 5.686, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 48, + "flow": 5.824, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 46, + "flow": 5.376, + "temperature": 12.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 44, + "flow": 5.053, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 44, + "flow": 5.074, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 45, + "flow": 5.158, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 46, + "flow": 5.31, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 46, + "flow": 5.42, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 46, + "flow": 5.31, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 45, + "flow": 5.158, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 46, + "flow": 5.31, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 46, + "flow": 5.464, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 46, + "flow": 5.464, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 46, + "flow": 5.464, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 46, + "flow": 5.486, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 46, + "flow": 5.508, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 46, + "flow": 5.464, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 47, + "flow": 5.663, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 47, + "flow": 5.686, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 47, + "flow": 5.64, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 47, + "flow": 5.709, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 47, + "flow": 5.732, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 47, + "flow": 5.64, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 47, + "flow": 5.64, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 47, + "flow": 5.709, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 47, + "flow": 5.663, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 48, + "flow": 5.801, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 48, + "flow": 5.87, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 48, + "flow": 5.847, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 48, + "flow": 5.847, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 47, + "flow": 5.732, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 47, + "flow": 5.663, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 47, + "flow": 5.64, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 47, + "flow": 5.596, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 47, + "flow": 5.618, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 48, + "flow": 5.847, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 48, + "flow": 5.939, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 47, + "flow": 5.686, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 46, + "flow": 5.486, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 46, + "flow": 5.486, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 46, + "flow": 5.508, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 48, + "flow": 5.87, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 49, + "flow": 6.031, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 47, + "flow": 5.552, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 46, + "flow": 5.464, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 47, + "flow": 5.574, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 47, + "flow": 5.709, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 48, + "flow": 5.755, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 47, + "flow": 5.732, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 47, + "flow": 5.732, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 47, + "flow": 5.686, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 48, + "flow": 5.778, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 48, + "flow": 5.87, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 47, + "flow": 5.618, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 46, + "flow": 5.508, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 46, + "flow": 5.42, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 45, + "flow": 5.244, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 46, + "flow": 5.376, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 47, + "flow": 5.732, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 48, + "flow": 5.962, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 49, + "flow": 6.031, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 47, + "flow": 5.709, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 46, + "flow": 5.486, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 46, + "flow": 5.376, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 46, + "flow": 5.332, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 47, + "flow": 5.64, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 48, + "flow": 5.801, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 48, + "flow": 5.824, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 46, + "flow": 5.42, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 45, + "flow": 5.266, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 47, + "flow": 5.686, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 48, + "flow": 5.847, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 47, + "flow": 5.574, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 46, + "flow": 5.398, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 46, + "flow": 5.486, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 47, + "flow": 5.709, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 49, + "flow": 6.031, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 49, + "flow": 6.054, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 48, + "flow": 5.87, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 48, + "flow": 5.824, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 48, + "flow": 5.847, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 48, + "flow": 5.939, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 49, + "flow": 6.054, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 46, + "flow": 5.508, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 45, + "flow": 5.158, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 47, + "flow": 5.686, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 49, + "flow": 5.985, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 48, + "flow": 5.847, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 48, + "flow": 5.778, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 49, + "flow": 6.054, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 49, + "flow": 6.172, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 49, + "flow": 6.124, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 96, + "flow": 23.45, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 94, + "flow": 22.2, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 82, + "flow": 17.22, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 78, + "flow": 15.54, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 56, + "flow": 8.026, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 41, + "flow": 4.457, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 36, + "flow": 3.53, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 36, + "flow": 3.47, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 36, + "flow": 3.455, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 35, + "flow": 3.44, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 35, + "flow": 3.425, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 35, + "flow": 3.425, + "inflow": 0, + "volume": 0, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 35, + "flow": 3.425, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 35, + "flow": 3.425, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 35, + "flow": 3.425, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 35, + "flow": 3.425, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 35, + "flow": 3.425, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 42, + "flow": 4.495, + "inflow": 0, + "volume": 0, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 54, + "flow": 7.23, + "inflow": 0, + "volume": 0, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 56, + "flow": 7.829, + "inflow": 0, + "volume": 0, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 57, + "flow": 8.084, + "inflow": 0, + "volume": 0, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 55, + "flow": 7.64, + "inflow": 0, + "volume": 0, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 52, + "flow": 6.715, + "inflow": 0, + "volume": 0, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 47, + "flow": 5.64, + "inflow": 0, + "volume": 0, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 44, + "flow": 4.91, + "inflow": 0, + "volume": 0, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 43, + "flow": 4.87, + "inflow": 0, + "volume": 0, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 47, + "flow": 5.64, + "inflow": 0, + "volume": 0, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 49, + "flow": 5.985, + "inflow": 0, + "volume": 0, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 48, + "flow": 5.87, + "inflow": 0, + "volume": 0, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 48, + "flow": 5.824, + "inflow": 0, + "volume": 0, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 46, + "flow": 5.398, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 44, + "flow": 4.93, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 46, + "flow": 5.442, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 47, + "flow": 5.663, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 47, + "flow": 5.552, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 46, + "flow": 5.508, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 46, + "flow": 5.508, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 46, + "flow": 5.508, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 47, + "flow": 5.552, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 47, + "flow": 5.552, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 47, + "flow": 5.596, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 47, + "flow": 5.64, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 47, + "flow": 5.574, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 47, + "flow": 5.552, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 47, + "flow": 5.618, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 48, + "flow": 5.755, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 48, + "flow": 5.755, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 47, + "flow": 5.732, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 48, + "flow": 5.801, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 48, + "flow": 5.755, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 47, + "flow": 5.709, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 47, + "flow": 5.663, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 47, + "flow": 5.596, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 47, + "flow": 5.552, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 47, + "flow": 5.574, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 47, + "flow": 5.618, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 47, + "flow": 5.574, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 47, + "flow": 5.53, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 46, + "flow": 5.508, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 47, + "flow": 5.596, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 47, + "flow": 5.64, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 47, + "flow": 5.663, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 47, + "flow": 5.618, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 47, + "flow": 5.686, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 47, + "flow": 5.574, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 46, + "flow": 5.354, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 47, + "flow": 5.552, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 46, + "flow": 5.464, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 46, + "flow": 5.464, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 48, + "flow": 5.893, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 48, + "flow": 5.824, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 47, + "flow": 5.64, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 47, + "flow": 5.574, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 47, + "flow": 5.552, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 47, + "flow": 5.64, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 47, + "flow": 5.709, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 47, + "flow": 5.663, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 47, + "flow": 5.663, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 47, + "flow": 5.596, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 47, + "flow": 5.709, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 50, + "flow": 6.22, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 51, + "flow": 6.54, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 49, + "flow": 6.008, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 46, + "flow": 5.464, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 47, + "flow": 5.552, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 47, + "flow": 5.663, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 48, + "flow": 5.939, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 49, + "flow": 6.172, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 50, + "flow": 6.22, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 50, + "flow": 6.268, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 49, + "flow": 6.124, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 48, + "flow": 5.916, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 48, + "flow": 5.893, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 48, + "flow": 5.916, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 49, + "flow": 6.124, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 50, + "flow": 6.292, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 50, + "flow": 6.34, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 50, + "flow": 6.316, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 50, + "flow": 6.244, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 48, + "flow": 5.893, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 48, + "flow": 5.755, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 49, + "flow": 6.077, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 50, + "flow": 6.244, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 50, + "flow": 6.268, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 49, + "flow": 6.148, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 49, + "flow": 6.008, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 49, + "flow": 5.985, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 50, + "flow": 6.22, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 51, + "flow": 6.59, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 50, + "flow": 6.292, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 49, + "flow": 6.031, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 50, + "flow": 6.44, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 52, + "flow": 6.84, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 52, + "flow": 6.74, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 51, + "flow": 6.615, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 51, + "flow": 6.59, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 51, + "flow": 6.565, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 51, + "flow": 6.615, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 52, + "flow": 6.715, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 52, + "flow": 6.79, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 52, + "flow": 6.918, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 53, + "flow": 7.022, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 53, + "flow": 7.074, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 52, + "flow": 6.715, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 51, + "flow": 6.49, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 51, + "flow": 6.615, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 52, + "flow": 6.765, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 52, + "flow": 6.892, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 54, + "flow": 7.282, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 55, + "flow": 7.528, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 54, + "flow": 7.308, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 52, + "flow": 6.892, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 51, + "flow": 6.665, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 53, + "flow": 6.996, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 55, + "flow": 7.694, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 56, + "flow": 7.997, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 54, + "flow": 7.36, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 53, + "flow": 7.048, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 54, + "flow": 7.256, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 54, + "flow": 7.388, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 55, + "flow": 7.5, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 55, + "flow": 7.556, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 54, + "flow": 7.416, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 53, + "flow": 7.178, + "temperature": 14.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 53, + "flow": 6.97, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 54, + "flow": 7.23, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 55, + "flow": 7.556, + "temperature": 14.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 54, + "flow": 7.334, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 53, + "flow": 7.1, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 52, + "flow": 6.918, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 52, + "flow": 6.765, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 53, + "flow": 7.074, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 54, + "flow": 7.472, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 55, + "flow": 7.748, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 56, + "flow": 7.829, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 54, + "flow": 7.416, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 53, + "flow": 7.204, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 54, + "flow": 7.444, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 54, + "flow": 7.472, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 54, + "flow": 7.388, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 54, + "flow": 7.334, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 54, + "flow": 7.388, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 55, + "flow": 7.5, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 55, + "flow": 7.5, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 55, + "flow": 7.528, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 54, + "flow": 7.472, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 54, + "flow": 7.388, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 54, + "flow": 7.334, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 54, + "flow": 7.256, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 55, + "flow": 7.528, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 55, + "flow": 7.748, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 55, + "flow": 7.748, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 55, + "flow": 7.694, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 55, + "flow": 7.667, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 55, + "flow": 7.667, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 55, + "flow": 7.694, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 55, + "flow": 7.667, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 55, + "flow": 7.748, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 56, + "flow": 7.968, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 57, + "flow": 8.142, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 57, + "flow": 8.228, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 56, + "flow": 7.802, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 54, + "flow": 7.334, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 55, + "flow": 7.556, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 56, + "flow": 7.856, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 56, + "flow": 7.968, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 56, + "flow": 7.997, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 55, + "flow": 7.612, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 54, + "flow": 7.256, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 54, + "flow": 7.308, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 54, + "flow": 7.334, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 56, + "flow": 7.856, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 57, + "flow": 8.228, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 55, + "flow": 7.612, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 53, + "flow": 7.178, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 54, + "flow": 7.334, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 55, + "flow": 7.584, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 56, + "flow": 7.91, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 57, + "flow": 8.171, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 57, + "flow": 8.228, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 55, + "flow": 7.721, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 53, + "flow": 7.204, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 53, + "flow": 7.126, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 54, + "flow": 7.36, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 55, + "flow": 7.64, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 55, + "flow": 7.694, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 55, + "flow": 7.721, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 56, + "flow": 7.775, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 56, + "flow": 7.802, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 56, + "flow": 7.802, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 55, + "flow": 7.721, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 55, + "flow": 7.64, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 55, + "flow": 7.556, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 55, + "flow": 7.528, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 55, + "flow": 7.612, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 54, + "flow": 7.444, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 54, + "flow": 7.388, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 55, + "flow": 7.748, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 57, + "flow": 8.171, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 58, + "flow": 8.34, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 57, + "flow": 8.2, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 56, + "flow": 7.775, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 55, + "flow": 7.584, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 55, + "flow": 7.748, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 57, + "flow": 8.084, + "temperature": 14.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 58, + "flow": 8.34, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 57, + "flow": 8.084, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 56, + "flow": 7.829, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 57, + "flow": 8.113, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 58, + "flow": 8.51, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 58, + "flow": 8.424, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 57, + "flow": 8.228, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 57, + "flow": 8.228, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 57, + "flow": 8.256, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0.7 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 58, + "flow": 8.368, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 58, + "flow": 8.424, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 56, + "flow": 7.997, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 55, + "flow": 7.694, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 56, + "flow": 7.775, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 56, + "flow": 7.91, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 57, + "flow": 8.171, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 57, + "flow": 8.312, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 57, + "flow": 8.312, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 56, + "flow": 7.968, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 56, + "flow": 7.829, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 58, + "flow": 8.424, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 59, + "flow": 8.72, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 58, + "flow": 8.57, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 57, + "flow": 8.055, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 55, + "flow": 7.64, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 57, + "flow": 8.142, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 59, + "flow": 8.84, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 60, + "flow": 9.173, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 60, + "flow": 9.204, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 60, + "flow": 9.02, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 58, + "flow": 8.57, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 57, + "flow": 8.284, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 57, + "flow": 8.2, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 58, + "flow": 8.452, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 59, + "flow": 8.75, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 59, + "flow": 8.9, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 59, + "flow": 8.9, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 59, + "flow": 8.9, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 59, + "flow": 8.9, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 60, + "flow": 8.93, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 59, + "flow": 8.81, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 59, + "flow": 8.72, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 58, + "flow": 8.424, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 58, + "flow": 8.51, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 61, + "flow": 9.328, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 62, + "flow": 9.82, + "inflow": 0, + "volume": 0, + "temperature": 16.1, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 63, + "flow": 9.91, + "inflow": 0, + "volume": 0, + "temperature": 16.1, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 62, + "flow": 9.545, + "inflow": 0, + "volume": 0, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 60, + "flow": 9.02, + "inflow": 0, + "volume": 0, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 59, + "flow": 8.84, + "inflow": 0, + "volume": 0, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 60, + "flow": 8.96, + "inflow": 0, + "volume": 0, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 61, + "flow": 9.514, + "inflow": 0, + "volume": 0, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 63, + "flow": 9.94, + "inflow": 0, + "volume": 0, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 63, + "flow": 10, + "inflow": 0, + "volume": 0, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 62, + "flow": 9.576, + "inflow": 0, + "volume": 0, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 60, + "flow": 9.111, + "inflow": 0, + "volume": 0, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 60, + "flow": 9.08, + "inflow": 0, + "volume": 0, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 62, + "flow": 9.82, + "inflow": 0, + "volume": 0, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 64, + "flow": 10.3, + "inflow": 0, + "volume": 0, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 64, + "flow": 10.27, + "inflow": 0, + "volume": 0, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 63, + "flow": 10.06, + "inflow": 0, + "volume": 0, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 62, + "flow": 9.669, + "inflow": 0, + "volume": 0, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 62, + "flow": 9.576, + "inflow": 0, + "volume": 0, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 62, + "flow": 9.82, + "inflow": 0, + "volume": 0, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 63, + "flow": 10.12, + "inflow": 0, + "volume": 0, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 65, + "flow": 10.66, + "inflow": 0, + "volume": 0, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 66, + "flow": 10.88, + "inflow": 0, + "volume": 0, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 65, + "flow": 10.82, + "inflow": 0, + "volume": 0, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 64, + "flow": 10.38, + "temperature": 19.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 63, + "flow": 10.12, + "temperature": 19.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 68, + "flow": 11.64, + "temperature": 19.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 74, + "flow": 13.98, + "temperature": 19.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 75, + "flow": 14.18, + "temperature": 19.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 72, + "flow": 13.16, + "inflow": 0, + "volume": 0, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 69, + "flow": 12.13, + "inflow": 0, + "volume": 0, + "temperature": 21.3, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/OTSU.json b/public/data/OTSU.json index ac768f4..1f0467a 100644 --- a/public/data/OTSU.json +++ b/public/data/OTSU.json @@ -3742,5 +3742,4748 @@ "volume": 0, "temperature": 14.8, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:20:00.000Z", + "level": 26, + "flow": 3.21, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:30:00.000Z", + "level": 26, + "flow": 3.21, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 26, + "flow": 3.21, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 26, + "flow": 3.21, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 26, + "flow": 3.21, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 26, + "flow": 3.21, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 26, + "flow": 3.21, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 26, + "flow": 3.21, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 26, + "flow": 3.21, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 26, + "flow": 3.21, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 26, + "flow": 3.21, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 26, + "flow": 3.21, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 26, + "flow": 3.21, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 26, + "flow": 3.21, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 26, + "flow": 3.21, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 26, + "flow": 3.21, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 26, + "flow": 3.21, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 26, + "flow": 3.21, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 26, + "flow": 3.21, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 24, + "flow": 2.7, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 24, + "flow": 2.7, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 26, + "flow": 3.21, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 31, + "flow": 4.64, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 26, + "flow": 3.21, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 26, + "flow": 3.21, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 29, + "flow": 4.04, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 30, + "flow": 4.34, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 29, + "flow": 4.04, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 26, + "flow": 3.21, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 27, + "flow": 3.48, + "temperature": 12.4, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 26, + "flow": 3.21, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 29, + "flow": 4.04, + "inflow": 0, + "volume": 0, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 29, + "flow": 4.04, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 29, + "flow": 4.04, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 29, + "flow": 4.04, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 29, + "flow": 4.04, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 29, + "flow": 4.04, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 29, + "flow": 4.04, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 29, + "flow": 4.04, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 27, + "flow": 3.48, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 25, + "flow": 2.95, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 26, + "flow": 3.21, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 29, + "flow": 4.04, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 29, + "flow": 4.04, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 30, + "flow": 4.34, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 29, + "flow": 4.04, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 29, + "flow": 4.04, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 29, + "flow": 4.04, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 29, + "flow": 4.04, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 30, + "flow": 4.34, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 30, + "flow": 4.34, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 30, + "flow": 4.34, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 29, + "flow": 4.04, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 29, + "flow": 4.04, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 30, + "flow": 4.34, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 30, + "flow": 4.34, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 30, + "flow": 4.34, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 30, + "flow": 4.34, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 29, + "flow": 4.04, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 31, + "flow": 4.64, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 32, + "flow": 4.95, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 30, + "flow": 4.34, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 30, + "flow": 4.34, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 30, + "flow": 4.34, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 31, + "flow": 4.64, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 30, + "flow": 4.34, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 30, + "flow": 4.34, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 29, + "flow": 4.04, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 29, + "flow": 4.04, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 30, + "flow": 4.34, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 30, + "flow": 4.34, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 29, + "flow": 4.04, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 31, + "flow": 4.64, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 32, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 2.5 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 2.5 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 36, + "flow": 6.27, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 32, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 32, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 1.8 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 31, + "flow": 4.64, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 31, + "flow": 4.64, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 32, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 32, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 32, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 32, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 32, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 32, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 31, + "flow": 4.64, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 32, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 35, + "flow": 5.93, + "temperature": 10.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 36, + "flow": 6.27, + "inflow": 0, + "volume": 0, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 36, + "flow": 6.27, + "inflow": 0, + "volume": 0, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 36, + "flow": 6.27, + "inflow": 0, + "volume": 0, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 36, + "flow": 6.27, + "inflow": 0, + "volume": 0, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 36, + "flow": 6.27, + "inflow": 0, + "volume": 0, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 36, + "flow": 6.27, + "inflow": 0, + "volume": 0, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 22, + "flow": 2.23, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 36, + "flow": 6.27, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 36, + "flow": 6.27, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 36, + "flow": 6.27, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 36, + "flow": 6.27, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 36, + "flow": 6.27, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 36, + "flow": 6.27, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 36, + "flow": 6.27, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 37, + "flow": 6.61, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 37, + "flow": 6.61, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 37, + "flow": 6.61, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 37, + "flow": 6.61, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 36, + "flow": 6.27, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 36, + "flow": 6.27, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 36, + "flow": 6.27, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 36, + "flow": 6.27, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 34, + "flow": 5.59, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 35, + "flow": 5.93, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 36, + "flow": 6.27, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 36, + "flow": 6.27, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 36, + "flow": 6.27, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 36, + "flow": 6.27, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 36, + "flow": 6.27, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 36, + "flow": 6.27, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 32, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 32, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 32, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 31, + "flow": 4.64, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 31, + "flow": 4.64, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 31, + "flow": 4.64, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 31, + "flow": 4.64, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 31, + "flow": 4.64, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 31, + "flow": 4.64, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 32, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 32, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 31, + "flow": 4.64, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 31, + "flow": 4.64, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 32, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 32, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 32, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 32, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 31, + "flow": 4.64, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 32, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 32, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 32, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 32, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0.9 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 31, + "flow": 4.64, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 32, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 32, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 32, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 1.1 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 33, + "flow": 5.27, + "temperature": 14.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 32, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 32, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 26, + "flow": 3.21, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 28, + "flow": 3.76, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 33, + "flow": 5.27, + "temperature": 15.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 40, + "flow": 7.7, + "inflow": 0, + "volume": 0, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 33, + "flow": 5.27, + "inflow": 0, + "volume": 0, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 34, + "flow": 5.59, + "inflow": 0, + "volume": 0, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 35, + "flow": 5.93, + "inflow": 0, + "volume": 0, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 36, + "flow": 6.27, + "inflow": 0, + "volume": 0, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 38, + "flow": 6.97, + "inflow": 0, + "volume": 0, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 44, + "flow": 9.27, + "inflow": 0, + "volume": 0, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 46, + "flow": 10.1, + "inflow": 0, + "volume": 0, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 48, + "flow": 10.9, + "inflow": 0, + "volume": 0, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 49, + "flow": 11.4, + "inflow": 0, + "volume": 0, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 50, + "flow": 11.8, + "inflow": 0, + "volume": 0, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 50, + "flow": 11.8, + "inflow": 0, + "volume": 0, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 52, + "flow": 12.8, + "temperature": 18.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 54, + "flow": 13.8, + "temperature": 18.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 54, + "flow": 13.8, + "temperature": 18.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 54, + "flow": 13.8, + "temperature": 18.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 54, + "flow": 13.8, + "inflow": 0, + "volume": 0, + "temperature": 21.1, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/PPPI.json b/public/data/PPPI.json index bc95af9..ba3bd21 100644 --- a/public/data/PPPI.json +++ b/public/data/PPPI.json @@ -9214,5 +9214,4343 @@ "volume": 0, "temperature": 13.5, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 670.52, + "flow": 0, + "temperature": 12.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 670.52, + "flow": 0, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 670.52, + "flow": 0, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 670.52, + "flow": 0, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 670.52, + "flow": 0, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 670.52, + "flow": 0, + "temperature": 11.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 670.52, + "flow": 0, + "temperature": 11.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 670.52, + "flow": 0, + "temperature": 11.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 670.52, + "flow": 0, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 670.52, + "flow": 0, + "temperature": 11.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 670.52, + "flow": 0, + "temperature": 11, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 670.52, + "flow": 0, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 670.52, + "flow": 0, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 670.52, + "flow": 0, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 670.51, + "flow": 0.01, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 11.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 11.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 12.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 12.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 13.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 11.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 12, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 12.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 12.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 12.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 11.8, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 11.8, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 11.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 11.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 11.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 11.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 11.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 11.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 11.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 11.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 11.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 11.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 11.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 11.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 11.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 11.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 11.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 10.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 10.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 10.2, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 10.2, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 9.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 9.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 9.8, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 9.8, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 9.8, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 9.7, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 9.5, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 9.4, + "precipitation": 0.4, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 8.7, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 8.8, + "precipitation": 0.3, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 8.8, + "precipitation": 0.3, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 8.8, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 8.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 8.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 8.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 670.51, + "flow": 0.01, + "temperature": 8.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 8.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 8.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 8.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 9.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 9.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 10, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 10.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 10.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 1.9 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 1.9 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 1.9 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 1.9 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 1.9 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 1.9 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 1.9 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 1.9 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 12.8, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 10.7, + "precipitation": 0.6, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 1.3 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0.8 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 9.9, + "precipitation": 0.8, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 10.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 11.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 11.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 11.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 11.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 11.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 10.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 9.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 9.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 9.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 9.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 8.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 8.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 8.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 8.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 8.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 8.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 8.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 670.5, + "flow": 0.01, + "temperature": 9.8, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 9.8, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 9.8, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 9.8, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 10, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 10.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 10.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 11, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 11, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 11, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 10.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 10.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 11, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 11.5, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 12.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 13, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 12.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 12.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 12.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 13, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 13.2, + "precipitation": 0.3, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 13.2, + "precipitation": 0.3, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 13.2, + "precipitation": 0.3, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 13.2, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 13.3, + "precipitation": 0.4, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 670.5, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 670.5, + "flow": 0, + "temperature": 13.3, + "precipitation": 0.4, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 13.2, + "precipitation": 0.3, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 13.2, + "precipitation": 0.3, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 12.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 12.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 13, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 13, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 13.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 13.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 13.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 14.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 15, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 15.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 15.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 16.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 670.52, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 17, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 17, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 17, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 670.51, + "flow": 0, + "temperature": 17, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 670.51, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 18.4, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/RACU.json b/public/data/RACU.json index 9a849b3..d23f042 100644 --- a/public/data/RACU.json +++ b/public/data/RACU.json @@ -10234,11 +10234,4763 @@ }, { "timestamp": "2026-06-09T18:30:00.000Z", - "level": 0, + "level": 313.42, "flow": 0.99, "inflow": 1.09, "volume": 2.94, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 313.42, + "flow": 0.99, + "temperature": 15.5, + "precipitation": 0, + "inflow": 1.09, + "volume": 2.94 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 313.42, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.94, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 313.43, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.94, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 313.43, + "flow": 0.98, + "temperature": 15.1, + "precipitation": 0, + "inflow": 1.09, + "volume": 2.94 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 313.42, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.94, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 313.42, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.94, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 313.43, + "flow": 0.99, + "inflow": 1.09, + "volume": 2.94, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 0, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.94, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 313.42, + "flow": 0.97, + "inflow": 1.09, + "volume": 2.94, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 313.42, + "flow": 0.99, + "inflow": 1.09, + "volume": 2.93, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 313.42, + "flow": 0.99, + "inflow": 1.09, + "volume": 2.93, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 313.42, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.93, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 313.42, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.93, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 0, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.93, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 313.42, + "flow": 0.99, + "inflow": 1.09, + "volume": 2.93, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 313.42, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.93, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 313.42, + "flow": 0.98, + "temperature": 14.1, + "precipitation": 0, + "inflow": 1.09, + "volume": 2.93 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 313.43, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.93, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 313.42, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.93, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 0, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.93, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 313.42, + "flow": 0.99, + "inflow": 1.09, + "volume": 2.93, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 313.42, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.93, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 313.42, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.93, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 313.42, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.93, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 313.42, + "flow": 0.99, + "inflow": 1.09, + "volume": 2.93, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 0, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.93, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 313.42, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.93, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 313.42, + "flow": 0.99, + "inflow": 1.09, + "volume": 2.93, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 313.42, + "flow": 0.99, + "inflow": 1.09, + "volume": 2.93, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 313.42, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.93, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 313.42, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.93, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 0, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.93, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 313.42, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.93, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 313.42, + "flow": 0.99, + "inflow": 1.09, + "volume": 2.93, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 313.42, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.93, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 313.43, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.93, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 313.43, + "flow": 0.98, + "temperature": 12, + "precipitation": 0, + "inflow": 1.09, + "volume": 2.93 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 0, + "flow": 0.99, + "inflow": 1.09, + "volume": 2.93, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 313.42, + "flow": 0.99, + "inflow": 1.09, + "volume": 2.93, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 313.42, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.93, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 313.42, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.93, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 313.42, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.93, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 313.42, + "flow": 0.98, + "temperature": 12, + "precipitation": 0, + "inflow": 1.09, + "volume": 2.93 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 0, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.93, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 313.42, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.93, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 313.42, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.93, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 313.42, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.93, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 313.42, + "flow": 0.98, + "inflow": 1.09, + "volume": 2.93, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 313.42, + "flow": 1.02, + "inflow": 1.09, + "volume": 2.93, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 0, + "flow": 1.02, + "inflow": 1.09, + "volume": 2.93, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 313.42, + "flow": 1.03, + "inflow": 1.09, + "volume": 2.93, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 313.43, + "flow": 1.03, + "inflow": 1.09, + "volume": 2.93, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 313.42, + "flow": 1.03, + "temperature": 11.9, + "precipitation": 0, + "inflow": 1.09, + "volume": 2.93 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 313.42, + "flow": 1.03, + "inflow": 1.09, + "volume": 2.93, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 313.43, + "flow": 1.03, + "inflow": 1.09, + "volume": 2.93, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 0, + "flow": 1.03, + "inflow": 1.09, + "volume": 2.93, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 313.43, + "flow": 1.03, + "inflow": 1.09, + "volume": 2.93, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 313.42, + "flow": 1.02, + "inflow": 1.09, + "volume": 2.93, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 313.42, + "flow": 1.03, + "inflow": 1.09, + "volume": 2.93, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 313.42, + "flow": 1.02, + "inflow": 1.09, + "volume": 2.93, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 313.43, + "flow": 1.03, + "inflow": 1.09, + "volume": 2.93, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 0, + "flow": 0.94, + "inflow": 1.09, + "volume": 2.93, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 313.42, + "flow": 1, + "inflow": 0.96, + "volume": 2.93, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 313.42, + "flow": 1, + "inflow": 0.96, + "volume": 2.93, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 313.42, + "flow": 1, + "inflow": 0.96, + "volume": 2.93, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 313.42, + "flow": 1, + "inflow": 0.96, + "volume": 2.93, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 313.43, + "flow": 1, + "inflow": 0.96, + "volume": 2.93, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 0, + "flow": 1, + "inflow": 0.96, + "volume": 2.93, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 313.42, + "flow": 0.99, + "inflow": 0.96, + "volume": 2.93, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 313.42, + "flow": 1, + "inflow": 0.96, + "volume": 2.93, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 313.42, + "flow": 1, + "inflow": 0.96, + "volume": 2.93, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 313.42, + "flow": 1, + "inflow": 0.96, + "volume": 2.93, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 313.42, + "flow": 0.99, + "inflow": 0.96, + "volume": 2.93, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 0, + "flow": 0.97, + "inflow": 0.96, + "volume": 2.93, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 313.42, + "flow": 0.97, + "inflow": 0.96, + "volume": 2.93, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 313.43, + "flow": 0.96, + "inflow": 0.96, + "volume": 2.93, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 313.43, + "flow": 0.96, + "inflow": 0.96, + "volume": 2.93, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 313.43, + "flow": 0.95, + "inflow": 0.96, + "volume": 2.93, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 313.43, + "flow": 0.95, + "inflow": 0.96, + "volume": 2.93, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 0, + "flow": 0.94, + "inflow": 0.96, + "volume": 2.93, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 313.43, + "flow": 0.94, + "inflow": 0.96, + "volume": 2.93, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 313.42, + "flow": 0.94, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 313.42, + "flow": 0.95, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 313.42, + "flow": 0.94, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 313.43, + "flow": 0.93, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 0, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 313.42, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 313.43, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 0, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 313.43, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 313.43, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, "temperature": 16.3, "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 313.42, + "flow": 0.92, + "temperature": 16.6, + "precipitation": 0, + "inflow": 0.96, + "volume": 2.93 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 0, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 313.43, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 313.42, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.93, + "temperature": 16.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 16.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 0, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 313.43, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 313.42, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 313.43, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 313.43, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 0, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 313.42, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 0, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 313.43, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 313.42, + "flow": 0.91, + "temperature": 13.2, + "precipitation": 0, + "inflow": 0.96, + "volume": 2.93 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 313.42, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.93, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 313.43, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.93, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 0, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 313.42, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.93, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 313.42, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.93, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 0, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 313.43, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 313.43, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.93, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 313.43, + "flow": 0.93, + "inflow": 0.96, + "volume": 2.93, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 0, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 313.42, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 313.43, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 313.43, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 313.43, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 313.43, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 0, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.93, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 313.43, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.93, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 313.43, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 313.43, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 313.43, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 313.43, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 0, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 313.43, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.93, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 313.43, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.94, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 313.43, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.94, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 313.43, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.94, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 313.43, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.94, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 0, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.94, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 313.43, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.94, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 313.43, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.94, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 313.43, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.94, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 313.43, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.94, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 313.43, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.94, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 0, + "flow": 0.94, + "inflow": 0.96, + "volume": 2.94, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 313.43, + "flow": 0.95, + "inflow": 0.96, + "volume": 2.94, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 313.43, + "flow": 0.95, + "inflow": 0.96, + "volume": 2.94, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 313.43, + "flow": 0.94, + "inflow": 0.96, + "volume": 2.94, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 313.43, + "flow": 0.95, + "inflow": 0.96, + "volume": 2.94, + "temperature": 11.3, + "precipitation": 0.7 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 313.44, + "flow": 0.94, + "inflow": 0.96, + "volume": 2.94, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 0, + "flow": 0.94, + "inflow": 0.96, + "volume": 2.94, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 313.44, + "flow": 0.94, + "inflow": 0.96, + "volume": 2.94, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 313.44, + "flow": 0.93, + "inflow": 0.96, + "volume": 2.95, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 313.44, + "flow": 0.93, + "inflow": 0.96, + "volume": 2.95, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 313.44, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.95, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 313.44, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.95, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 0, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.95, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 313.44, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.95, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 313.44, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.95, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 313.44, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.95, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 313.44, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.95, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 313.44, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.95, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 0, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.95, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 313.44, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.95, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 313.44, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.95, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 313.44, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.95, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 313.44, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.95, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 313.44, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.95, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 0, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.95, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 313.44, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.95, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 313.44, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.95, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 313.44, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.95, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 313.44, + "flow": 0.91, + "temperature": 9.4, + "precipitation": 0, + "inflow": 0.96, + "volume": 2.95 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 313.44, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.95, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 0, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.95, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 313.44, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.95, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 313.44, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.95, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 313.44, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.95, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 313.44, + "flow": 0.91, + "inflow": 0.96, + "volume": 2.95, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 313.44, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.95, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 0, + "flow": 0.92, + "inflow": 0.96, + "volume": 2.95, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 313.44, + "flow": 0.91, + "inflow": 1.18, + "volume": 2.95, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 313.44, + "flow": 0.91, + "inflow": 1.18, + "volume": 2.96, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 313.44, + "flow": 0.91, + "inflow": 1.18, + "volume": 2.96, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 313.44, + "flow": 0.91, + "inflow": 1.18, + "volume": 2.96, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 313.44, + "flow": 0.92, + "inflow": 1.18, + "volume": 2.96, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 0, + "flow": 0.92, + "inflow": 1.18, + "volume": 2.96, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 313.44, + "flow": 0.91, + "inflow": 1.18, + "volume": 2.96, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 313.44, + "flow": 1.01, + "inflow": 1.18, + "volume": 2.96, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 313.44, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.96, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 313.45, + "flow": 0.99, + "inflow": 1.18, + "volume": 2.96, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 313.44, + "flow": 0.99, + "temperature": 11.5, + "precipitation": 0, + "inflow": 1.18, + "volume": 2.96 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 0, + "flow": 0.99, + "inflow": 1.18, + "volume": 2.96, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 313.44, + "flow": 0.99, + "inflow": 1.18, + "volume": 2.96, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 313.44, + "flow": 0.99, + "inflow": 1.18, + "volume": 2.96, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 313.44, + "flow": 0.99, + "inflow": 1.18, + "volume": 2.96, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 313.45, + "flow": 0.99, + "inflow": 1.18, + "volume": 2.96, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 313.45, + "flow": 0.99, + "inflow": 1.18, + "volume": 2.96, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 0, + "flow": 0.99, + "inflow": 1.18, + "volume": 2.96, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 313.44, + "flow": 1, + "inflow": 1.18, + "volume": 2.96, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 313.44, + "flow": 0.99, + "inflow": 1.18, + "volume": 2.95, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 313.45, + "flow": 0.99, + "inflow": 1.18, + "volume": 2.95, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 313.45, + "flow": 0.99, + "inflow": 1.18, + "volume": 2.95, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 313.45, + "flow": 0.99, + "inflow": 1.18, + "volume": 2.95, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 0, + "flow": 0.99, + "inflow": 1.18, + "volume": 2.95, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 313.45, + "flow": 1, + "inflow": 1.18, + "volume": 2.95, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 313.45, + "flow": 0.99, + "inflow": 1.18, + "volume": 2.96, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.96, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 313.45, + "flow": 1, + "inflow": 1.18, + "volume": 2.96, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 313.44, + "flow": 1, + "inflow": 1.18, + "volume": 2.96, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 0, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.96, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.96, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.96, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.96, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.96, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 313.44, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.96, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 0, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.96, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.96, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.96, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.96, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 313.45, + "flow": 1.01, + "inflow": 1.18, + "volume": 2.96, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 313.46, + "flow": 0.99, + "inflow": 1.18, + "volume": 2.96, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 0, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.96, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.96, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.96, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 313.45, + "flow": 0.98, + "temperature": 13.3, + "precipitation": 0, + "inflow": 1.18, + "volume": 2.96 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.96, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.96, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 0, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.96, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 313.45, + "flow": 0.99, + "inflow": 1.18, + "volume": 2.96, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.96, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.96, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.96, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.96, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 0, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.96, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.96, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 313.45, + "flow": 0.98, + "temperature": 15.4, + "precipitation": 0, + "inflow": 1.18, + "volume": 2.96 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.96, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 313.45, + "flow": 0.98, + "temperature": 14.7, + "precipitation": 0, + "inflow": 1.18, + "volume": 2.96 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.96, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 0, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.96, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.96, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 0, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 0, + "flow": 0.99, + "inflow": 1.18, + "volume": 2.97, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 313.45, + "flow": 0.99, + "inflow": 1.18, + "volume": 2.97, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 313.45, + "flow": 0.98, + "temperature": 14.2, + "precipitation": 0, + "inflow": 1.18, + "volume": 2.97 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 0, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 0, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 313.45, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 0, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 313.46, + "flow": 0.98, + "temperature": 10.9, + "precipitation": 0, + "inflow": 1.18, + "volume": 2.97 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 0, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 0, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 313.46, + "flow": 0.97, + "inflow": 1.18, + "volume": 2.97, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 0, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.97, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.98, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.98, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.98, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.98, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 0, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.98, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.98, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 313.46, + "flow": 0.97, + "inflow": 1.18, + "volume": 2.98, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.98, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.98, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.98, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.98, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 313.46, + "flow": 0.98, + "temperature": 9.2, + "precipitation": 0, + "inflow": 1.18, + "volume": 2.98 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.98, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.98, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 313.46, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.98, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 0, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.98, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 313.47, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.98, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 313.47, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.98, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 313.47, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.98, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 313.47, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.98, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 313.47, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.98, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 0, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.98, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 313.47, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.98, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 313.47, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.98, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 313.47, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.98, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 313.47, + "flow": 0.98, + "temperature": 9.7, + "precipitation": 0.1, + "inflow": 1.18, + "volume": 2.98 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 313.47, + "flow": 0.98, + "inflow": 1.18, + "volume": 2.98, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 0, + "flow": 0.99, + "inflow": 1.18, + "volume": 2.98, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 313.47, + "flow": 0.98, + "inflow": 1.34, + "volume": 2.98, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 313.47, + "flow": 0.98, + "inflow": 1.34, + "volume": 2.99, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 313.47, + "flow": 0.98, + "inflow": 1.34, + "volume": 2.99, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 313.47, + "flow": 0.98, + "inflow": 1.34, + "volume": 2.99, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 313.47, + "flow": 0.98, + "inflow": 1.34, + "volume": 2.99, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 0, + "flow": 0.98, + "inflow": 1.34, + "volume": 2.99, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 313.47, + "flow": 0.98, + "inflow": 1.34, + "volume": 2.99, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 313.47, + "flow": 0.98, + "inflow": 1.34, + "volume": 2.99, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 313.47, + "flow": 0.98, + "inflow": 1.34, + "volume": 2.99, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 313.47, + "flow": 0.98, + "inflow": 1.34, + "volume": 2.99, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 313.47, + "flow": 0.98, + "inflow": 1.34, + "volume": 2.99, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 0, + "flow": 0.98, + "inflow": 1.34, + "volume": 2.99, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 313.48, + "flow": 0.98, + "inflow": 1.34, + "volume": 2.99, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 313.47, + "flow": 0.97, + "inflow": 1.34, + "volume": 2.99, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 313.47, + "flow": 0.98, + "inflow": 1.34, + "volume": 2.99, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 313.47, + "flow": 0.98, + "inflow": 1.34, + "volume": 2.99, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 313.48, + "flow": 0.98, + "inflow": 1.34, + "volume": 2.99, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 313.48, + "flow": 0.96, + "inflow": 1.34, + "volume": 2.99, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 313.48, + "flow": 0.96, + "inflow": 1.34, + "volume": 2.99, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 313.48, + "flow": 0.95, + "inflow": 1.34, + "volume": 2.99, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 313.48, + "flow": 0.96, + "inflow": 1.34, + "volume": 2.99, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 313.48, + "flow": 0.96, + "inflow": 1.34, + "volume": 2.99, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 0, + "flow": 0.96, + "inflow": 1.34, + "volume": 2.99, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 313.48, + "flow": 0.95, + "temperature": 12.8, + "precipitation": 0, + "inflow": 1.34, + "volume": 2.99 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 313.48, + "flow": 0.95, + "temperature": 12.8, + "precipitation": 0, + "inflow": 1.34, + "volume": 2.99 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 313.48, + "flow": 0.96, + "inflow": 1.34, + "volume": 3, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 313.48, + "flow": 0.95, + "temperature": 12.8, + "precipitation": 0, + "inflow": 1.34, + "volume": 3 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 313.48, + "flow": 0.95, + "inflow": 1.34, + "volume": 3, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 0, + "flow": 0.96, + "inflow": 1.34, + "volume": 3, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 313.48, + "flow": 0.95, + "inflow": 1.34, + "volume": 3, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 313.48, + "flow": 0.95, + "inflow": 1.34, + "volume": 2.99, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 313.48, + "flow": 0.95, + "inflow": 1.34, + "volume": 2.99, + "temperature": 12.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 313.48, + "flow": 0.95, + "inflow": 1.34, + "volume": 2.99, + "temperature": 12.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 313.48, + "flow": 0.96, + "temperature": 12.6, + "precipitation": 0.2, + "inflow": 1.34, + "volume": 2.99 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 0, + "flow": 0.95, + "inflow": 1.34, + "volume": 2.99, + "temperature": 12.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 313.48, + "flow": 0.95, + "inflow": 1.34, + "volume": 2.99, + "temperature": 12.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 313.48, + "flow": 0.95, + "inflow": 1.34, + "volume": 3, + "temperature": 12.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 313.48, + "flow": 0.96, + "inflow": 1.34, + "volume": 3, + "temperature": 12.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 313.48, + "flow": 0.95, + "inflow": 1.34, + "volume": 3, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 313.48, + "flow": 0.96, + "inflow": 1.34, + "volume": 3, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 0, + "flow": 0.96, + "inflow": 1.34, + "volume": 3, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 313.48, + "flow": 0.95, + "inflow": 1.34, + "volume": 3, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 313.48, + "flow": 0.96, + "inflow": 1.34, + "volume": 3, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 313.48, + "flow": 0.95, + "inflow": 1.34, + "volume": 3, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 313.48, + "flow": 0.95, + "inflow": 1.34, + "volume": 3, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 313.48, + "flow": 0.95, + "inflow": 1.34, + "volume": 3, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 0, + "flow": 0.95, + "inflow": 1.34, + "volume": 3, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 313.48, + "flow": 0.95, + "inflow": 1.34, + "volume": 3, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 313.48, + "flow": 0.95, + "inflow": 1.34, + "volume": 3, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 313.48, + "flow": 0.95, + "temperature": 13.8, + "precipitation": 0, + "inflow": 1.34, + "volume": 3 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 313.48, + "flow": 0.95, + "inflow": 1.34, + "volume": 3, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 313.48, + "flow": 0.95, + "temperature": 13.9, + "precipitation": 0, + "inflow": 1.34, + "volume": 3 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 0, + "flow": 0.95, + "inflow": 1.34, + "volume": 3, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 313.48, + "flow": 0.95, + "inflow": 1.34, + "volume": 3, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 313.48, + "flow": 0.95, + "inflow": 1.34, + "volume": 3, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 313.48, + "flow": 0.95, + "inflow": 1.34, + "volume": 3, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 313.48, + "flow": 0.95, + "inflow": 1.34, + "volume": 3, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 313.48, + "flow": 0.95, + "inflow": 1.34, + "volume": 3, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 0, + "flow": 0.95, + "inflow": 1.34, + "volume": 3, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 313.49, + "flow": 0.96, + "inflow": 1.34, + "volume": 3, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 313.49, + "flow": 0.95, + "inflow": 1.34, + "volume": 3, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 313.49, + "flow": 0.95, + "inflow": 1.34, + "volume": 3, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 313.49, + "flow": 0.96, + "inflow": 1.34, + "volume": 3, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 313.49, + "flow": 0.96, + "inflow": 1.34, + "volume": 3, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 313.49, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.01, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 313.49, + "flow": 0.96, + "temperature": 15.1, + "precipitation": 0, + "inflow": 1.34, + "volume": 3.01 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 313.49, + "flow": 0.95, + "inflow": 1.34, + "volume": 3.01, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 313.49, + "flow": 0.95, + "inflow": 1.34, + "volume": 3.01, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 313.49, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.01, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 0, + "flow": 0.95, + "inflow": 1.34, + "volume": 3.01, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 313.49, + "flow": 0.95, + "inflow": 1.34, + "volume": 3.01, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 313.49, + "flow": 0.95, + "inflow": 1.34, + "volume": 3.01, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 313.49, + "flow": 0.95, + "inflow": 1.34, + "volume": 3.01, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 313.49, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.01, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 313.49, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.01, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 0, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.01, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 313.49, + "flow": 0.95, + "inflow": 1.34, + "volume": 3.01, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 313.5, + "flow": 0.95, + "inflow": 1.34, + "volume": 3.01, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 313.49, + "flow": 0.95, + "inflow": 1.34, + "volume": 3.01, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 313.49, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.01, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 313.49, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.01, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 313.5, + "flow": 0.95, + "inflow": 1.34, + "volume": 3.01, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 313.5, + "flow": 0.95, + "temperature": 14.4, + "precipitation": 0, + "inflow": 1.34, + "volume": 3.01 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 313.5, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.02, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 313.49, + "flow": 0.95, + "inflow": 1.34, + "volume": 3.02, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 313.5, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.02, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 313.5, + "flow": 0.95, + "inflow": 1.34, + "volume": 3.02, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 0, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.02, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 313.5, + "flow": 0.95, + "inflow": 1.34, + "volume": 3.02, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 313.5, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.02, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 313.5, + "flow": 0.95, + "inflow": 1.34, + "volume": 3.02, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 313.5, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.02, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 313.5, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.02, + "temperature": 14.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 0, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.02, + "temperature": 14.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 313.5, + "flow": 0.95, + "inflow": 1.34, + "volume": 3.02, + "temperature": 14.2, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 313.5, + "flow": 0.95, + "inflow": 1.34, + "volume": 3.02, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 313.5, + "flow": 0.95, + "temperature": 14.2, + "precipitation": 0.1, + "inflow": 1.34, + "volume": 3.02 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 313.5, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.02, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 313.5, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.02, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 0, + "flow": 0.95, + "inflow": 1.34, + "volume": 3.02, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 313.5, + "flow": 0.95, + "inflow": 1.34, + "volume": 3.02, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 313.5, + "flow": 0.95, + "inflow": 1.34, + "volume": 3.02, + "temperature": 14.3, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 313.51, + "flow": 0.95, + "inflow": 1.34, + "volume": 3.02, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 313.51, + "flow": 0.96, + "temperature": 14.5, + "precipitation": 0, + "inflow": 1.34, + "volume": 3.02 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 313.51, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.02, + "temperature": 14.5, + "precipitation": 1.6 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 0, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.02, + "temperature": 14.5, + "precipitation": 1.6 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 313.51, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.02, + "temperature": 14.4, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 313.51, + "flow": 0.98, + "inflow": 1.34, + "volume": 3.03, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 313.51, + "flow": 0.97, + "inflow": 1.34, + "volume": 3.03, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 313.51, + "flow": 0.98, + "inflow": 1.34, + "volume": 3.03, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 313.51, + "flow": 0.97, + "inflow": 1.34, + "volume": 3.03, + "temperature": 14.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 0, + "flow": 0.97, + "inflow": 1.34, + "volume": 3.03, + "temperature": 14.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 313.51, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.03, + "temperature": 14.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 313.51, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.03, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 313.51, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.03, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 313.51, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.03, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 313.52, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.03, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 0, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.03, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 313.51, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.03, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 313.52, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.04, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 313.52, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.04, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 313.52, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.04, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 313.52, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.04, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 0, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.04, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 313.52, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.04, + "temperature": 14.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 313.52, + "flow": 0.95, + "inflow": 1.34, + "volume": 3.04, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 313.52, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.04, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 313.52, + "flow": 0.95, + "inflow": 1.34, + "volume": 3.04, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 313.52, + "flow": 0.95, + "inflow": 1.34, + "volume": 3.04, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 0, + "flow": 0.95, + "inflow": 1.34, + "volume": 3.04, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 313.52, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.04, + "temperature": 13.8, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 313.52, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.04, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 313.52, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.04, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 313.52, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.04, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 313.52, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.04, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 0, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.04, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 313.52, + "flow": 0.95, + "inflow": 1.34, + "volume": 3.04, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 313.52, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.05, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 313.52, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.05, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 313.52, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.05, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 313.52, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.05, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 0, + "flow": 0.96, + "inflow": 1.34, + "volume": 3.05, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 313.53, + "flow": 0.96, + "inflow": 1.7, + "volume": 3.05, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 313.53, + "flow": 0.96, + "inflow": 1.7, + "volume": 3.05, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 313.53, + "flow": 0.96, + "temperature": 15, + "precipitation": 0, + "inflow": 1.7, + "volume": 3.05 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 313.53, + "flow": 0.96, + "inflow": 1.7, + "volume": 3.05, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 313.53, + "flow": 0.96, + "inflow": 1.7, + "volume": 3.05, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 0, + "flow": 0.95, + "inflow": 1.7, + "volume": 3.05, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 313.53, + "flow": 0.96, + "inflow": 1.7, + "volume": 3.05, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 313.53, + "flow": 0.96, + "inflow": 1.7, + "volume": 3.05, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 313.53, + "flow": 0.96, + "inflow": 1.7, + "volume": 3.05, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 313.53, + "flow": 0.96, + "inflow": 1.7, + "volume": 3.05, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 313.53, + "flow": 0.96, + "inflow": 1.7, + "volume": 3.05, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 0, + "flow": 0.96, + "inflow": 1.7, + "volume": 3.05, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 313.53, + "flow": 0.96, + "inflow": 1.7, + "volume": 3.05, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 313.53, + "flow": 0.97, + "inflow": 1.7, + "volume": 3.06, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 313.53, + "flow": 0.97, + "inflow": 1.7, + "volume": 3.06, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 313.53, + "flow": 0.97, + "inflow": 1.7, + "volume": 3.06, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 313.53, + "flow": 0.97, + "inflow": 1.7, + "volume": 3.06, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 0, + "flow": 0.99, + "inflow": 1.7, + "volume": 3.06, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 313.54, + "flow": 1, + "inflow": 1.7, + "volume": 3.06, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 313.54, + "flow": 1, + "inflow": 1.7, + "volume": 3.06, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 313.53, + "flow": 1, + "inflow": 1.7, + "volume": 3.06, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 313.53, + "flow": 0.99, + "inflow": 1.7, + "volume": 3.06, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 313.54, + "flow": 1.02, + "inflow": 1.7, + "volume": 3.06, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 0, + "flow": 1, + "inflow": 1.7, + "volume": 3.06, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 313.53, + "flow": 1, + "inflow": 1.7, + "volume": 3.06, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 313.53, + "flow": 1, + "inflow": 1.7, + "volume": 3.06, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 313.54, + "flow": 1, + "inflow": 1.7, + "volume": 3.06, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 313.53, + "flow": 1, + "inflow": 1.7, + "volume": 3.06, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 313.54, + "flow": 1.03, + "inflow": 1.7, + "volume": 3.06, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 0, + "flow": 1.03, + "inflow": 1.7, + "volume": 3.06, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 313.54, + "flow": 1.03, + "temperature": 19.7, + "precipitation": 0, + "inflow": 1.7, + "volume": 3.06 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 313.54, + "flow": 1.03, + "temperature": 19.7, + "precipitation": 0, + "inflow": 1.7, + "volume": 3.06 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 313.55, + "flow": 1.05, + "temperature": 19.7, + "precipitation": 0, + "inflow": 1.7, + "volume": 3.06 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 313.54, + "flow": 1.02, + "temperature": 19.7, + "precipitation": 0, + "inflow": 1.7, + "volume": 3.06 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 313.54, + "flow": 1, + "temperature": 19.7, + "precipitation": 0, + "inflow": 1.7, + "volume": 3.06 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 313.54, + "flow": 1, + "inflow": 1.7, + "volume": 3.07, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 0, + "flow": 1.01, + "inflow": 1.7, + "volume": 3.07, + "temperature": 21, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/RU_KRAS.json b/public/data/RU_KRAS.json new file mode 100644 index 0000000..ec53f9b --- /dev/null +++ b/public/data/RU_KRAS.json @@ -0,0 +1,13502 @@ +[ + { + "timestamp": "2026-06-02T23:20:00.000Z", + "level": 232.25, + "flow": 3229.5, + "inflow": 2982.2, + "volume": 64496.38, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-02T23:30:00.000Z", + "level": 232.25, + "flow": 3231.6, + "inflow": 2972.4, + "volume": 64496.22, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-02T23:40:00.000Z", + "level": 232.25, + "flow": 3231.3, + "inflow": 2962.4, + "volume": 64496.06, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-02T23:50:00.000Z", + "level": 232.25, + "flow": 3221.2, + "inflow": 2947.4, + "volume": 64495.9, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:00:00.000Z", + "level": 232.25, + "flow": 3013.3, + "inflow": 3066.2, + "volume": 64495.93, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:10:00.000Z", + "level": 232.25, + "flow": 2986.8, + "inflow": 3091.7, + "volume": 64495.99, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:20:00.000Z", + "level": 232.25, + "flow": 3014.1, + "inflow": 3050.2, + "volume": 64496.01, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:30:00.000Z", + "level": 232.25, + "flow": 3001.4, + "inflow": 3067.9, + "volume": 64496.05, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:40:00.000Z", + "level": 232.25, + "flow": 2987, + "inflow": 3075.6, + "volume": 64496.1, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:50:00.000Z", + "level": 232.25, + "flow": 2993.9, + "inflow": 3066.6, + "volume": 64496.14, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:00:00.000Z", + "level": 232.25, + "flow": 2769.1, + "inflow": 3147.8, + "volume": 64496.37, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:10:00.000Z", + "level": 232.25, + "flow": 2780, + "inflow": 3123.6, + "volume": 64496.58, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:20:00.000Z", + "level": 232.25, + "flow": 2766.7, + "inflow": 3135.1, + "volume": 64496.8, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:30:00.000Z", + "level": 232.25, + "flow": 2782.4, + "inflow": 3113.4, + "volume": 64497, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:40:00.000Z", + "level": 232.25, + "flow": 2788.5, + "inflow": 3153.5, + "volume": 64497.22, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:50:00.000Z", + "level": 232.25, + "flow": 2785.6, + "inflow": 3168.5, + "volume": 64497.45, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:00:00.000Z", + "level": 232.25, + "flow": 2598.3, + "inflow": 3196.2, + "volume": 64497.81, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:10:00.000Z", + "level": 232.25, + "flow": 2621.3, + "inflow": 3216, + "volume": 64498.17, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:20:00.000Z", + "level": 232.26, + "flow": 2604.2, + "inflow": 3229.3, + "volume": 64498.55, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:30:00.000Z", + "level": 232.26, + "flow": 2597.7, + "inflow": 3203.2, + "volume": 64498.91, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:40:00.000Z", + "level": 232.26, + "flow": 2616.1, + "inflow": 3201.4, + "volume": 64499.26, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:50:00.000Z", + "level": 232.26, + "flow": 2598.1, + "inflow": 3199.5, + "volume": 64499.62, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:00:00.000Z", + "level": 232.26, + "flow": 2553.3, + "inflow": 3267.2, + "volume": 64500.05, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:10:00.000Z", + "level": 232.26, + "flow": 2548.8, + "inflow": 3283.3, + "volume": 64500.49, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:20:00.000Z", + "level": 232.26, + "flow": 2544.3, + "inflow": 3260.2, + "volume": 64500.92, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:30:00.000Z", + "level": 232.26, + "flow": 2561.7, + "inflow": 3276.1, + "volume": 64501.35, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:40:00.000Z", + "level": 232.26, + "flow": 2556.9, + "inflow": 3303.8, + "volume": 64501.8, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:50:00.000Z", + "level": 232.26, + "flow": 2537.6, + "inflow": 3251.8, + "volume": 64502.23, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:00:00.000Z", + "level": 232.26, + "flow": 2619.4, + "inflow": 3304.2, + "volume": 64502.64, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:10:00.000Z", + "level": 232.26, + "flow": 2598.2, + "inflow": 3325.9, + "volume": 64503.08, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:20:00.000Z", + "level": 232.27, + "flow": 2602.6, + "inflow": 3292.4, + "volume": 64503.49, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:30:00.000Z", + "level": 232.27, + "flow": 2608.6, + "inflow": 3301.9, + "volume": 64503.91, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:40:00.000Z", + "level": 232.27, + "flow": 2613.4, + "inflow": 3341.2, + "volume": 64504.35, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:50:00.000Z", + "level": 232.27, + "flow": 2616.5, + "inflow": 3315.4, + "volume": 64504.77, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:00:00.000Z", + "level": 232.27, + "flow": 2761.2, + "inflow": 3377.4, + "volume": 64505.14, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:10:00.000Z", + "level": 232.27, + "flow": 2787.9, + "inflow": 3378, + "volume": 64505.49, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:20:00.000Z", + "level": 232.27, + "flow": 2761, + "inflow": 3324.1, + "volume": 64505.83, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:30:00.000Z", + "level": 232.27, + "flow": 2769.4, + "inflow": 3323.8, + "volume": 64506.16, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:40:00.000Z", + "level": 232.27, + "flow": 2770.4, + "inflow": 3337.4, + "volume": 64506.5, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:50:00.000Z", + "level": 232.27, + "flow": 2788.1, + "inflow": 3357.6, + "volume": 64506.84, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:00:00.000Z", + "level": 232.27, + "flow": 3006, + "inflow": 3335.7, + "volume": 64507.04, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:10:00.000Z", + "level": 232.27, + "flow": 3002.5, + "inflow": 3380.2, + "volume": 64507.27, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:20:00.000Z", + "level": 232.27, + "flow": 2997.4, + "inflow": 3390.4, + "volume": 64507.51, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:30:00.000Z", + "level": 232.27, + "flow": 2988.6, + "inflow": 3383.3, + "volume": 64507.75, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:40:00.000Z", + "level": 232.27, + "flow": 3009.5, + "inflow": 3352.8, + "volume": 64507.96, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:50:00.000Z", + "level": 232.28, + "flow": 2993.7, + "inflow": 3378.9, + "volume": 64508.19, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:00:00.000Z", + "level": 232.28, + "flow": 3237.5, + "inflow": 3353.5, + "volume": 64508.26, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:10:00.000Z", + "level": 232.28, + "flow": 3238.9, + "inflow": 3323.2, + "volume": 64508.31, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:20:00.000Z", + "level": 232.28, + "flow": 3224.2, + "inflow": 3342.3, + "volume": 64508.38, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:30:00.000Z", + "level": 232.28, + "flow": 3220.8, + "inflow": 3359.3, + "volume": 64508.46, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:40:00.000Z", + "level": 232.28, + "flow": 3232.5, + "inflow": 3375.6, + "volume": 64508.55, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:50:00.000Z", + "level": 232.28, + "flow": 3238.8, + "inflow": 3336.6, + "volume": 64508.61, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:00:00.000Z", + "level": 232.28, + "flow": 3391.5, + "inflow": 3305.5, + "volume": 64508.56, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:10:00.000Z", + "level": 232.28, + "flow": 3398.5, + "inflow": 3313, + "volume": 64508.51, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:20:00.000Z", + "level": 232.28, + "flow": 3377.9, + "inflow": 3351.6, + "volume": 64508.49, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:30:00.000Z", + "level": 232.28, + "flow": 3397.7, + "inflow": 3313.3, + "volume": 64508.44, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:40:00.000Z", + "level": 232.28, + "flow": 3391.7, + "inflow": 3314.7, + "volume": 64508.39, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:50:00.000Z", + "level": 232.28, + "flow": 3387.8, + "inflow": 3339.2, + "volume": 64508.36, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:00:00.000Z", + "level": 232.28, + "flow": 3443.4, + "inflow": 3288, + "volume": 64508.27, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:10:00.000Z", + "level": 232.28, + "flow": 3440.2, + "inflow": 3273.1, + "volume": 64508.17, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:20:00.000Z", + "level": 232.28, + "flow": 3445.6, + "inflow": 3258.3, + "volume": 64508.06, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:30:00.000Z", + "level": 232.27, + "flow": 3446.2, + "inflow": 3271.5, + "volume": 64507.96, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:40:00.000Z", + "level": 232.27, + "flow": 3464.4, + "inflow": 3274, + "volume": 64507.85, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:50:00.000Z", + "level": 232.27, + "flow": 3439.1, + "inflow": 3298.3, + "volume": 64507.77, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:00:00.000Z", + "level": 232.27, + "flow": 3393.3, + "inflow": 3226.7, + "volume": 64507.67, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:10:00.000Z", + "level": 232.27, + "flow": 3387.7, + "inflow": 3186.6, + "volume": 64507.55, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:20:00.000Z", + "level": 232.27, + "flow": 3389.9, + "inflow": 3218.7, + "volume": 64507.45, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:30:00.000Z", + "level": 232.27, + "flow": 3398.1, + "inflow": 3199.7, + "volume": 64507.33, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:40:00.000Z", + "level": 232.27, + "flow": 3375.9, + "inflow": 3236.2, + "volume": 64507.25, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:50:00.000Z", + "level": 232.27, + "flow": 3403.1, + "inflow": 3183.4, + "volume": 64507.12, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:00:00.000Z", + "level": 232.27, + "flow": 3229.4, + "inflow": 3150, + "volume": 64507.07, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:10:00.000Z", + "level": 232.27, + "flow": 3228.1, + "inflow": 3125.4, + "volume": 64507.01, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:20:00.000Z", + "level": 232.27, + "flow": 3214.2, + "inflow": 3112.6, + "volume": 64506.95, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:30:00.000Z", + "level": 232.27, + "flow": 3232.6, + "inflow": 3116.2, + "volume": 64506.88, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:40:00.000Z", + "level": 232.27, + "flow": 3211.4, + "inflow": 3147.9, + "volume": 64506.84, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:50:00.000Z", + "level": 232.27, + "flow": 3210, + "inflow": 3122.8, + "volume": 64506.79, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:00:00.000Z", + "level": 232.27, + "flow": 2990.4, + "inflow": 3076.7, + "volume": 64506.84, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:10:00.000Z", + "level": 232.27, + "flow": 2993.3, + "inflow": 3068.8, + "volume": 64506.89, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:20:00.000Z", + "level": 232.27, + "flow": 2991.6, + "inflow": 3082.6, + "volume": 64506.94, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:30:00.000Z", + "level": 232.27, + "flow": 3008.6, + "inflow": 3069.6, + "volume": 64506.98, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:40:00.000Z", + "level": 232.27, + "flow": 3006.2, + "inflow": 3043, + "volume": 64507, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:50:00.000Z", + "level": 232.27, + "flow": 3002.8, + "inflow": 3091.4, + "volume": 64507.05, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:00:00.000Z", + "level": 232.27, + "flow": 2783.8, + "inflow": 2983.6, + "volume": 64507.17, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:10:00.000Z", + "level": 232.27, + "flow": 2777.4, + "inflow": 3011.8, + "volume": 64507.31, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:20:00.000Z", + "level": 232.27, + "flow": 2775.4, + "inflow": 2977.8, + "volume": 64507.43, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:30:00.000Z", + "level": 232.27, + "flow": 2770.6, + "inflow": 3010.5, + "volume": 64507.57, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:40:00.000Z", + "level": 232.27, + "flow": 2771.1, + "inflow": 2981.4, + "volume": 64507.7, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:50:00.000Z", + "level": 232.27, + "flow": 2760.9, + "inflow": 2993.2, + "volume": 64507.84, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:00:00.000Z", + "level": 232.28, + "flow": 2613.1, + "inflow": 2913.9, + "volume": 64508.02, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:10:00.000Z", + "level": 232.28, + "flow": 2602.4, + "inflow": 2924.1, + "volume": 64508.21, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:20:00.000Z", + "level": 232.28, + "flow": 2602.7, + "inflow": 2939.6, + "volume": 64508.41, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:30:00.000Z", + "level": 232.28, + "flow": 2602.7, + "inflow": 2935.7, + "volume": 64508.61, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:40:00.000Z", + "level": 232.28, + "flow": 2609.6, + "inflow": 2926.3, + "volume": 64508.8, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:50:00.000Z", + "level": 232.28, + "flow": 2611.3, + "inflow": 2884.2, + "volume": 64508.96, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:00:00.000Z", + "level": 232.28, + "flow": 2540.8, + "inflow": 2843.2, + "volume": 64509.14, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:10:00.000Z", + "level": 232.28, + "flow": 2555, + "inflow": 2824.6, + "volume": 64509.3, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:20:00.000Z", + "level": 232.28, + "flow": 2537.7, + "inflow": 2833.7, + "volume": 64509.48, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:30:00.000Z", + "level": 232.28, + "flow": 2560.5, + "inflow": 2852.6, + "volume": 64509.66, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:40:00.000Z", + "level": 232.28, + "flow": 2537.2, + "inflow": 2860.7, + "volume": 64509.85, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:50:00.000Z", + "level": 232.28, + "flow": 2545.1, + "inflow": 2850.7, + "volume": 64510.03, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:00:00.000Z", + "level": 232.28, + "flow": 2622.6, + "inflow": 2803.4, + "volume": 64510.14, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:10:00.000Z", + "level": 232.28, + "flow": 2620, + "inflow": 2778.6, + "volume": 64510.24, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:20:00.000Z", + "level": 232.28, + "flow": 2597.7, + "inflow": 2808.1, + "volume": 64510.37, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:30:00.000Z", + "level": 232.28, + "flow": 2614.4, + "inflow": 2791.1, + "volume": 64510.48, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:40:00.000Z", + "level": 232.28, + "flow": 2599.6, + "inflow": 2823.1, + "volume": 64510.61, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:50:00.000Z", + "level": 232.28, + "flow": 2597.2, + "inflow": 2788, + "volume": 64510.72, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:00:00.000Z", + "level": 232.28, + "flow": 2787.1, + "inflow": 2802.3, + "volume": 64510.73, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:10:00.000Z", + "level": 232.28, + "flow": 2775.3, + "inflow": 2785.4, + "volume": 64510.74, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:20:00.000Z", + "level": 232.28, + "flow": 2786.7, + "inflow": 2743.6, + "volume": 64510.71, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:30:00.000Z", + "level": 232.28, + "flow": 2787.9, + "inflow": 2800.6, + "volume": 64510.72, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:40:00.000Z", + "level": 232.28, + "flow": 2771.4, + "inflow": 2793, + "volume": 64510.73, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:50:00.000Z", + "level": 232.28, + "flow": 2770.6, + "inflow": 2753.4, + "volume": 64510.72, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:00:00.000Z", + "level": 232.28, + "flow": 3006.4, + "inflow": 2732.7, + "volume": 64510.56, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:10:00.000Z", + "level": 232.28, + "flow": 3006.1, + "inflow": 2785.8, + "volume": 64510.43, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:20:00.000Z", + "level": 232.28, + "flow": 2996.5, + "inflow": 2779.1, + "volume": 64510.3, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:30:00.000Z", + "level": 232.28, + "flow": 2992.2, + "inflow": 2761.5, + "volume": 64510.16, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:40:00.000Z", + "level": 232.28, + "flow": 3006.1, + "inflow": 2777.2, + "volume": 64510.02, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:50:00.000Z", + "level": 232.28, + "flow": 2988.8, + "inflow": 2767.7, + "volume": 64509.89, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:00:00.000Z", + "level": 232.28, + "flow": 3215.8, + "inflow": 2797.5, + "volume": 64509.64, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:10:00.000Z", + "level": 232.28, + "flow": 3238.7, + "inflow": 2797.3, + "volume": 64509.38, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:20:00.000Z", + "level": 232.28, + "flow": 3240, + "inflow": 2786.3, + "volume": 64509.11, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:30:00.000Z", + "level": 232.28, + "flow": 3228, + "inflow": 2746.9, + "volume": 64508.82, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:40:00.000Z", + "level": 232.28, + "flow": 3216.9, + "inflow": 2786.9, + "volume": 64508.56, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:50:00.000Z", + "level": 232.28, + "flow": 3216.8, + "inflow": 2756.9, + "volume": 64508.28, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:00:00.000Z", + "level": 232.27, + "flow": 3380.6, + "inflow": 2791.5, + "volume": 64507.93, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:10:00.000Z", + "level": 232.27, + "flow": 3397.8, + "inflow": 2786.7, + "volume": 64507.56, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:20:00.000Z", + "level": 232.27, + "flow": 3386.1, + "inflow": 2813.8, + "volume": 64507.22, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:30:00.000Z", + "level": 232.27, + "flow": 3399.7, + "inflow": 2789.3, + "volume": 64506.85, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:40:00.000Z", + "level": 232.27, + "flow": 3402.9, + "inflow": 2825.9, + "volume": 64506.5, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:50:00.000Z", + "level": 232.27, + "flow": 3402.1, + "inflow": 2808.7, + "volume": 64506.14, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:00:00.000Z", + "level": 232.27, + "flow": 3447.3, + "inflow": 2848.6, + "volume": 64505.78, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:10:00.000Z", + "level": 232.27, + "flow": 3436.6, + "inflow": 2827.8, + "volume": 64505.41, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:20:00.000Z", + "level": 232.27, + "flow": 3455.2, + "inflow": 2843.9, + "volume": 64505.04, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:30:00.000Z", + "level": 232.27, + "flow": 3462.5, + "inflow": 2836.8, + "volume": 64504.66, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:40:00.000Z", + "level": 232.27, + "flow": 3463, + "inflow": 2862, + "volume": 64504.3, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:50:00.000Z", + "level": 232.27, + "flow": 3438.8, + "inflow": 2842.7, + "volume": 64503.94, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:00:00.000Z", + "level": 232.27, + "flow": 3384.5, + "inflow": 2930.8, + "volume": 64503.67, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:10:00.000Z", + "level": 232.27, + "flow": 3404, + "inflow": 2903.8, + "volume": 64503.37, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:20:00.000Z", + "level": 232.26, + "flow": 3395.9, + "inflow": 2921.2, + "volume": 64503.09, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:30:00.000Z", + "level": 232.26, + "flow": 3399.6, + "inflow": 2927.8, + "volume": 64502.81, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:40:00.000Z", + "level": 232.26, + "flow": 3380.1, + "inflow": 2931.3, + "volume": 64502.54, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:50:00.000Z", + "level": 232.26, + "flow": 3383.7, + "inflow": 2900.7, + "volume": 64502.25, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:00:00.000Z", + "level": 232.26, + "flow": 3225.6, + "inflow": 2989.3, + "volume": 64502.11, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:10:00.000Z", + "level": 232.26, + "flow": 3213.9, + "inflow": 2961.5, + "volume": 64501.96, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:20:00.000Z", + "level": 232.26, + "flow": 3222.6, + "inflow": 3007.4, + "volume": 64501.83, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:30:00.000Z", + "level": 232.26, + "flow": 3215.5, + "inflow": 2979, + "volume": 64501.69, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:40:00.000Z", + "level": 232.26, + "flow": 3236.2, + "inflow": 2983.4, + "volume": 64501.54, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:50:00.000Z", + "level": 232.26, + "flow": 3226.2, + "inflow": 2999.1, + "volume": 64501.4, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:00:00.000Z", + "level": 232.26, + "flow": 2989.2, + "inflow": 3097.1, + "volume": 64501.46, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:10:00.000Z", + "level": 232.26, + "flow": 3013.9, + "inflow": 3094.3, + "volume": 64501.51, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:20:00.000Z", + "level": 232.26, + "flow": 3010.2, + "inflow": 3104.8, + "volume": 64501.57, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:30:00.000Z", + "level": 232.26, + "flow": 3004.4, + "inflow": 3105.3, + "volume": 64501.63, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:40:00.000Z", + "level": 232.26, + "flow": 3009.4, + "inflow": 3107.7, + "volume": 64501.69, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:50:00.000Z", + "level": 232.26, + "flow": 3009.1, + "inflow": 3058.2, + "volume": 64501.72, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:00:00.000Z", + "level": 232.26, + "flow": 2768.1, + "inflow": 3170.6, + "volume": 64501.96, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:10:00.000Z", + "level": 232.26, + "flow": 2782.8, + "inflow": 3165.1, + "volume": 64502.19, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:20:00.000Z", + "level": 232.26, + "flow": 2769.6, + "inflow": 3151, + "volume": 64502.42, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:30:00.000Z", + "level": 232.26, + "flow": 2782.1, + "inflow": 3165.3, + "volume": 64502.65, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:40:00.000Z", + "level": 232.26, + "flow": 2789.7, + "inflow": 3179.1, + "volume": 64502.88, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:50:00.000Z", + "level": 232.26, + "flow": 2786.4, + "inflow": 3139.2, + "volume": 64503.09, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:00:00.000Z", + "level": 232.27, + "flow": 2602.7, + "inflow": 3252.5, + "volume": 64503.48, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:10:00.000Z", + "level": 232.27, + "flow": 2595.4, + "inflow": 3205, + "volume": 64503.85, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:20:00.000Z", + "level": 232.27, + "flow": 2622, + "inflow": 3259.1, + "volume": 64504.23, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:30:00.000Z", + "level": 232.27, + "flow": 2601, + "inflow": 3211.3, + "volume": 64504.6, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:40:00.000Z", + "level": 232.27, + "flow": 2607.7, + "inflow": 3257.8, + "volume": 64504.99, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:50:00.000Z", + "level": 232.27, + "flow": 2601.6, + "inflow": 3225.5, + "volume": 64505.36, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:00:00.000Z", + "level": 232.27, + "flow": 2549.1, + "inflow": 3310.2, + "volume": 64505.82, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:10:00.000Z", + "level": 232.27, + "flow": 2561.3, + "inflow": 3302.6, + "volume": 64506.26, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:20:00.000Z", + "level": 232.27, + "flow": 2558.7, + "inflow": 3289.8, + "volume": 64506.7, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:30:00.000Z", + "level": 232.27, + "flow": 2542.6, + "inflow": 3306, + "volume": 64507.16, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:40:00.000Z", + "level": 232.27, + "flow": 2555.7, + "inflow": 3288.5, + "volume": 64507.6, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:50:00.000Z", + "level": 232.28, + "flow": 2552.6, + "inflow": 3288.2, + "volume": 64508.04, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:00:00.000Z", + "level": 232.28, + "flow": 2604.9, + "inflow": 3356.8, + "volume": 64508.49, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:10:00.000Z", + "level": 232.28, + "flow": 2613.5, + "inflow": 3365.4, + "volume": 64508.94, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:20:00.000Z", + "level": 232.28, + "flow": 2619.7, + "inflow": 3324.1, + "volume": 64509.36, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:30:00.000Z", + "level": 232.28, + "flow": 2602.1, + "inflow": 3336.1, + "volume": 64509.8, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:40:00.000Z", + "level": 232.28, + "flow": 2601.3, + "inflow": 3328.7, + "volume": 64510.24, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:50:00.000Z", + "level": 232.28, + "flow": 2623.6, + "inflow": 3338.6, + "volume": 64510.67, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:00:00.000Z", + "level": 232.28, + "flow": 2780.6, + "inflow": 3370.4, + "volume": 64511.02, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:10:00.000Z", + "level": 232.28, + "flow": 2785.3, + "inflow": 3354.3, + "volume": 64511.36, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:20:00.000Z", + "level": 232.28, + "flow": 2762.9, + "inflow": 3375.2, + "volume": 64511.73, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:30:00.000Z", + "level": 232.28, + "flow": 2786.5, + "inflow": 3369.8, + "volume": 64512.08, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:40:00.000Z", + "level": 232.28, + "flow": 2783.5, + "inflow": 3378.2, + "volume": 64512.44, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:50:00.000Z", + "level": 232.29, + "flow": 2773.8, + "inflow": 3398.3, + "volume": 64512.81, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:00:00.000Z", + "level": 232.29, + "flow": 2996.7, + "inflow": 3372.8, + "volume": 64513.04, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:10:00.000Z", + "level": 232.29, + "flow": 3001.4, + "inflow": 3403.5, + "volume": 64513.28, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:20:00.000Z", + "level": 232.29, + "flow": 2992.3, + "inflow": 3395.5, + "volume": 64513.52, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:30:00.000Z", + "level": 232.29, + "flow": 3000.9, + "inflow": 3363.5, + "volume": 64513.74, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:40:00.000Z", + "level": 232.29, + "flow": 2997.9, + "inflow": 3404.9, + "volume": 64513.98, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:50:00.000Z", + "level": 232.29, + "flow": 2987.7, + "inflow": 3391, + "volume": 64514.22, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:00:00.000Z", + "level": 232.29, + "flow": 3219, + "inflow": 3344, + "volume": 64514.3, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:10:00.000Z", + "level": 232.29, + "flow": 3218.4, + "inflow": 3369.1, + "volume": 64514.39, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:20:00.000Z", + "level": 232.29, + "flow": 3236.9, + "inflow": 3376.7, + "volume": 64514.47, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:30:00.000Z", + "level": 232.29, + "flow": 3211.4, + "inflow": 3351.6, + "volume": 64514.55, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:40:00.000Z", + "level": 232.29, + "flow": 3215.2, + "inflow": 3385.5, + "volume": 64514.65, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:50:00.000Z", + "level": 232.29, + "flow": 3228.2, + "inflow": 3366.7, + "volume": 64514.73, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:00:00.000Z", + "level": 232.29, + "flow": 3385.9, + "inflow": 3312.6, + "volume": 64514.69, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:10:00.000Z", + "level": 232.29, + "flow": 3391.4, + "inflow": 3313.3, + "volume": 64514.64, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:20:00.000Z", + "level": 232.29, + "flow": 3398.2, + "inflow": 3361.5, + "volume": 64514.62, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:30:00.000Z", + "level": 232.29, + "flow": 3383, + "inflow": 3352.7, + "volume": 64514.6, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:40:00.000Z", + "level": 232.29, + "flow": 3391, + "inflow": 3357.7, + "volume": 64514.58, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:50:00.000Z", + "level": 232.29, + "flow": 3403.8, + "inflow": 3316.5, + "volume": 64514.53, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:00:00.000Z", + "level": 232.29, + "flow": 3448.2, + "inflow": 3292.8, + "volume": 64514.44, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:10:00.000Z", + "level": 232.29, + "flow": 3447, + "inflow": 3291.6, + "volume": 64514.35, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:20:00.000Z", + "level": 232.29, + "flow": 3448, + "inflow": 3282.7, + "volume": 64514.25, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:30:00.000Z", + "level": 232.29, + "flow": 3445.1, + "inflow": 3270.2, + "volume": 64514.15, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:40:00.000Z", + "level": 232.29, + "flow": 3454.8, + "inflow": 3284.7, + "volume": 64514.05, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:50:00.000Z", + "level": 232.29, + "flow": 3454.3, + "inflow": 3310.9, + "volume": 64513.96, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:00:00.000Z", + "level": 232.29, + "flow": 3379.4, + "inflow": 3221.5, + "volume": 64513.87, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:10:00.000Z", + "level": 232.29, + "flow": 3402, + "inflow": 3251.6, + "volume": 64513.78, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:20:00.000Z", + "level": 232.29, + "flow": 3377.9, + "inflow": 3252.2, + "volume": 64513.7, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:30:00.000Z", + "level": 232.29, + "flow": 3389.6, + "inflow": 3202.8, + "volume": 64513.59, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:40:00.000Z", + "level": 232.29, + "flow": 3376.6, + "inflow": 3201.8, + "volume": 64513.49, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:50:00.000Z", + "level": 232.29, + "flow": 3379, + "inflow": 3222.8, + "volume": 64513.4, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:00:00.000Z", + "level": 232.29, + "flow": 3223.3, + "inflow": 3134.3, + "volume": 64513.35, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:10:00.000Z", + "level": 232.29, + "flow": 3215.6, + "inflow": 3186.5, + "volume": 64513.33, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:20:00.000Z", + "level": 232.29, + "flow": 3227.2, + "inflow": 3132.1, + "volume": 64513.27, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:30:00.000Z", + "level": 232.29, + "flow": 3222.7, + "inflow": 3169.3, + "volume": 64513.24, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:40:00.000Z", + "level": 232.29, + "flow": 3220.8, + "inflow": 3148.6, + "volume": 64513.2, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:50:00.000Z", + "level": 232.29, + "flow": 3219.5, + "inflow": 3169.4, + "volume": 64513.17, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:00:00.000Z", + "level": 232.29, + "flow": 2985.2, + "inflow": 3098.8, + "volume": 64513.24, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:10:00.000Z", + "level": 232.29, + "flow": 2987.9, + "inflow": 3083.8, + "volume": 64513.3, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:20:00.000Z", + "level": 232.29, + "flow": 3014.2, + "inflow": 3056.6, + "volume": 64513.33, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:30:00.000Z", + "level": 232.29, + "flow": 3002.7, + "inflow": 3103.5, + "volume": 64513.39, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:40:00.000Z", + "level": 232.29, + "flow": 2994.3, + "inflow": 3066.3, + "volume": 64513.43, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:50:00.000Z", + "level": 232.29, + "flow": 2995.4, + "inflow": 3078.4, + "volume": 64513.48, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:00:00.000Z", + "level": 232.29, + "flow": 2780.5, + "inflow": 2990.1, + "volume": 64513.61, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:10:00.000Z", + "level": 232.29, + "flow": 2784, + "inflow": 3000.3, + "volume": 64513.74, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:20:00.000Z", + "level": 232.29, + "flow": 2770.1, + "inflow": 2974.2, + "volume": 64513.86, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:30:00.000Z", + "level": 232.29, + "flow": 2763.8, + "inflow": 2991.2, + "volume": 64514, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:40:00.000Z", + "level": 232.29, + "flow": 2767.7, + "inflow": 3027, + "volume": 64514.16, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:50:00.000Z", + "level": 232.29, + "flow": 2769, + "inflow": 3021, + "volume": 64514.31, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:00:00.000Z", + "level": 232.29, + "flow": 2609.4, + "inflow": 2908.5, + "volume": 64514.49, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:10:00.000Z", + "level": 232.29, + "flow": 2613.9, + "inflow": 2927.3, + "volume": 64514.68, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:20:00.000Z", + "level": 232.29, + "flow": 2623.2, + "inflow": 2916.8, + "volume": 64514.86, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:30:00.000Z", + "level": 232.29, + "flow": 2609.6, + "inflow": 2953.9, + "volume": 64515.07, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:40:00.000Z", + "level": 232.29, + "flow": 2614.7, + "inflow": 2909.2, + "volume": 64515.25, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:50:00.000Z", + "level": 232.29, + "flow": 2624.9, + "inflow": 2927.5, + "volume": 64515.43, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:00:00.000Z", + "level": 232.29, + "flow": 2556.4, + "inflow": 2839.8, + "volume": 64515.6, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:10:00.000Z", + "level": 232.29, + "flow": 2561, + "inflow": 2858.1, + "volume": 64515.78, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:20:00.000Z", + "level": 232.29, + "flow": 2549.6, + "inflow": 2881.5, + "volume": 64515.98, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:30:00.000Z", + "level": 232.29, + "flow": 2541, + "inflow": 2897.2, + "volume": 64516.19, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:40:00.000Z", + "level": 232.29, + "flow": 2561.8, + "inflow": 2860.3, + "volume": 64516.37, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:50:00.000Z", + "level": 232.29, + "flow": 2549.9, + "inflow": 2849.4, + "volume": 64516.55, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:00:00.000Z", + "level": 232.29, + "flow": 2621.2, + "inflow": 2840.9, + "volume": 64516.68, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:10:00.000Z", + "level": 232.29, + "flow": 2610.3, + "inflow": 2818.1, + "volume": 64516.8, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:20:00.000Z", + "level": 232.29, + "flow": 2617.1, + "inflow": 2830.7, + "volume": 64516.93, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:30:00.000Z", + "level": 232.29, + "flow": 2601.6, + "inflow": 2807.3, + "volume": 64517.05, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:40:00.000Z", + "level": 232.29, + "flow": 2600, + "inflow": 2794.7, + "volume": 64517.17, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:50:00.000Z", + "level": 232.29, + "flow": 2622.7, + "inflow": 2808.2, + "volume": 64517.28, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:00:00.000Z", + "level": 232.29, + "flow": 2765, + "inflow": 2787, + "volume": 64517.29, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:10:00.000Z", + "level": 232.29, + "flow": 2765.9, + "inflow": 2761.5, + "volume": 64517.29, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:20:00.000Z", + "level": 232.29, + "flow": 2768.3, + "inflow": 2810.4, + "volume": 64517.32, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:30:00.000Z", + "level": 232.29, + "flow": 2761.8, + "inflow": 2814.5, + "volume": 64517.35, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:40:00.000Z", + "level": 232.29, + "flow": 2765.5, + "inflow": 2818.3, + "volume": 64517.38, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:50:00.000Z", + "level": 232.29, + "flow": 2767.8, + "inflow": 2810.2, + "volume": 64517.41, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:00:00.000Z", + "level": 232.29, + "flow": 2998, + "inflow": 2786.4, + "volume": 64517.28, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:10:00.000Z", + "level": 232.29, + "flow": 2993.5, + "inflow": 2793.3, + "volume": 64517.16, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:20:00.000Z", + "level": 232.29, + "flow": 3007.4, + "inflow": 2798.5, + "volume": 64517.03, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:30:00.000Z", + "level": 232.29, + "flow": 2999.5, + "inflow": 2770.4, + "volume": 64516.89, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:40:00.000Z", + "level": 232.29, + "flow": 3005.4, + "inflow": 2782.9, + "volume": 64516.76, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:50:00.000Z", + "level": 232.29, + "flow": 3009.9, + "inflow": 2774.5, + "volume": 64516.62, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:00:00.000Z", + "level": 232.29, + "flow": 3220.4, + "inflow": 2763, + "volume": 64516.35, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:10:00.000Z", + "level": 232.29, + "flow": 3211.7, + "inflow": 2783.8, + "volume": 64516.09, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:20:00.000Z", + "level": 232.29, + "flow": 3222.3, + "inflow": 2772.4, + "volume": 64515.82, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:30:00.000Z", + "level": 232.29, + "flow": 3214.5, + "inflow": 2797.3, + "volume": 64515.57, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:40:00.000Z", + "level": 232.29, + "flow": 3216.3, + "inflow": 2811.6, + "volume": 64515.33, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:50:00.000Z", + "level": 232.29, + "flow": 3219.6, + "inflow": 2814.5, + "volume": 64515.09, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:00:00.000Z", + "level": 232.29, + "flow": 3397.7, + "inflow": 2828.5, + "volume": 64514.75, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:10:00.000Z", + "level": 232.29, + "flow": 3389.6, + "inflow": 2822.2, + "volume": 64514.41, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:20:00.000Z", + "level": 232.29, + "flow": 3402.4, + "inflow": 2817.8, + "volume": 64514.06, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:30:00.000Z", + "level": 232.29, + "flow": 3391.7, + "inflow": 2825.6, + "volume": 64513.72, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:40:00.000Z", + "level": 232.29, + "flow": 3403.1, + "inflow": 2851.1, + "volume": 64513.39, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:50:00.000Z", + "level": 232.29, + "flow": 3385.5, + "inflow": 2822.6, + "volume": 64513.05, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:00:00.000Z", + "level": 232.28, + "flow": 3457.4, + "inflow": 2878.7, + "volume": 64512.7, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:10:00.000Z", + "level": 232.28, + "flow": 3454.3, + "inflow": 2867.3, + "volume": 64512.35, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:20:00.000Z", + "level": 232.28, + "flow": 3448.3, + "inflow": 2876.2, + "volume": 64512.01, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:30:00.000Z", + "level": 232.28, + "flow": 3451.4, + "inflow": 2864.5, + "volume": 64511.66, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:40:00.000Z", + "level": 232.28, + "flow": 3463.9, + "inflow": 2850.3, + "volume": 64511.29, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:50:00.000Z", + "level": 232.28, + "flow": 3445.8, + "inflow": 2859.4, + "volume": 64510.94, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:00:00.000Z", + "level": 232.28, + "flow": 3375, + "inflow": 2942, + "volume": 64510.68, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:10:00.000Z", + "level": 232.28, + "flow": 3383.7, + "inflow": 2923.6, + "volume": 64510.4, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:20:00.000Z", + "level": 232.28, + "flow": 3377.1, + "inflow": 2935.9, + "volume": 64510.14, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:30:00.000Z", + "level": 232.28, + "flow": 3391.1, + "inflow": 2934.8, + "volume": 64509.87, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:40:00.000Z", + "level": 232.28, + "flow": 3377, + "inflow": 2935.1, + "volume": 64509.6, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:50:00.000Z", + "level": 232.28, + "flow": 3385.4, + "inflow": 2934.3, + "volume": 64509.33, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:00:00.000Z", + "level": 232.28, + "flow": 3222.9, + "inflow": 2989.6, + "volume": 64509.19, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:10:00.000Z", + "level": 232.28, + "flow": 3227.7, + "inflow": 2991.5, + "volume": 64509.05, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:20:00.000Z", + "level": 232.28, + "flow": 3226.8, + "inflow": 2989.1, + "volume": 64508.91, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:30:00.000Z", + "level": 232.28, + "flow": 3229.2, + "inflow": 3001.4, + "volume": 64508.77, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:40:00.000Z", + "level": 232.28, + "flow": 3216.2, + "inflow": 2984.8, + "volume": 64508.63, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:50:00.000Z", + "level": 232.28, + "flow": 3212.1, + "inflow": 2996.6, + "volume": 64508.5, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:00:00.000Z", + "level": 232.28, + "flow": 3014.6, + "inflow": 3102.2, + "volume": 64508.55, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:10:00.000Z", + "level": 232.28, + "flow": 2993.5, + "inflow": 3069.6, + "volume": 64508.6, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:20:00.000Z", + "level": 232.28, + "flow": 3003.7, + "inflow": 3073.8, + "volume": 64508.64, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:30:00.000Z", + "level": 232.28, + "flow": 3013.8, + "inflow": 3101.2, + "volume": 64508.69, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:40:00.000Z", + "level": 232.28, + "flow": 3013.2, + "inflow": 3113, + "volume": 64508.75, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:50:00.000Z", + "level": 232.28, + "flow": 3007.2, + "inflow": 3072.5, + "volume": 64508.79, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:00:00.000Z", + "level": 232.28, + "flow": 2768.1, + "inflow": 3179.4, + "volume": 64509.04, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:10:00.000Z", + "level": 232.28, + "flow": 2773, + "inflow": 3156.4, + "volume": 64509.27, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:20:00.000Z", + "level": 232.28, + "flow": 2764.7, + "inflow": 3199.3, + "volume": 64509.53, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:30:00.000Z", + "level": 232.28, + "flow": 2762.6, + "inflow": 3192.3, + "volume": 64509.79, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:40:00.000Z", + "level": 232.28, + "flow": 2789.5, + "inflow": 3170.3, + "volume": 64510.02, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:50:00.000Z", + "level": 232.28, + "flow": 2778.2, + "inflow": 3182.5, + "volume": 64510.26, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:00:00.000Z", + "level": 232.28, + "flow": 2599.9, + "inflow": 3249.8, + "volume": 64510.65, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:10:00.000Z", + "level": 232.28, + "flow": 2619.1, + "inflow": 3223, + "volume": 64511.01, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:20:00.000Z", + "level": 232.28, + "flow": 2609.7, + "inflow": 3221.5, + "volume": 64511.38, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:30:00.000Z", + "level": 232.28, + "flow": 2621.1, + "inflow": 3273, + "volume": 64511.77, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:40:00.000Z", + "level": 232.28, + "flow": 2621.7, + "inflow": 3245.9, + "volume": 64512.14, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:50:00.000Z", + "level": 232.28, + "flow": 2618.3, + "inflow": 3242.8, + "volume": 64512.51, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:00:00.000Z", + "level": 232.29, + "flow": 2537.8, + "inflow": 3330.6, + "volume": 64512.99, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:10:00.000Z", + "level": 232.29, + "flow": 2547.4, + "inflow": 3305.1, + "volume": 64513.44, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:20:00.000Z", + "level": 232.29, + "flow": 2552.6, + "inflow": 3316.2, + "volume": 64513.9, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:30:00.000Z", + "level": 232.29, + "flow": 2542.5, + "inflow": 3285.5, + "volume": 64514.35, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:40:00.000Z", + "level": 232.29, + "flow": 2541, + "inflow": 3284.8, + "volume": 64514.8, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:50:00.000Z", + "level": 232.29, + "flow": 2551.8, + "inflow": 3285.6, + "volume": 64515.24, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:00:00.000Z", + "level": 232.29, + "flow": 2599.4, + "inflow": 3384, + "volume": 64515.71, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:10:00.000Z", + "level": 232.29, + "flow": 2613.6, + "inflow": 3351.3, + "volume": 64516.15, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:20:00.000Z", + "level": 232.29, + "flow": 2620, + "inflow": 3345.7, + "volume": 64516.59, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:30:00.000Z", + "level": 232.29, + "flow": 2617.7, + "inflow": 3346.1, + "volume": 64517.03, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:40:00.000Z", + "level": 232.29, + "flow": 2597.6, + "inflow": 3355.2, + "volume": 64517.48, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:50:00.000Z", + "level": 232.3, + "flow": 2601.1, + "inflow": 3355.6, + "volume": 64517.93, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:00:00.000Z", + "level": 232.3, + "flow": 2775.4, + "inflow": 3412.7, + "volume": 64518.31, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:10:00.000Z", + "level": 232.3, + "flow": 2761.8, + "inflow": 3361.2, + "volume": 64518.67, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:20:00.000Z", + "level": 232.3, + "flow": 2787.1, + "inflow": 3387.2, + "volume": 64519.03, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:30:00.000Z", + "level": 232.3, + "flow": 2776.1, + "inflow": 3413.6, + "volume": 64519.41, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:40:00.000Z", + "level": 232.3, + "flow": 2782.6, + "inflow": 3409.4, + "volume": 64519.79, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:50:00.000Z", + "level": 232.3, + "flow": 2784.6, + "inflow": 3384.7, + "volume": 64520.15, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:00:00.000Z", + "level": 232.3, + "flow": 2999.3, + "inflow": 3420.2, + "volume": 64520.4, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:10:00.000Z", + "level": 232.3, + "flow": 3013, + "inflow": 3375.9, + "volume": 64520.62, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:20:00.000Z", + "level": 232.3, + "flow": 3013.8, + "inflow": 3413.3, + "volume": 64520.86, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:30:00.000Z", + "level": 232.3, + "flow": 2993, + "inflow": 3420.7, + "volume": 64521.12, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:40:00.000Z", + "level": 232.3, + "flow": 2995.1, + "inflow": 3373.9, + "volume": 64521.35, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:50:00.000Z", + "level": 232.3, + "flow": 2999.3, + "inflow": 3421, + "volume": 64521.6, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:00:00.000Z", + "level": 232.3, + "flow": 3232.9, + "inflow": 3408.5, + "volume": 64521.71, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:10:00.000Z", + "level": 232.3, + "flow": 3228.7, + "inflow": 3397.2, + "volume": 64521.81, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:20:00.000Z", + "level": 232.3, + "flow": 3229.8, + "inflow": 3373.3, + "volume": 64521.9, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:30:00.000Z", + "level": 232.3, + "flow": 3232.3, + "inflow": 3369.1, + "volume": 64521.98, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:40:00.000Z", + "level": 232.3, + "flow": 3226.6, + "inflow": 3367.9, + "volume": 64522.06, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:50:00.000Z", + "level": 232.3, + "flow": 3214.3, + "inflow": 3411, + "volume": 64522.18, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:00:00.000Z", + "level": 232.3, + "flow": 3383.1, + "inflow": 3383.5, + "volume": 64522.18, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:10:00.000Z", + "level": 232.3, + "flow": 3379, + "inflow": 3373.9, + "volume": 64522.18, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:20:00.000Z", + "level": 232.3, + "flow": 3380.9, + "inflow": 3357.1, + "volume": 64522.17, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:30:00.000Z", + "level": 232.3, + "flow": 3389.6, + "inflow": 3340.6, + "volume": 64522.14, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:40:00.000Z", + "level": 232.3, + "flow": 3396.6, + "inflow": 3374, + "volume": 64522.13, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:50:00.000Z", + "level": 232.3, + "flow": 3386.3, + "inflow": 3353.6, + "volume": 64522.11, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:00:00.000Z", + "level": 232.3, + "flow": 3458.2, + "inflow": 3328.8, + "volume": 64522.03, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:10:00.000Z", + "level": 232.3, + "flow": 3457.3, + "inflow": 3300, + "volume": 64521.94, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:20:00.000Z", + "level": 232.3, + "flow": 3456.2, + "inflow": 3322.1, + "volume": 64521.86, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:30:00.000Z", + "level": 232.3, + "flow": 3453.1, + "inflow": 3298, + "volume": 64521.77, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:40:00.000Z", + "level": 232.3, + "flow": 3464.8, + "inflow": 3291.5, + "volume": 64521.67, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:50:00.000Z", + "level": 232.3, + "flow": 3437.5, + "inflow": 3303.5, + "volume": 64521.59, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:00:00.000Z", + "level": 232.3, + "flow": 3379.2, + "inflow": 3225.7, + "volume": 64521.5, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:10:00.000Z", + "level": 232.3, + "flow": 3380.4, + "inflow": 3276.7, + "volume": 64521.44, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:20:00.000Z", + "level": 232.3, + "flow": 3377.9, + "inflow": 3262.3, + "volume": 64521.37, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:30:00.000Z", + "level": 232.3, + "flow": 3396.9, + "inflow": 3275.4, + "volume": 64521.3, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:40:00.000Z", + "level": 232.3, + "flow": 3387.5, + "inflow": 3257.1, + "volume": 64521.22, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:50:00.000Z", + "level": 232.3, + "flow": 3396.7, + "inflow": 3224.6, + "volume": 64521.12, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:00:00.000Z", + "level": 232.3, + "flow": 3211.1, + "inflow": 3183.5, + "volume": 64521.1, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:10:00.000Z", + "level": 232.3, + "flow": 3216.2, + "inflow": 3202.3, + "volume": 64521.09, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:20:00.000Z", + "level": 232.3, + "flow": 3226.3, + "inflow": 3186.6, + "volume": 64521.07, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:30:00.000Z", + "level": 232.3, + "flow": 3212.2, + "inflow": 3184.9, + "volume": 64521.05, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:40:00.000Z", + "level": 232.3, + "flow": 3233.9, + "inflow": 3159.8, + "volume": 64521.01, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:50:00.000Z", + "level": 232.3, + "flow": 3212.6, + "inflow": 3198.4, + "volume": 64521, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:00:00.000Z", + "level": 232.3, + "flow": 2991.5, + "inflow": 3097, + "volume": 64521.06, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:10:00.000Z", + "level": 232.3, + "flow": 2996.8, + "inflow": 3079.5, + "volume": 64521.11, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:20:00.000Z", + "level": 232.3, + "flow": 3014.6, + "inflow": 3078.2, + "volume": 64521.15, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:30:00.000Z", + "level": 232.3, + "flow": 3006.4, + "inflow": 3083.3, + "volume": 64521.2, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:40:00.000Z", + "level": 232.3, + "flow": 3014.7, + "inflow": 3080.2, + "volume": 64521.24, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:50:00.000Z", + "level": 232.3, + "flow": 2994.4, + "inflow": 3073.7, + "volume": 64521.29, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:00:00.000Z", + "level": 232.3, + "flow": 2787, + "inflow": 3017.5, + "volume": 64521.43, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:10:00.000Z", + "level": 232.3, + "flow": 2787.9, + "inflow": 3018.3, + "volume": 64521.57, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:20:00.000Z", + "level": 232.3, + "flow": 2769.1, + "inflow": 3000.9, + "volume": 64521.71, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:30:00.000Z", + "level": 232.3, + "flow": 2788.8, + "inflow": 3044.6, + "volume": 64521.86, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:40:00.000Z", + "level": 232.3, + "flow": 2767.3, + "inflow": 3032.7, + "volume": 64522.02, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:50:00.000Z", + "level": 232.3, + "flow": 2773.3, + "inflow": 3020.5, + "volume": 64522.17, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:00:00.000Z", + "level": 232.31, + "flow": 2612.1, + "inflow": 2935.4, + "volume": 64522.36, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:10:00.000Z", + "level": 232.31, + "flow": 2617.8, + "inflow": 2924.9, + "volume": 64522.54, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:20:00.000Z", + "level": 232.31, + "flow": 2601.2, + "inflow": 2973.5, + "volume": 64522.76, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:30:00.000Z", + "level": 232.31, + "flow": 2610.1, + "inflow": 2919.6, + "volume": 64522.95, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:40:00.000Z", + "level": 232.31, + "flow": 2617.1, + "inflow": 2938.5, + "volume": 64523.14, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:50:00.000Z", + "level": 232.31, + "flow": 2611, + "inflow": 2957.7, + "volume": 64523.35, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:00:00.000Z", + "level": 232.31, + "flow": 2536.5, + "inflow": 2875.1, + "volume": 64523.55, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:10:00.000Z", + "level": 232.31, + "flow": 2564.5, + "inflow": 2868.9, + "volume": 64523.73, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:20:00.000Z", + "level": 232.31, + "flow": 2549.2, + "inflow": 2884.5, + "volume": 64523.93, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:30:00.000Z", + "level": 232.31, + "flow": 2561.9, + "inflow": 2878.7, + "volume": 64524.12, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:40:00.000Z", + "level": 232.31, + "flow": 2561.2, + "inflow": 2903.6, + "volume": 64524.33, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:50:00.000Z", + "level": 232.31, + "flow": 2552.2, + "inflow": 2909.3, + "volume": 64524.54, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:00:00.000Z", + "level": 232.31, + "flow": 2613, + "inflow": 2850, + "volume": 64524.68, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:10:00.000Z", + "level": 232.31, + "flow": 2596.2, + "inflow": 2830.8, + "volume": 64524.82, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:20:00.000Z", + "level": 232.31, + "flow": 2623.8, + "inflow": 2853.9, + "volume": 64524.96, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:30:00.000Z", + "level": 232.31, + "flow": 2614.5, + "inflow": 2833.5, + "volume": 64525.09, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:40:00.000Z", + "level": 232.31, + "flow": 2601.1, + "inflow": 2845.2, + "volume": 64525.24, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:50:00.000Z", + "level": 232.31, + "flow": 2600.6, + "inflow": 2835.5, + "volume": 64525.38, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:00:00.000Z", + "level": 232.31, + "flow": 2784.1, + "inflow": 2797.8, + "volume": 64525.39, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:10:00.000Z", + "level": 232.31, + "flow": 2760.5, + "inflow": 2794.8, + "volume": 64525.41, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:20:00.000Z", + "level": 232.31, + "flow": 2770.9, + "inflow": 2826.3, + "volume": 64525.44, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:30:00.000Z", + "level": 232.31, + "flow": 2762.8, + "inflow": 2810.8, + "volume": 64525.47, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:40:00.000Z", + "level": 232.31, + "flow": 2770.9, + "inflow": 2790.9, + "volume": 64525.48, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:50:00.000Z", + "level": 232.31, + "flow": 2776.6, + "inflow": 2799.7, + "volume": 64525.49, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:00:00.000Z", + "level": 232.31, + "flow": 2994.4, + "inflow": 2807.8, + "volume": 64525.38, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:10:00.000Z", + "level": 232.31, + "flow": 2998, + "inflow": 2814.2, + "volume": 64525.27, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:20:00.000Z", + "level": 232.31, + "flow": 3009.3, + "inflow": 2818.6, + "volume": 64525.16, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:30:00.000Z", + "level": 232.31, + "flow": 2990.9, + "inflow": 2768.4, + "volume": 64525.03, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:40:00.000Z", + "level": 232.31, + "flow": 3008.4, + "inflow": 2800.4, + "volume": 64524.91, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:50:00.000Z", + "level": 232.31, + "flow": 3013.9, + "inflow": 2818.6, + "volume": 64524.79, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:00:00.000Z", + "level": 232.31, + "flow": 3231.6, + "inflow": 2784.5, + "volume": 64524.52, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:10:00.000Z", + "level": 232.31, + "flow": 3238, + "inflow": 2795.2, + "volume": 64524.25, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:20:00.000Z", + "level": 232.31, + "flow": 3236.9, + "inflow": 2813.6, + "volume": 64524, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:30:00.000Z", + "level": 232.31, + "flow": 3212.7, + "inflow": 2793.2, + "volume": 64523.75, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:40:00.000Z", + "level": 232.31, + "flow": 3211, + "inflow": 2817.8, + "volume": 64523.51, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:50:00.000Z", + "level": 232.31, + "flow": 3234.6, + "inflow": 2835.6, + "volume": 64523.27, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:00:00.000Z", + "level": 232.31, + "flow": 3379.2, + "inflow": 2814.1, + "volume": 64522.93, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:10:00.000Z", + "level": 232.31, + "flow": 3400.1, + "inflow": 2842.7, + "volume": 64522.6, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:20:00.000Z", + "level": 232.3, + "flow": 3398.9, + "inflow": 2831.3, + "volume": 64522.26, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:30:00.000Z", + "level": 232.3, + "flow": 3375.1, + "inflow": 2823.5, + "volume": 64521.93, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:40:00.000Z", + "level": 232.3, + "flow": 3378.9, + "inflow": 2853.8, + "volume": 64521.61, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:50:00.000Z", + "level": 232.3, + "flow": 3375.9, + "inflow": 2839.5, + "volume": 64521.29, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:00:00.000Z", + "level": 232.3, + "flow": 3442.6, + "inflow": 2909.8, + "volume": 64520.97, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:10:00.000Z", + "level": 232.3, + "flow": 3447.6, + "inflow": 2909.2, + "volume": 64520.65, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:20:00.000Z", + "level": 232.3, + "flow": 3445.9, + "inflow": 2884.4, + "volume": 64520.31, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:30:00.000Z", + "level": 232.3, + "flow": 3450.9, + "inflow": 2911.1, + "volume": 64519.99, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:40:00.000Z", + "level": 232.3, + "flow": 3449.9, + "inflow": 2896.2, + "volume": 64519.66, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:50:00.000Z", + "level": 232.3, + "flow": 3441.3, + "inflow": 2886.3, + "volume": 64519.33, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:00:00.000Z", + "level": 232.3, + "flow": 3388.6, + "inflow": 2963.7, + "volume": 64519.08, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:10:00.000Z", + "level": 232.3, + "flow": 3384.8, + "inflow": 2936.2, + "volume": 64518.81, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:20:00.000Z", + "level": 232.3, + "flow": 3392.9, + "inflow": 2939.7, + "volume": 64518.54, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:30:00.000Z", + "level": 232.3, + "flow": 3380, + "inflow": 2922.6, + "volume": 64518.27, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:40:00.000Z", + "level": 232.3, + "flow": 3376.7, + "inflow": 2966.3, + "volume": 64518.02, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:50:00.000Z", + "level": 232.3, + "flow": 3404.3, + "inflow": 2970, + "volume": 64517.76, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:00:00.000Z", + "level": 232.3, + "flow": 3226, + "inflow": 3047.2, + "volume": 64517.65, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:10:00.000Z", + "level": 232.29, + "flow": 3240, + "inflow": 3031, + "volume": 64517.52, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:20:00.000Z", + "level": 232.29, + "flow": 3216.6, + "inflow": 3022.8, + "volume": 64517.4, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:30:00.000Z", + "level": 232.29, + "flow": 3233.2, + "inflow": 3047.9, + "volume": 64517.29, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:40:00.000Z", + "level": 232.29, + "flow": 3223.8, + "inflow": 3020.4, + "volume": 64517.17, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:50:00.000Z", + "level": 232.29, + "flow": 3233, + "inflow": 3046.2, + "volume": 64517.06, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:00:00.000Z", + "level": 232.29, + "flow": 2989.1, + "inflow": 3133.2, + "volume": 64517.15, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:10:00.000Z", + "level": 232.29, + "flow": 3002.4, + "inflow": 3130.5, + "volume": 64517.23, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:20:00.000Z", + "level": 232.29, + "flow": 3014.2, + "inflow": 3097, + "volume": 64517.28, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:30:00.000Z", + "level": 232.29, + "flow": 3012.6, + "inflow": 3095.3, + "volume": 64517.33, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:40:00.000Z", + "level": 232.29, + "flow": 2989.1, + "inflow": 3134.8, + "volume": 64517.42, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:50:00.000Z", + "level": 232.29, + "flow": 3006.9, + "inflow": 3108.4, + "volume": 64517.48, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:00:00.000Z", + "level": 232.3, + "flow": 2775.4, + "inflow": 3172, + "volume": 64517.72, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:10:00.000Z", + "level": 232.3, + "flow": 2766.6, + "inflow": 3194.8, + "volume": 64517.98, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:20:00.000Z", + "level": 232.3, + "flow": 2779.8, + "inflow": 3176.4, + "volume": 64518.22, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:30:00.000Z", + "level": 232.3, + "flow": 2787.2, + "inflow": 3198.8, + "volume": 64518.47, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:40:00.000Z", + "level": 232.3, + "flow": 2789.7, + "inflow": 3170.2, + "volume": 64518.7, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:50:00.000Z", + "level": 232.3, + "flow": 2765.3, + "inflow": 3189.8, + "volume": 64518.95, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:00:00.000Z", + "level": 232.3, + "flow": 2617.2, + "inflow": 3279.3, + "volume": 64519.35, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:10:00.000Z", + "level": 232.3, + "flow": 2620.5, + "inflow": 3238.1, + "volume": 64519.72, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:20:00.000Z", + "level": 232.3, + "flow": 2600.1, + "inflow": 3270.1, + "volume": 64520.12, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:30:00.000Z", + "level": 232.3, + "flow": 2597.1, + "inflow": 3247.6, + "volume": 64520.51, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:40:00.000Z", + "level": 232.3, + "flow": 2609.6, + "inflow": 3256.5, + "volume": 64520.9, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:50:00.000Z", + "level": 232.3, + "flow": 2621.9, + "inflow": 3265.5, + "volume": 64521.29, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:00:00.000Z", + "level": 232.3, + "flow": 2550.5, + "inflow": 3299.4, + "volume": 64521.74, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:10:00.000Z", + "level": 232.3, + "flow": 2557.3, + "inflow": 3330.7, + "volume": 64522.2, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:20:00.000Z", + "level": 232.31, + "flow": 2545.4, + "inflow": 3302.3, + "volume": 64522.65, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:30:00.000Z", + "level": 232.31, + "flow": 2561.2, + "inflow": 3302.2, + "volume": 64523.09, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:40:00.000Z", + "level": 232.31, + "flow": 2539.8, + "inflow": 3352.9, + "volume": 64523.58, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:50:00.000Z", + "level": 232.31, + "flow": 2559.8, + "inflow": 3341.6, + "volume": 64524.05, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:00:00.000Z", + "level": 232.31, + "flow": 2606.2, + "inflow": 3389.4, + "volume": 64524.52, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:10:00.000Z", + "level": 232.31, + "flow": 2624.5, + "inflow": 3370.1, + "volume": 64524.97, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:20:00.000Z", + "level": 232.31, + "flow": 2624.9, + "inflow": 3352.8, + "volume": 64525.41, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:30:00.000Z", + "level": 232.31, + "flow": 2600.3, + "inflow": 3370.8, + "volume": 64525.87, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:40:00.000Z", + "level": 232.31, + "flow": 2620.4, + "inflow": 3393.2, + "volume": 64526.33, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:50:00.000Z", + "level": 232.31, + "flow": 2612.3, + "inflow": 3373.8, + "volume": 64526.79, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:00:00.000Z", + "level": 232.32, + "flow": 2773.5, + "inflow": 3392.5, + "volume": 64527.16, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:10:00.000Z", + "level": 232.32, + "flow": 2774.7, + "inflow": 3398.6, + "volume": 64527.53, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:20:00.000Z", + "level": 232.32, + "flow": 2789.2, + "inflow": 3376.9, + "volume": 64527.88, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:30:00.000Z", + "level": 232.32, + "flow": 2778.1, + "inflow": 3374, + "volume": 64528.24, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:40:00.000Z", + "level": 232.32, + "flow": 2764, + "inflow": 3405.6, + "volume": 64528.62, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:50:00.000Z", + "level": 232.32, + "flow": 2789.5, + "inflow": 3407.8, + "volume": 64528.99, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:00:00.000Z", + "level": 232.32, + "flow": 2995.2, + "inflow": 3427.9, + "volume": 64529.25, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:10:00.000Z", + "level": 232.32, + "flow": 3008.8, + "inflow": 3407.6, + "volume": 64529.49, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:20:00.000Z", + "level": 232.32, + "flow": 2993.4, + "inflow": 3415.6, + "volume": 64529.74, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:30:00.000Z", + "level": 232.32, + "flow": 3011.5, + "inflow": 3412, + "volume": 64529.98, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:40:00.000Z", + "level": 232.32, + "flow": 2993.4, + "inflow": 3391.9, + "volume": 64530.22, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:50:00.000Z", + "level": 232.32, + "flow": 2995, + "inflow": 3396.9, + "volume": 64530.46, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:00:00.000Z", + "level": 232.32, + "flow": 3210, + "inflow": 3399.3, + "volume": 64530.57, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:10:00.000Z", + "level": 232.32, + "flow": 3220.4, + "inflow": 3427.4, + "volume": 64530.69, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:20:00.000Z", + "level": 232.32, + "flow": 3239.4, + "inflow": 3421.9, + "volume": 64530.8, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:30:00.000Z", + "level": 232.32, + "flow": 3231.7, + "inflow": 3401.3, + "volume": 64530.9, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:40:00.000Z", + "level": 232.32, + "flow": 3222.8, + "inflow": 3394.1, + "volume": 64531, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:50:00.000Z", + "level": 232.32, + "flow": 3221.4, + "inflow": 3424.1, + "volume": 64531.12, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:00:00.000Z", + "level": 232.32, + "flow": 3388.6, + "inflow": 3395, + "volume": 64531.12, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:10:00.000Z", + "level": 232.32, + "flow": 3393.7, + "inflow": 3370.7, + "volume": 64531.11, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:20:00.000Z", + "level": 232.32, + "flow": 3376.8, + "inflow": 3392, + "volume": 64531.12, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:30:00.000Z", + "level": 232.32, + "flow": 3387.1, + "inflow": 3382.5, + "volume": 64531.12, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:40:00.000Z", + "level": 232.32, + "flow": 3404.7, + "inflow": 3361.4, + "volume": 64531.09, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:50:00.000Z", + "level": 232.32, + "flow": 3396.8, + "inflow": 3351.6, + "volume": 64531.06, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:00:00.000Z", + "level": 232.32, + "flow": 3459.7, + "inflow": 3338.8, + "volume": 64530.99, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:10:00.000Z", + "level": 232.32, + "flow": 3450.2, + "inflow": 3321.6, + "volume": 64530.91, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:20:00.000Z", + "level": 232.32, + "flow": 3459.9, + "inflow": 3329.4, + "volume": 64530.83, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:30:00.000Z", + "level": 232.32, + "flow": 3441.7, + "inflow": 3322.3, + "volume": 64530.76, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:40:00.000Z", + "level": 232.32, + "flow": 3447.9, + "inflow": 3300.1, + "volume": 64530.67, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:50:00.000Z", + "level": 232.32, + "flow": 3437.8, + "inflow": 3309.5, + "volume": 64530.59, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:00:00.000Z", + "level": 232.32, + "flow": 3385, + "inflow": 3290.2, + "volume": 64530.53, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:10:00.000Z", + "level": 232.32, + "flow": 3377.6, + "inflow": 3285.1, + "volume": 64530.47, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:20:00.000Z", + "level": 232.32, + "flow": 3380.3, + "inflow": 3252.3, + "volume": 64530.39, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:30:00.000Z", + "level": 232.32, + "flow": 3381.4, + "inflow": 3271.1, + "volume": 64530.32, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:40:00.000Z", + "level": 232.32, + "flow": 3374.9, + "inflow": 3269.1, + "volume": 64530.26, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:50:00.000Z", + "level": 232.32, + "flow": 3401.7, + "inflow": 3270.2, + "volume": 64530.18, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:00:00.000Z", + "level": 232.32, + "flow": 3229.9, + "inflow": 3188, + "volume": 64530.15, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:10:00.000Z", + "level": 232.32, + "flow": 3234.5, + "inflow": 3220.7, + "volume": 64530.14, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:20:00.000Z", + "level": 232.32, + "flow": 3224.4, + "inflow": 3185.2, + "volume": 64530.12, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:30:00.000Z", + "level": 232.32, + "flow": 3235.2, + "inflow": 3213.8, + "volume": 64530.11, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:40:00.000Z", + "level": 232.32, + "flow": 3219.6, + "inflow": 3218.3, + "volume": 64530.11, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:50:00.000Z", + "level": 232.32, + "flow": 3237.4, + "inflow": 3213.1, + "volume": 64530.1, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:00:00.000Z", + "level": 232.32, + "flow": 2998.3, + "inflow": 3093.4, + "volume": 64530.16, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:10:00.000Z", + "level": 232.32, + "flow": 2988.6, + "inflow": 3118.9, + "volume": 64530.24, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:20:00.000Z", + "level": 232.32, + "flow": 3014.5, + "inflow": 3112.3, + "volume": 64530.3, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:30:00.000Z", + "level": 232.32, + "flow": 2990.3, + "inflow": 3132, + "volume": 64530.39, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:40:00.000Z", + "level": 232.32, + "flow": 2991.9, + "inflow": 3101.7, + "volume": 64530.46, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:50:00.000Z", + "level": 232.32, + "flow": 2991.1, + "inflow": 3094.1, + "volume": 64530.52, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:00:00.000Z", + "level": 232.32, + "flow": 2764.6, + "inflow": 3038.5, + "volume": 64530.68, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:10:00.000Z", + "level": 232.32, + "flow": 2777.3, + "inflow": 3016.5, + "volume": 64530.82, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:20:00.000Z", + "level": 232.32, + "flow": 2787.2, + "inflow": 3038.1, + "volume": 64530.97, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:30:00.000Z", + "level": 232.32, + "flow": 2781, + "inflow": 3024.3, + "volume": 64531.12, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:40:00.000Z", + "level": 232.32, + "flow": 2785.3, + "inflow": 3059.1, + "volume": 64531.28, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:50:00.000Z", + "level": 232.32, + "flow": 2787.5, + "inflow": 3039.6, + "volume": 64531.43, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:00:00.000Z", + "level": 232.32, + "flow": 2618.5, + "inflow": 2938, + "volume": 64531.62, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:10:00.000Z", + "level": 232.32, + "flow": 2610.6, + "inflow": 2983.4, + "volume": 64531.84, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:20:00.000Z", + "level": 232.33, + "flow": 2596, + "inflow": 2942.9, + "volume": 64532.05, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:30:00.000Z", + "level": 232.33, + "flow": 2598.6, + "inflow": 2938.2, + "volume": 64532.25, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:40:00.000Z", + "level": 232.33, + "flow": 2597.9, + "inflow": 2987.1, + "volume": 64532.48, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:50:00.000Z", + "level": 232.33, + "flow": 2622, + "inflow": 2961.1, + "volume": 64532.68, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:00:00.000Z", + "level": 232.33, + "flow": 2550.5, + "inflow": 2872.9, + "volume": 64532.87, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:10:00.000Z", + "level": 232.33, + "flow": 2551.7, + "inflow": 2896.6, + "volume": 64533.08, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:20:00.000Z", + "level": 232.33, + "flow": 2542.3, + "inflow": 2872.8, + "volume": 64533.28, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:30:00.000Z", + "level": 232.33, + "flow": 2546, + "inflow": 2906.9, + "volume": 64533.5, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:40:00.000Z", + "level": 232.33, + "flow": 2559.8, + "inflow": 2887.3, + "volume": 64533.7, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:50:00.000Z", + "level": 232.33, + "flow": 2536.7, + "inflow": 2911.2, + "volume": 64533.92, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:00:00.000Z", + "level": 232.33, + "flow": 2620.4, + "inflow": 2876.3, + "volume": 64534.07, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:10:00.000Z", + "level": 232.33, + "flow": 2620.8, + "inflow": 2849, + "volume": 64534.21, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:20:00.000Z", + "level": 232.33, + "flow": 2606.4, + "inflow": 2876.6, + "volume": 64534.37, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:30:00.000Z", + "level": 232.33, + "flow": 2608.4, + "inflow": 2876.3, + "volume": 64534.53, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:40:00.000Z", + "level": 232.33, + "flow": 2604.2, + "inflow": 2832.6, + "volume": 64534.67, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:50:00.000Z", + "level": 232.33, + "flow": 2616.7, + "inflow": 2859, + "volume": 64534.82, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:00:00.000Z", + "level": 232.33, + "flow": 2788.7, + "inflow": 2814, + "volume": 64534.84, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:10:00.000Z", + "level": 232.33, + "flow": 2767.9, + "inflow": 2796.9, + "volume": 64534.86, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:20:00.000Z", + "level": 232.33, + "flow": 2784.2, + "inflow": 2794.3, + "volume": 64534.87, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:30:00.000Z", + "level": 232.33, + "flow": 2781.6, + "inflow": 2800.4, + "volume": 64534.88, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:40:00.000Z", + "level": 232.33, + "flow": 2761.2, + "inflow": 2825.5, + "volume": 64534.92, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:50:00.000Z", + "level": 232.33, + "flow": 2778.1, + "inflow": 2821.2, + "volume": 64534.95, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:00:00.000Z", + "level": 232.33, + "flow": 2985.7, + "inflow": 2824.3, + "volume": 64534.85, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:10:00.000Z", + "level": 232.33, + "flow": 2987.4, + "inflow": 2834.7, + "volume": 64534.76, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:20:00.000Z", + "level": 232.33, + "flow": 2992.5, + "inflow": 2811.7, + "volume": 64534.65, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:30:00.000Z", + "level": 232.33, + "flow": 3002.5, + "inflow": 2804.4, + "volume": 64534.53, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:40:00.000Z", + "level": 232.33, + "flow": 3005.4, + "inflow": 2801.9, + "volume": 64534.41, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:50:00.000Z", + "level": 232.33, + "flow": 3009.4, + "inflow": 2833.3, + "volume": 64534.3, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:00:00.000Z", + "level": 232.33, + "flow": 3229.7, + "inflow": 2794.9, + "volume": 64534.04, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:10:00.000Z", + "level": 232.33, + "flow": 3234.2, + "inflow": 2802.5, + "volume": 64533.78, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:20:00.000Z", + "level": 232.33, + "flow": 3218.3, + "inflow": 2835, + "volume": 64533.55, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:30:00.000Z", + "level": 232.33, + "flow": 3222.3, + "inflow": 2817.7, + "volume": 64533.31, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:40:00.000Z", + "level": 232.33, + "flow": 3211, + "inflow": 2848.2, + "volume": 64533.09, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:50:00.000Z", + "level": 232.33, + "flow": 3230.4, + "inflow": 2798, + "volume": 64532.83, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:00:00.000Z", + "level": 232.33, + "flow": 3394.2, + "inflow": 2867.2, + "volume": 64532.51, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:10:00.000Z", + "level": 232.33, + "flow": 3385.5, + "inflow": 2857.7, + "volume": 64532.19, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:20:00.000Z", + "level": 232.32, + "flow": 3383.4, + "inflow": 2830.5, + "volume": 64531.86, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:30:00.000Z", + "level": 232.32, + "flow": 3387.5, + "inflow": 2864.3, + "volume": 64531.55, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:40:00.000Z", + "level": 232.32, + "flow": 3381.6, + "inflow": 2824.9, + "volume": 64531.22, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:50:00.000Z", + "level": 232.32, + "flow": 3388.1, + "inflow": 2859.6, + "volume": 64530.9, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:00:00.000Z", + "level": 232.32, + "flow": 3445.6, + "inflow": 2930.2, + "volume": 64530.59, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:10:00.000Z", + "level": 232.32, + "flow": 3441.1, + "inflow": 2897, + "volume": 64530.26, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:20:00.000Z", + "level": 232.32, + "flow": 3451.1, + "inflow": 2920.7, + "volume": 64529.94, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:30:00.000Z", + "level": 232.32, + "flow": 3436.4, + "inflow": 2872.8, + "volume": 64529.6, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:40:00.000Z", + "level": 232.32, + "flow": 3455.1, + "inflow": 2911.2, + "volume": 64529.27, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:50:00.000Z", + "level": 232.32, + "flow": 3450.9, + "inflow": 2890.8, + "volume": 64528.93, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:00:00.000Z", + "level": 232.32, + "flow": 3389.6, + "inflow": 2984.2, + "volume": 64528.69, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:10:00.000Z", + "level": 232.32, + "flow": 3400.3, + "inflow": 2964.2, + "volume": 64528.43, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:20:00.000Z", + "level": 232.32, + "flow": 3396.8, + "inflow": 2987.6, + "volume": 64528.18, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:30:00.000Z", + "level": 232.32, + "flow": 3400, + "inflow": 2935.6, + "volume": 64527.9, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:40:00.000Z", + "level": 232.32, + "flow": 3387.9, + "inflow": 2980.3, + "volume": 64527.66, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:50:00.000Z", + "level": 232.32, + "flow": 3381.7, + "inflow": 2976.8, + "volume": 64527.42, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:00:00.000Z", + "level": 232.32, + "flow": 3226.6, + "inflow": 3054.3, + "volume": 64527.32, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:10:00.000Z", + "level": 232.32, + "flow": 3222.9, + "inflow": 3036.6, + "volume": 64527.21, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:20:00.000Z", + "level": 232.32, + "flow": 3227.6, + "inflow": 3061.5, + "volume": 64527.11, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:30:00.000Z", + "level": 232.31, + "flow": 3239.9, + "inflow": 3039.8, + "volume": 64526.99, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:40:00.000Z", + "level": 232.31, + "flow": 3222.2, + "inflow": 3040.7, + "volume": 64526.88, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:50:00.000Z", + "level": 232.31, + "flow": 3232.1, + "inflow": 3061.7, + "volume": 64526.78, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:00:00.000Z", + "level": 232.31, + "flow": 3012.7, + "inflow": 3149, + "volume": 64526.86, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:10:00.000Z", + "level": 232.31, + "flow": 3007.5, + "inflow": 3141.2, + "volume": 64526.94, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:20:00.000Z", + "level": 232.31, + "flow": 2987.9, + "inflow": 3138.5, + "volume": 64527.03, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:30:00.000Z", + "level": 232.31, + "flow": 3012, + "inflow": 3109.3, + "volume": 64527.09, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:40:00.000Z", + "level": 232.32, + "flow": 3009.5, + "inflow": 3121.2, + "volume": 64527.16, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:50:00.000Z", + "level": 232.32, + "flow": 2988.9, + "inflow": 3138.3, + "volume": 64527.25, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:00:00.000Z", + "level": 232.32, + "flow": 2780.7, + "inflow": 3212.3, + "volume": 64527.51, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:10:00.000Z", + "level": 232.32, + "flow": 2770, + "inflow": 3203.2, + "volume": 64527.77, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:20:00.000Z", + "level": 232.32, + "flow": 2786.5, + "inflow": 3200.9, + "volume": 64528.02, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:30:00.000Z", + "level": 232.32, + "flow": 2789.6, + "inflow": 3233, + "volume": 64528.29, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:40:00.000Z", + "level": 232.32, + "flow": 2784, + "inflow": 3178.7, + "volume": 64528.53, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:50:00.000Z", + "level": 232.32, + "flow": 2778.3, + "inflow": 3216.7, + "volume": 64528.79, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:00:00.000Z", + "level": 232.32, + "flow": 2606.5, + "inflow": 3278.1, + "volume": 64529.19, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:10:00.000Z", + "level": 232.32, + "flow": 2608.6, + "inflow": 3264.7, + "volume": 64529.58, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:20:00.000Z", + "level": 232.32, + "flow": 2622.3, + "inflow": 3255.4, + "volume": 64529.96, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:30:00.000Z", + "level": 232.32, + "flow": 2623.2, + "inflow": 3270.7, + "volume": 64530.35, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:40:00.000Z", + "level": 232.32, + "flow": 2610.5, + "inflow": 3286.2, + "volume": 64530.76, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:50:00.000Z", + "level": 232.32, + "flow": 2624.4, + "inflow": 3262.7, + "volume": 64531.14, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:00:00.000Z", + "level": 232.32, + "flow": 2554.1, + "inflow": 3310.6, + "volume": 64531.59, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:10:00.000Z", + "level": 232.33, + "flow": 2541.9, + "inflow": 3351, + "volume": 64532.08, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:20:00.000Z", + "level": 232.33, + "flow": 2557.7, + "inflow": 3319.9, + "volume": 64532.54, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:30:00.000Z", + "level": 232.33, + "flow": 2538, + "inflow": 3366.6, + "volume": 64533.04, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:40:00.000Z", + "level": 232.33, + "flow": 2546.4, + "inflow": 3336.4, + "volume": 64533.51, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:50:00.000Z", + "level": 232.33, + "flow": 2549.6, + "inflow": 3366.4, + "volume": 64534, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:00:00.000Z", + "level": 232.33, + "flow": 2621.2, + "inflow": 3360.2, + "volume": 64534.44, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:10:00.000Z", + "level": 232.33, + "flow": 2622.8, + "inflow": 3410.8, + "volume": 64534.91, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:20:00.000Z", + "level": 232.33, + "flow": 2602.8, + "inflow": 3363.9, + "volume": 64535.37, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:30:00.000Z", + "level": 232.33, + "flow": 2621.5, + "inflow": 3404.8, + "volume": 64535.84, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:40:00.000Z", + "level": 232.33, + "flow": 2618.4, + "inflow": 3375.9, + "volume": 64536.29, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:50:00.000Z", + "level": 232.34, + "flow": 2603.6, + "inflow": 3358.3, + "volume": 64536.74, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:00:00.000Z", + "level": 232.34, + "flow": 2768.1, + "inflow": 3402.3, + "volume": 64537.12, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:10:00.000Z", + "level": 232.34, + "flow": 2782.7, + "inflow": 3397.7, + "volume": 64537.49, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:20:00.000Z", + "level": 232.34, + "flow": 2763.4, + "inflow": 3437.1, + "volume": 64537.89, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:30:00.000Z", + "level": 232.34, + "flow": 2789.2, + "inflow": 3438.9, + "volume": 64538.28, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:40:00.000Z", + "level": 232.34, + "flow": 2764.7, + "inflow": 3410, + "volume": 64538.67, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:50:00.000Z", + "level": 232.34, + "flow": 2768.5, + "inflow": 3403.9, + "volume": 64539.05, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:00:00.000Z", + "level": 232.34, + "flow": 3010.1, + "inflow": 3402.3, + "volume": 64539.29, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:10:00.000Z", + "level": 232.34, + "flow": 3011.5, + "inflow": 3419.9, + "volume": 64539.54, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:20:00.000Z", + "level": 232.34, + "flow": 2989.9, + "inflow": 3417.6, + "volume": 64539.8, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:30:00.000Z", + "level": 232.34, + "flow": 2991.1, + "inflow": 3417.9, + "volume": 64540.06, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:40:00.000Z", + "level": 232.34, + "flow": 3012.2, + "inflow": 3455.7, + "volume": 64540.33, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:50:00.000Z", + "level": 232.34, + "flow": 3009.9, + "inflow": 3436, + "volume": 64540.59, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:00:00.000Z", + "level": 232.34, + "flow": 3226.9, + "inflow": 3411, + "volume": 64540.7, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:10:00.000Z", + "level": 232.34, + "flow": 3216.3, + "inflow": 3394.5, + "volume": 64540.81, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:20:00.000Z", + "level": 232.34, + "flow": 3222.3, + "inflow": 3434.5, + "volume": 64540.94, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:30:00.000Z", + "level": 232.34, + "flow": 3210.8, + "inflow": 3440.3, + "volume": 64541.08, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:40:00.000Z", + "level": 232.34, + "flow": 3223.6, + "inflow": 3390, + "volume": 64541.18, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:50:00.000Z", + "level": 232.34, + "flow": 3214.9, + "inflow": 3406.1, + "volume": 64541.29, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:00:00.000Z", + "level": 232.34, + "flow": 3400.3, + "inflow": 3388, + "volume": 64541.28, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:10:00.000Z", + "level": 232.34, + "flow": 3385, + "inflow": 3406.8, + "volume": 64541.29, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:20:00.000Z", + "level": 232.34, + "flow": 3393.2, + "inflow": 3390.2, + "volume": 64541.29, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:30:00.000Z", + "level": 232.34, + "flow": 3400.2, + "inflow": 3389.3, + "volume": 64541.28, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:40:00.000Z", + "level": 232.34, + "flow": 3377.1, + "inflow": 3358.7, + "volume": 64541.27, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:50:00.000Z", + "level": 232.34, + "flow": 3380.8, + "inflow": 3405.8, + "volume": 64541.29, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:00:00.000Z", + "level": 232.34, + "flow": 3449.4, + "inflow": 3363.8, + "volume": 64541.24, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:10:00.000Z", + "level": 232.34, + "flow": 3457.2, + "inflow": 3340.5, + "volume": 64541.17, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:20:00.000Z", + "level": 232.34, + "flow": 3447.9, + "inflow": 3329, + "volume": 64541.1, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:30:00.000Z", + "level": 232.34, + "flow": 3454.5, + "inflow": 3357.7, + "volume": 64541.04, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:40:00.000Z", + "level": 232.34, + "flow": 3447.8, + "inflow": 3343.4, + "volume": 64540.98, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:50:00.000Z", + "level": 232.34, + "flow": 3435.3, + "inflow": 3320.9, + "volume": 64540.91, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:00:00.000Z", + "level": 232.34, + "flow": 3386.5, + "inflow": 3273.4, + "volume": 64540.84, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:10:00.000Z", + "level": 232.34, + "flow": 3375.5, + "inflow": 3297.1, + "volume": 64540.79, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:20:00.000Z", + "level": 232.34, + "flow": 3378.5, + "inflow": 3264.2, + "volume": 64540.72, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:30:00.000Z", + "level": 232.34, + "flow": 3379.5, + "inflow": 3298, + "volume": 64540.67, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:40:00.000Z", + "level": 232.34, + "flow": 3380.6, + "inflow": 3304.9, + "volume": 64540.62, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:50:00.000Z", + "level": 232.34, + "flow": 3383, + "inflow": 3299.5, + "volume": 64540.57, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:00:00.000Z", + "level": 232.34, + "flow": 3227.4, + "inflow": 3180, + "volume": 64540.54, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:10:00.000Z", + "level": 232.34, + "flow": 3238, + "inflow": 3219.5, + "volume": 64540.53, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:20:00.000Z", + "level": 232.34, + "flow": 3236.6, + "inflow": 3179, + "volume": 64540.5, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:30:00.000Z", + "level": 232.34, + "flow": 3236.4, + "inflow": 3211.3, + "volume": 64540.48, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:40:00.000Z", + "level": 232.34, + "flow": 3236.1, + "inflow": 3186.7, + "volume": 64540.45, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:50:00.000Z", + "level": 232.34, + "flow": 3236.9, + "inflow": 3198.2, + "volume": 64540.43, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:00:00.000Z", + "level": 232.34, + "flow": 2995.8, + "inflow": 3099.7, + "volume": 64540.49, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:10:00.000Z", + "level": 232.34, + "flow": 3004.4, + "inflow": 3118.5, + "volume": 64540.56, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:20:00.000Z", + "level": 232.34, + "flow": 2995, + "inflow": 3146.7, + "volume": 64540.65, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:30:00.000Z", + "level": 232.34, + "flow": 2997.3, + "inflow": 3124.4, + "volume": 64540.73, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:40:00.000Z", + "level": 232.34, + "flow": 2990.5, + "inflow": 3125.9, + "volume": 64540.81, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:50:00.000Z", + "level": 232.34, + "flow": 2990.1, + "inflow": 3126.9, + "volume": 64540.89, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:00:00.000Z", + "level": 232.34, + "flow": 2769.3, + "inflow": 3048.5, + "volume": 64541.06, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:10:00.000Z", + "level": 232.34, + "flow": 2784.3, + "inflow": 3063.9, + "volume": 64541.23, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:20:00.000Z", + "level": 232.34, + "flow": 2770.7, + "inflow": 3074.6, + "volume": 64541.41, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:30:00.000Z", + "level": 232.35, + "flow": 2784.2, + "inflow": 3048.9, + "volume": 64541.57, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:40:00.000Z", + "level": 232.35, + "flow": 2779, + "inflow": 3045.1, + "volume": 64541.73, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:50:00.000Z", + "level": 232.35, + "flow": 2773.3, + "inflow": 3034.3, + "volume": 64541.89, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:00:00.000Z", + "level": 232.35, + "flow": 2600.9, + "inflow": 2987.4, + "volume": 64542.12, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:10:00.000Z", + "level": 232.35, + "flow": 2596.4, + "inflow": 2996.2, + "volume": 64542.36, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:20:00.000Z", + "level": 232.35, + "flow": 2618, + "inflow": 2946.5, + "volume": 64542.56, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:30:00.000Z", + "level": 232.35, + "flow": 2601.8, + "inflow": 2970.2, + "volume": 64542.78, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:40:00.000Z", + "level": 232.35, + "flow": 2597.4, + "inflow": 2959.4, + "volume": 64543, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:50:00.000Z", + "level": 232.35, + "flow": 2620, + "inflow": 3000.5, + "volume": 64543.23, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:00:00.000Z", + "level": 232.35, + "flow": 2558.1, + "inflow": 2898.2, + "volume": 64543.43, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:10:00.000Z", + "level": 232.35, + "flow": 2545.1, + "inflow": 2923.2, + "volume": 64543.66, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:20:00.000Z", + "level": 232.35, + "flow": 2553.5, + "inflow": 2942.4, + "volume": 64543.89, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:30:00.000Z", + "level": 232.35, + "flow": 2548.5, + "inflow": 2923.7, + "volume": 64544.12, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:40:00.000Z", + "level": 232.35, + "flow": 2553.6, + "inflow": 2893.5, + "volume": 64544.32, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:50:00.000Z", + "level": 232.35, + "flow": 2537.6, + "inflow": 2911.3, + "volume": 64544.54, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:00:00.000Z", + "level": 232.35, + "flow": 2613.1, + "inflow": 2839.7, + "volume": 64544.68, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:10:00.000Z", + "level": 232.35, + "flow": 2615.6, + "inflow": 2846.2, + "volume": 64544.82, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:20:00.000Z", + "level": 232.35, + "flow": 2619.5, + "inflow": 2852.2, + "volume": 64544.96, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:30:00.000Z", + "level": 232.35, + "flow": 2625.1, + "inflow": 2878.2, + "volume": 64545.11, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:40:00.000Z", + "level": 232.35, + "flow": 2603.1, + "inflow": 2881.6, + "volume": 64545.28, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:50:00.000Z", + "level": 232.35, + "flow": 2597.7, + "inflow": 2839.7, + "volume": 64545.43, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:00:00.000Z", + "level": 232.35, + "flow": 2777.7, + "inflow": 2860.3, + "volume": 64545.48, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:10:00.000Z", + "level": 232.35, + "flow": 2764.4, + "inflow": 2831.3, + "volume": 64545.52, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:20:00.000Z", + "level": 232.35, + "flow": 2770.9, + "inflow": 2842.6, + "volume": 64545.56, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:30:00.000Z", + "level": 232.35, + "flow": 2769.4, + "inflow": 2834.5, + "volume": 64545.6, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:40:00.000Z", + "level": 232.35, + "flow": 2788.9, + "inflow": 2852.2, + "volume": 64545.64, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:50:00.000Z", + "level": 232.35, + "flow": 2782.8, + "inflow": 2810.8, + "volume": 64545.66, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:00:00.000Z", + "level": 232.35, + "flow": 2994.5, + "inflow": 2820.5, + "volume": 64545.56, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:10:00.000Z", + "level": 232.35, + "flow": 3012.1, + "inflow": 2801.1, + "volume": 64545.43, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:20:00.000Z", + "level": 232.35, + "flow": 3000.1, + "inflow": 2805.3, + "volume": 64545.31, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:30:00.000Z", + "level": 232.35, + "flow": 3002.5, + "inflow": 2814.5, + "volume": 64545.2, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:40:00.000Z", + "level": 232.35, + "flow": 3010.6, + "inflow": 2847.6, + "volume": 64545.1, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:50:00.000Z", + "level": 232.35, + "flow": 2985.9, + "inflow": 2824.8, + "volume": 64545, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:00:00.000Z", + "level": 232.35, + "flow": 3218.3, + "inflow": 2833, + "volume": 64544.77, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:10:00.000Z", + "level": 232.35, + "flow": 3228.9, + "inflow": 2849.9, + "volume": 64544.54, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:20:00.000Z", + "level": 232.35, + "flow": 3212.9, + "inflow": 2821.9, + "volume": 64544.31, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:30:00.000Z", + "level": 232.35, + "flow": 3231.4, + "inflow": 2808.8, + "volume": 64544.06, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:40:00.000Z", + "level": 232.35, + "flow": 3216.1, + "inflow": 2823.6, + "volume": 64543.82, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:50:00.000Z", + "level": 232.35, + "flow": 3229.8, + "inflow": 2846.6, + "volume": 64543.59, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:00:00.000Z", + "level": 232.35, + "flow": 3385.9, + "inflow": 2888.5, + "volume": 64543.29, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:10:00.000Z", + "level": 232.35, + "flow": 3396.9, + "inflow": 2868.1, + "volume": 64542.97, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:20:00.000Z", + "level": 232.35, + "flow": 3391.9, + "inflow": 2894.2, + "volume": 64542.67, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:30:00.000Z", + "level": 232.35, + "flow": 3404.7, + "inflow": 2849.3, + "volume": 64542.34, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:40:00.000Z", + "level": 232.35, + "flow": 3377.3, + "inflow": 2862.5, + "volume": 64542.03, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:50:00.000Z", + "level": 232.35, + "flow": 3393.4, + "inflow": 2884, + "volume": 64541.72, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:00:00.000Z", + "level": 232.34, + "flow": 3463.7, + "inflow": 2896.5, + "volume": 64541.38, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:10:00.000Z", + "level": 232.34, + "flow": 3436.3, + "inflow": 2927.2, + "volume": 64541.07, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:20:00.000Z", + "level": 232.34, + "flow": 3442.8, + "inflow": 2905.4, + "volume": 64540.75, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:30:00.000Z", + "level": 232.34, + "flow": 3444.3, + "inflow": 2897.3, + "volume": 64540.42, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:40:00.000Z", + "level": 232.34, + "flow": 3442.4, + "inflow": 2885.2, + "volume": 64540.09, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:50:00.000Z", + "level": 232.34, + "flow": 3455.3, + "inflow": 2909.8, + "volume": 64539.76, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:00:00.000Z", + "level": 232.34, + "flow": 3387, + "inflow": 2997.2, + "volume": 64539.53, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:10:00.000Z", + "level": 232.34, + "flow": 3375.1, + "inflow": 2989.5, + "volume": 64539.3, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:20:00.000Z", + "level": 232.34, + "flow": 3396.4, + "inflow": 2989.5, + "volume": 64539.06, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:30:00.000Z", + "level": 232.34, + "flow": 3377.7, + "inflow": 2983.6, + "volume": 64538.82, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:40:00.000Z", + "level": 232.34, + "flow": 3376.1, + "inflow": 2958.5, + "volume": 64538.57, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:50:00.000Z", + "level": 232.34, + "flow": 3382.7, + "inflow": 2978.1, + "volume": 64538.33, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:00:00.000Z", + "level": 232.34, + "flow": 3214, + "inflow": 3073.5, + "volume": 64538.25, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:10:00.000Z", + "level": 232.34, + "flow": 3215.4, + "inflow": 3024.8, + "volume": 64538.14, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:20:00.000Z", + "level": 232.34, + "flow": 3215.5, + "inflow": 3052.1, + "volume": 64538.04, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:30:00.000Z", + "level": 232.34, + "flow": 3223.1, + "inflow": 3049.9, + "volume": 64537.94, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:40:00.000Z", + "level": 232.34, + "flow": 3237.4, + "inflow": 3065.2, + "volume": 64537.84, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:50:00.000Z", + "level": 232.34, + "flow": 3216.7, + "inflow": 3044.5, + "volume": 64537.74, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:00:00.000Z", + "level": 232.34, + "flow": 3001.5, + "inflow": 3112.3, + "volume": 64537.81, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:10:00.000Z", + "level": 232.34, + "flow": 2990.4, + "inflow": 3164.1, + "volume": 64537.91, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:20:00.000Z", + "level": 232.34, + "flow": 2992.7, + "inflow": 3164.7, + "volume": 64538.01, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:30:00.000Z", + "level": 232.34, + "flow": 2985.6, + "inflow": 3157.4, + "volume": 64538.11, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:40:00.000Z", + "level": 232.34, + "flow": 2993.4, + "inflow": 3132, + "volume": 64538.19, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:50:00.000Z", + "level": 232.34, + "flow": 3000.5, + "inflow": 3165.9, + "volume": 64538.29, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:00:00.000Z", + "level": 232.34, + "flow": 2769.4, + "inflow": 3241.4, + "volume": 64538.57, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:10:00.000Z", + "level": 232.34, + "flow": 2778.3, + "inflow": 3189, + "volume": 64538.82, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:20:00.000Z", + "level": 232.34, + "flow": 2764.5, + "inflow": 3187.1, + "volume": 64539.07, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:30:00.000Z", + "level": 232.34, + "flow": 2764, + "inflow": 3217.6, + "volume": 64539.34, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:40:00.000Z", + "level": 232.34, + "flow": 2776.4, + "inflow": 3184.7, + "volume": 64539.58, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:50:00.000Z", + "level": 232.34, + "flow": 2765.5, + "inflow": 3188.5, + "volume": 64539.83, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:00:00.000Z", + "level": 232.34, + "flow": 2617.3, + "inflow": 3299.2, + "volume": 64540.24, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:10:00.000Z", + "level": 232.34, + "flow": 2609.5, + "inflow": 3271.8, + "volume": 64540.64, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:20:00.000Z", + "level": 232.34, + "flow": 2614.8, + "inflow": 3315.6, + "volume": 64541.06, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:30:00.000Z", + "level": 232.35, + "flow": 2595.8, + "inflow": 3315.1, + "volume": 64541.49, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:40:00.000Z", + "level": 232.35, + "flow": 2603.8, + "inflow": 3259.9, + "volume": 64541.88, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:50:00.000Z", + "level": 232.35, + "flow": 2604.7, + "inflow": 3265.9, + "volume": 64542.28, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:00:00.000Z", + "level": 232.35, + "flow": 2547.2, + "inflow": 3339.1, + "volume": 64542.76, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:10:00.000Z", + "level": 232.35, + "flow": 2542, + "inflow": 3334.3, + "volume": 64543.24, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:20:00.000Z", + "level": 232.35, + "flow": 2562.8, + "inflow": 3320.3, + "volume": 64543.69, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:30:00.000Z", + "level": 232.35, + "flow": 2563.6, + "inflow": 3370.8, + "volume": 64544.17, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:40:00.000Z", + "level": 232.35, + "flow": 2558.1, + "inflow": 3328.2, + "volume": 64544.63, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:50:00.000Z", + "level": 232.35, + "flow": 2539.3, + "inflow": 3351.1, + "volume": 64545.12, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:00:00.000Z", + "level": 232.35, + "flow": 2605.6, + "inflow": 3380.4, + "volume": 64545.58, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:10:00.000Z", + "level": 232.35, + "flow": 2615.4, + "inflow": 3393.1, + "volume": 64546.05, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:20:00.000Z", + "level": 232.36, + "flow": 2624.5, + "inflow": 3407.7, + "volume": 64546.52, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:30:00.000Z", + "level": 232.36, + "flow": 2619.3, + "inflow": 3401.9, + "volume": 64546.99, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:40:00.000Z", + "level": 232.36, + "flow": 2617, + "inflow": 3374.4, + "volume": 64547.44, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:50:00.000Z", + "level": 232.36, + "flow": 2615.8, + "inflow": 3401.9, + "volume": 64547.91, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:00:00.000Z", + "level": 232.36, + "flow": 2786.8, + "inflow": 3426.5, + "volume": 64548.29, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:10:00.000Z", + "level": 232.36, + "flow": 2780.3, + "inflow": 3426.3, + "volume": 64548.68, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:20:00.000Z", + "level": 232.36, + "flow": 2770.4, + "inflow": 3411.7, + "volume": 64549.06, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:30:00.000Z", + "level": 232.36, + "flow": 2783, + "inflow": 3417.8, + "volume": 64549.44, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:40:00.000Z", + "level": 232.36, + "flow": 2774.7, + "inflow": 3416.8, + "volume": 64549.83, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:50:00.000Z", + "level": 232.36, + "flow": 2782, + "inflow": 3412.1, + "volume": 64550.21, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:00:00.000Z", + "level": 232.36, + "flow": 2986.7, + "inflow": 3462.3, + "volume": 64550.5, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:10:00.000Z", + "level": 232.36, + "flow": 3008.1, + "inflow": 3446.9, + "volume": 64550.76, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:20:00.000Z", + "level": 232.37, + "flow": 2986.6, + "inflow": 3446.3, + "volume": 64551.04, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:30:00.000Z", + "level": 232.37, + "flow": 2995.8, + "inflow": 3419.5, + "volume": 64551.29, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:40:00.000Z", + "level": 232.37, + "flow": 3010, + "inflow": 3454.2, + "volume": 64551.56, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:50:00.000Z", + "level": 232.37, + "flow": 3005.7, + "inflow": 3431.9, + "volume": 64551.82, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:00:00.000Z", + "level": 232.37, + "flow": 3224.1, + "inflow": 3410.5, + "volume": 64551.93, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:10:00.000Z", + "level": 232.37, + "flow": 3230, + "inflow": 3445, + "volume": 64552.06, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:20:00.000Z", + "level": 232.37, + "flow": 3226.7, + "inflow": 3403.7, + "volume": 64552.17, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:30:00.000Z", + "level": 232.37, + "flow": 3239, + "inflow": 3452, + "volume": 64552.3, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:40:00.000Z", + "level": 232.37, + "flow": 3221, + "inflow": 3412, + "volume": 64552.41, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:50:00.000Z", + "level": 232.37, + "flow": 3234, + "inflow": 3406.5, + "volume": 64552.51, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:00:00.000Z", + "level": 232.37, + "flow": 3391.5, + "inflow": 3410.6, + "volume": 64552.52, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:10:00.000Z", + "level": 232.37, + "flow": 3379.8, + "inflow": 3423.7, + "volume": 64552.55, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:20:00.000Z", + "level": 232.37, + "flow": 3395.1, + "inflow": 3367.7, + "volume": 64552.53, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:30:00.000Z", + "level": 232.37, + "flow": 3383.8, + "inflow": 3402, + "volume": 64552.54, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:40:00.000Z", + "level": 232.37, + "flow": 3385.5, + "inflow": 3389.4, + "volume": 64552.54, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:50:00.000Z", + "level": 232.37, + "flow": 3381.4, + "inflow": 3373.7, + "volume": 64552.54, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:00:00.000Z", + "level": 232.37, + "flow": 3438.2, + "inflow": 3319.5, + "volume": 64552.47, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:10:00.000Z", + "level": 232.37, + "flow": 3445.4, + "inflow": 3332, + "volume": 64552.4, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:20:00.000Z", + "level": 232.37, + "flow": 3439.7, + "inflow": 3320.4, + "volume": 64552.33, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:30:00.000Z", + "level": 232.37, + "flow": 3456.4, + "inflow": 3370.3, + "volume": 64552.28, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:40:00.000Z", + "level": 232.37, + "flow": 3438, + "inflow": 3329.8, + "volume": 64552.22, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:50:00.000Z", + "level": 232.37, + "flow": 3449.3, + "inflow": 3322.5, + "volume": 64552.14, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:00:00.000Z", + "level": 232.37, + "flow": 3394.8, + "inflow": 3291.6, + "volume": 64552.08, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:10:00.000Z", + "level": 232.37, + "flow": 3398.1, + "inflow": 3299.9, + "volume": 64552.02, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:20:00.000Z", + "level": 232.37, + "flow": 3400.2, + "inflow": 3263.5, + "volume": 64551.94, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:30:00.000Z", + "level": 232.37, + "flow": 3392.2, + "inflow": 3256.8, + "volume": 64551.86, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:40:00.000Z", + "level": 232.37, + "flow": 3383.6, + "inflow": 3312.8, + "volume": 64551.82, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:50:00.000Z", + "level": 232.37, + "flow": 3396, + "inflow": 3302.5, + "volume": 64551.76, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:00:00.000Z", + "level": 232.37, + "flow": 3238.8, + "inflow": 3197.9, + "volume": 64551.74, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:10:00.000Z", + "level": 232.37, + "flow": 3223.7, + "inflow": 3231, + "volume": 64551.74, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:20:00.000Z", + "level": 232.37, + "flow": 3215.6, + "inflow": 3237.8, + "volume": 64551.75, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:30:00.000Z", + "level": 232.37, + "flow": 3237.1, + "inflow": 3233.8, + "volume": 64551.75, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:40:00.000Z", + "level": 232.37, + "flow": 3227.6, + "inflow": 3220.4, + "volume": 64551.75, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:50:00.000Z", + "level": 232.37, + "flow": 3213.4, + "inflow": 3239.4, + "volume": 64551.77, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:00:00.000Z", + "level": 232.37, + "flow": 2994.1, + "inflow": 3122.4, + "volume": 64551.85, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:10:00.000Z", + "level": 232.37, + "flow": 2995.6, + "inflow": 3113, + "volume": 64551.92, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:20:00.000Z", + "level": 232.37, + "flow": 2999.5, + "inflow": 3157, + "volume": 64552.01, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:30:00.000Z", + "level": 232.37, + "flow": 3004.8, + "inflow": 3119.2, + "volume": 64552.08, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:40:00.000Z", + "level": 232.37, + "flow": 2986.4, + "inflow": 3108.7, + "volume": 64552.15, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:50:00.000Z", + "level": 232.37, + "flow": 2998.7, + "inflow": 3150.8, + "volume": 64552.24, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:00:00.000Z", + "level": 232.37, + "flow": 2775.8, + "inflow": 3048.2, + "volume": 64552.4, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:10:00.000Z", + "level": 232.37, + "flow": 2765.8, + "inflow": 3042.3, + "volume": 64552.57, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:20:00.000Z", + "level": 232.37, + "flow": 2785.9, + "inflow": 3038.3, + "volume": 64552.72, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:30:00.000Z", + "level": 232.37, + "flow": 2789, + "inflow": 3074.5, + "volume": 64552.89, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:40:00.000Z", + "level": 232.37, + "flow": 2774.2, + "inflow": 3039.8, + "volume": 64553.05, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:50:00.000Z", + "level": 232.37, + "flow": 2768.8, + "inflow": 3065.5, + "volume": 64553.23, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:00:00.000Z", + "level": 232.37, + "flow": 2603.5, + "inflow": 3000.6, + "volume": 64553.47, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:10:00.000Z", + "level": 232.37, + "flow": 2613.6, + "inflow": 2979.3, + "volume": 64553.69, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:20:00.000Z", + "level": 232.37, + "flow": 2608.5, + "inflow": 2962.2, + "volume": 64553.9, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:30:00.000Z", + "level": 232.37, + "flow": 2608.8, + "inflow": 2971.2, + "volume": 64554.12, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:40:00.000Z", + "level": 232.37, + "flow": 2597.3, + "inflow": 3015.7, + "volume": 64554.37, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:50:00.000Z", + "level": 232.37, + "flow": 2605.2, + "inflow": 3003.7, + "volume": 64554.61, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:00:00.000Z", + "level": 232.37, + "flow": 2553.5, + "inflow": 2897.8, + "volume": 64554.82, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:10:00.000Z", + "level": 232.37, + "flow": 2553.9, + "inflow": 2948.2, + "volume": 64555.06, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:20:00.000Z", + "level": 232.37, + "flow": 2539.4, + "inflow": 2903.1, + "volume": 64555.28, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:30:00.000Z", + "level": 232.37, + "flow": 2557, + "inflow": 2926.6, + "volume": 64555.5, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:40:00.000Z", + "level": 232.37, + "flow": 2564.9, + "inflow": 2941.9, + "volume": 64555.73, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:50:00.000Z", + "level": 232.38, + "flow": 2540.6, + "inflow": 2949.6, + "volume": 64555.98, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:00:00.000Z", + "level": 232.38, + "flow": 2608.6, + "inflow": 2899.6, + "volume": 64556.15, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:10:00.000Z", + "level": 232.38, + "flow": 2598.1, + "inflow": 2869.1, + "volume": 64556.31, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:20:00.000Z", + "level": 232.38, + "flow": 2608.9, + "inflow": 2862.3, + "volume": 64556.46, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:30:00.000Z", + "level": 232.38, + "flow": 2614.6, + "inflow": 2870.5, + "volume": 64556.61, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:40:00.000Z", + "level": 232.38, + "flow": 2619, + "inflow": 2856.9, + "volume": 64556.75, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:50:00.000Z", + "level": 232.38, + "flow": 2604.8, + "inflow": 2863.9, + "volume": 64556.91, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:00:00.000Z", + "level": 232.38, + "flow": 2775.7, + "inflow": 2864.7, + "volume": 64556.96, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:10:00.000Z", + "level": 232.38, + "flow": 2789.2, + "inflow": 2840.9, + "volume": 64556.99, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:20:00.000Z", + "level": 232.38, + "flow": 2773.6, + "inflow": 2834, + "volume": 64557.03, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:30:00.000Z", + "level": 232.38, + "flow": 2764.6, + "inflow": 2870.2, + "volume": 64557.09, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:40:00.000Z", + "level": 232.38, + "flow": 2774.8, + "inflow": 2854.2, + "volume": 64557.14, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:50:00.000Z", + "level": 232.38, + "flow": 2787.8, + "inflow": 2847.8, + "volume": 64557.18, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:00:00.000Z", + "level": 232.38, + "flow": 3005.6, + "inflow": 2814.3, + "volume": 64557.07, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:10:00.000Z", + "level": 232.38, + "flow": 3007.3, + "inflow": 2815.7, + "volume": 64556.96, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:20:00.000Z", + "level": 232.38, + "flow": 3013.8, + "inflow": 2830.7, + "volume": 64556.85, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:30:00.000Z", + "level": 232.38, + "flow": 2997.4, + "inflow": 2859.8, + "volume": 64556.77, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:40:00.000Z", + "level": 232.38, + "flow": 2993.9, + "inflow": 2844.3, + "volume": 64556.68, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:50:00.000Z", + "level": 232.38, + "flow": 2985.4, + "inflow": 2821.4, + "volume": 64556.58, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:00:00.000Z", + "level": 232.38, + "flow": 3239.3, + "inflow": 2854.2, + "volume": 64556.35, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:10:00.000Z", + "level": 232.38, + "flow": 3233.1, + "inflow": 2853.8, + "volume": 64556.12, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:20:00.000Z", + "level": 232.38, + "flow": 3219.2, + "inflow": 2828, + "volume": 64555.89, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:30:00.000Z", + "level": 232.37, + "flow": 3236.9, + "inflow": 2844.8, + "volume": 64555.65, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:40:00.000Z", + "level": 232.37, + "flow": 3228.3, + "inflow": 2866.8, + "volume": 64555.43, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:50:00.000Z", + "level": 232.37, + "flow": 3215.6, + "inflow": 2851.5, + "volume": 64555.21, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:00:00.000Z", + "level": 232.37, + "flow": 3389.9, + "inflow": 2858.8, + "volume": 64554.89, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:10:00.000Z", + "level": 232.37, + "flow": 3378.8, + "inflow": 2855.7, + "volume": 64554.58, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:20:00.000Z", + "level": 232.37, + "flow": 3386.4, + "inflow": 2872.8, + "volume": 64554.27, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:30:00.000Z", + "level": 232.37, + "flow": 3384.4, + "inflow": 2897.7, + "volume": 64553.98, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:40:00.000Z", + "level": 232.37, + "flow": 3385.8, + "inflow": 2859.7, + "volume": 64553.66, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:50:00.000Z", + "level": 232.37, + "flow": 3375.1, + "inflow": 2863.1, + "volume": 64553.35, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:00:00.000Z", + "level": 232.37, + "flow": 3451, + "inflow": 2934.6, + "volume": 64553.04, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:10:00.000Z", + "level": 232.37, + "flow": 3455.9, + "inflow": 2918.2, + "volume": 64552.72, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:20:00.000Z", + "level": 232.37, + "flow": 3463, + "inflow": 2913, + "volume": 64552.39, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:30:00.000Z", + "level": 232.37, + "flow": 3441.5, + "inflow": 2917.1, + "volume": 64552.08, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:40:00.000Z", + "level": 232.37, + "flow": 3438.4, + "inflow": 2927, + "volume": 64551.77, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:50:00.000Z", + "level": 232.37, + "flow": 3452.5, + "inflow": 2922.1, + "volume": 64551.45, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:00:00.000Z", + "level": 232.37, + "flow": 3390.2, + "inflow": 3007.8, + "volume": 64551.22, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:10:00.000Z", + "level": 232.36, + "flow": 3378.8, + "inflow": 2995.3, + "volume": 64550.99, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:20:00.000Z", + "level": 232.36, + "flow": 3376.6, + "inflow": 2988.9, + "volume": 64550.76, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:30:00.000Z", + "level": 232.36, + "flow": 3395.1, + "inflow": 2994.9, + "volume": 64550.52, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:40:00.000Z", + "level": 232.36, + "flow": 3378.7, + "inflow": 2959.7, + "volume": 64550.27, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:50:00.000Z", + "level": 232.36, + "flow": 3396.5, + "inflow": 2984.9, + "volume": 64550.02, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:00:00.000Z", + "level": 232.36, + "flow": 3224.2, + "inflow": 3071.9, + "volume": 64549.93, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:10:00.000Z", + "level": 232.36, + "flow": 3221, + "inflow": 3065.4, + "volume": 64549.84, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:20:00.000Z", + "level": 232.36, + "flow": 3219.9, + "inflow": 3034, + "volume": 64549.73, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:30:00.000Z", + "level": 232.36, + "flow": 3220, + "inflow": 3031.3, + "volume": 64549.62, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:40:00.000Z", + "level": 232.36, + "flow": 3226.7, + "inflow": 3034.4, + "volume": 64549.5, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:50:00.000Z", + "level": 232.36, + "flow": 3238, + "inflow": 3067.7, + "volume": 64549.4, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:00:00.000Z", + "level": 232.36, + "flow": 3014.7, + "inflow": 3141.5, + "volume": 64549.48, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:10:00.000Z", + "level": 232.36, + "flow": 2994.3, + "inflow": 3117.5, + "volume": 64549.55, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:20:00.000Z", + "level": 232.36, + "flow": 3006.3, + "inflow": 3153.4, + "volume": 64549.64, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:30:00.000Z", + "level": 232.36, + "flow": 3010.5, + "inflow": 3150.9, + "volume": 64549.72, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:40:00.000Z", + "level": 232.36, + "flow": 3012.4, + "inflow": 3157.3, + "volume": 64549.81, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:50:00.000Z", + "level": 232.36, + "flow": 2986.9, + "inflow": 3163.9, + "volume": 64549.92, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:00:00.000Z", + "level": 232.36, + "flow": 2787.9, + "inflow": 3233.2, + "volume": 64550.19, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:10:00.000Z", + "level": 232.36, + "flow": 2766.5, + "inflow": 3200.6, + "volume": 64550.45, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:20:00.000Z", + "level": 232.36, + "flow": 2788.3, + "inflow": 3217.6, + "volume": 64550.71, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:30:00.000Z", + "level": 232.36, + "flow": 2764.7, + "inflow": 3195.9, + "volume": 64550.97, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:40:00.000Z", + "level": 232.37, + "flow": 2776.6, + "inflow": 3201.7, + "volume": 64551.23, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:50:00.000Z", + "level": 232.37, + "flow": 2773.9, + "inflow": 3204.2, + "volume": 64551.49, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:00:00.000Z", + "level": 232.37, + "flow": 2599.8, + "inflow": 3323.2, + "volume": 64551.92, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:10:00.000Z", + "level": 232.37, + "flow": 2617.8, + "inflow": 3316, + "volume": 64552.34, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:20:00.000Z", + "level": 232.37, + "flow": 2622.6, + "inflow": 3320.8, + "volume": 64552.76, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:30:00.000Z", + "level": 232.37, + "flow": 2613.6, + "inflow": 3291.9, + "volume": 64553.17, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:40:00.000Z", + "level": 232.37, + "flow": 2604.3, + "inflow": 3265.7, + "volume": 64553.57, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:50:00.000Z", + "level": 232.37, + "flow": 2608.6, + "inflow": 3299.4, + "volume": 64553.98, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:00:00.000Z", + "level": 232.37, + "flow": 2554.7, + "inflow": 3372.4, + "volume": 64554.47, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:10:00.000Z", + "level": 232.37, + "flow": 2544, + "inflow": 3384.7, + "volume": 64554.97, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:20:00.000Z", + "level": 232.37, + "flow": 2551.4, + "inflow": 3328, + "volume": 64555.44, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:30:00.000Z", + "level": 232.38, + "flow": 2541.6, + "inflow": 3361.6, + "volume": 64555.93, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:40:00.000Z", + "level": 232.38, + "flow": 2535.5, + "inflow": 3352.7, + "volume": 64556.42, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:50:00.000Z", + "level": 232.38, + "flow": 2564.2, + "inflow": 3364.1, + "volume": 64556.9, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:00:00.000Z", + "level": 232.38, + "flow": 2622.6, + "inflow": 3420.9, + "volume": 64557.38, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:10:00.000Z", + "level": 232.38, + "flow": 2616.1, + "inflow": 3387.1, + "volume": 64557.84, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:20:00.000Z", + "level": 232.38, + "flow": 2612.2, + "inflow": 3379.6, + "volume": 64558.3, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:30:00.000Z", + "level": 232.38, + "flow": 2600.8, + "inflow": 3394, + "volume": 64558.78, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:40:00.000Z", + "level": 232.38, + "flow": 2611, + "inflow": 3400.5, + "volume": 64559.25, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:50:00.000Z", + "level": 232.38, + "flow": 2613.9, + "inflow": 3425.4, + "volume": 64559.74, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:00:00.000Z", + "level": 232.38, + "flow": 2770.5, + "inflow": 3439.7, + "volume": 64560.14, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:10:00.000Z", + "level": 232.38, + "flow": 2785.8, + "inflow": 3425.8, + "volume": 64560.52, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:20:00.000Z", + "level": 232.39, + "flow": 2775.5, + "inflow": 3450.2, + "volume": 64560.92, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:30:00.000Z", + "level": 232.39, + "flow": 2780.2, + "inflow": 3433, + "volume": 64561.31, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:40:00.000Z", + "level": 232.39, + "flow": 2764.6, + "inflow": 3454.8, + "volume": 64561.72, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:50:00.000Z", + "level": 232.39, + "flow": 2778.8, + "inflow": 3449.8, + "volume": 64562.12, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:00:00.000Z", + "level": 232.39, + "flow": 3010.6, + "inflow": 3456.9, + "volume": 64562.39, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:10:00.000Z", + "level": 232.39, + "flow": 2990.1, + "inflow": 3427.4, + "volume": 64562.65, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:20:00.000Z", + "level": 232.39, + "flow": 2996.4, + "inflow": 3435.2, + "volume": 64562.91, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:30:00.000Z", + "level": 232.39, + "flow": 3007.5, + "inflow": 3428.5, + "volume": 64563.16, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:40:00.000Z", + "level": 232.39, + "flow": 2995.7, + "inflow": 3457.2, + "volume": 64563.44, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:50:00.000Z", + "level": 232.39, + "flow": 2990.8, + "inflow": 3448, + "volume": 64563.71, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:00:00.000Z", + "level": 232.39, + "flow": 3239.9, + "inflow": 3413.7, + "volume": 64563.81, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:10:00.000Z", + "level": 232.39, + "flow": 3220.3, + "inflow": 3426.4, + "volume": 64563.93, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:20:00.000Z", + "level": 232.39, + "flow": 3219.7, + "inflow": 3414.6, + "volume": 64564.05, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:30:00.000Z", + "level": 232.39, + "flow": 3210.1, + "inflow": 3463.6, + "volume": 64564.2, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:40:00.000Z", + "level": 232.39, + "flow": 3227.9, + "inflow": 3448.1, + "volume": 64564.33, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:50:00.000Z", + "level": 232.39, + "flow": 3216.6, + "inflow": 3437.7, + "volume": 64564.46, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:00:00.000Z", + "level": 232.39, + "flow": 3400.1, + "inflow": 3395.4, + "volume": 64564.46, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:10:00.000Z", + "level": 232.39, + "flow": 3391.9, + "inflow": 3382.4, + "volume": 64564.45, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:20:00.000Z", + "level": 232.39, + "flow": 3390.5, + "inflow": 3416.4, + "volume": 64564.47, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:30:00.000Z", + "level": 232.39, + "flow": 3388.6, + "inflow": 3390.8, + "volume": 64564.47, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:40:00.000Z", + "level": 232.39, + "flow": 3400.8, + "inflow": 3415.2, + "volume": 64564.48, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:50:00.000Z", + "level": 232.39, + "flow": 3391.2, + "inflow": 3376.7, + "volume": 64564.47, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:00:00.000Z", + "level": 232.39, + "flow": 3447.7, + "inflow": 3347.4, + "volume": 64564.41, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:10:00.000Z", + "level": 232.39, + "flow": 3441.7, + "inflow": 3337.6, + "volume": 64564.35, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:20:00.000Z", + "level": 232.39, + "flow": 3438.7, + "inflow": 3381.8, + "volume": 64564.32, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:30:00.000Z", + "level": 232.39, + "flow": 3460.8, + "inflow": 3363.1, + "volume": 64564.26, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:40:00.000Z", + "level": 232.39, + "flow": 3443.5, + "inflow": 3341.7, + "volume": 64564.2, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:50:00.000Z", + "level": 232.39, + "flow": 3443.6, + "inflow": 3329.2, + "volume": 64564.13, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:00:00.000Z", + "level": 232.39, + "flow": 3403.6, + "inflow": 3285.1, + "volume": 64564.06, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:10:00.000Z", + "level": 232.39, + "flow": 3381.7, + "inflow": 3264.1, + "volume": 64563.99, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:20:00.000Z", + "level": 232.39, + "flow": 3387.7, + "inflow": 3307.9, + "volume": 64563.94, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:30:00.000Z", + "level": 232.39, + "flow": 3393.4, + "inflow": 3274.7, + "volume": 64563.87, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:40:00.000Z", + "level": 232.39, + "flow": 3375.7, + "inflow": 3307.9, + "volume": 64563.83, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:50:00.000Z", + "level": 232.39, + "flow": 3379.3, + "inflow": 3264.2, + "volume": 64563.76, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:00:00.000Z", + "level": 232.39, + "flow": 3236, + "inflow": 3225.3, + "volume": 64563.75, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:10:00.000Z", + "level": 232.39, + "flow": 3223.7, + "inflow": 3229.3, + "volume": 64563.75, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:20:00.000Z", + "level": 232.39, + "flow": 3236.5, + "inflow": 3227.1, + "volume": 64563.74, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:30:00.000Z", + "level": 232.39, + "flow": 3223.4, + "inflow": 3198.6, + "volume": 64563.73, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:40:00.000Z", + "level": 232.39, + "flow": 3237.7, + "inflow": 3210.2, + "volume": 64563.71, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:50:00.000Z", + "level": 232.39, + "flow": 3212.9, + "inflow": 3248.2, + "volume": 64563.73, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:00:00.000Z", + "level": 232.39, + "flow": 2990.3, + "inflow": 3153.2, + "volume": 64563.83, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:10:00.000Z", + "level": 232.39, + "flow": 2999.5, + "inflow": 3132.8, + "volume": 64563.91, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:20:00.000Z", + "level": 232.39, + "flow": 3000, + "inflow": 3159.6, + "volume": 64564.01, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:30:00.000Z", + "level": 232.39, + "flow": 3002.8, + "inflow": 3138.1, + "volume": 64564.09, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:40:00.000Z", + "level": 232.39, + "flow": 3005.7, + "inflow": 3164.3, + "volume": 64564.19, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:50:00.000Z", + "level": 232.39, + "flow": 2986.1, + "inflow": 3147.6, + "volume": 64564.29, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:00:00.000Z", + "level": 232.39, + "flow": 2771.5, + "inflow": 3057.3, + "volume": 64564.46, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:10:00.000Z", + "level": 232.39, + "flow": 2760.4, + "inflow": 3046.3, + "volume": 64564.63, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:20:00.000Z", + "level": 232.39, + "flow": 2768.1, + "inflow": 3039.2, + "volume": 64564.79, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:30:00.000Z", + "level": 232.39, + "flow": 2768.7, + "inflow": 3055.2, + "volume": 64564.96, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:40:00.000Z", + "level": 232.39, + "flow": 2787.8, + "inflow": 3068.3, + "volume": 64565.13, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:50:00.000Z", + "level": 232.39, + "flow": 2766.3, + "inflow": 3075.6, + "volume": 64565.32, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:00:00.000Z", + "level": 232.4, + "flow": 2622, + "inflow": 2995.6, + "volume": 64565.54, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:10:00.000Z", + "level": 232.4, + "flow": 2607.2, + "inflow": 2979.6, + "volume": 64565.76, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:20:00.000Z", + "level": 232.4, + "flow": 2617.1, + "inflow": 2975.9, + "volume": 64565.98, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:30:00.000Z", + "level": 232.4, + "flow": 2622.5, + "inflow": 2964.7, + "volume": 64566.19, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:40:00.000Z", + "level": 232.4, + "flow": 2604.4, + "inflow": 3008.8, + "volume": 64566.43, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:50:00.000Z", + "level": 232.4, + "flow": 2601.9, + "inflow": 3016.5, + "volume": 64566.68, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:00:00.000Z", + "level": 232.4, + "flow": 2545.4, + "inflow": 2921.7, + "volume": 64566.91, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:10:00.000Z", + "level": 232.4, + "flow": 2562.5, + "inflow": 2929.4, + "volume": 64567.13, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:20:00.000Z", + "level": 232.4, + "flow": 2545.5, + "inflow": 2902.3, + "volume": 64567.34, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:30:00.000Z", + "level": 232.4, + "flow": 2557.5, + "inflow": 2955.3, + "volume": 64567.58, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:40:00.000Z", + "level": 232.4, + "flow": 2561.1, + "inflow": 2948.6, + "volume": 64567.81, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:50:00.000Z", + "level": 232.4, + "flow": 2537, + "inflow": 2908.8, + "volume": 64568.03, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:00:00.000Z", + "level": 232.4, + "flow": 2610.5, + "inflow": 2862.9, + "volume": 64568.18, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:10:00.000Z", + "level": 232.4, + "flow": 2617.1, + "inflow": 2865.4, + "volume": 64568.33, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:20:00.000Z", + "level": 232.4, + "flow": 2604.9, + "inflow": 2897.9, + "volume": 64568.51, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:30:00.000Z", + "level": 232.4, + "flow": 2610.4, + "inflow": 2867.4, + "volume": 64568.66, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:40:00.000Z", + "level": 232.4, + "flow": 2607.8, + "inflow": 2859.8, + "volume": 64568.81, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:50:00.000Z", + "level": 232.4, + "flow": 2620.6, + "inflow": 2860, + "volume": 64568.95, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:00:00.000Z", + "level": 232.4, + "flow": 2761.6, + "inflow": 2874.8, + "volume": 64569.02, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:10:00.000Z", + "level": 232.4, + "flow": 2786.8, + "inflow": 2829.4, + "volume": 64569.05, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:20:00.000Z", + "level": 232.4, + "flow": 2771.4, + "inflow": 2875.8, + "volume": 64569.11, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:30:00.000Z", + "level": 232.4, + "flow": 2777.4, + "inflow": 2852, + "volume": 64569.15, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:40:00.000Z", + "level": 232.4, + "flow": 2765.3, + "inflow": 2878.4, + "volume": 64569.22, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:50:00.000Z", + "level": 232.4, + "flow": 2785.9, + "inflow": 2876.7, + "volume": 64569.27, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:00:00.000Z", + "level": 232.4, + "flow": 2999, + "inflow": 2873.4, + "volume": 64569.19, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:10:00.000Z", + "level": 232.4, + "flow": 2996.8, + "inflow": 2858.5, + "volume": 64569.11, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:20:00.000Z", + "level": 232.4, + "flow": 3001.3, + "inflow": 2848.3, + "volume": 64569.02, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:30:00.000Z", + "level": 232.4, + "flow": 2996.9, + "inflow": 2846.7, + "volume": 64568.93, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 232.4, + "flow": 3000.9, + "inflow": 2820.7, + "volume": 64568.82, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 232.4, + "flow": 3010.1, + "inflow": 2815.8, + "volume": 64568.7, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 232.4, + "flow": 3224.4, + "inflow": 2861.6, + "volume": 64568.48, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 232.4, + "flow": 3223.1, + "inflow": 2846.7, + "volume": 64568.25, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 232.4, + "flow": 3230.6, + "inflow": 2881.6, + "volume": 64568.04, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 232.4, + "flow": 3227.2, + "inflow": 2872.1, + "volume": 64567.83, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 232.4, + "flow": 3229.6, + "inflow": 2836.6, + "volume": 64567.59, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 232.4, + "flow": 3237.3, + "inflow": 2851.2, + "volume": 64567.36, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 232.4, + "flow": 3394.5, + "inflow": 2906.9, + "volume": 64567.07, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 232.4, + "flow": 3381, + "inflow": 2871, + "volume": 64566.76, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 232.4, + "flow": 3386.3, + "inflow": 2901.4, + "volume": 64566.47, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 232.4, + "flow": 3404.1, + "inflow": 2866.1, + "volume": 64566.15, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 232.4, + "flow": 3392.5, + "inflow": 2856.1, + "volume": 64565.83, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 232.4, + "flow": 3376.3, + "inflow": 2882.7, + "volume": 64565.53, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 232.39, + "flow": 3435.4, + "inflow": 2953.9, + "volume": 64565.24, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 232.39, + "flow": 3448.1, + "inflow": 2944.9, + "volume": 64564.94, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 232.39, + "flow": 3447.1, + "inflow": 2929, + "volume": 64564.63, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 232.39, + "flow": 3443.5, + "inflow": 2957.1, + "volume": 64564.34, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 232.39, + "flow": 3447, + "inflow": 2912.9, + "volume": 64564.02, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 232.39, + "flow": 3465, + "inflow": 2956, + "volume": 64563.71, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 232.39, + "flow": 3377, + "inflow": 2997.5, + "volume": 64563.48, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 232.39, + "flow": 3382.3, + "inflow": 3007.8, + "volume": 64563.26, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 232.39, + "flow": 3377, + "inflow": 3012.5, + "volume": 64563.04, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 232.39, + "flow": 3404.4, + "inflow": 3008.3, + "volume": 64562.8, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 232.39, + "flow": 3378.1, + "inflow": 2967.7, + "volume": 64562.55, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 232.39, + "flow": 3378.3, + "inflow": 3001.5, + "volume": 64562.32, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 232.39, + "flow": 3234, + "inflow": 3070.3, + "volume": 64562.22, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 232.39, + "flow": 3235, + "inflow": 3083.2, + "volume": 64562.13, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 232.39, + "flow": 3217.4, + "inflow": 3049.3, + "volume": 64562.03, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 232.39, + "flow": 3235, + "inflow": 3039, + "volume": 64561.91, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 232.39, + "flow": 3212.2, + "inflow": 3084.9, + "volume": 64561.83, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 232.39, + "flow": 3233.3, + "inflow": 3073.4, + "volume": 64561.73, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 232.39, + "flow": 3006.2, + "inflow": 3152, + "volume": 64561.82, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 232.39, + "flow": 3001.6, + "inflow": 3136.9, + "volume": 64561.9, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 232.39, + "flow": 2986.2, + "inflow": 3175.8, + "volume": 64562.01, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 232.39, + "flow": 3012.8, + "inflow": 3143.2, + "volume": 64562.09, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 232.39, + "flow": 2996.7, + "inflow": 3131.2, + "volume": 64562.17, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 232.39, + "flow": 3004.2, + "inflow": 3120.1, + "volume": 64562.24, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 232.39, + "flow": 2783.3, + "inflow": 3211.3, + "volume": 64562.5, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 232.39, + "flow": 2760.4, + "inflow": 3204.2, + "volume": 64562.77, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 232.39, + "flow": 2789.2, + "inflow": 3252.4, + "volume": 64563.05, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 232.39, + "flow": 2777.9, + "inflow": 3208.5, + "volume": 64563.31, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 232.39, + "flow": 2784.3, + "inflow": 3210.3, + "volume": 64563.57, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 232.39, + "flow": 2781.8, + "inflow": 3241.3, + "volume": 64563.85, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 232.39, + "flow": 2601, + "inflow": 3306.3, + "volume": 64564.27, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 232.39, + "flow": 2616, + "inflow": 3304.2, + "volume": 64564.68, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 232.39, + "flow": 2611, + "inflow": 3317.4, + "volume": 64565.1, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 232.4, + "flow": 2608.8, + "inflow": 3297.8, + "volume": 64565.51, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 232.4, + "flow": 2611.2, + "inflow": 3293.8, + "volume": 64565.92, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 232.4, + "flow": 2601.8, + "inflow": 3285.8, + "volume": 64566.33, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 232.4, + "flow": 2536.4, + "inflow": 3331, + "volume": 64566.81, + "temperature": 24.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 232.4, + "flow": 2561.6, + "inflow": 3341.3, + "volume": 64567.28, + "temperature": 25.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 232.4, + "flow": 2541.7, + "inflow": 3342.3, + "volume": 64567.76, + "temperature": 24.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 232.4, + "flow": 2554.8, + "inflow": 3382, + "volume": 64568.26, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 232.4, + "flow": 2557.5, + "inflow": 3383.1, + "volume": 64568.76, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 232.4, + "flow": 2551.8, + "inflow": 3382.3, + "volume": 64569.26, + "temperature": 26.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 232.4, + "flow": 2612.3, + "inflow": 3397.8, + "volume": 64569.73, + "temperature": 26.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 232.41, + "flow": 2608.8, + "inflow": 3424.1, + "volume": 64570.22, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 232.41, + "flow": 2614.8, + "inflow": 3403.2, + "volume": 64570.69, + "temperature": 28, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 232.41, + "flow": 2598.5, + "inflow": 3386.8, + "volume": 64571.16, + "temperature": 26.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 232.41, + "flow": 2620.8, + "inflow": 3425, + "volume": 64571.64, + "temperature": 28.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 232.41, + "flow": 2603.5, + "inflow": 3380, + "volume": 64572.11, + "temperature": 27, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 232.41, + "flow": 2767.2, + "inflow": 3453.4, + "volume": 64572.52, + "temperature": 27.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 232.41, + "flow": 2787.5, + "inflow": 3451.2, + "volume": 64572.92, + "temperature": 27.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 232.41, + "flow": 2782.8, + "inflow": 3442.6, + "volume": 64573.32, + "temperature": 27.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 232.41, + "flow": 2784.6, + "inflow": 3436.5, + "volume": 64573.71, + "temperature": 27.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 232.41, + "flow": 2777.5, + "inflow": 3458.3, + "volume": 64574.12, + "temperature": 28.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 232.41, + "flow": 2777, + "inflow": 3450.1, + "volume": 64574.52, + "temperature": 28.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 232.41, + "flow": 2997, + "inflow": 3476.8, + "volume": 64574.81, + "temperature": 27.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 232.42, + "flow": 2989.5, + "inflow": 3476.4, + "volume": 64575.1, + "temperature": 27.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 232.42, + "flow": 2988.1, + "inflow": 3456.4, + "volume": 64575.38, + "temperature": 28.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 232.42, + "flow": 2987.4, + "inflow": 3457, + "volume": 64575.66, + "temperature": 28.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 232.42, + "flow": 2999.2, + "inflow": 3448, + "volume": 64575.93, + "temperature": 28, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 232.42, + "flow": 3007.5, + "inflow": 3441.6, + "volume": 64576.19, + "temperature": 27.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 232.42, + "flow": 3213.6, + "inflow": 3449.5, + "volume": 64576.33, + "temperature": 28.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 232.42, + "flow": 3218.3, + "inflow": 3425.9, + "volume": 64576.45, + "temperature": 28.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 232.42, + "flow": 3234.3, + "inflow": 3435.2, + "volume": 64576.57, + "temperature": 28.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 232.42, + "flow": 3225.9, + "inflow": 3424.5, + "volume": 64576.69, + "temperature": 27.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 232.42, + "flow": 3219.7, + "inflow": 3427.2, + "volume": 64576.81, + "temperature": 28.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 232.42, + "flow": 3229.5, + "inflow": 3452.9, + "volume": 64576.94, + "temperature": 26.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 232.42, + "flow": 3377.6, + "inflow": 3431.4, + "volume": 64576.97, + "temperature": 28, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 232.42, + "flow": 3402.5, + "inflow": 3420.9, + "volume": 64576.98, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 232.42, + "flow": 3389.6, + "inflow": 3422.9, + "volume": 64577, + "temperature": 27.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 232.42, + "flow": 3382.4, + "inflow": 3382.2, + "volume": 64577, + "temperature": 28.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 232.42, + "flow": 3383.8, + "inflow": 3436.2, + "volume": 64577.03, + "temperature": 27, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 232.42, + "flow": 3385.1, + "inflow": 3381.5, + "volume": 64577.03, + "temperature": 28.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 232.42, + "flow": 3452.5, + "inflow": 3340.2, + "volume": 64576.96, + "temperature": 26.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 232.42, + "flow": 3452.5, + "inflow": 3343.8, + "volume": 64576.89, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 232.42, + "flow": 3438.7, + "inflow": 3353.2, + "volume": 64576.84, + "temperature": 27.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 232.42, + "flow": 3452, + "inflow": 3379.9, + "volume": 64576.8, + "temperature": 25.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 232.42, + "flow": 3461.2, + "inflow": 3376, + "volume": 64576.75, + "temperature": 24.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 232.42, + "flow": 3438.8, + "inflow": 3355.3, + "volume": 64576.7, + "temperature": 24.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 232.42, + "flow": 3400.5, + "inflow": 3309.9, + "volume": 64576.65, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 232.42, + "flow": 3392.1, + "inflow": 3311.3, + "volume": 64576.6, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 232.42, + "flow": 3403, + "inflow": 3310.5, + "volume": 64576.54, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 232.42, + "flow": 3388.8, + "inflow": 3277.1, + "volume": 64576.47, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 232.42, + "flow": 3379.8, + "inflow": 3292.9, + "volume": 64576.42, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 232.42, + "flow": 3396.5, + "inflow": 3324, + "volume": 64576.38, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 232.42, + "flow": 3225.3, + "inflow": 3197.3, + "volume": 64576.36, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 232.42, + "flow": 3235, + "inflow": 3221.2, + "volume": 64576.35, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 232.42, + "flow": 3219.2, + "inflow": 3250.7, + "volume": 64576.37, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 232.42, + "flow": 3211.2, + "inflow": 3201.5, + "volume": 64576.36, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 232.42, + "flow": 3216.6, + "inflow": 3239.8, + "volume": 64576.37, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 232.42, + "flow": 3219.1, + "inflow": 3225.1, + "volume": 64576.37, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 232.42, + "flow": 2989.5, + "inflow": 3142.1, + "volume": 64576.46, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 232.42, + "flow": 3003.2, + "inflow": 3154, + "volume": 64576.55, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 232.42, + "flow": 3012.7, + "inflow": 3151.9, + "volume": 64576.63, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 232.42, + "flow": 2987.4, + "inflow": 3139.7, + "volume": 64576.72, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 232.42, + "flow": 3002.4, + "inflow": 3135.9, + "volume": 64576.8, + "temperature": 20.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 232.42, + "flow": 2997.8, + "inflow": 3148.8, + "volume": 64576.89, + "temperature": 19, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 232.42, + "flow": 2764.5, + "inflow": 3086.3, + "volume": 64577.08, + "temperature": 17.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 232.42, + "flow": 2761.5, + "inflow": 3094.5, + "volume": 64577.28, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 232.42, + "flow": 2765.8, + "inflow": 3069.6, + "volume": 64577.46, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 232.42, + "flow": 2761.3, + "inflow": 3050.1, + "volume": 64577.63, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 232.42, + "flow": 2771.3, + "inflow": 3042, + "volume": 64577.79, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 232.42, + "flow": 2763.4, + "inflow": 3094.7, + "volume": 64577.99, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 232.42, + "flow": 2602.9, + "inflow": 3014.6, + "volume": 64578.24, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 232.42, + "flow": 2602.2, + "inflow": 3001.6, + "volume": 64578.48, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 232.42, + "flow": 2608.4, + "inflow": 3027.6, + "volume": 64578.73, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 232.42, + "flow": 2598.5, + "inflow": 3024, + "volume": 64578.99, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 232.42, + "flow": 2598.6, + "inflow": 2978.9, + "volume": 64579.22, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 232.42, + "flow": 2606.7, + "inflow": 2984.9, + "volume": 64579.45, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 232.42, + "flow": 2563, + "inflow": 2921.3, + "volume": 64579.66, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 232.43, + "flow": 2549.8, + "inflow": 2914.5, + "volume": 64579.88, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 232.43, + "flow": 2550.2, + "inflow": 2909, + "volume": 64580.1, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 232.43, + "flow": 2557.4, + "inflow": 2925.1, + "volume": 64580.32, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 232.43, + "flow": 2548.1, + "inflow": 2939.4, + "volume": 64580.55, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 232.43, + "flow": 2563.4, + "inflow": 2914, + "volume": 64580.76, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 232.43, + "flow": 2611.4, + "inflow": 2875.7, + "volume": 64580.92, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 232.43, + "flow": 2614.5, + "inflow": 2865.1, + "volume": 64581.07, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 232.43, + "flow": 2596.9, + "inflow": 2873, + "volume": 64581.24, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 232.43, + "flow": 2609, + "inflow": 2870.5, + "volume": 64581.4, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 232.43, + "flow": 2616.8, + "inflow": 2871.7, + "volume": 64581.55, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 232.43, + "flow": 2602.4, + "inflow": 2897, + "volume": 64581.73, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 232.43, + "flow": 2784.8, + "inflow": 2829.6, + "volume": 64581.76, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 232.43, + "flow": 2768.3, + "inflow": 2869.8, + "volume": 64581.82, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 232.43, + "flow": 2766.8, + "inflow": 2858.8, + "volume": 64581.88, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 232.43, + "flow": 2782.9, + "inflow": 2866.6, + "volume": 64581.93, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 232.43, + "flow": 2789.2, + "inflow": 2851.9, + "volume": 64581.97, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 232.43, + "flow": 2764.9, + "inflow": 2857.6, + "volume": 64582.03, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 232.43, + "flow": 2987.7, + "inflow": 2865.9, + "volume": 64581.96, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 232.43, + "flow": 2987.6, + "inflow": 2858.4, + "volume": 64581.88, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 232.43, + "flow": 2985, + "inflow": 2853.7, + "volume": 64581.8, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 232.43, + "flow": 2993.3, + "inflow": 2866.4, + "volume": 64581.72, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 232.43, + "flow": 3000.1, + "inflow": 2874.6, + "volume": 64581.64, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 232.43, + "flow": 3013.1, + "inflow": 2834.8, + "volume": 64581.53, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 232.43, + "flow": 3211.4, + "inflow": 2846.1, + "volume": 64581.31, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 232.43, + "flow": 3239.8, + "inflow": 2842.5, + "volume": 64581.07, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 232.43, + "flow": 3214.7, + "inflow": 2879.7, + "volume": 64580.87, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 232.43, + "flow": 3225.6, + "inflow": 2857, + "volume": 64580.65, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 232.43, + "flow": 3234.8, + "inflow": 2836, + "volume": 64580.41, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 232.43, + "flow": 3235, + "inflow": 2834.1, + "volume": 64580.17, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 232.43, + "flow": 3388, + "inflow": 2878.4, + "volume": 64579.86, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 232.42, + "flow": 3389.6, + "inflow": 2910.8, + "volume": 64579.57, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 232.42, + "flow": 3377.2, + "inflow": 2905.3, + "volume": 64579.29, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 232.42, + "flow": 3399.7, + "inflow": 2913.7, + "volume": 64579, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 232.42, + "flow": 3398.4, + "inflow": 2885.7, + "volume": 64578.69, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 232.42, + "flow": 3393.2, + "inflow": 2901.1, + "volume": 64578.39, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 232.42, + "flow": 3447.9, + "inflow": 2948.2, + "volume": 64578.09, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 232.42, + "flow": 3455, + "inflow": 2942.7, + "volume": 64577.78, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 232.42, + "flow": 3446.6, + "inflow": 2932.6, + "volume": 64577.47, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 232.42, + "flow": 3441.2, + "inflow": 2910.7, + "volume": 64577.15, + "temperature": 11.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 232.42, + "flow": 3442.9, + "inflow": 2909.7, + "volume": 64576.83, + "temperature": 10.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 232.42, + "flow": 3462.9, + "inflow": 2912.9, + "volume": 64576.5, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 232.42, + "flow": 3378.2, + "inflow": 3024.2, + "volume": 64576.29, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 232.42, + "flow": 3394, + "inflow": 2997.4, + "volume": 64576.05, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 232.42, + "flow": 3391.7, + "inflow": 3021.3, + "volume": 64575.83, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 232.42, + "flow": 3397.6, + "inflow": 2989.5, + "volume": 64575.59, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 232.42, + "flow": 3390.4, + "inflow": 2977.1, + "volume": 64575.34, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 232.42, + "flow": 3392.4, + "inflow": 2980.1, + "volume": 64575.09, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 232.42, + "flow": 3231.7, + "inflow": 3070.4, + "volume": 64574.99, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 232.41, + "flow": 3239.2, + "inflow": 3087.5, + "volume": 64574.9, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 232.41, + "flow": 3210.7, + "inflow": 3068.7, + "volume": 64574.81, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 232.41, + "flow": 3219.1, + "inflow": 3049, + "volume": 64574.71, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 232.41, + "flow": 3212, + "inflow": 3056.3, + "volume": 64574.62, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 232.41, + "flow": 3235.4, + "inflow": 3088.1, + "volume": 64574.53, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 232.41, + "flow": 3007.9, + "inflow": 3134.6, + "volume": 64574.61, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 232.41, + "flow": 2995.9, + "inflow": 3139.7, + "volume": 64574.7, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 232.41, + "flow": 2993.4, + "inflow": 3179.3, + "volume": 64574.81, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 232.41, + "flow": 2987.1, + "inflow": 3121.3, + "volume": 64574.89, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 232.42, + "flow": 2997.5, + "inflow": 3132.4, + "volume": 64574.97, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 232.42, + "flow": 3013.6, + "inflow": 3153.8, + "volume": 64575.05, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 232.42, + "flow": 2770.8, + "inflow": 3233, + "volume": 64575.33, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 232.42, + "flow": 2771.8, + "inflow": 3256.6, + "volume": 64575.62, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 232.42, + "flow": 2771.4, + "inflow": 3238.8, + "volume": 64575.9, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 232.42, + "flow": 2789, + "inflow": 3222.8, + "volume": 64576.16, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 232.42, + "flow": 2776.1, + "inflow": 3205.5, + "volume": 64576.42, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 232.42, + "flow": 2783.6, + "inflow": 3201.6, + "volume": 64576.67, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 232.42, + "flow": 2620.6, + "inflow": 3296.3, + "volume": 64577.08, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 232.42, + "flow": 2609.3, + "inflow": 3280.1, + "volume": 64577.48, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 232.42, + "flow": 2608.2, + "inflow": 3289.1, + "volume": 64577.89, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 232.42, + "flow": 2615.4, + "inflow": 3321, + "volume": 64578.31, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 232.42, + "flow": 2608.5, + "inflow": 3305.3, + "volume": 64578.73, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 232.42, + "flow": 2596.9, + "inflow": 3303.6, + "volume": 64579.15, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 232.42, + "flow": 2553.5, + "inflow": 3362.6, + "volume": 64579.64, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 232.43, + "flow": 2556.6, + "inflow": 3389, + "volume": 64580.14, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 232.43, + "flow": 2549.4, + "inflow": 3360.6, + "volume": 64580.63, + "temperature": 22.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 232.43, + "flow": 2560.5, + "inflow": 3386, + "volume": 64581.13, + "temperature": 23.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 232.43, + "flow": 2541.8, + "inflow": 3351.1, + "volume": 64581.62, + "temperature": 23, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 232.43, + "flow": 2540.4, + "inflow": 3361.7, + "volume": 64582.11, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 232.43, + "flow": 2625.1, + "inflow": 3397.2, + "volume": 64582.57, + "temperature": 25.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 232.43, + "flow": 2616.1, + "inflow": 3437.9, + "volume": 64583.06, + "temperature": 25.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 232.43, + "flow": 2623.9, + "inflow": 3414.8, + "volume": 64583.53, + "temperature": 25.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 232.43, + "flow": 2613.4, + "inflow": 3431.1, + "volume": 64584.02, + "temperature": 24.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 232.44, + "flow": 2612.6, + "inflow": 3417.9, + "volume": 64584.5, + "temperature": 24.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 232.44, + "flow": 2599.6, + "inflow": 3424.3, + "volume": 64584.99, + "temperature": 25.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 232.44, + "flow": 2788.5, + "inflow": 3454.3, + "volume": 64585.39, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 232.44, + "flow": 2782.2, + "inflow": 3453, + "volume": 64585.79, + "temperature": 25.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 232.44, + "flow": 2788.2, + "inflow": 3468.1, + "volume": 64586.2, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 232.44, + "flow": 2772.5, + "inflow": 3442.9, + "volume": 64586.6, + "temperature": 26.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 232.44, + "flow": 2761, + "inflow": 3441.1, + "volume": 64587.01, + "temperature": 26.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 232.44, + "flow": 2777.8, + "inflow": 3423.3, + "volume": 64587.4, + "temperature": 27.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 232.44, + "flow": 2997, + "inflow": 3473.2, + "volume": 64587.69, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 232.44, + "flow": 3001.5, + "inflow": 3460.8, + "volume": 64587.97, + "temperature": 25.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 232.44, + "flow": 3002.5, + "inflow": 3452.6, + "volume": 64588.24, + "temperature": 25.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 232.44, + "flow": 3010.8, + "inflow": 3460, + "volume": 64588.51, + "temperature": 24.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 232.44, + "flow": 2987.9, + "inflow": 3430.3, + "volume": 64588.78, + "temperature": 24.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 232.44, + "flow": 3001.7, + "inflow": 3452.8, + "volume": 64589.05, + "temperature": 24.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 232.44, + "flow": 3222.3, + "inflow": 3458.8, + "volume": 64589.19, + "temperature": 24.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 232.45, + "flow": 3214.7, + "inflow": 3457.2, + "volume": 64589.34, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 232.45, + "flow": 3228, + "inflow": 3449.1, + "volume": 64589.47, + "temperature": 23.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 232.45, + "flow": 3219.2, + "inflow": 3417.3, + "volume": 64589.59, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 232.45, + "flow": 3391, + "inflow": 3388, + "volume": 64589.59, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 232.45, + "flow": 3379.4, + "inflow": 3427.2, + "volume": 64589.62, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 232.45, + "flow": 3400.1, + "inflow": 3416.7, + "volume": 64589.63, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 232.45, + "flow": 3404, + "inflow": 3387.8, + "volume": 64589.62, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 232.45, + "flow": 3393.2, + "inflow": 3391.9, + "volume": 64589.62, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 232.45, + "flow": 3391.8, + "inflow": 3409.9, + "volume": 64589.63, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 232.45, + "flow": 3462.9, + "inflow": 3384, + "volume": 64589.58, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 232.45, + "flow": 3435.9, + "inflow": 3355.5, + "volume": 64589.53, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 232.45, + "flow": 3447.8, + "inflow": 3378.4, + "volume": 64589.49, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 232.45, + "flow": 3448.6, + "inflow": 3366.6, + "volume": 64589.44, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 232.45, + "flow": 3456.6, + "inflow": 3381.7, + "volume": 64589.4, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 232.45, + "flow": 3458.2, + "inflow": 3386.5, + "volume": 64589.36, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 232.45, + "flow": 3382.6, + "inflow": 3304, + "volume": 64589.31, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 232.44, + "flow": 3385.8, + "inflow": 3285.7, + "volume": 64589.25, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 232.44, + "flow": 3375.3, + "inflow": 3293.1, + "volume": 64589.2, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 232.44, + "flow": 3387, + "inflow": 3327.3, + "volume": 64589.16, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 232.44, + "flow": 3397.9, + "inflow": 3294.8, + "volume": 64589.1, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 232.44, + "flow": 3397.5, + "inflow": 3307.2, + "volume": 64589.05, + "temperature": 21.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 232.44, + "flow": 3238.5, + "inflow": 3202.5, + "volume": 64589.03, + "temperature": 20.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 232.44, + "flow": 3214.8, + "inflow": 3218.5, + "volume": 64589.03, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 232.44, + "flow": 3237.5, + "inflow": 3252.3, + "volume": 64589.04, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 232.44, + "flow": 3234.8, + "inflow": 3200.4, + "volume": 64589.02, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 232.44, + "flow": 3234.1, + "inflow": 3243.7, + "volume": 64589.03, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 232.44, + "flow": 3211.7, + "inflow": 3224.6, + "volume": 64589.04, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 232.44, + "flow": 3014.2, + "inflow": 3132.9, + "volume": 64589.11, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 232.44, + "flow": 2987.8, + "inflow": 3140.8, + "volume": 64589.2, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 232.45, + "flow": 2988.2, + "inflow": 3144.7, + "volume": 64589.29, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 232.45, + "flow": 3006.2, + "inflow": 3123.4, + "volume": 64589.36, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 232.45, + "flow": 2986.4, + "inflow": 3134.4, + "volume": 64589.45, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 232.45, + "flow": 2988.3, + "inflow": 3178.1, + "volume": 64589.56, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 232.45, + "flow": 2783.5, + "inflow": 3052.2, + "volume": 64589.72, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 232.45, + "flow": 2777.8, + "inflow": 3061, + "volume": 64589.89, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 232.45, + "flow": 2782.6, + "inflow": 3072.2, + "volume": 64590.06, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 232.45, + "flow": 2777.6, + "inflow": 3071.6, + "volume": 64590.24, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 232.45, + "flow": 2786.3, + "inflow": 3049.9, + "volume": 64590.4, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 232.45, + "flow": 2762, + "inflow": 3062.7, + "volume": 64590.58, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 232.45, + "flow": 2617.5, + "inflow": 2970.6, + "volume": 64590.79, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 232.45, + "flow": 2600.6, + "inflow": 2996.6, + "volume": 64591.03, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 232.45, + "flow": 2619.5, + "inflow": 3018.7, + "volume": 64591.27, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 232.45, + "flow": 2622.2, + "inflow": 3017, + "volume": 64591.51, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 232.45, + "flow": 2616.7, + "inflow": 3016.1, + "volume": 64591.75, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 232.45, + "flow": 2622, + "inflow": 2977.9, + "volume": 64591.96, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 232.45, + "flow": 2547.8, + "inflow": 2946.9, + "volume": 64592.2, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 232.45, + "flow": 2561.8, + "inflow": 2941.5, + "volume": 64592.43, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 232.45, + "flow": 2560.4, + "inflow": 2920.5, + "volume": 64592.65, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 232.45, + "flow": 2562.7, + "inflow": 2945.6, + "volume": 64592.88, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 232.45, + "flow": 2561.5, + "inflow": 2921.8, + "volume": 64593.1, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 232.45, + "flow": 2561, + "inflow": 2935.4, + "volume": 64593.32, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 232.45, + "flow": 2617.5, + "inflow": 2899.1, + "volume": 64593.49, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 232.45, + "flow": 2596.5, + "inflow": 2899.7, + "volume": 64593.67, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 232.45, + "flow": 2613.9, + "inflow": 2916.7, + "volume": 64593.85, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 232.45, + "flow": 2599.8, + "inflow": 2873.5, + "volume": 64594.01, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 232.46, + "flow": 2600, + "inflow": 2900.6, + "volume": 64594.19, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 232.46, + "flow": 2624.5, + "inflow": 2868.1, + "volume": 64594.34, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 232.46, + "flow": 2773.7, + "inflow": 2852.2, + "volume": 64594.39, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 232.46, + "flow": 2780.7, + "inflow": 2858.5, + "volume": 64594.44, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 232.46, + "flow": 2769.7, + "inflow": 2887.3, + "volume": 64594.51, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 232.46, + "flow": 2776.4, + "inflow": 2844.1, + "volume": 64594.55, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 232.46, + "flow": 2769.7, + "inflow": 2875.6, + "volume": 64594.61, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 232.46, + "flow": 2760.9, + "inflow": 2835.9, + "volume": 64594.65, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 232.46, + "flow": 2987.9, + "inflow": 2847.7, + "volume": 64594.57, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 232.46, + "flow": 3005.2, + "inflow": 2874, + "volume": 64594.49, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 232.46, + "flow": 2994, + "inflow": 2869.6, + "volume": 64594.42, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 232.46, + "flow": 2998.8, + "inflow": 2827.3, + "volume": 64594.32, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 232.46, + "flow": 3001.3, + "inflow": 2856.9, + "volume": 64594.23, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 232.46, + "flow": 3007.9, + "inflow": 2841, + "volume": 64594.13, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 232.45, + "flow": 3212.1, + "inflow": 2839, + "volume": 64593.91, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 232.45, + "flow": 3218.5, + "inflow": 2870.5, + "volume": 64593.7, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 232.45, + "flow": 3210.1, + "inflow": 2836.4, + "volume": 64593.48, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 232.45, + "flow": 3228.7, + "inflow": 2865.1, + "volume": 64593.26, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 232.45, + "flow": 3238.6, + "inflow": 2864.8, + "volume": 64593.04, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 232.45, + "flow": 3218, + "inflow": 2864, + "volume": 64592.83, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 232.45, + "flow": 3396.9, + "inflow": 2884.2, + "volume": 64592.52, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 232.45, + "flow": 3395.2, + "inflow": 2876.9, + "volume": 64592.21, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 232.45, + "flow": 3382.7, + "inflow": 2894.4, + "volume": 64591.92, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 232.45, + "flow": 3388.4, + "inflow": 2909.1, + "volume": 64591.63, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 232.45, + "flow": 3387.8, + "inflow": 2912.4, + "volume": 64591.34, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 232.45, + "flow": 3400.9, + "inflow": 2870.6, + "volume": 64591.02, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 232.45, + "flow": 3446, + "inflow": 2953.9, + "volume": 64590.72, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 232.45, + "flow": 3440.7, + "inflow": 2932.7, + "volume": 64590.42, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 232.45, + "flow": 3458.5, + "inflow": 2949.3, + "volume": 64590.11, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 232.45, + "flow": 3452.2, + "inflow": 2936.6, + "volume": 64589.8, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 232.45, + "flow": 3437.2, + "inflow": 2953.5, + "volume": 64589.51, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 232.44, + "flow": 3441.8, + "inflow": 2937.9, + "volume": 64589.21, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 232.44, + "flow": 3384.6, + "inflow": 2997.6, + "volume": 64588.98, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 232.44, + "flow": 3389.7, + "inflow": 3000, + "volume": 64588.75, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 232.44, + "flow": 3402.3, + "inflow": 3000.3, + "volume": 64588.51, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 232.44, + "flow": 3391.3, + "inflow": 2985.4, + "volume": 64588.27, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 232.44, + "flow": 3395.4, + "inflow": 3000.4, + "volume": 64588.03, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 232.44, + "flow": 3397.8, + "inflow": 3028.1, + "volume": 64587.81, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 232.44, + "flow": 3216.8, + "inflow": 3078.4, + "volume": 64587.73, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 232.44, + "flow": 3217.4, + "inflow": 3089.4, + "volume": 64587.65, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 232.44, + "flow": 3228.5, + "inflow": 3059.9, + "volume": 64587.55, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 232.44, + "flow": 3234.3, + "inflow": 3099.4, + "volume": 64587.47, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 232.44, + "flow": 3219.5, + "inflow": 3087.8, + "volume": 64587.39, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 232.44, + "flow": 3232.2, + "inflow": 3093.2, + "volume": 64587.31, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 232.44, + "flow": 3004.8, + "inflow": 3148.1, + "volume": 64587.4, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 232.44, + "flow": 2986, + "inflow": 3131.9, + "volume": 64587.49, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 232.44, + "flow": 2987.6, + "inflow": 3119.8, + "volume": 64587.57, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 232.44, + "flow": 2996.2, + "inflow": 3163.5, + "volume": 64587.67, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 232.44, + "flow": 3006.9, + "inflow": 3131.6, + "volume": 64587.74, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 232.44, + "flow": 3015, + "inflow": 3123.3, + "volume": 64587.8, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 232.44, + "flow": 2785.6, + "inflow": 3199.3, + "volume": 64588.05, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 232.44, + "flow": 2780.7, + "inflow": 3219.5, + "volume": 64588.31, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 232.44, + "flow": 2778.3, + "inflow": 3225.8, + "volume": 64588.58, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 232.44, + "flow": 2781.8, + "inflow": 3210, + "volume": 64588.84, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 232.44, + "flow": 2788.6, + "inflow": 3220.3, + "volume": 64589.1, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 232.45, + "flow": 2780.5, + "inflow": 3255.1, + "volume": 64589.38, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 232.45, + "flow": 2605.8, + "inflow": 3273.3, + "volume": 64589.78, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 232.45, + "flow": 2606.6, + "inflow": 3302.2, + "volume": 64590.2, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 232.45, + "flow": 2615.6, + "inflow": 3324.2, + "volume": 64590.63, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 232.45, + "flow": 2595.3, + "inflow": 3285.1, + "volume": 64591.04, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 232.45, + "flow": 2609, + "inflow": 3320.9, + "volume": 64591.47, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 232.45, + "flow": 2618, + "inflow": 3280.1, + "volume": 64591.87, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 232.45, + "flow": 2541.8, + "inflow": 3342.5, + "volume": 64592.35, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 232.45, + "flow": 2542.1, + "inflow": 3347.7, + "volume": 64592.83, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 232.45, + "flow": 2536, + "inflow": 3339, + "volume": 64593.31, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 232.45, + "flow": 2561.7, + "inflow": 3378.4, + "volume": 64593.8, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 232.46, + "flow": 2556.6, + "inflow": 3360.9, + "volume": 64594.28, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 232.46, + "flow": 2538, + "inflow": 3331.4, + "volume": 64594.76, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 232.46, + "flow": 2602.5, + "inflow": 3411.9, + "volume": 64595.25, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 232.46, + "flow": 2604.6, + "inflow": 3396, + "volume": 64595.72, + "temperature": 24.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 232.46, + "flow": 2622.5, + "inflow": 3383.7, + "volume": 64596.18, + "temperature": 24.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 232.46, + "flow": 2602.2, + "inflow": 3392, + "volume": 64596.65, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 232.46, + "flow": 2622.2, + "inflow": 3422.6, + "volume": 64597.13, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 232.46, + "flow": 2605.7, + "inflow": 3422.1, + "volume": 64597.62, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 232.46, + "flow": 2770.2, + "inflow": 3431.6, + "volume": 64598.02, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 232.46, + "flow": 2767.1, + "inflow": 3443.2, + "volume": 64598.43, + "temperature": 24.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 232.47, + "flow": 2780.7, + "inflow": 3462.8, + "volume": 64598.84, + "temperature": 24.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 232.47, + "flow": 2762.2, + "inflow": 3457.3, + "volume": 64599.26, + "temperature": 24.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 232.47, + "flow": 2773.1, + "inflow": 3457.7, + "volume": 64599.67, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 232.47, + "flow": 2775.2, + "inflow": 3454.6, + "volume": 64600.08, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 232.47, + "flow": 3009, + "inflow": 3442, + "volume": 64600.34, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 232.47, + "flow": 2985.5, + "inflow": 3456.3, + "volume": 64600.62, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 232.47, + "flow": 2998.3, + "inflow": 3465.8, + "volume": 64600.9, + "temperature": 25.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 232.47, + "flow": 2987.3, + "inflow": 3429.7, + "volume": 64601.17, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 232.47, + "flow": 2987.3, + "inflow": 3461.1, + "volume": 64601.45, + "temperature": 26.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 232.47, + "flow": 3009.6, + "inflow": 3465.5, + "volume": 64601.72, + "temperature": 25.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 232.47, + "flow": 3217.9, + "inflow": 3450.9, + "volume": 64601.86, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 232.47, + "flow": 3225.1, + "inflow": 3423.4, + "volume": 64601.98, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 232.47, + "flow": 3232.9, + "inflow": 3453.7, + "volume": 64602.11, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 232.47, + "flow": 3232.2, + "inflow": 3465.3, + "volume": 64602.25, + "temperature": 25.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 232.47, + "flow": 3237.5, + "inflow": 3445, + "volume": 64602.37, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 232.47, + "flow": 3233.4, + "inflow": 3432.2, + "volume": 64602.49, + "temperature": 26.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 232.47, + "flow": 3400.6, + "inflow": 3385.9, + "volume": 64602.48, + "temperature": 25, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 232.47, + "flow": 3390.1, + "inflow": 3433.7, + "volume": 64602.51, + "temperature": 25.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 232.47, + "flow": 3387.7, + "inflow": 3416, + "volume": 64602.53, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 232.47, + "flow": 3383.5, + "inflow": 3431.7, + "volume": 64602.56, + "temperature": 25.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 232.47, + "flow": 3398, + "inflow": 3432.5, + "volume": 64602.58, + "temperature": 25, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 232.47, + "flow": 3401.7, + "inflow": 3385.5, + "volume": 64602.57, + "temperature": 26.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 232.47, + "flow": 3445, + "inflow": 3359.9, + "volume": 64602.52, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 232.47, + "flow": 3446, + "inflow": 3341, + "volume": 64602.46, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 232.47, + "flow": 3400.1, + "inflow": 3311, + "volume": 64602.41, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 232.47, + "flow": 3380.6, + "inflow": 3311, + "volume": 64602.37, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 232.47, + "flow": 3404, + "inflow": 3297.7, + "volume": 64602.31, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 232.47, + "flow": 3378.1, + "inflow": 3289.6, + "volume": 64602.26, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 232.47, + "flow": 3379.6, + "inflow": 3313.4, + "volume": 64602.22, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 232.47, + "flow": 3380.8, + "inflow": 3327.3, + "volume": 64602.19, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 232.47, + "flow": 3237.7, + "inflow": 3246.6, + "volume": 64602.2, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 232.47, + "flow": 3212.3, + "inflow": 3254.8, + "volume": 64602.23, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 232.47, + "flow": 3225.7, + "inflow": 3229.6, + "volume": 64602.23, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 232.47, + "flow": 3221, + "inflow": 3233, + "volume": 64602.24, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 232.47, + "flow": 3239.3, + "inflow": 3200.6, + "volume": 64602.22, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 232.47, + "flow": 3237.2, + "inflow": 3231.7, + "volume": 64602.22, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 232.47, + "flow": 2994.2, + "inflow": 3120.9, + "volume": 64602.3, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 232.47, + "flow": 3007, + "inflow": 3133.7, + "volume": 64602.38, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 232.47, + "flow": 3007.4, + "inflow": 3159.8, + "volume": 64602.47, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 232.47, + "flow": 3003.8, + "inflow": 3123.8, + "volume": 64602.54, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 232.47, + "flow": 3011.2, + "inflow": 3166.8, + "volume": 64602.63, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 232.47, + "flow": 2998.5, + "inflow": 3127.5, + "volume": 64602.71, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 232.47, + "flow": 2787.3, + "inflow": 3077.1, + "volume": 64602.88, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 232.47, + "flow": 2786.4, + "inflow": 3077.5, + "volume": 64603.05, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 232.47, + "flow": 2769.3, + "inflow": 3076.9, + "volume": 64603.23, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 232.47, + "flow": 2786.7, + "inflow": 3044.1, + "volume": 64603.38, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 232.47, + "flow": 2777.2, + "inflow": 3096.7, + "volume": 64603.57, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 232.48, + "flow": 2785.4, + "inflow": 3054.8, + "volume": 64603.73, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 232.48, + "flow": 2597.6, + "inflow": 3024.5, + "volume": 64603.99, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 232.48, + "flow": 2598.7, + "inflow": 3009.2, + "volume": 64604.24, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 232.48, + "flow": 2602.6, + "inflow": 3018.9, + "volume": 64604.49, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 232.48, + "flow": 2624.6, + "inflow": 2988, + "volume": 64604.71, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 232.48, + "flow": 2607.7, + "inflow": 2970, + "volume": 64604.93, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 232.48, + "flow": 2624.8, + "inflow": 2974.4, + "volume": 64605.14, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 232.48, + "flow": 2544.5, + "inflow": 2923.8, + "volume": 64605.37, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 232.48, + "flow": 2540.5, + "inflow": 2957, + "volume": 64605.62, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 232.48, + "flow": 2543.7, + "inflow": 2935.2, + "volume": 64605.85, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 232.48, + "flow": 2535.5, + "inflow": 2929.6, + "volume": 64606.09, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 232.48, + "flow": 2547, + "inflow": 2965.3, + "volume": 64606.34, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 232.48, + "flow": 2563.2, + "inflow": 2959.8, + "volume": 64606.58, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 232.48, + "flow": 2606.4, + "inflow": 2915.6, + "volume": 64606.77, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 232.48, + "flow": 2621.6, + "inflow": 2887.8, + "volume": 64606.93, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 232.48, + "flow": 2624.7, + "inflow": 2912.4, + "volume": 64607.1, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 232.48, + "flow": 2595.7, + "inflow": 2910.7, + "volume": 64607.29, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 232.48, + "flow": 2600.4, + "inflow": 2895.2, + "volume": 64607.47, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 232.48, + "flow": 2625.3, + "inflow": 2869.8, + "volume": 64607.62, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 232.48, + "flow": 2785.6, + "inflow": 2833.8, + "volume": 64607.65, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 232.48, + "flow": 2788.4, + "inflow": 2834.4, + "volume": 64607.68, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 232.48, + "flow": 2764, + "inflow": 2850.3, + "volume": 64607.73, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 232.48, + "flow": 2769.7, + "inflow": 2860.8, + "volume": 64607.78, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 232.48, + "flow": 2772.7, + "inflow": 2886.2, + "volume": 64607.85, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 232.48, + "flow": 2761.1, + "inflow": 2858.2, + "volume": 64607.91, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 232.48, + "flow": 3012.1, + "inflow": 2834, + "volume": 64607.8, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 232.48, + "flow": 3008.7, + "inflow": 2835.7, + "volume": 64607.7, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 232.48, + "flow": 3013.3, + "inflow": 2869.6, + "volume": 64607.61, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 232.48, + "flow": 3005.5, + "inflow": 2856.8, + "volume": 64607.52, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 232.48, + "flow": 3012.2, + "inflow": 2866.6, + "volume": 64607.43, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 232.48, + "flow": 2993, + "inflow": 2822.8, + "volume": 64607.33, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 232.48, + "flow": 3219.5, + "inflow": 2835.8, + "volume": 64607.1, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 232.48, + "flow": 3237.9, + "inflow": 2852.5, + "volume": 64606.87, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 232.48, + "flow": 3223.6, + "inflow": 2840.9, + "volume": 64606.64, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 232.48, + "flow": 3216.2, + "inflow": 2863.6, + "volume": 64606.43, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 232.48, + "flow": 3235.6, + "inflow": 2888, + "volume": 64606.22, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 232.48, + "flow": 3220.4, + "inflow": 2830.5, + "volume": 64605.99, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 232.48, + "flow": 3392.1, + "inflow": 2899.2, + "volume": 64605.69, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 232.48, + "flow": 3391.7, + "inflow": 2866.3, + "volume": 64605.37, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 232.48, + "flow": 3397.7, + "inflow": 2906.1, + "volume": 64605.08, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 232.48, + "flow": 3404.2, + "inflow": 2859.1, + "volume": 64604.75, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 232.48, + "flow": 3377.8, + "inflow": 2863, + "volume": 64604.44, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 232.48, + "flow": 3403.5, + "inflow": 2905.9, + "volume": 64604.14, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 232.48, + "flow": 3450, + "inflow": 2953.3, + "volume": 64603.84, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 232.47, + "flow": 3463.5, + "inflow": 2924.8, + "volume": 64603.52, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 232.47, + "flow": 3457.2, + "inflow": 2940.8, + "volume": 64603.21, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 232.47, + "flow": 3436.9, + "inflow": 2915.1, + "volume": 64602.9, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 232.47, + "flow": 3436.5, + "inflow": 2931.6, + "volume": 64602.6, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 232.47, + "flow": 3450.5, + "inflow": 2912.9, + "volume": 64602.28, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 232.47, + "flow": 3385.5, + "inflow": 3026.6, + "volume": 64602.06, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 232.47, + "flow": 3396.6, + "inflow": 2982.5, + "volume": 64601.81, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 232.47, + "flow": 3386, + "inflow": 3007.4, + "volume": 64601.58, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 232.47, + "flow": 3388.9, + "inflow": 2988.9, + "volume": 64601.34, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 232.47, + "flow": 3376.3, + "inflow": 3024.4, + "volume": 64601.13, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 232.47, + "flow": 3402.4, + "inflow": 2989.6, + "volume": 64600.88, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 232.47, + "flow": 3213.6, + "inflow": 3088.5, + "volume": 64600.8, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 232.47, + "flow": 3226, + "inflow": 3047.7, + "volume": 64600.69, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 232.47, + "flow": 3210.8, + "inflow": 3069.5, + "volume": 64600.61, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 232.47, + "flow": 3230.9, + "inflow": 3052, + "volume": 64600.5, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 232.47, + "flow": 3214.4, + "inflow": 3083.6, + "volume": 64600.42, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 232.47, + "flow": 3218.8, + "inflow": 3071, + "volume": 64600.33, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 232.47, + "flow": 2999.8, + "inflow": 3115.6, + "volume": 64600.4, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 232.47, + "flow": 3013.3, + "inflow": 3123.6, + "volume": 64600.47, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 232.47, + "flow": 2992.4, + "inflow": 3151.1, + "volume": 64600.57, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 232.47, + "flow": 3000.9, + "inflow": 3155.5, + "volume": 64600.66, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 232.47, + "flow": 3003.6, + "inflow": 3120.2, + "volume": 64600.73, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 232.47, + "flow": 2993.1, + "inflow": 3139, + "volume": 64600.82, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 232.47, + "flow": 2762.3, + "inflow": 3227.7, + "volume": 64601.1, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 232.47, + "flow": 2771.9, + "inflow": 3232.1, + "volume": 64601.38, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 232.47, + "flow": 2788.9, + "inflow": 3202.4, + "volume": 64601.63, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 232.47, + "flow": 2780.7, + "inflow": 3191.8, + "volume": 64601.88, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 232.47, + "flow": 2777.2, + "inflow": 3241.2, + "volume": 64602.16, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 232.47, + "flow": 2786, + "inflow": 3235.2, + "volume": 64602.43, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 232.47, + "flow": 2611.7, + "inflow": 3265.2, + "volume": 64602.82, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 232.47, + "flow": 2601.2, + "inflow": 3300.9, + "volume": 64603.24, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 232.48, + "flow": 2602.5, + "inflow": 3264.9, + "volume": 64603.64, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 232.48, + "flow": 2596.8, + "inflow": 3265.7, + "volume": 64604.04, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 232.48, + "flow": 2601.3, + "inflow": 3306.1, + "volume": 64604.46, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 232.48, + "flow": 2622.1, + "inflow": 3308.1, + "volume": 64604.87, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 232.48, + "flow": 2542.8, + "inflow": 3384.6, + "volume": 64605.38, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 232.48, + "flow": 2560.7, + "inflow": 3339.4, + "volume": 64605.85, + "temperature": 24.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 232.48, + "flow": 2537.3, + "inflow": 3359.2, + "volume": 64606.34, + "temperature": 24, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 232.48, + "flow": 2558.5, + "inflow": 3330, + "volume": 64606.8, + "temperature": 24.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 232.48, + "flow": 2549.2, + "inflow": 3380.5, + "volume": 64607.3, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 232.48, + "flow": 2550.4, + "inflow": 3348.4, + "volume": 64607.78, + "temperature": 25.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 232.48, + "flow": 2607.9, + "inflow": 3418.7, + "volume": 64608.27, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 232.49, + "flow": 2622.8, + "inflow": 3423.3, + "volume": 64608.75, + "temperature": 25, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 232.49, + "flow": 2618, + "inflow": 3413.1, + "volume": 64609.23, + "temperature": 24.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 232.49, + "flow": 2603.6, + "inflow": 3401.1, + "volume": 64609.71, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 232.49, + "flow": 2619.2, + "inflow": 3413.8, + "volume": 64610.19, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 232.49, + "flow": 2617.9, + "inflow": 3403.7, + "volume": 64610.66, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 232.49, + "flow": 2788.7, + "inflow": 3436.9, + "volume": 64611.05, + "temperature": 26.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 232.49, + "flow": 2771.4, + "inflow": 3418.3, + "volume": 64611.44, + "temperature": 25.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 232.49, + "flow": 2766.1, + "inflow": 3432.4, + "volume": 64611.84, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 232.49, + "flow": 2766.5, + "inflow": 3448.4, + "volume": 64612.25, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 232.49, + "flow": 2782.8, + "inflow": 3440.4, + "volume": 64612.64, + "temperature": 26.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 232.49, + "flow": 2760.3, + "inflow": 3441.9, + "volume": 64613.05, + "temperature": 27.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 232.5, + "flow": 2999.8, + "inflow": 3419.8, + "volume": 64613.3, + "temperature": 26.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 232.5, + "flow": 3013.2, + "inflow": 3416.5, + "volume": 64613.54, + "temperature": 27.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 232.5, + "flow": 3005.9, + "inflow": 3423.6, + "volume": 64613.79, + "temperature": 26.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 232.5, + "flow": 2993.5, + "inflow": 3440.8, + "volume": 64614.06, + "temperature": 26.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 232.5, + "flow": 3013.3, + "inflow": 3457.4, + "volume": 64614.33, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 232.5, + "flow": 2999.6, + "inflow": 3452.8, + "volume": 64614.6, + "temperature": 26.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 232.5, + "flow": 3239.8, + "inflow": 3454, + "volume": 64614.73, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 232.5, + "flow": 3237.2, + "inflow": 3426.4, + "volume": 64614.84, + "temperature": 25.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 232.5, + "flow": 3226.6, + "inflow": 3451.3, + "volume": 64614.97, + "temperature": 26.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 232.5, + "flow": 3229.6, + "inflow": 3447.7, + "volume": 64615.1, + "temperature": 27.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 232.5, + "flow": 3210, + "inflow": 3405.5, + "volume": 64615.22, + "temperature": 26.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 232.5, + "flow": 3237.9, + "inflow": 3406.3, + "volume": 64615.32, + "temperature": 27.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 232.5, + "flow": 3384.3, + "inflow": 3402.1, + "volume": 64615.33, + "temperature": 27.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 232.5, + "flow": 3383.5, + "inflow": 3414.5, + "volume": 64615.35, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 232.5, + "flow": 3381.4, + "inflow": 3376.5, + "volume": 64615.35, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 232.5, + "flow": 3400.1, + "inflow": 3393.6, + "volume": 64615.35, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 232.5, + "flow": 3380.9, + "inflow": 3406.5, + "volume": 64615.37, + "temperature": 27.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 232.5, + "flow": 3389.2, + "inflow": 3377.5, + "volume": 64615.36, + "temperature": 27, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 232.5, + "flow": 3442.7, + "inflow": 3357.7, + "volume": 64615.31, + "temperature": 26.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 232.5, + "flow": 3447.6, + "inflow": 3379.7, + "volume": 64615.27, + "temperature": 26.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 232.5, + "flow": 3457.6, + "inflow": 3329.3, + "volume": 64615.19, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 232.5, + "flow": 3443.2, + "inflow": 3358.6, + "volume": 64615.14, + "temperature": 27.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 232.5, + "flow": 3443.5, + "inflow": 3336.4, + "volume": 64615.08, + "temperature": 27.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 232.5, + "flow": 3450.9, + "inflow": 3379.3, + "volume": 64615.04, + "temperature": 27.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 232.5, + "flow": 3381.4, + "inflow": 3301.8, + "volume": 64614.99, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 232.5, + "flow": 3218.9, + "inflow": 3239.3, + "volume": 64615, + "temperature": 24.6, + "precipitation": 0 + } +] \ No newline at end of file diff --git a/public/data/RU_SASA.json b/public/data/RU_SASA.json new file mode 100644 index 0000000..1c825b9 --- /dev/null +++ b/public/data/RU_SASA.json @@ -0,0 +1,13502 @@ +[ + { + "timestamp": "2026-06-02T23:10:00.000Z", + "level": 521.25, + "flow": 4309.1, + "inflow": 3913.5, + "volume": 27534.15, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-02T23:20:00.000Z", + "level": 521.25, + "flow": 4297.1, + "inflow": 3936.2, + "volume": 27533.93, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-02T23:30:00.000Z", + "level": 521.25, + "flow": 4286.9, + "inflow": 3937.4, + "volume": 27533.72, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-02T23:40:00.000Z", + "level": 521.24, + "flow": 4283.4, + "inflow": 3952.5, + "volume": 27533.52, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-02T23:50:00.000Z", + "level": 521.24, + "flow": 4297.1, + "inflow": 3959.2, + "volume": 27533.32, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:00:00.000Z", + "level": 521.24, + "flow": 4004.7, + "inflow": 4086.4, + "volume": 27533.37, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T00:10:00.000Z", + "level": 521.24, + "flow": 4017, + "inflow": 4103.5, + "volume": 27533.42, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T00:20:00.000Z", + "level": 521.24, + "flow": 4001.7, + "inflow": 4083.2, + "volume": 27533.47, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T00:30:00.000Z", + "level": 521.24, + "flow": 3986, + "inflow": 4093.4, + "volume": 27533.53, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:40:00.000Z", + "level": 521.24, + "flow": 4001.5, + "inflow": 4048.1, + "volume": 27533.56, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T00:50:00.000Z", + "level": 521.24, + "flow": 4004, + "inflow": 4116, + "volume": 27533.63, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T01:00:00.000Z", + "level": 521.25, + "flow": 3710.3, + "inflow": 4201.8, + "volume": 27533.92, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T01:10:00.000Z", + "level": 521.25, + "flow": 3692.9, + "inflow": 4154.2, + "volume": 27534.2, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:20:00.000Z", + "level": 521.25, + "flow": 3716.2, + "inflow": 4173.9, + "volume": 27534.47, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:30:00.000Z", + "level": 521.25, + "flow": 3695, + "inflow": 4169.6, + "volume": 27534.75, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:40:00.000Z", + "level": 521.26, + "flow": 3692.3, + "inflow": 4200.2, + "volume": 27535.05, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T01:50:00.000Z", + "level": 521.26, + "flow": 3683.5, + "inflow": 4149.6, + "volume": 27535.33, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:00:00.000Z", + "level": 521.26, + "flow": 3488.9, + "inflow": 4246, + "volume": 27535.78, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T02:10:00.000Z", + "level": 521.27, + "flow": 3496.7, + "inflow": 4279.1, + "volume": 27536.25, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T02:20:00.000Z", + "level": 521.27, + "flow": 3492.2, + "inflow": 4290.6, + "volume": 27536.73, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:30:00.000Z", + "level": 521.28, + "flow": 3475.7, + "inflow": 4250.5, + "volume": 27537.19, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:40:00.000Z", + "level": 521.28, + "flow": 3467, + "inflow": 4313.9, + "volume": 27537.7, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:50:00.000Z", + "level": 521.28, + "flow": 3475.4, + "inflow": 4283, + "volume": 27538.18, + "temperature": 14.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T03:00:00.000Z", + "level": 521.29, + "flow": 3395.3, + "inflow": 4348.6, + "volume": 27538.75, + "temperature": 15.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T03:10:00.000Z", + "level": 521.29, + "flow": 3381.4, + "inflow": 4378, + "volume": 27539.35, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T03:20:00.000Z", + "level": 521.3, + "flow": 3381.3, + "inflow": 4395.8, + "volume": 27539.96, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:30:00.000Z", + "level": 521.3, + "flow": 3415.4, + "inflow": 4397.4, + "volume": 27540.55, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:40:00.000Z", + "level": 521.31, + "flow": 3392.5, + "inflow": 4348.5, + "volume": 27541.12, + "temperature": 14.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T03:50:00.000Z", + "level": 521.31, + "flow": 3402.5, + "inflow": 4333.9, + "volume": 27541.68, + "temperature": 15.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T04:00:00.000Z", + "level": 521.32, + "flow": 3461.3, + "inflow": 4461.3, + "volume": 27542.28, + "temperature": 15.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T04:10:00.000Z", + "level": 521.32, + "flow": 3467.3, + "inflow": 4401, + "volume": 27542.84, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:20:00.000Z", + "level": 521.33, + "flow": 3467.7, + "inflow": 4426, + "volume": 27543.41, + "temperature": 15.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T04:30:00.000Z", + "level": 521.33, + "flow": 3480.6, + "inflow": 4389.7, + "volume": 27543.96, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:40:00.000Z", + "level": 521.34, + "flow": 3491.7, + "inflow": 4463.7, + "volume": 27544.54, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T04:50:00.000Z", + "level": 521.34, + "flow": 3487.7, + "inflow": 4433.1, + "volume": 27545.11, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:00:00.000Z", + "level": 521.35, + "flow": 3714, + "inflow": 4454.2, + "volume": 27545.55, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:10:00.000Z", + "level": 521.35, + "flow": 3712.9, + "inflow": 4488.1, + "volume": 27546.02, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T05:20:00.000Z", + "level": 521.35, + "flow": 3701.6, + "inflow": 4505.9, + "volume": 27546.5, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:30:00.000Z", + "level": 521.36, + "flow": 3715.9, + "inflow": 4454.2, + "volume": 27546.94, + "temperature": 15, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T05:40:00.000Z", + "level": 521.36, + "flow": 3709.9, + "inflow": 4496.4, + "volume": 27547.41, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:50:00.000Z", + "level": 521.37, + "flow": 3681.9, + "inflow": 4452.3, + "volume": 27547.87, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:00:00.000Z", + "level": 521.37, + "flow": 3990.8, + "inflow": 4515.6, + "volume": 27548.18, + "temperature": 16.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T06:10:00.000Z", + "level": 521.37, + "flow": 4005.8, + "inflow": 4521.3, + "volume": 27548.49, + "temperature": 15.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T06:20:00.000Z", + "level": 521.37, + "flow": 3992.2, + "inflow": 4446.4, + "volume": 27548.76, + "temperature": 16.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T06:30:00.000Z", + "level": 521.38, + "flow": 4014.1, + "inflow": 4480.8, + "volume": 27549.04, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:40:00.000Z", + "level": 521.38, + "flow": 3991.9, + "inflow": 4512.8, + "volume": 27549.35, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:50:00.000Z", + "level": 521.38, + "flow": 3996.7, + "inflow": 4464.6, + "volume": 27549.63, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:00:00.000Z", + "level": 521.38, + "flow": 4310, + "inflow": 4436, + "volume": 27549.71, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T07:10:00.000Z", + "level": 521.38, + "flow": 4295, + "inflow": 4440.8, + "volume": 27549.8, + "temperature": 15.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T07:20:00.000Z", + "level": 521.38, + "flow": 4282.8, + "inflow": 4491, + "volume": 27549.92, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T07:30:00.000Z", + "level": 521.38, + "flow": 4316.6, + "inflow": 4475.9, + "volume": 27550.02, + "temperature": 16.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T07:40:00.000Z", + "level": 521.39, + "flow": 4312.6, + "inflow": 4436, + "volume": 27550.09, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:50:00.000Z", + "level": 521.39, + "flow": 4315, + "inflow": 4490.6, + "volume": 27550.2, + "temperature": 16, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T08:00:00.000Z", + "level": 521.39, + "flow": 4527.5, + "inflow": 4433.3, + "volume": 27550.14, + "temperature": 16.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T08:10:00.000Z", + "level": 521.39, + "flow": 4502.3, + "inflow": 4426.7, + "volume": 27550.09, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:20:00.000Z", + "level": 521.38, + "flow": 4501.5, + "inflow": 4448.5, + "volume": 27550.06, + "temperature": 15.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T08:30:00.000Z", + "level": 521.38, + "flow": 4519.8, + "inflow": 4449.1, + "volume": 27550.02, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:40:00.000Z", + "level": 521.38, + "flow": 4514, + "inflow": 4405.2, + "volume": 27549.95, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:50:00.000Z", + "level": 521.38, + "flow": 4510.9, + "inflow": 4449.9, + "volume": 27549.91, + "temperature": 16.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T09:00:00.000Z", + "level": 521.38, + "flow": 4594.5, + "inflow": 4405.3, + "volume": 27549.8, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:10:00.000Z", + "level": 521.38, + "flow": 4619.9, + "inflow": 4366.8, + "volume": 27549.65, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T09:20:00.000Z", + "level": 521.38, + "flow": 4617.1, + "inflow": 4379.9, + "volume": 27549.51, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:30:00.000Z", + "level": 521.38, + "flow": 4582.9, + "inflow": 4392.3, + "volume": 27549.4, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T09:40:00.000Z", + "level": 521.38, + "flow": 4596.3, + "inflow": 4397.8, + "volume": 27549.28, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:50:00.000Z", + "level": 521.38, + "flow": 4590.2, + "inflow": 4391, + "volume": 27549.16, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:00:00.000Z", + "level": 521.38, + "flow": 4530.9, + "inflow": 4243.3, + "volume": 27548.99, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:10:00.000Z", + "level": 521.37, + "flow": 4522.2, + "inflow": 4311, + "volume": 27548.86, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:20:00.000Z", + "level": 521.37, + "flow": 4508.2, + "inflow": 4260.5, + "volume": 27548.71, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:30:00.000Z", + "level": 521.37, + "flow": 4519.5, + "inflow": 4322.3, + "volume": 27548.59, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:40:00.000Z", + "level": 521.37, + "flow": 4519.4, + "inflow": 4306.3, + "volume": 27548.46, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:50:00.000Z", + "level": 521.37, + "flow": 4511.4, + "inflow": 4272.4, + "volume": 27548.32, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T11:00:00.000Z", + "level": 521.37, + "flow": 4288.2, + "inflow": 4162.3, + "volume": 27548.24, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T11:10:00.000Z", + "level": 521.37, + "flow": 4315.5, + "inflow": 4156.6, + "volume": 27548.14, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:20:00.000Z", + "level": 521.37, + "flow": 4280.2, + "inflow": 4172.2, + "volume": 27548.08, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:30:00.000Z", + "level": 521.37, + "flow": 4292.9, + "inflow": 4199.7, + "volume": 27548.02, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T11:40:00.000Z", + "level": 521.37, + "flow": 4300.1, + "inflow": 4225.5, + "volume": 27547.98, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:50:00.000Z", + "level": 521.37, + "flow": 4285.6, + "inflow": 4204.6, + "volume": 27547.93, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T12:00:00.000Z", + "level": 521.37, + "flow": 4007.8, + "inflow": 4084.4, + "volume": 27547.98, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:10:00.000Z", + "level": 521.37, + "flow": 4005.4, + "inflow": 4067.8, + "volume": 27548.02, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T12:20:00.000Z", + "level": 521.37, + "flow": 4009, + "inflow": 4117.7, + "volume": 27548.09, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T12:30:00.000Z", + "level": 521.37, + "flow": 4003.8, + "inflow": 4093, + "volume": 27548.14, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:40:00.000Z", + "level": 521.37, + "flow": 3986, + "inflow": 4109.1, + "volume": 27548.21, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:50:00.000Z", + "level": 521.37, + "flow": 4003.7, + "inflow": 4117.3, + "volume": 27548.28, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:00:00.000Z", + "level": 521.37, + "flow": 3716.3, + "inflow": 3986.4, + "volume": 27548.44, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T13:10:00.000Z", + "level": 521.37, + "flow": 3705.6, + "inflow": 4015.7, + "volume": 27548.63, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T13:20:00.000Z", + "level": 521.37, + "flow": 3687.6, + "inflow": 3953.9, + "volume": 27548.79, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T13:30:00.000Z", + "level": 521.38, + "flow": 3697.8, + "inflow": 3947, + "volume": 27548.94, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:40:00.000Z", + "level": 521.38, + "flow": 3682.6, + "inflow": 3965.1, + "volume": 27549.11, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:50:00.000Z", + "level": 521.38, + "flow": 3686.9, + "inflow": 4015.6, + "volume": 27549.31, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:00:00.000Z", + "level": 521.38, + "flow": 3484.3, + "inflow": 3886.7, + "volume": 27549.55, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T14:10:00.000Z", + "level": 521.38, + "flow": 3476.3, + "inflow": 3913, + "volume": 27549.81, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:20:00.000Z", + "level": 521.39, + "flow": 3461.1, + "inflow": 3912.8, + "volume": 27550.08, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T14:30:00.000Z", + "level": 521.39, + "flow": 3477.7, + "inflow": 3882.1, + "volume": 27550.32, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:40:00.000Z", + "level": 521.39, + "flow": 3470.7, + "inflow": 3861.3, + "volume": 27550.55, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T14:50:00.000Z", + "level": 521.39, + "flow": 3477, + "inflow": 3848, + "volume": 27550.77, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T15:00:00.000Z", + "level": 521.39, + "flow": 3399.8, + "inflow": 3829.3, + "volume": 27551.03, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:10:00.000Z", + "level": 521.4, + "flow": 3418, + "inflow": 3818.1, + "volume": 27551.27, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T15:20:00.000Z", + "level": 521.4, + "flow": 3403.3, + "inflow": 3831.5, + "volume": 27551.53, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:30:00.000Z", + "level": 521.4, + "flow": 3407.8, + "inflow": 3763, + "volume": 27551.74, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T15:40:00.000Z", + "level": 521.4, + "flow": 3419.4, + "inflow": 3794.5, + "volume": 27551.97, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:50:00.000Z", + "level": 521.4, + "flow": 3400.7, + "inflow": 3773.5, + "volume": 27552.19, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:00:00.000Z", + "level": 521.4, + "flow": 3469.1, + "inflow": 3746.8, + "volume": 27552.36, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:10:00.000Z", + "level": 521.41, + "flow": 3494.3, + "inflow": 3703.5, + "volume": 27552.49, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:20:00.000Z", + "level": 521.41, + "flow": 3486.3, + "inflow": 3769.6, + "volume": 27552.66, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T16:30:00.000Z", + "level": 521.41, + "flow": 3486.6, + "inflow": 3706.1, + "volume": 27552.79, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T16:40:00.000Z", + "level": 521.41, + "flow": 3462.6, + "inflow": 3751.2, + "volume": 27552.96, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:50:00.000Z", + "level": 521.41, + "flow": 3493.7, + "inflow": 3708.9, + "volume": 27553.09, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:00:00.000Z", + "level": 521.41, + "flow": 3695.8, + "inflow": 3716, + "volume": 27553.1, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T17:10:00.000Z", + "level": 521.41, + "flow": 3686.8, + "inflow": 3698, + "volume": 27553.11, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:20:00.000Z", + "level": 521.41, + "flow": 3711.1, + "inflow": 3693.6, + "volume": 27553.1, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:30:00.000Z", + "level": 521.41, + "flow": 3715.3, + "inflow": 3701.7, + "volume": 27553.09, + "temperature": 9.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T17:40:00.000Z", + "level": 521.41, + "flow": 3719.5, + "inflow": 3727.5, + "volume": 27553.09, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:50:00.000Z", + "level": 521.41, + "flow": 3710.8, + "inflow": 3734.8, + "volume": 27553.1, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:00:00.000Z", + "level": 521.41, + "flow": 4001, + "inflow": 3659, + "volume": 27552.89, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T18:10:00.000Z", + "level": 521.41, + "flow": 4001, + "inflow": 3714.4, + "volume": 27552.72, + "temperature": 8.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T18:20:00.000Z", + "level": 521.41, + "flow": 4007.5, + "inflow": 3720.8, + "volume": 27552.55, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:30:00.000Z", + "level": 521.4, + "flow": 3990, + "inflow": 3650.7, + "volume": 27552.35, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:40:00.000Z", + "level": 521.4, + "flow": 3999.5, + "inflow": 3676.5, + "volume": 27552.16, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:50:00.000Z", + "level": 521.4, + "flow": 3999.6, + "inflow": 3686.9, + "volume": 27551.97, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:00:00.000Z", + "level": 521.4, + "flow": 4304.4, + "inflow": 3660, + "volume": 27551.58, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:10:00.000Z", + "level": 521.39, + "flow": 4280.4, + "inflow": 3656.9, + "volume": 27551.21, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T19:20:00.000Z", + "level": 521.39, + "flow": 4298.1, + "inflow": 3699.9, + "volume": 27550.85, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:30:00.000Z", + "level": 521.39, + "flow": 4299.5, + "inflow": 3688.8, + "volume": 27550.48, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T19:40:00.000Z", + "level": 521.39, + "flow": 4306.1, + "inflow": 3684.7, + "volume": 27550.11, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T19:50:00.000Z", + "level": 521.38, + "flow": 4298.6, + "inflow": 3706.5, + "volume": 27549.75, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:00:00.000Z", + "level": 521.38, + "flow": 4528.7, + "inflow": 3729.8, + "volume": 27549.27, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T20:10:00.000Z", + "level": 521.37, + "flow": 4526.5, + "inflow": 3719.2, + "volume": 27548.79, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:20:00.000Z", + "level": 521.37, + "flow": 4535.4, + "inflow": 3709.5, + "volume": 27548.29, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:30:00.000Z", + "level": 521.37, + "flow": 4520.5, + "inflow": 3748.2, + "volume": 27547.83, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:40:00.000Z", + "level": 521.36, + "flow": 4534.6, + "inflow": 3711.3, + "volume": 27547.34, + "temperature": 9.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T20:50:00.000Z", + "level": 521.36, + "flow": 4523.9, + "inflow": 3756.2, + "volume": 27546.88, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T21:00:00.000Z", + "level": 521.35, + "flow": 4597.7, + "inflow": 3797.1, + "volume": 27546.4, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:10:00.000Z", + "level": 521.35, + "flow": 4586.6, + "inflow": 3771.2, + "volume": 27545.91, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:20:00.000Z", + "level": 521.35, + "flow": 4619.8, + "inflow": 3830.1, + "volume": 27545.44, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:30:00.000Z", + "level": 521.34, + "flow": 4590.4, + "inflow": 3798.4, + "volume": 27544.96, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T21:40:00.000Z", + "level": 521.34, + "flow": 4602.5, + "inflow": 3763.3, + "volume": 27544.46, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:50:00.000Z", + "level": 521.33, + "flow": 4604.5, + "inflow": 3834.3, + "volume": 27544, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:00:00.000Z", + "level": 521.33, + "flow": 4518.4, + "inflow": 3900.2, + "volume": 27543.63, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:10:00.000Z", + "level": 521.33, + "flow": 4503.7, + "inflow": 3919.9, + "volume": 27543.28, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:20:00.000Z", + "level": 521.32, + "flow": 4535.9, + "inflow": 3909.5, + "volume": 27542.9, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T22:30:00.000Z", + "level": 521.32, + "flow": 4507.4, + "inflow": 3878.7, + "volume": 27542.52, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T22:40:00.000Z", + "level": 521.32, + "flow": 4501, + "inflow": 3881.3, + "volume": 27542.15, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:50:00.000Z", + "level": 521.31, + "flow": 4538.9, + "inflow": 3883, + "volume": 27541.76, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:00:00.000Z", + "level": 521.31, + "flow": 4288.5, + "inflow": 3960.9, + "volume": 27541.56, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T23:10:00.000Z", + "level": 521.31, + "flow": 4282.3, + "inflow": 3952.1, + "volume": 27541.36, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T23:20:00.000Z", + "level": 521.31, + "flow": 4307.6, + "inflow": 3999.4, + "volume": 27541.18, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:30:00.000Z", + "level": 521.31, + "flow": 4287.6, + "inflow": 3951.7, + "volume": 27540.98, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-03T23:40:00.000Z", + "level": 521.31, + "flow": 4308.5, + "inflow": 3952.5, + "volume": 27540.77, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:50:00.000Z", + "level": 521.3, + "flow": 4290, + "inflow": 3982.3, + "volume": 27540.59, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T00:00:00.000Z", + "level": 521.3, + "flow": 4014.1, + "inflow": 4123.2, + "volume": 27540.66, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T00:10:00.000Z", + "level": 521.31, + "flow": 4002.2, + "inflow": 4071.1, + "volume": 27540.7, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T00:20:00.000Z", + "level": 521.31, + "flow": 3998.3, + "inflow": 4078.5, + "volume": 27540.75, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T00:30:00.000Z", + "level": 521.31, + "flow": 3984.5, + "inflow": 4135.7, + "volume": 27540.84, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T00:40:00.000Z", + "level": 521.31, + "flow": 4010.6, + "inflow": 4103.2, + "volume": 27540.9, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:50:00.000Z", + "level": 521.31, + "flow": 4016.3, + "inflow": 4086.9, + "volume": 27540.94, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:00:00.000Z", + "level": 521.31, + "flow": 3699.8, + "inflow": 4242.6, + "volume": 27541.27, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:10:00.000Z", + "level": 521.31, + "flow": 3693.6, + "inflow": 4206.1, + "volume": 27541.58, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T01:20:00.000Z", + "level": 521.32, + "flow": 3683.9, + "inflow": 4210.9, + "volume": 27541.9, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:30:00.000Z", + "level": 521.32, + "flow": 3697.5, + "inflow": 4183.4, + "volume": 27542.19, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:40:00.000Z", + "level": 521.32, + "flow": 3689, + "inflow": 4209.8, + "volume": 27542.5, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:50:00.000Z", + "level": 521.32, + "flow": 3702.9, + "inflow": 4177.3, + "volume": 27542.78, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T02:00:00.000Z", + "level": 521.33, + "flow": 3460.7, + "inflow": 4272.6, + "volume": 27543.27, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T02:10:00.000Z", + "level": 521.33, + "flow": 3489.7, + "inflow": 4345.2, + "volume": 27543.78, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T02:20:00.000Z", + "level": 521.34, + "flow": 3467.2, + "inflow": 4315.8, + "volume": 27544.29, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:30:00.000Z", + "level": 521.34, + "flow": 3462.2, + "inflow": 4298.1, + "volume": 27544.79, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T02:40:00.000Z", + "level": 521.34, + "flow": 3473.9, + "inflow": 4274.3, + "volume": 27545.27, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T02:50:00.000Z", + "level": 521.35, + "flow": 3499.7, + "inflow": 4322.7, + "volume": 27545.76, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:00:00.000Z", + "level": 521.35, + "flow": 3401.5, + "inflow": 4363.9, + "volume": 27546.34, + "temperature": 14.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T03:10:00.000Z", + "level": 521.36, + "flow": 3395.6, + "inflow": 4381.3, + "volume": 27546.93, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T03:20:00.000Z", + "level": 521.36, + "flow": 3392.3, + "inflow": 4375.5, + "volume": 27547.52, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:30:00.000Z", + "level": 521.37, + "flow": 3389, + "inflow": 4379.8, + "volume": 27548.11, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:40:00.000Z", + "level": 521.37, + "flow": 3419, + "inflow": 4430.5, + "volume": 27548.72, + "temperature": 15.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T03:50:00.000Z", + "level": 521.38, + "flow": 3398.5, + "inflow": 4356.3, + "volume": 27549.29, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:00:00.000Z", + "level": 521.38, + "flow": 3474.5, + "inflow": 4425.3, + "volume": 27549.86, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:10:00.000Z", + "level": 521.39, + "flow": 3482, + "inflow": 4448.8, + "volume": 27550.44, + "temperature": 14.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T04:20:00.000Z", + "level": 521.39, + "flow": 3468.3, + "inflow": 4427.1, + "volume": 27551.02, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T04:30:00.000Z", + "level": 521.4, + "flow": 3484.7, + "inflow": 4434.7, + "volume": 27551.59, + "temperature": 16.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T04:40:00.000Z", + "level": 521.4, + "flow": 3494.9, + "inflow": 4489.1, + "volume": 27552.19, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:50:00.000Z", + "level": 521.41, + "flow": 3475.8, + "inflow": 4481.8, + "volume": 27552.79, + "temperature": 15.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T05:00:00.000Z", + "level": 521.41, + "flow": 3703.3, + "inflow": 4515.9, + "volume": 27553.28, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:10:00.000Z", + "level": 521.42, + "flow": 3705.2, + "inflow": 4491.6, + "volume": 27553.75, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:20:00.000Z", + "level": 521.42, + "flow": 3714.7, + "inflow": 4522.5, + "volume": 27554.23, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:30:00.000Z", + "level": 521.42, + "flow": 3713.2, + "inflow": 4505.7, + "volume": 27554.71, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:40:00.000Z", + "level": 521.43, + "flow": 3706.6, + "inflow": 4527.7, + "volume": 27555.2, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:50:00.000Z", + "level": 521.43, + "flow": 3688.6, + "inflow": 4500.2, + "volume": 27555.69, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T06:00:00.000Z", + "level": 521.44, + "flow": 3987.8, + "inflow": 4548.1, + "volume": 27556.03, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:10:00.000Z", + "level": 521.44, + "flow": 3988.1, + "inflow": 4526.1, + "volume": 27556.35, + "temperature": 15.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T06:20:00.000Z", + "level": 521.44, + "flow": 3980.5, + "inflow": 4513.7, + "volume": 27556.67, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:30:00.000Z", + "level": 521.44, + "flow": 3988.2, + "inflow": 4495.6, + "volume": 27556.97, + "temperature": 16.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T06:40:00.000Z", + "level": 521.45, + "flow": 3994.8, + "inflow": 4548.2, + "volume": 27557.3, + "temperature": 16.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T06:50:00.000Z", + "level": 521.45, + "flow": 3997.6, + "inflow": 4495.3, + "volume": 27557.6, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:00:00.000Z", + "level": 521.45, + "flow": 4302.3, + "inflow": 4491.4, + "volume": 27557.71, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:10:00.000Z", + "level": 521.45, + "flow": 4294, + "inflow": 4480.9, + "volume": 27557.82, + "temperature": 15.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T07:20:00.000Z", + "level": 521.45, + "flow": 4284.3, + "inflow": 4457.1, + "volume": 27557.92, + "temperature": 16.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T07:30:00.000Z", + "level": 521.45, + "flow": 4298.4, + "inflow": 4496.3, + "volume": 27558.04, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:40:00.000Z", + "level": 521.45, + "flow": 4293.7, + "inflow": 4499.7, + "volume": 27558.16, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:50:00.000Z", + "level": 521.45, + "flow": 4307.8, + "inflow": 4506.1, + "volume": 27558.28, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:00:00.000Z", + "level": 521.45, + "flow": 4520.6, + "inflow": 4466.4, + "volume": 27558.25, + "temperature": 16.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T08:10:00.000Z", + "level": 521.45, + "flow": 4526.1, + "inflow": 4472, + "volume": 27558.22, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T08:20:00.000Z", + "level": 521.45, + "flow": 4518.1, + "inflow": 4437.8, + "volume": 27558.17, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:30:00.000Z", + "level": 521.45, + "flow": 4527.4, + "inflow": 4490, + "volume": 27558.15, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T08:40:00.000Z", + "level": 521.45, + "flow": 4525.2, + "inflow": 4464.7, + "volume": 27558.11, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:50:00.000Z", + "level": 521.45, + "flow": 4500.2, + "inflow": 4488.5, + "volume": 27558.1, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:00:00.000Z", + "level": 521.45, + "flow": 4585.7, + "inflow": 4371.2, + "volume": 27557.97, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:10:00.000Z", + "level": 521.45, + "flow": 4603.8, + "inflow": 4414.1, + "volume": 27557.86, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:20:00.000Z", + "level": 521.45, + "flow": 4580.2, + "inflow": 4396.1, + "volume": 27557.75, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T09:30:00.000Z", + "level": 521.45, + "flow": 4588.7, + "inflow": 4362.4, + "volume": 27557.61, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:40:00.000Z", + "level": 521.45, + "flow": 4609.7, + "inflow": 4430.7, + "volume": 27557.5, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:50:00.000Z", + "level": 521.45, + "flow": 4604, + "inflow": 4353.2, + "volume": 27557.35, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:00:00.000Z", + "level": 521.45, + "flow": 4518.6, + "inflow": 4310.7, + "volume": 27557.23, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T10:10:00.000Z", + "level": 521.45, + "flow": 4526, + "inflow": 4345.5, + "volume": 27557.12, + "temperature": 15.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T10:20:00.000Z", + "level": 521.44, + "flow": 4504.1, + "inflow": 4320.4, + "volume": 27557.01, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:30:00.000Z", + "level": 521.44, + "flow": 4538.2, + "inflow": 4315.7, + "volume": 27556.88, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:40:00.000Z", + "level": 521.44, + "flow": 4500.2, + "inflow": 4344.1, + "volume": 27556.79, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T10:50:00.000Z", + "level": 521.44, + "flow": 4517.1, + "inflow": 4275.7, + "volume": 27556.65, + "temperature": 15.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T11:00:00.000Z", + "level": 521.44, + "flow": 4301.1, + "inflow": 4196.9, + "volume": 27556.59, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T11:10:00.000Z", + "level": 521.44, + "flow": 4281.5, + "inflow": 4210.3, + "volume": 27556.55, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T11:20:00.000Z", + "level": 521.44, + "flow": 4289.3, + "inflow": 4174.9, + "volume": 27556.48, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:30:00.000Z", + "level": 521.44, + "flow": 4284.7, + "inflow": 4204.1, + "volume": 27556.43, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T11:40:00.000Z", + "level": 521.44, + "flow": 4312, + "inflow": 4211, + "volume": 27556.37, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:50:00.000Z", + "level": 521.44, + "flow": 4302.5, + "inflow": 4187.8, + "volume": 27556.3, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T12:00:00.000Z", + "level": 521.44, + "flow": 4007.8, + "inflow": 4102.1, + "volume": 27556.36, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:10:00.000Z", + "level": 521.44, + "flow": 3992, + "inflow": 4089, + "volume": 27556.42, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:20:00.000Z", + "level": 521.44, + "flow": 4004.6, + "inflow": 4144.3, + "volume": 27556.5, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:30:00.000Z", + "level": 521.44, + "flow": 4006.4, + "inflow": 4091.7, + "volume": 27556.55, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T12:40:00.000Z", + "level": 521.44, + "flow": 3983.3, + "inflow": 4136.9, + "volume": 27556.64, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T12:50:00.000Z", + "level": 521.44, + "flow": 4006.1, + "inflow": 4110.6, + "volume": 27556.7, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:00:00.000Z", + "level": 521.44, + "flow": 3695.4, + "inflow": 3964.9, + "volume": 27556.86, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T13:10:00.000Z", + "level": 521.44, + "flow": 3702.5, + "inflow": 3999.6, + "volume": 27557.04, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:20:00.000Z", + "level": 521.45, + "flow": 3710.1, + "inflow": 4023.6, + "volume": 27557.23, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:30:00.000Z", + "level": 521.45, + "flow": 3712.1, + "inflow": 4003.2, + "volume": 27557.4, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:40:00.000Z", + "level": 521.45, + "flow": 3706.4, + "inflow": 4032.4, + "volume": 27557.6, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T13:50:00.000Z", + "level": 521.45, + "flow": 3687.6, + "inflow": 3969.1, + "volume": 27557.77, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T14:00:00.000Z", + "level": 521.45, + "flow": 3469.1, + "inflow": 3868.9, + "volume": 27558.01, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T14:10:00.000Z", + "level": 521.45, + "flow": 3464.8, + "inflow": 3894.1, + "volume": 27558.27, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T14:20:00.000Z", + "level": 521.46, + "flow": 3472.9, + "inflow": 3946.9, + "volume": 27558.55, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T14:30:00.000Z", + "level": 521.46, + "flow": 3470.7, + "inflow": 3872, + "volume": 27558.79, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:40:00.000Z", + "level": 521.46, + "flow": 3482.4, + "inflow": 3914.8, + "volume": 27559.05, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T14:50:00.000Z", + "level": 521.46, + "flow": 3469.7, + "inflow": 3912, + "volume": 27559.32, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:00:00.000Z", + "level": 521.47, + "flow": 3411, + "inflow": 3797.1, + "volume": 27559.55, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:10:00.000Z", + "level": 521.47, + "flow": 3381, + "inflow": 3818.7, + "volume": 27559.81, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T15:20:00.000Z", + "level": 521.47, + "flow": 3414, + "inflow": 3794.7, + "volume": 27560.04, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:30:00.000Z", + "level": 521.47, + "flow": 3385.4, + "inflow": 3810.7, + "volume": 27560.3, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:40:00.000Z", + "level": 521.47, + "flow": 3388.3, + "inflow": 3843.7, + "volume": 27560.57, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:50:00.000Z", + "level": 521.48, + "flow": 3401.7, + "inflow": 3848.7, + "volume": 27560.84, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:00:00.000Z", + "level": 521.48, + "flow": 3494.3, + "inflow": 3745.2, + "volume": 27560.99, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:10:00.000Z", + "level": 521.48, + "flow": 3473.8, + "inflow": 3751.7, + "volume": 27561.16, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T16:20:00.000Z", + "level": 521.48, + "flow": 3491.8, + "inflow": 3746.2, + "volume": 27561.31, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T16:30:00.000Z", + "level": 521.48, + "flow": 3487.3, + "inflow": 3734.9, + "volume": 27561.46, + "temperature": 9.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T16:40:00.000Z", + "level": 521.48, + "flow": 3500, + "inflow": 3756.6, + "volume": 27561.61, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:50:00.000Z", + "level": 521.48, + "flow": 3464.7, + "inflow": 3763.7, + "volume": 27561.79, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:00:00.000Z", + "level": 521.48, + "flow": 3707, + "inflow": 3718.9, + "volume": 27561.8, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:10:00.000Z", + "level": 521.49, + "flow": 3684.1, + "inflow": 3717.4, + "volume": 27561.82, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:20:00.000Z", + "level": 521.49, + "flow": 3695.1, + "inflow": 3747, + "volume": 27561.85, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:30:00.000Z", + "level": 521.49, + "flow": 3684.4, + "inflow": 3686.3, + "volume": 27561.85, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:40:00.000Z", + "level": 521.49, + "flow": 3693.5, + "inflow": 3739.1, + "volume": 27561.88, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T17:50:00.000Z", + "level": 521.49, + "flow": 3695.7, + "inflow": 3704.9, + "volume": 27561.89, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T18:00:00.000Z", + "level": 521.48, + "flow": 4019.1, + "inflow": 3674.6, + "volume": 27561.68, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:10:00.000Z", + "level": 521.48, + "flow": 3996.6, + "inflow": 3715.6, + "volume": 27561.51, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:20:00.000Z", + "level": 521.48, + "flow": 3981.7, + "inflow": 3715.6, + "volume": 27561.35, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T18:30:00.000Z", + "level": 521.48, + "flow": 4018.2, + "inflow": 3729.3, + "volume": 27561.18, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:40:00.000Z", + "level": 521.48, + "flow": 4009.4, + "inflow": 3733.5, + "volume": 27561.01, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:50:00.000Z", + "level": 521.48, + "flow": 3991.7, + "inflow": 3672.3, + "volume": 27560.82, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T19:00:00.000Z", + "level": 521.47, + "flow": 4312.6, + "inflow": 3735.5, + "volume": 27560.47, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:10:00.000Z", + "level": 521.47, + "flow": 4294.2, + "inflow": 3715.1, + "volume": 27560.12, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T19:20:00.000Z", + "level": 521.47, + "flow": 4303.6, + "inflow": 3719.3, + "volume": 27559.77, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:30:00.000Z", + "level": 521.46, + "flow": 4293, + "inflow": 3684.3, + "volume": 27559.4, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:40:00.000Z", + "level": 521.46, + "flow": 4313.3, + "inflow": 3742.7, + "volume": 27559.06, + "temperature": 9.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T19:50:00.000Z", + "level": 521.46, + "flow": 4300.9, + "inflow": 3738.7, + "volume": 27558.72, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:00:00.000Z", + "level": 521.45, + "flow": 4516.8, + "inflow": 3767.4, + "volume": 27558.27, + "temperature": 9.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T20:10:00.000Z", + "level": 521.45, + "flow": 4517, + "inflow": 3782.8, + "volume": 27557.83, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T20:20:00.000Z", + "level": 521.45, + "flow": 4527.4, + "inflow": 3747.7, + "volume": 27557.36, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:30:00.000Z", + "level": 521.44, + "flow": 4532.1, + "inflow": 3733.2, + "volume": 27556.88, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T20:40:00.000Z", + "level": 521.44, + "flow": 4526.2, + "inflow": 3750.6, + "volume": 27556.41, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T20:50:00.000Z", + "level": 521.43, + "flow": 4524.1, + "inflow": 3724.1, + "volume": 27555.93, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T21:00:00.000Z", + "level": 521.43, + "flow": 4581.6, + "inflow": 3799.6, + "volume": 27555.46, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T21:10:00.000Z", + "level": 521.43, + "flow": 4587, + "inflow": 3815, + "volume": 27555, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:20:00.000Z", + "level": 521.42, + "flow": 4608.1, + "inflow": 3808.8, + "volume": 27554.52, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:30:00.000Z", + "level": 521.42, + "flow": 4612.4, + "inflow": 3829.2, + "volume": 27554.05, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:40:00.000Z", + "level": 521.41, + "flow": 4609, + "inflow": 3819, + "volume": 27553.58, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T21:50:00.000Z", + "level": 521.41, + "flow": 4609.3, + "inflow": 3787.9, + "volume": 27553.09, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:00:00.000Z", + "level": 521.41, + "flow": 4513.1, + "inflow": 3924, + "volume": 27552.74, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:10:00.000Z", + "level": 521.4, + "flow": 4520.4, + "inflow": 3919.2, + "volume": 27552.38, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T22:20:00.000Z", + "level": 521.4, + "flow": 4533.9, + "inflow": 3945.3, + "volume": 27552.03, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T22:30:00.000Z", + "level": 521.4, + "flow": 4524.5, + "inflow": 3870.8, + "volume": 27551.64, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T22:40:00.000Z", + "level": 521.4, + "flow": 4501.5, + "inflow": 3937.3, + "volume": 27551.3, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:50:00.000Z", + "level": 521.39, + "flow": 4523.8, + "inflow": 3880.3, + "volume": 27550.91, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:00:00.000Z", + "level": 521.39, + "flow": 4306.4, + "inflow": 4038, + "volume": 27550.75, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:10:00.000Z", + "level": 521.39, + "flow": 4287.9, + "inflow": 3980.7, + "volume": 27550.57, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T23:20:00.000Z", + "level": 521.39, + "flow": 4281.1, + "inflow": 4032.3, + "volume": 27550.42, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T23:30:00.000Z", + "level": 521.39, + "flow": 4318.1, + "inflow": 3998.7, + "volume": 27550.23, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:40:00.000Z", + "level": 521.38, + "flow": 4317.3, + "inflow": 3992.9, + "volume": 27550.04, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-04T23:50:00.000Z", + "level": 521.38, + "flow": 4318.3, + "inflow": 4039.8, + "volume": 27549.87, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:00:00.000Z", + "level": 521.38, + "flow": 4015.2, + "inflow": 4131.1, + "volume": 27549.94, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T00:10:00.000Z", + "level": 521.38, + "flow": 3985.4, + "inflow": 4152.5, + "volume": 27550.04, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T00:20:00.000Z", + "level": 521.39, + "flow": 4006.8, + "inflow": 4097.2, + "volume": 27550.09, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:30:00.000Z", + "level": 521.39, + "flow": 3997.2, + "inflow": 4168.1, + "volume": 27550.19, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:40:00.000Z", + "level": 521.39, + "flow": 3996.6, + "inflow": 4113.6, + "volume": 27550.26, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:50:00.000Z", + "level": 521.39, + "flow": 3984.3, + "inflow": 4092.9, + "volume": 27550.33, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:00:00.000Z", + "level": 521.39, + "flow": 3702.1, + "inflow": 4234, + "volume": 27550.65, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T01:10:00.000Z", + "level": 521.39, + "flow": 3700.4, + "inflow": 4261.3, + "volume": 27550.99, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T01:20:00.000Z", + "level": 521.4, + "flow": 3719.9, + "inflow": 4201.3, + "volume": 27551.28, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T01:30:00.000Z", + "level": 521.4, + "flow": 3717.1, + "inflow": 4241.3, + "volume": 27551.59, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T01:40:00.000Z", + "level": 521.4, + "flow": 3707.9, + "inflow": 4261.6, + "volume": 27551.92, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:50:00.000Z", + "level": 521.4, + "flow": 3701.3, + "inflow": 4246.4, + "volume": 27552.25, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:00:00.000Z", + "level": 521.41, + "flow": 3492.5, + "inflow": 4354.9, + "volume": 27552.77, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:10:00.000Z", + "level": 521.41, + "flow": 3483.4, + "inflow": 4333.4, + "volume": 27553.28, + "temperature": 15.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T02:20:00.000Z", + "level": 521.42, + "flow": 3493.5, + "inflow": 4304.8, + "volume": 27553.77, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T02:30:00.000Z", + "level": 521.42, + "flow": 3475.6, + "inflow": 4335, + "volume": 27554.29, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T02:40:00.000Z", + "level": 521.43, + "flow": 3496.7, + "inflow": 4340.3, + "volume": 27554.8, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T02:50:00.000Z", + "level": 521.43, + "flow": 3467, + "inflow": 4322.2, + "volume": 27555.31, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:00:00.000Z", + "level": 521.43, + "flow": 3413.2, + "inflow": 4427.2, + "volume": 27555.92, + "temperature": 15, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T03:10:00.000Z", + "level": 521.44, + "flow": 3382.6, + "inflow": 4395.2, + "volume": 27556.53, + "temperature": 15.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T03:20:00.000Z", + "level": 521.45, + "flow": 3380.5, + "inflow": 4446.2, + "volume": 27557.17, + "temperature": 15, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T03:30:00.000Z", + "level": 521.45, + "flow": 3393.7, + "inflow": 4414.7, + "volume": 27557.78, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:40:00.000Z", + "level": 521.46, + "flow": 3403.7, + "inflow": 4395.7, + "volume": 27558.38, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:50:00.000Z", + "level": 521.46, + "flow": 3402.7, + "inflow": 4398.1, + "volume": 27558.98, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T04:00:00.000Z", + "level": 521.47, + "flow": 3483.4, + "inflow": 4514.9, + "volume": 27559.6, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:10:00.000Z", + "level": 521.47, + "flow": 3467.9, + "inflow": 4451.3, + "volume": 27560.19, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:20:00.000Z", + "level": 521.48, + "flow": 3461.8, + "inflow": 4498.2, + "volume": 27560.81, + "temperature": 15, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T04:30:00.000Z", + "level": 521.48, + "flow": 3468.7, + "inflow": 4437.8, + "volume": 27561.39, + "temperature": 16.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T04:40:00.000Z", + "level": 521.49, + "flow": 3489.9, + "inflow": 4460, + "volume": 27561.97, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:50:00.000Z", + "level": 521.49, + "flow": 3492.4, + "inflow": 4450.4, + "volume": 27562.54, + "temperature": 15.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T05:00:00.000Z", + "level": 521.5, + "flow": 3694.9, + "inflow": 4493, + "volume": 27563.02, + "temperature": 15.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T05:10:00.000Z", + "level": 521.5, + "flow": 3700.4, + "inflow": 4536.4, + "volume": 27563.52, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:20:00.000Z", + "level": 521.5, + "flow": 3690.2, + "inflow": 4506.7, + "volume": 27564.01, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:30:00.000Z", + "level": 521.51, + "flow": 3713.8, + "inflow": 4544.3, + "volume": 27564.51, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:40:00.000Z", + "level": 521.51, + "flow": 3691.1, + "inflow": 4511.6, + "volume": 27565, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:50:00.000Z", + "level": 521.52, + "flow": 3708.3, + "inflow": 4497.3, + "volume": 27565.47, + "temperature": 16.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T06:00:00.000Z", + "level": 521.52, + "flow": 4005.7, + "inflow": 4529.4, + "volume": 27565.78, + "temperature": 16.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T06:10:00.000Z", + "level": 521.52, + "flow": 3996, + "inflow": 4554.1, + "volume": 27566.11, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:20:00.000Z", + "level": 521.52, + "flow": 3999.1, + "inflow": 4509.3, + "volume": 27566.42, + "temperature": 15.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T06:30:00.000Z", + "level": 521.53, + "flow": 4018.7, + "inflow": 4521, + "volume": 27566.72, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:40:00.000Z", + "level": 521.53, + "flow": 3986.1, + "inflow": 4500.3, + "volume": 27567.03, + "temperature": 16.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T06:50:00.000Z", + "level": 521.53, + "flow": 3981, + "inflow": 4522, + "volume": 27567.35, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:00:00.000Z", + "level": 521.53, + "flow": 4284.5, + "inflow": 4501.5, + "volume": 27567.48, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:10:00.000Z", + "level": 521.53, + "flow": 4294.9, + "inflow": 4503.6, + "volume": 27567.61, + "temperature": 15.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T07:20:00.000Z", + "level": 521.54, + "flow": 4282.2, + "inflow": 4507, + "volume": 27567.74, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:30:00.000Z", + "level": 521.54, + "flow": 4286.8, + "inflow": 4497.7, + "volume": 27567.87, + "temperature": 15.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T07:40:00.000Z", + "level": 521.54, + "flow": 4296.5, + "inflow": 4550.2, + "volume": 27568.02, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:50:00.000Z", + "level": 521.54, + "flow": 4302.5, + "inflow": 4529.4, + "volume": 27568.16, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:00:00.000Z", + "level": 521.54, + "flow": 4535.7, + "inflow": 4440.4, + "volume": 27568.1, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:10:00.000Z", + "level": 521.54, + "flow": 4508.7, + "inflow": 4471, + "volume": 27568.08, + "temperature": 15.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T08:20:00.000Z", + "level": 521.54, + "flow": 4504.2, + "inflow": 4483.5, + "volume": 27568.07, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:30:00.000Z", + "level": 521.54, + "flow": 4508.7, + "inflow": 4484.8, + "volume": 27568.06, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:40:00.000Z", + "level": 521.54, + "flow": 4535.7, + "inflow": 4477.4, + "volume": 27568.02, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:50:00.000Z", + "level": 521.54, + "flow": 4507.3, + "inflow": 4506.9, + "volume": 27568.02, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T09:00:00.000Z", + "level": 521.54, + "flow": 4593.6, + "inflow": 4443.8, + "volume": 27567.93, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:10:00.000Z", + "level": 521.54, + "flow": 4602.1, + "inflow": 4387.3, + "volume": 27567.8, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T09:20:00.000Z", + "level": 521.54, + "flow": 4619.6, + "inflow": 4428.1, + "volume": 27567.69, + "temperature": 15.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T09:30:00.000Z", + "level": 521.53, + "flow": 4590.1, + "inflow": 4390.1, + "volume": 27567.57, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T09:40:00.000Z", + "level": 521.53, + "flow": 4594, + "inflow": 4414.6, + "volume": 27567.46, + "temperature": 15.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T09:50:00.000Z", + "level": 521.53, + "flow": 4615.1, + "inflow": 4439.7, + "volume": 27567.35, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:00:00.000Z", + "level": 521.53, + "flow": 4518.3, + "inflow": 4300.5, + "volume": 27567.22, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:10:00.000Z", + "level": 521.53, + "flow": 4530.3, + "inflow": 4297.4, + "volume": 27567.08, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T10:20:00.000Z", + "level": 521.53, + "flow": 4519.5, + "inflow": 4301.2, + "volume": 27566.95, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T10:30:00.000Z", + "level": 521.53, + "flow": 4507, + "inflow": 4353.3, + "volume": 27566.86, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:40:00.000Z", + "level": 521.53, + "flow": 4527.2, + "inflow": 4329.1, + "volume": 27566.74, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:50:00.000Z", + "level": 521.53, + "flow": 4529.7, + "inflow": 4304.6, + "volume": 27566.6, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T11:00:00.000Z", + "level": 521.53, + "flow": 4290.4, + "inflow": 4259.3, + "volume": 27566.58, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T11:10:00.000Z", + "level": 521.53, + "flow": 4291, + "inflow": 4216.1, + "volume": 27566.54, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T11:20:00.000Z", + "level": 521.52, + "flow": 4293.7, + "inflow": 4205, + "volume": 27566.49, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:30:00.000Z", + "level": 521.52, + "flow": 4298.4, + "inflow": 4203.7, + "volume": 27566.43, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:40:00.000Z", + "level": 521.52, + "flow": 4287, + "inflow": 4271.3, + "volume": 27566.42, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:50:00.000Z", + "level": 521.52, + "flow": 4318.2, + "inflow": 4246.8, + "volume": 27566.38, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:00:00.000Z", + "level": 521.52, + "flow": 3994.2, + "inflow": 4134.5, + "volume": 27566.46, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:10:00.000Z", + "level": 521.53, + "flow": 4000.5, + "inflow": 4133.1, + "volume": 27566.54, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T12:20:00.000Z", + "level": 521.53, + "flow": 3995.6, + "inflow": 4163.5, + "volume": 27566.64, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T12:30:00.000Z", + "level": 521.53, + "flow": 4014.2, + "inflow": 4167.6, + "volume": 27566.73, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:40:00.000Z", + "level": 521.53, + "flow": 4017.9, + "inflow": 4137.2, + "volume": 27566.8, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:50:00.000Z", + "level": 521.53, + "flow": 3986.9, + "inflow": 4135.8, + "volume": 27566.89, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:00:00.000Z", + "level": 521.53, + "flow": 3689.6, + "inflow": 4007, + "volume": 27567.08, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:10:00.000Z", + "level": 521.53, + "flow": 3693.1, + "inflow": 4011, + "volume": 27567.27, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T13:20:00.000Z", + "level": 521.53, + "flow": 3696.6, + "inflow": 4019, + "volume": 27567.46, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T13:30:00.000Z", + "level": 521.53, + "flow": 3709.4, + "inflow": 3988.4, + "volume": 27567.63, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T13:40:00.000Z", + "level": 521.54, + "flow": 3701.4, + "inflow": 4064, + "volume": 27567.85, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:50:00.000Z", + "level": 521.54, + "flow": 3702.1, + "inflow": 4007.6, + "volume": 27568.03, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:00:00.000Z", + "level": 521.54, + "flow": 3481.1, + "inflow": 3935.7, + "volume": 27568.3, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:10:00.000Z", + "level": 521.54, + "flow": 3474.3, + "inflow": 3962, + "volume": 27568.59, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:20:00.000Z", + "level": 521.55, + "flow": 3468.3, + "inflow": 3922.6, + "volume": 27568.86, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T14:30:00.000Z", + "level": 521.55, + "flow": 3500.3, + "inflow": 3919.2, + "volume": 27569.11, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:40:00.000Z", + "level": 521.55, + "flow": 3465.2, + "inflow": 3905.6, + "volume": 27569.37, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:50:00.000Z", + "level": 521.55, + "flow": 3473.8, + "inflow": 3894.6, + "volume": 27569.62, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:00:00.000Z", + "level": 521.55, + "flow": 3401.3, + "inflow": 3815.7, + "volume": 27569.87, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T15:10:00.000Z", + "level": 521.56, + "flow": 3417.3, + "inflow": 3869.1, + "volume": 27570.14, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:20:00.000Z", + "level": 521.56, + "flow": 3415.1, + "inflow": 3858.2, + "volume": 27570.41, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T15:30:00.000Z", + "level": 521.56, + "flow": 3411.3, + "inflow": 3884.4, + "volume": 27570.69, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T15:40:00.000Z", + "level": 521.56, + "flow": 3380.4, + "inflow": 3852.9, + "volume": 27570.97, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:50:00.000Z", + "level": 521.57, + "flow": 3394.7, + "inflow": 3809.3, + "volume": 27571.22, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T16:00:00.000Z", + "level": 521.57, + "flow": 3464, + "inflow": 3807.1, + "volume": 27571.43, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:10:00.000Z", + "level": 521.57, + "flow": 3477.2, + "inflow": 3797, + "volume": 27571.62, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T16:20:00.000Z", + "level": 521.57, + "flow": 3499.1, + "inflow": 3820.3, + "volume": 27571.81, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T16:30:00.000Z", + "level": 521.57, + "flow": 3472.6, + "inflow": 3802.2, + "volume": 27572.01, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T16:40:00.000Z", + "level": 521.57, + "flow": 3477.1, + "inflow": 3756.3, + "volume": 27572.18, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T16:50:00.000Z", + "level": 521.57, + "flow": 3499.8, + "inflow": 3792.6, + "volume": 27572.36, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:00:00.000Z", + "level": 521.58, + "flow": 3709.1, + "inflow": 3734.5, + "volume": 27572.38, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:10:00.000Z", + "level": 521.58, + "flow": 3700.6, + "inflow": 3709.4, + "volume": 27572.39, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:20:00.000Z", + "level": 521.58, + "flow": 3683.7, + "inflow": 3773.4, + "volume": 27572.44, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:30:00.000Z", + "level": 521.58, + "flow": 3706.7, + "inflow": 3723.4, + "volume": 27572.45, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:40:00.000Z", + "level": 521.58, + "flow": 3696.4, + "inflow": 3715.8, + "volume": 27572.46, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:50:00.000Z", + "level": 521.58, + "flow": 3714.1, + "inflow": 3746.1, + "volume": 27572.48, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:00:00.000Z", + "level": 521.57, + "flow": 4011.9, + "inflow": 3727.1, + "volume": 27572.31, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T18:10:00.000Z", + "level": 521.57, + "flow": 4011.6, + "inflow": 3709.7, + "volume": 27572.13, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T18:20:00.000Z", + "level": 521.57, + "flow": 4005.1, + "inflow": 3714.2, + "volume": 27571.96, + "temperature": 9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T18:30:00.000Z", + "level": 521.57, + "flow": 4019.2, + "inflow": 3695.1, + "volume": 27571.77, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T18:40:00.000Z", + "level": 521.57, + "flow": 4019.6, + "inflow": 3702.9, + "volume": 27571.58, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:50:00.000Z", + "level": 521.57, + "flow": 4004.9, + "inflow": 3692.8, + "volume": 27571.39, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:00:00.000Z", + "level": 521.56, + "flow": 4287.7, + "inflow": 3743.6, + "volume": 27571.06, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:10:00.000Z", + "level": 521.56, + "flow": 4314.5, + "inflow": 3766.3, + "volume": 27570.73, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:20:00.000Z", + "level": 521.56, + "flow": 4312.7, + "inflow": 3707.7, + "volume": 27570.37, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:30:00.000Z", + "level": 521.55, + "flow": 4316.2, + "inflow": 3720.1, + "volume": 27570.01, + "temperature": 9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T19:40:00.000Z", + "level": 521.55, + "flow": 4300, + "inflow": 3777, + "volume": 27569.7, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:50:00.000Z", + "level": 521.55, + "flow": 4283.8, + "inflow": 3745.3, + "volume": 27569.38, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T20:00:00.000Z", + "level": 521.55, + "flow": 4514.7, + "inflow": 3773.6, + "volume": 27568.94, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T20:10:00.000Z", + "level": 521.54, + "flow": 4518.4, + "inflow": 3800.6, + "volume": 27568.51, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T20:20:00.000Z", + "level": 521.54, + "flow": 4506.3, + "inflow": 3744.8, + "volume": 27568.05, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T20:30:00.000Z", + "level": 521.53, + "flow": 4521.8, + "inflow": 3810.9, + "volume": 27567.62, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T20:40:00.000Z", + "level": 521.53, + "flow": 4529.9, + "inflow": 3762.3, + "volume": 27567.16, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T20:50:00.000Z", + "level": 521.53, + "flow": 4501, + "inflow": 3802, + "volume": 27566.74, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:00:00.000Z", + "level": 521.52, + "flow": 4615.3, + "inflow": 3838.9, + "volume": 27566.27, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:10:00.000Z", + "level": 521.52, + "flow": 4597.4, + "inflow": 3839.7, + "volume": 27565.82, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T21:20:00.000Z", + "level": 521.52, + "flow": 4613.5, + "inflow": 3849.5, + "volume": 27565.36, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:30:00.000Z", + "level": 521.51, + "flow": 4587.8, + "inflow": 3878.3, + "volume": 27564.93, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T21:40:00.000Z", + "level": 521.51, + "flow": 4610.4, + "inflow": 3859.8, + "volume": 27564.48, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T21:50:00.000Z", + "level": 521.5, + "flow": 4584.9, + "inflow": 3861.3, + "volume": 27564.05, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:00:00.000Z", + "level": 521.5, + "flow": 4529.3, + "inflow": 3948.8, + "volume": 27563.7, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T22:10:00.000Z", + "level": 521.5, + "flow": 4527.4, + "inflow": 3933.8, + "volume": 27563.34, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:20:00.000Z", + "level": 521.5, + "flow": 4516.4, + "inflow": 3961.3, + "volume": 27563.01, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:30:00.000Z", + "level": 521.49, + "flow": 4505, + "inflow": 3937.1, + "volume": 27562.67, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T22:40:00.000Z", + "level": 521.49, + "flow": 4509.4, + "inflow": 3950.6, + "volume": 27562.33, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T22:50:00.000Z", + "level": 521.49, + "flow": 4532.3, + "inflow": 3903.9, + "volume": 27561.95, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T23:00:00.000Z", + "level": 521.48, + "flow": 4312.3, + "inflow": 4049.9, + "volume": 27561.79, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:10:00.000Z", + "level": 521.48, + "flow": 4319.5, + "inflow": 4017.9, + "volume": 27561.61, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T23:20:00.000Z", + "level": 521.48, + "flow": 4293.3, + "inflow": 4063.2, + "volume": 27561.47, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:30:00.000Z", + "level": 521.48, + "flow": 4304.1, + "inflow": 4036.4, + "volume": 27561.31, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:40:00.000Z", + "level": 521.48, + "flow": 4315.2, + "inflow": 4041.7, + "volume": 27561.15, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-05T23:50:00.000Z", + "level": 521.48, + "flow": 4313.4, + "inflow": 4062.4, + "volume": 27561, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:00:00.000Z", + "level": 521.48, + "flow": 4005.6, + "inflow": 4114.6, + "volume": 27561.07, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T00:10:00.000Z", + "level": 521.48, + "flow": 4009.2, + "inflow": 4188.5, + "volume": 27561.18, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:20:00.000Z", + "level": 521.48, + "flow": 3982.4, + "inflow": 4174.5, + "volume": 27561.3, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T00:30:00.000Z", + "level": 521.48, + "flow": 3980.2, + "inflow": 4147.1, + "volume": 27561.4, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T00:40:00.000Z", + "level": 521.48, + "flow": 4018.9, + "inflow": 4137.5, + "volume": 27561.47, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T00:50:00.000Z", + "level": 521.48, + "flow": 4002.9, + "inflow": 4190.9, + "volume": 27561.58, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:00:00.000Z", + "level": 521.49, + "flow": 3684.5, + "inflow": 4226.6, + "volume": 27561.91, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T01:10:00.000Z", + "level": 521.49, + "flow": 3712.8, + "inflow": 4271.6, + "volume": 27562.25, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:20:00.000Z", + "level": 521.49, + "flow": 3709.5, + "inflow": 4254.6, + "volume": 27562.58, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:30:00.000Z", + "level": 521.49, + "flow": 3715.2, + "inflow": 4283.1, + "volume": 27562.92, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:40:00.000Z", + "level": 521.5, + "flow": 3708.3, + "inflow": 4293, + "volume": 27563.27, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T01:50:00.000Z", + "level": 521.5, + "flow": 3709.5, + "inflow": 4287.8, + "volume": 27563.62, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T02:00:00.000Z", + "level": 521.51, + "flow": 3463.2, + "inflow": 4371.8, + "volume": 27564.17, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T02:10:00.000Z", + "level": 521.51, + "flow": 3481.1, + "inflow": 4363.5, + "volume": 27564.7, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:20:00.000Z", + "level": 521.51, + "flow": 3486.8, + "inflow": 4335.4, + "volume": 27565.21, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T02:30:00.000Z", + "level": 521.52, + "flow": 3486.2, + "inflow": 4372.9, + "volume": 27565.74, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:40:00.000Z", + "level": 521.52, + "flow": 3487.6, + "inflow": 4319, + "volume": 27566.24, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:50:00.000Z", + "level": 521.53, + "flow": 3475, + "inflow": 4317.5, + "volume": 27566.75, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T03:00:00.000Z", + "level": 521.53, + "flow": 3386, + "inflow": 4437.2, + "volume": 27567.38, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:10:00.000Z", + "level": 521.54, + "flow": 3389.3, + "inflow": 4411.5, + "volume": 27567.99, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:20:00.000Z", + "level": 521.54, + "flow": 3410.3, + "inflow": 4411, + "volume": 27568.59, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:30:00.000Z", + "level": 521.55, + "flow": 3410, + "inflow": 4419, + "volume": 27569.2, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:40:00.000Z", + "level": 521.55, + "flow": 3404.6, + "inflow": 4397.6, + "volume": 27569.8, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T03:50:00.000Z", + "level": 521.56, + "flow": 3389.2, + "inflow": 4428.1, + "volume": 27570.42, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T04:00:00.000Z", + "level": 521.56, + "flow": 3492.4, + "inflow": 4467.4, + "volume": 27571.01, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:10:00.000Z", + "level": 521.57, + "flow": 3498.8, + "inflow": 4498.9, + "volume": 27571.61, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T04:20:00.000Z", + "level": 521.57, + "flow": 3490.7, + "inflow": 4532.1, + "volume": 27572.23, + "temperature": 16, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T04:30:00.000Z", + "level": 521.58, + "flow": 3491.5, + "inflow": 4460.9, + "volume": 27572.81, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:40:00.000Z", + "level": 521.58, + "flow": 3463, + "inflow": 4477.3, + "volume": 27573.42, + "temperature": 15.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T04:50:00.000Z", + "level": 521.59, + "flow": 3466, + "inflow": 4467.7, + "volume": 27574.02, + "temperature": 16, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T05:00:00.000Z", + "level": 521.59, + "flow": 3718.8, + "inflow": 4527.7, + "volume": 27574.51, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T05:10:00.000Z", + "level": 521.6, + "flow": 3712.3, + "inflow": 4513.7, + "volume": 27574.99, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:20:00.000Z", + "level": 521.6, + "flow": 3707.7, + "inflow": 4505.6, + "volume": 27575.47, + "temperature": 16.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T05:30:00.000Z", + "level": 521.61, + "flow": 3718, + "inflow": 4498.5, + "volume": 27575.94, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:40:00.000Z", + "level": 521.61, + "flow": 3700.7, + "inflow": 4562.5, + "volume": 27576.46, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:50:00.000Z", + "level": 521.61, + "flow": 3703.5, + "inflow": 4539.2, + "volume": 27576.96, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:00:00.000Z", + "level": 521.62, + "flow": 4002.7, + "inflow": 4529.1, + "volume": 27577.28, + "temperature": 15.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T06:10:00.000Z", + "level": 521.62, + "flow": 4005.1, + "inflow": 4536, + "volume": 27577.6, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:20:00.000Z", + "level": 521.62, + "flow": 3995.8, + "inflow": 4575.9, + "volume": 27577.95, + "temperature": 16.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T06:30:00.000Z", + "level": 521.63, + "flow": 4012.7, + "inflow": 4563.9, + "volume": 27578.28, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:40:00.000Z", + "level": 521.63, + "flow": 3986.1, + "inflow": 4565.3, + "volume": 27578.63, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:50:00.000Z", + "level": 521.63, + "flow": 3987, + "inflow": 4515.1, + "volume": 27578.95, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:00:00.000Z", + "level": 521.63, + "flow": 4283.2, + "inflow": 4559.8, + "volume": 27579.12, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:10:00.000Z", + "level": 521.63, + "flow": 4304.2, + "inflow": 4564.3, + "volume": 27579.28, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:20:00.000Z", + "level": 521.64, + "flow": 4296.7, + "inflow": 4563.1, + "volume": 27579.44, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:30:00.000Z", + "level": 521.64, + "flow": 4286, + "inflow": 4518.4, + "volume": 27579.58, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T07:40:00.000Z", + "level": 521.64, + "flow": 4316.7, + "inflow": 4565.6, + "volume": 27579.73, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:50:00.000Z", + "level": 521.64, + "flow": 4300, + "inflow": 4515.6, + "volume": 27579.86, + "temperature": 15.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T08:00:00.000Z", + "level": 521.64, + "flow": 4524, + "inflow": 4506.1, + "volume": 27579.85, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T08:10:00.000Z", + "level": 521.64, + "flow": 4531.1, + "inflow": 4503.6, + "volume": 27579.83, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:20:00.000Z", + "level": 521.64, + "flow": 4515.6, + "inflow": 4458.8, + "volume": 27579.8, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:30:00.000Z", + "level": 521.64, + "flow": 4506.4, + "inflow": 4484.5, + "volume": 27579.79, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:40:00.000Z", + "level": 521.64, + "flow": 4537.6, + "inflow": 4523.5, + "volume": 27579.78, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:50:00.000Z", + "level": 521.64, + "flow": 4500.2, + "inflow": 4530.7, + "volume": 27579.8, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:00:00.000Z", + "level": 521.64, + "flow": 4614.7, + "inflow": 4441.8, + "volume": 27579.7, + "temperature": 15.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T09:10:00.000Z", + "level": 521.64, + "flow": 4611.8, + "inflow": 4453.8, + "volume": 27579.61, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:20:00.000Z", + "level": 521.64, + "flow": 4618.8, + "inflow": 4402.9, + "volume": 27579.48, + "temperature": 15.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T09:30:00.000Z", + "level": 521.63, + "flow": 4593.5, + "inflow": 4409.4, + "volume": 27579.37, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T09:40:00.000Z", + "level": 521.63, + "flow": 4586.7, + "inflow": 4457.5, + "volume": 27579.29, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:50:00.000Z", + "level": 521.63, + "flow": 4580.4, + "inflow": 4429.2, + "volume": 27579.2, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T10:00:00.000Z", + "level": 521.63, + "flow": 4537.7, + "inflow": 4353.3, + "volume": 27579.09, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T10:10:00.000Z", + "level": 521.63, + "flow": 4503.5, + "inflow": 4388, + "volume": 27579.02, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T10:20:00.000Z", + "level": 521.63, + "flow": 4517.9, + "inflow": 4375.6, + "volume": 27578.93, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T10:30:00.000Z", + "level": 521.63, + "flow": 4530.5, + "inflow": 4351.9, + "volume": 27578.82, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:40:00.000Z", + "level": 521.63, + "flow": 4528.9, + "inflow": 4386.7, + "volume": 27578.73, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:50:00.000Z", + "level": 521.63, + "flow": 4523, + "inflow": 4324.7, + "volume": 27578.61, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T11:00:00.000Z", + "level": 521.63, + "flow": 4282.2, + "inflow": 4254.2, + "volume": 27578.59, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T11:10:00.000Z", + "level": 521.63, + "flow": 4314.5, + "inflow": 4292.2, + "volume": 27578.58, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T11:20:00.000Z", + "level": 521.63, + "flow": 4319.3, + "inflow": 4269.9, + "volume": 27578.55, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:30:00.000Z", + "level": 521.63, + "flow": 4314.7, + "inflow": 4218, + "volume": 27578.49, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T11:40:00.000Z", + "level": 521.63, + "flow": 4319.7, + "inflow": 4290.1, + "volume": 27578.47, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T11:50:00.000Z", + "level": 521.63, + "flow": 4314.2, + "inflow": 4274.4, + "volume": 27578.45, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T12:00:00.000Z", + "level": 521.63, + "flow": 4005.7, + "inflow": 4180.8, + "volume": 27578.56, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T12:10:00.000Z", + "level": 521.63, + "flow": 4000.6, + "inflow": 4154.3, + "volume": 27578.65, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:20:00.000Z", + "level": 521.63, + "flow": 4003.2, + "inflow": 4138.6, + "volume": 27578.73, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:30:00.000Z", + "level": 521.63, + "flow": 3990.5, + "inflow": 4187.5, + "volume": 27578.85, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:40:00.000Z", + "level": 521.63, + "flow": 4003.4, + "inflow": 4146.9, + "volume": 27578.94, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T12:50:00.000Z", + "level": 521.63, + "flow": 3994.8, + "inflow": 4150.8, + "volume": 27579.03, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:00:00.000Z", + "level": 521.63, + "flow": 3706.3, + "inflow": 4017.5, + "volume": 27579.22, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:10:00.000Z", + "level": 521.64, + "flow": 3698.9, + "inflow": 4027.6, + "volume": 27579.42, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:20:00.000Z", + "level": 521.64, + "flow": 3680.8, + "inflow": 4037.7, + "volume": 27579.63, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T13:30:00.000Z", + "level": 521.64, + "flow": 3697, + "inflow": 4039.3, + "volume": 27579.84, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:40:00.000Z", + "level": 521.64, + "flow": 3681.2, + "inflow": 4021.6, + "volume": 27580.04, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T13:50:00.000Z", + "level": 521.64, + "flow": 3719.7, + "inflow": 4058.3, + "volume": 27580.24, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:00:00.000Z", + "level": 521.64, + "flow": 3482.4, + "inflow": 3965.5, + "volume": 27580.53, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:10:00.000Z", + "level": 521.65, + "flow": 3469.2, + "inflow": 3915.1, + "volume": 27580.8, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:20:00.000Z", + "level": 521.65, + "flow": 3463.5, + "inflow": 3937.1, + "volume": 27581.08, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T14:30:00.000Z", + "level": 521.65, + "flow": 3484.2, + "inflow": 3950.4, + "volume": 27581.36, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:40:00.000Z", + "level": 521.65, + "flow": 3476.7, + "inflow": 3912, + "volume": 27581.62, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T14:50:00.000Z", + "level": 521.66, + "flow": 3498.9, + "inflow": 3956.1, + "volume": 27581.89, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:00:00.000Z", + "level": 521.66, + "flow": 3411.7, + "inflow": 3828.7, + "volume": 27582.14, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:10:00.000Z", + "level": 521.66, + "flow": 3417.1, + "inflow": 3833.1, + "volume": 27582.39, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:20:00.000Z", + "level": 521.66, + "flow": 3399.3, + "inflow": 3830.6, + "volume": 27582.65, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T15:30:00.000Z", + "level": 521.67, + "flow": 3408.3, + "inflow": 3885.2, + "volume": 27582.94, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:40:00.000Z", + "level": 521.67, + "flow": 3409.4, + "inflow": 3833.2, + "volume": 27583.19, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:50:00.000Z", + "level": 521.67, + "flow": 3397.3, + "inflow": 3854.1, + "volume": 27583.46, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T16:00:00.000Z", + "level": 521.67, + "flow": 3461.9, + "inflow": 3818.6, + "volume": 27583.67, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T16:10:00.000Z", + "level": 521.67, + "flow": 3463.5, + "inflow": 3814.4, + "volume": 27583.88, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T16:20:00.000Z", + "level": 521.67, + "flow": 3478.8, + "inflow": 3805, + "volume": 27584.08, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:30:00.000Z", + "level": 521.68, + "flow": 3490.5, + "inflow": 3770.6, + "volume": 27584.25, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:40:00.000Z", + "level": 521.68, + "flow": 3485.7, + "inflow": 3801.1, + "volume": 27584.44, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:50:00.000Z", + "level": 521.68, + "flow": 3467.5, + "inflow": 3820.9, + "volume": 27584.65, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:00:00.000Z", + "level": 521.68, + "flow": 3714.7, + "inflow": 3760.5, + "volume": 27584.68, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:10:00.000Z", + "level": 521.68, + "flow": 3710.3, + "inflow": 3757.2, + "volume": 27584.71, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:20:00.000Z", + "level": 521.68, + "flow": 3706.1, + "inflow": 3759.3, + "volume": 27584.74, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:30:00.000Z", + "level": 521.68, + "flow": 3702.3, + "inflow": 3778.6, + "volume": 27584.79, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:40:00.000Z", + "level": 521.68, + "flow": 3685.6, + "inflow": 3756, + "volume": 27584.83, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T17:50:00.000Z", + "level": 521.68, + "flow": 3704.3, + "inflow": 3767.6, + "volume": 27584.87, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:00:00.000Z", + "level": 521.68, + "flow": 3990.7, + "inflow": 3752.9, + "volume": 27584.73, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T18:10:00.000Z", + "level": 521.68, + "flow": 4019.6, + "inflow": 3767, + "volume": 27584.58, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T18:20:00.000Z", + "level": 521.68, + "flow": 3995.9, + "inflow": 3785.4, + "volume": 27584.45, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:30:00.000Z", + "level": 521.68, + "flow": 4001.4, + "inflow": 3781.7, + "volume": 27584.32, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T18:40:00.000Z", + "level": 521.68, + "flow": 3983.4, + "inflow": 3787.9, + "volume": 27584.2, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T18:50:00.000Z", + "level": 521.67, + "flow": 4008.2, + "inflow": 3761, + "volume": 27584.05, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T19:00:00.000Z", + "level": 521.67, + "flow": 4300.5, + "inflow": 3741.4, + "volume": 27583.71, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:10:00.000Z", + "level": 521.67, + "flow": 4318.7, + "inflow": 3772.5, + "volume": 27583.38, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:20:00.000Z", + "level": 521.67, + "flow": 4291.1, + "inflow": 3793.4, + "volume": 27583.08, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:30:00.000Z", + "level": 521.66, + "flow": 4285.1, + "inflow": 3780.7, + "volume": 27582.78, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T19:40:00.000Z", + "level": 521.66, + "flow": 4283.6, + "inflow": 3801.3, + "volume": 27582.49, + "temperature": 9.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T19:50:00.000Z", + "level": 521.66, + "flow": 4306.3, + "inflow": 3770.2, + "volume": 27582.17, + "temperature": 9.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T20:00:00.000Z", + "level": 521.66, + "flow": 4507.9, + "inflow": 3844.7, + "volume": 27581.77, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:10:00.000Z", + "level": 521.65, + "flow": 4516.3, + "inflow": 3772.1, + "volume": 27581.32, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T20:20:00.000Z", + "level": 521.65, + "flow": 4518.9, + "inflow": 3766.9, + "volume": 27580.87, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:30:00.000Z", + "level": 521.64, + "flow": 4504.4, + "inflow": 3817.8, + "volume": 27580.46, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:40:00.000Z", + "level": 521.64, + "flow": 4516, + "inflow": 3797, + "volume": 27580.03, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T20:50:00.000Z", + "level": 521.64, + "flow": 4531.1, + "inflow": 3769.5, + "volume": 27579.57, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:00:00.000Z", + "level": 521.63, + "flow": 4610.2, + "inflow": 3882.5, + "volume": 27579.13, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T21:10:00.000Z", + "level": 521.63, + "flow": 4601.2, + "inflow": 3861.1, + "volume": 27578.69, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:20:00.000Z", + "level": 521.62, + "flow": 4611.1, + "inflow": 3835.1, + "volume": 27578.22, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:30:00.000Z", + "level": 521.62, + "flow": 4616.8, + "inflow": 3838.9, + "volume": 27577.75, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:40:00.000Z", + "level": 521.62, + "flow": 4609.5, + "inflow": 3882.6, + "volume": 27577.31, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:50:00.000Z", + "level": 521.61, + "flow": 4599.1, + "inflow": 3905.4, + "volume": 27576.89, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:00:00.000Z", + "level": 521.61, + "flow": 4526.9, + "inflow": 3919.1, + "volume": 27576.53, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T22:10:00.000Z", + "level": 521.61, + "flow": 4507.7, + "inflow": 3944.2, + "volume": 27576.19, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T22:20:00.000Z", + "level": 521.6, + "flow": 4499.7, + "inflow": 3982.7, + "volume": 27575.88, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T22:30:00.000Z", + "level": 521.6, + "flow": 4536.4, + "inflow": 3963.5, + "volume": 27575.54, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T22:40:00.000Z", + "level": 521.6, + "flow": 4534.6, + "inflow": 3977.7, + "volume": 27575.21, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:50:00.000Z", + "level": 521.6, + "flow": 4536.8, + "inflow": 3973.6, + "volume": 27574.87, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:00:00.000Z", + "level": 521.59, + "flow": 4318.6, + "inflow": 4050.4, + "volume": 27574.71, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-06T23:10:00.000Z", + "level": 521.59, + "flow": 4316.9, + "inflow": 4022.9, + "volume": 27574.53, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:20:00.000Z", + "level": 521.59, + "flow": 4300.6, + "inflow": 4049.8, + "volume": 27574.38, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:30:00.000Z", + "level": 521.59, + "flow": 4314.7, + "inflow": 4077.8, + "volume": 27574.24, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:40:00.000Z", + "level": 521.59, + "flow": 4282.2, + "inflow": 4070.7, + "volume": 27574.11, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:50:00.000Z", + "level": 521.59, + "flow": 4290.4, + "inflow": 4042, + "volume": 27573.96, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:00:00.000Z", + "level": 521.59, + "flow": 4011.7, + "inflow": 4160.1, + "volume": 27574.05, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T00:10:00.000Z", + "level": 521.59, + "flow": 4008.2, + "inflow": 4148.4, + "volume": 27574.13, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:20:00.000Z", + "level": 521.59, + "flow": 3985.8, + "inflow": 4178.8, + "volume": 27574.25, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T00:30:00.000Z", + "level": 521.59, + "flow": 4017.9, + "inflow": 4178, + "volume": 27574.35, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T00:40:00.000Z", + "level": 521.59, + "flow": 4013.5, + "inflow": 4170.7, + "volume": 27574.44, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T00:50:00.000Z", + "level": 521.59, + "flow": 4016.3, + "inflow": 4138.9, + "volume": 27574.51, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T01:00:00.000Z", + "level": 521.6, + "flow": 3714.8, + "inflow": 4250.9, + "volume": 27574.83, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T01:10:00.000Z", + "level": 521.6, + "flow": 3698, + "inflow": 4269.7, + "volume": 27575.17, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T01:20:00.000Z", + "level": 521.6, + "flow": 3716, + "inflow": 4311.7, + "volume": 27575.53, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:30:00.000Z", + "level": 521.6, + "flow": 3694.5, + "inflow": 4273.2, + "volume": 27575.88, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T01:40:00.000Z", + "level": 521.61, + "flow": 3707.3, + "inflow": 4258.1, + "volume": 27576.21, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:50:00.000Z", + "level": 521.61, + "flow": 3711.8, + "inflow": 4286.7, + "volume": 27576.55, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:00:00.000Z", + "level": 521.62, + "flow": 3490.4, + "inflow": 4350.1, + "volume": 27577.07, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:10:00.000Z", + "level": 521.62, + "flow": 3490, + "inflow": 4361.4, + "volume": 27577.59, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:20:00.000Z", + "level": 521.62, + "flow": 3466.1, + "inflow": 4397.2, + "volume": 27578.15, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:30:00.000Z", + "level": 521.63, + "flow": 3496.5, + "inflow": 4362.1, + "volume": 27578.67, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:40:00.000Z", + "level": 521.63, + "flow": 3480.5, + "inflow": 4337.4, + "volume": 27579.18, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:50:00.000Z", + "level": 521.64, + "flow": 3489, + "inflow": 4374.9, + "volume": 27579.71, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T03:00:00.000Z", + "level": 521.64, + "flow": 3389.9, + "inflow": 4470.9, + "volume": 27580.36, + "temperature": 15.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T03:10:00.000Z", + "level": 521.65, + "flow": 3414.8, + "inflow": 4478.8, + "volume": 27581, + "temperature": 15.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T03:20:00.000Z", + "level": 521.65, + "flow": 3419.8, + "inflow": 4460.7, + "volume": 27581.62, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:30:00.000Z", + "level": 521.66, + "flow": 3387.6, + "inflow": 4476.3, + "volume": 27582.27, + "temperature": 15.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T03:40:00.000Z", + "level": 521.66, + "flow": 3382.2, + "inflow": 4420.3, + "volume": 27582.89, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T03:50:00.000Z", + "level": 521.67, + "flow": 3386.1, + "inflow": 4469.2, + "volume": 27583.54, + "temperature": 15.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T04:00:00.000Z", + "level": 521.68, + "flow": 3475.6, + "inflow": 4544.4, + "volume": 27584.18, + "temperature": 16.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T04:10:00.000Z", + "level": 521.68, + "flow": 3466.3, + "inflow": 4517.4, + "volume": 27584.81, + "temperature": 16.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T04:20:00.000Z", + "level": 521.69, + "flow": 3468.9, + "inflow": 4520.4, + "volume": 27585.44, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:30:00.000Z", + "level": 521.69, + "flow": 3474, + "inflow": 4498, + "volume": 27586.05, + "temperature": 16.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T04:40:00.000Z", + "level": 521.7, + "flow": 3481.2, + "inflow": 4503.7, + "volume": 27586.66, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:50:00.000Z", + "level": 521.7, + "flow": 3465.1, + "inflow": 4541.9, + "volume": 27587.31, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:00:00.000Z", + "level": 521.71, + "flow": 3696.3, + "inflow": 4592.4, + "volume": 27587.85, + "temperature": 15, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T05:10:00.000Z", + "level": 521.71, + "flow": 3688.1, + "inflow": 4576.4, + "volume": 27588.38, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:20:00.000Z", + "level": 521.72, + "flow": 3704.3, + "inflow": 4551.1, + "volume": 27588.89, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:30:00.000Z", + "level": 521.72, + "flow": 3705.7, + "inflow": 4565.4, + "volume": 27589.41, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:40:00.000Z", + "level": 521.72, + "flow": 3699.4, + "inflow": 4574.2, + "volume": 27589.93, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T05:50:00.000Z", + "level": 521.73, + "flow": 3710.7, + "inflow": 4578.8, + "volume": 27590.45, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:00:00.000Z", + "level": 521.73, + "flow": 3988.9, + "inflow": 4601.5, + "volume": 27590.82, + "temperature": 15.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T06:10:00.000Z", + "level": 521.74, + "flow": 3983.8, + "inflow": 4545.2, + "volume": 27591.16, + "temperature": 16.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T06:20:00.000Z", + "level": 521.74, + "flow": 3985, + "inflow": 4547.1, + "volume": 27591.5, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:30:00.000Z", + "level": 521.74, + "flow": 4014.7, + "inflow": 4542.6, + "volume": 27591.82, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:40:00.000Z", + "level": 521.74, + "flow": 3981.2, + "inflow": 4560.7, + "volume": 27592.17, + "temperature": 15, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T06:50:00.000Z", + "level": 521.75, + "flow": 3991.3, + "inflow": 4573.7, + "volume": 27592.52, + "temperature": 16.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T07:00:00.000Z", + "level": 521.75, + "flow": 4315.7, + "inflow": 4562, + "volume": 27592.67, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:10:00.000Z", + "level": 521.75, + "flow": 4294.1, + "inflow": 4528.5, + "volume": 27592.81, + "temperature": 16.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T07:20:00.000Z", + "level": 521.75, + "flow": 4313.1, + "inflow": 4570.9, + "volume": 27592.96, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:30:00.000Z", + "level": 521.75, + "flow": 4302.1, + "inflow": 4575.2, + "volume": 27593.12, + "temperature": 16.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T07:40:00.000Z", + "level": 521.75, + "flow": 4303.1, + "inflow": 4544.7, + "volume": 27593.26, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:50:00.000Z", + "level": 521.75, + "flow": 4306.4, + "inflow": 4537.5, + "volume": 27593.4, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:00:00.000Z", + "level": 521.75, + "flow": 4517.3, + "inflow": 4511.9, + "volume": 27593.4, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:10:00.000Z", + "level": 521.75, + "flow": 4510.9, + "inflow": 4528.6, + "volume": 27593.41, + "temperature": 15.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T08:20:00.000Z", + "level": 521.75, + "flow": 4503.1, + "inflow": 4534.1, + "volume": 27593.43, + "temperature": 15.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T08:30:00.000Z", + "level": 521.75, + "flow": 4518.6, + "inflow": 4480.8, + "volume": 27593.41, + "temperature": 16, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T08:40:00.000Z", + "level": 521.75, + "flow": 4528.5, + "inflow": 4483, + "volume": 27593.38, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T08:50:00.000Z", + "level": 521.75, + "flow": 4529.5, + "inflow": 4537.1, + "volume": 27593.38, + "temperature": 16.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T09:00:00.000Z", + "level": 521.75, + "flow": 4606.9, + "inflow": 4482.8, + "volume": 27593.31, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:10:00.000Z", + "level": 521.75, + "flow": 4592.5, + "inflow": 4466.5, + "volume": 27593.23, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T09:20:00.000Z", + "level": 521.75, + "flow": 4606.7, + "inflow": 4471.6, + "volume": 27593.15, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:30:00.000Z", + "level": 521.75, + "flow": 4617.9, + "inflow": 4484.8, + "volume": 27593.07, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:40:00.000Z", + "level": 521.75, + "flow": 4614.3, + "inflow": 4443.8, + "volume": 27592.97, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:50:00.000Z", + "level": 521.75, + "flow": 4583.7, + "inflow": 4459.9, + "volume": 27592.9, + "temperature": 15.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T10:00:00.000Z", + "level": 521.75, + "flow": 4512.6, + "inflow": 4358.3, + "volume": 27592.81, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:10:00.000Z", + "level": 521.75, + "flow": 4517.4, + "inflow": 4406.2, + "volume": 27592.74, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T10:20:00.000Z", + "level": 521.75, + "flow": 4503.4, + "inflow": 4386.2, + "volume": 27592.67, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T10:30:00.000Z", + "level": 521.75, + "flow": 4524.7, + "inflow": 4398.3, + "volume": 27592.59, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T10:40:00.000Z", + "level": 521.75, + "flow": 4520, + "inflow": 4370.8, + "volume": 27592.5, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T10:50:00.000Z", + "level": 521.75, + "flow": 4509.9, + "inflow": 4352.2, + "volume": 27592.41, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T11:00:00.000Z", + "level": 521.75, + "flow": 4299.6, + "inflow": 4258.8, + "volume": 27592.39, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T11:10:00.000Z", + "level": 521.75, + "flow": 4301.4, + "inflow": 4256.9, + "volume": 27592.36, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T11:20:00.000Z", + "level": 521.75, + "flow": 4298.9, + "inflow": 4297.4, + "volume": 27592.36, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:30:00.000Z", + "level": 521.75, + "flow": 4299.3, + "inflow": 4270.6, + "volume": 27592.34, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:40:00.000Z", + "level": 521.74, + "flow": 4304.3, + "inflow": 4269.5, + "volume": 27592.32, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:50:00.000Z", + "level": 521.74, + "flow": 4316.7, + "inflow": 4303.7, + "volume": 27592.31, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:00:00.000Z", + "level": 521.75, + "flow": 4016.1, + "inflow": 4201.8, + "volume": 27592.42, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T12:10:00.000Z", + "level": 521.75, + "flow": 4019.7, + "inflow": 4143.2, + "volume": 27592.49, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T12:20:00.000Z", + "level": 521.75, + "flow": 3992.6, + "inflow": 4134.2, + "volume": 27592.57, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T12:30:00.000Z", + "level": 521.75, + "flow": 3983.4, + "inflow": 4204.3, + "volume": 27592.7, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:40:00.000Z", + "level": 521.75, + "flow": 4002.5, + "inflow": 4185.4, + "volume": 27592.81, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:50:00.000Z", + "level": 521.75, + "flow": 4018.6, + "inflow": 4176.8, + "volume": 27592.9, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T13:00:00.000Z", + "level": 521.75, + "flow": 3704.1, + "inflow": 4026.6, + "volume": 27593.09, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T13:10:00.000Z", + "level": 521.75, + "flow": 3691.6, + "inflow": 4093.1, + "volume": 27593.33, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T13:20:00.000Z", + "level": 521.76, + "flow": 3687.9, + "inflow": 4028.2, + "volume": 27593.53, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T13:30:00.000Z", + "level": 521.76, + "flow": 3680.8, + "inflow": 4029.3, + "volume": 27593.74, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:40:00.000Z", + "level": 521.76, + "flow": 3701.3, + "inflow": 4061, + "volume": 27593.96, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T13:50:00.000Z", + "level": 521.76, + "flow": 3707.7, + "inflow": 4049.1, + "volume": 27594.16, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T14:00:00.000Z", + "level": 521.76, + "flow": 3496.8, + "inflow": 3967.1, + "volume": 27594.44, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:10:00.000Z", + "level": 521.77, + "flow": 3492.4, + "inflow": 3944.5, + "volume": 27594.71, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T14:20:00.000Z", + "level": 521.77, + "flow": 3496.5, + "inflow": 3940, + "volume": 27594.98, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T14:30:00.000Z", + "level": 521.77, + "flow": 3493.2, + "inflow": 3967.8, + "volume": 27595.26, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:40:00.000Z", + "level": 521.77, + "flow": 3495.1, + "inflow": 3980.2, + "volume": 27595.55, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T14:50:00.000Z", + "level": 521.78, + "flow": 3467.8, + "inflow": 3953.8, + "volume": 27595.84, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T15:00:00.000Z", + "level": 521.78, + "flow": 3407, + "inflow": 3919.8, + "volume": 27596.15, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:10:00.000Z", + "level": 521.78, + "flow": 3391.5, + "inflow": 3885, + "volume": 27596.45, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T15:20:00.000Z", + "level": 521.78, + "flow": 3402.6, + "inflow": 3865, + "volume": 27596.73, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T15:30:00.000Z", + "level": 521.79, + "flow": 3389.6, + "inflow": 3880.7, + "volume": 27597.02, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T15:40:00.000Z", + "level": 521.79, + "flow": 3415.4, + "inflow": 3882.1, + "volume": 27597.3, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T15:50:00.000Z", + "level": 521.79, + "flow": 3384.9, + "inflow": 3845.6, + "volume": 27597.58, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T16:00:00.000Z", + "level": 521.79, + "flow": 3463.9, + "inflow": 3838.7, + "volume": 27597.8, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T16:10:00.000Z", + "level": 521.79, + "flow": 3498.2, + "inflow": 3822, + "volume": 27597.99, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T16:20:00.000Z", + "level": 521.79, + "flow": 3494.6, + "inflow": 3787.9, + "volume": 27598.17, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T16:30:00.000Z", + "level": 521.8, + "flow": 3463, + "inflow": 3808.7, + "volume": 27598.38, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:40:00.000Z", + "level": 521.8, + "flow": 3494.2, + "inflow": 3796.7, + "volume": 27598.56, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:50:00.000Z", + "level": 521.8, + "flow": 3461.9, + "inflow": 3826.3, + "volume": 27598.78, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:00:00.000Z", + "level": 521.8, + "flow": 3709.3, + "inflow": 3748.9, + "volume": 27598.8, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T17:10:00.000Z", + "level": 521.8, + "flow": 3711.5, + "inflow": 3782.4, + "volume": 27598.84, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:20:00.000Z", + "level": 521.8, + "flow": 3696.3, + "inflow": 3775.4, + "volume": 27598.89, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:30:00.000Z", + "level": 521.8, + "flow": 3686.5, + "inflow": 3762.7, + "volume": 27598.94, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T17:40:00.000Z", + "level": 521.8, + "flow": 3715.9, + "inflow": 3797.7, + "volume": 27598.99, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:50:00.000Z", + "level": 521.8, + "flow": 3717.9, + "inflow": 3802.1, + "volume": 27599.04, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T18:00:00.000Z", + "level": 521.8, + "flow": 4018.4, + "inflow": 3764.4, + "volume": 27598.89, + "temperature": 9.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T18:10:00.000Z", + "level": 521.8, + "flow": 3990.8, + "inflow": 3739.5, + "volume": 27598.74, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:20:00.000Z", + "level": 521.8, + "flow": 3998, + "inflow": 3805.2, + "volume": 27598.62, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T18:30:00.000Z", + "level": 521.8, + "flow": 4013.4, + "inflow": 3743.6, + "volume": 27598.46, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:40:00.000Z", + "level": 521.8, + "flow": 3988.8, + "inflow": 3735.7, + "volume": 27598.31, + "temperature": 9.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T18:50:00.000Z", + "level": 521.79, + "flow": 4018.2, + "inflow": 3738.3, + "volume": 27598.14, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:00:00.000Z", + "level": 521.79, + "flow": 4288.1, + "inflow": 3802.7, + "volume": 27597.85, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:10:00.000Z", + "level": 521.79, + "flow": 4319.8, + "inflow": 3768.9, + "volume": 27597.52, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:20:00.000Z", + "level": 521.79, + "flow": 4317.3, + "inflow": 3807.4, + "volume": 27597.21, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T19:30:00.000Z", + "level": 521.78, + "flow": 4315.7, + "inflow": 3749.4, + "volume": 27596.87, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T19:40:00.000Z", + "level": 521.78, + "flow": 4306.3, + "inflow": 3746.9, + "volume": 27596.53, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:50:00.000Z", + "level": 521.78, + "flow": 4311.5, + "inflow": 3793.8, + "volume": 27596.22, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:00:00.000Z", + "level": 521.77, + "flow": 4534.7, + "inflow": 3795.6, + "volume": 27595.78, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T20:10:00.000Z", + "level": 521.77, + "flow": 4524.5, + "inflow": 3832.1, + "volume": 27595.36, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:20:00.000Z", + "level": 521.77, + "flow": 4504, + "inflow": 3803, + "volume": 27594.94, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:30:00.000Z", + "level": 521.76, + "flow": 4520.5, + "inflow": 3820.9, + "volume": 27594.52, + "temperature": 9.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T20:40:00.000Z", + "level": 521.76, + "flow": 4506.7, + "inflow": 3810.2, + "volume": 27594.1, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T20:50:00.000Z", + "level": 521.76, + "flow": 4513.7, + "inflow": 3853, + "volume": 27593.7, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T21:00:00.000Z", + "level": 521.75, + "flow": 4611.4, + "inflow": 3919.3, + "volume": 27593.28, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T21:10:00.000Z", + "level": 521.75, + "flow": 4605, + "inflow": 3915.3, + "volume": 27592.87, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:20:00.000Z", + "level": 521.75, + "flow": 4610.6, + "inflow": 3890.9, + "volume": 27592.44, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:30:00.000Z", + "level": 521.74, + "flow": 4617.9, + "inflow": 3874.1, + "volume": 27591.99, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T21:40:00.000Z", + "level": 521.74, + "flow": 4607.6, + "inflow": 3902, + "volume": 27591.57, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:50:00.000Z", + "level": 521.74, + "flow": 4585.1, + "inflow": 3900, + "volume": 27591.16, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:00:00.000Z", + "level": 521.73, + "flow": 4517.8, + "inflow": 4003.1, + "volume": 27590.85, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:10:00.000Z", + "level": 521.73, + "flow": 4527.6, + "inflow": 3949.9, + "volume": 27590.5, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T22:20:00.000Z", + "level": 521.73, + "flow": 4504.6, + "inflow": 3988.7, + "volume": 27590.19, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:30:00.000Z", + "level": 521.72, + "flow": 4513, + "inflow": 3992.6, + "volume": 27589.88, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:40:00.000Z", + "level": 521.72, + "flow": 4506.5, + "inflow": 3938.7, + "volume": 27589.54, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T22:50:00.000Z", + "level": 521.72, + "flow": 4506.9, + "inflow": 3938.2, + "volume": 27589.2, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T23:00:00.000Z", + "level": 521.72, + "flow": 4311.6, + "inflow": 4078.6, + "volume": 27589.06, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T23:10:00.000Z", + "level": 521.72, + "flow": 4308, + "inflow": 4092.8, + "volume": 27588.93, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-07T23:20:00.000Z", + "level": 521.71, + "flow": 4306.3, + "inflow": 4073.7, + "volume": 27588.79, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:30:00.000Z", + "level": 521.71, + "flow": 4282.4, + "inflow": 4033.1, + "volume": 27588.64, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:40:00.000Z", + "level": 521.71, + "flow": 4311.3, + "inflow": 4035.7, + "volume": 27588.47, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:50:00.000Z", + "level": 521.71, + "flow": 4311.9, + "inflow": 4068.7, + "volume": 27588.32, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:00:00.000Z", + "level": 521.71, + "flow": 3984.5, + "inflow": 4185.8, + "volume": 27588.44, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:10:00.000Z", + "level": 521.71, + "flow": 4018.8, + "inflow": 4209.9, + "volume": 27588.55, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T00:20:00.000Z", + "level": 521.71, + "flow": 4012.8, + "inflow": 4151.8, + "volume": 27588.63, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T00:30:00.000Z", + "level": 521.71, + "flow": 4014.3, + "inflow": 4165.5, + "volume": 27588.72, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T00:40:00.000Z", + "level": 521.72, + "flow": 4010.5, + "inflow": 4213.4, + "volume": 27588.84, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T00:50:00.000Z", + "level": 521.72, + "flow": 4020, + "inflow": 4198, + "volume": 27588.95, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:00:00.000Z", + "level": 521.72, + "flow": 3689, + "inflow": 4267.4, + "volume": 27589.3, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T01:10:00.000Z", + "level": 521.72, + "flow": 3718.7, + "inflow": 4271.6, + "volume": 27589.63, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T01:20:00.000Z", + "level": 521.73, + "flow": 3695.4, + "inflow": 4277.2, + "volume": 27589.98, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T01:30:00.000Z", + "level": 521.73, + "flow": 3710.3, + "inflow": 4317.1, + "volume": 27590.34, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T01:40:00.000Z", + "level": 521.73, + "flow": 3691.7, + "inflow": 4257.6, + "volume": 27590.68, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:50:00.000Z", + "level": 521.73, + "flow": 3708.9, + "inflow": 4294.1, + "volume": 27591.03, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:00:00.000Z", + "level": 521.74, + "flow": 3465.4, + "inflow": 4412.4, + "volume": 27591.6, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T02:10:00.000Z", + "level": 521.74, + "flow": 3495.1, + "inflow": 4354.4, + "volume": 27592.12, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:20:00.000Z", + "level": 521.75, + "flow": 3483.8, + "inflow": 4347.5, + "volume": 27592.64, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T02:30:00.000Z", + "level": 521.75, + "flow": 3475.6, + "inflow": 4358.7, + "volume": 27593.17, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T02:40:00.000Z", + "level": 521.76, + "flow": 3499.3, + "inflow": 4414, + "volume": 27593.72, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T02:50:00.000Z", + "level": 521.76, + "flow": 3475.1, + "inflow": 4414, + "volume": 27594.28, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T03:00:00.000Z", + "level": 521.77, + "flow": 3389.7, + "inflow": 4503.7, + "volume": 27594.95, + "temperature": 14.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T03:10:00.000Z", + "level": 521.77, + "flow": 3402.4, + "inflow": 4473, + "volume": 27595.59, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T03:20:00.000Z", + "level": 521.78, + "flow": 3414.2, + "inflow": 4447.4, + "volume": 27596.21, + "temperature": 15.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T03:30:00.000Z", + "level": 521.78, + "flow": 3385.3, + "inflow": 4482, + "volume": 27596.87, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:40:00.000Z", + "level": 521.79, + "flow": 3416.6, + "inflow": 4434.8, + "volume": 27597.48, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T03:50:00.000Z", + "level": 521.79, + "flow": 3408.6, + "inflow": 4492.9, + "volume": 27598.13, + "temperature": 15, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T04:00:00.000Z", + "level": 521.8, + "flow": 3462.5, + "inflow": 4515.7, + "volume": 27598.76, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:10:00.000Z", + "level": 521.81, + "flow": 3486.7, + "inflow": 4568, + "volume": 27599.41, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:20:00.000Z", + "level": 521.81, + "flow": 3463.1, + "inflow": 4495, + "volume": 27600.03, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:30:00.000Z", + "level": 521.82, + "flow": 3495.7, + "inflow": 4511.2, + "volume": 27600.64, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T04:40:00.000Z", + "level": 521.82, + "flow": 3487, + "inflow": 4526, + "volume": 27601.26, + "temperature": 15.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T04:50:00.000Z", + "level": 521.83, + "flow": 3492.6, + "inflow": 4567.8, + "volume": 27601.91, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:00:00.000Z", + "level": 521.83, + "flow": 3688.7, + "inflow": 4533, + "volume": 27602.42, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:10:00.000Z", + "level": 521.84, + "flow": 3687.8, + "inflow": 4595.6, + "volume": 27602.96, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:20:00.000Z", + "level": 521.84, + "flow": 3713, + "inflow": 4590.2, + "volume": 27603.49, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:30:00.000Z", + "level": 521.84, + "flow": 3701.4, + "inflow": 4535.1, + "volume": 27603.99, + "temperature": 16.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T05:40:00.000Z", + "level": 521.85, + "flow": 3713.1, + "inflow": 4588.7, + "volume": 27604.52, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:50:00.000Z", + "level": 521.85, + "flow": 3698.9, + "inflow": 4579.3, + "volume": 27605.05, + "temperature": 16.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T06:00:00.000Z", + "level": 521.86, + "flow": 4008.4, + "inflow": 4584.9, + "volume": 27605.4, + "temperature": 16.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T06:10:00.000Z", + "level": 521.86, + "flow": 3983.2, + "inflow": 4557.9, + "volume": 27605.74, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:20:00.000Z", + "level": 521.86, + "flow": 3984.3, + "inflow": 4591, + "volume": 27606.1, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:30:00.000Z", + "level": 521.87, + "flow": 3987, + "inflow": 4592.5, + "volume": 27606.46, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:40:00.000Z", + "level": 521.87, + "flow": 4008.9, + "inflow": 4604.9, + "volume": 27606.82, + "temperature": 16.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T06:50:00.000Z", + "level": 521.87, + "flow": 4006.3, + "inflow": 4564.4, + "volume": 27607.15, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:00:00.000Z", + "level": 521.87, + "flow": 4317.1, + "inflow": 4563.7, + "volume": 27607.3, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:10:00.000Z", + "level": 521.87, + "flow": 4319.8, + "inflow": 4605, + "volume": 27607.47, + "temperature": 15.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T07:20:00.000Z", + "level": 521.88, + "flow": 4304.1, + "inflow": 4540.2, + "volume": 27607.61, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:30:00.000Z", + "level": 521.88, + "flow": 4295.6, + "inflow": 4539.7, + "volume": 27607.76, + "temperature": 15.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T07:40:00.000Z", + "level": 521.88, + "flow": 4301.5, + "inflow": 4602.5, + "volume": 27607.94, + "temperature": 15.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T07:50:00.000Z", + "level": 521.88, + "flow": 4296.6, + "inflow": 4584.6, + "volume": 27608.11, + "temperature": 15.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T08:00:00.000Z", + "level": 521.88, + "flow": 4517, + "inflow": 4504.3, + "volume": 27608.1, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:10:00.000Z", + "level": 521.88, + "flow": 4507.3, + "inflow": 4539.8, + "volume": 27608.12, + "temperature": 15.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T08:20:00.000Z", + "level": 521.88, + "flow": 4514, + "inflow": 4505.2, + "volume": 27608.11, + "temperature": 15.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T08:30:00.000Z", + "level": 521.88, + "flow": 4507.7, + "inflow": 4516.6, + "volume": 27608.12, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:40:00.000Z", + "level": 521.88, + "flow": 4510.7, + "inflow": 4531.2, + "volume": 27608.13, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:50:00.000Z", + "level": 521.88, + "flow": 4513.4, + "inflow": 4505.3, + "volume": 27608.13, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:00:00.000Z", + "level": 521.88, + "flow": 4580.1, + "inflow": 4468.1, + "volume": 27608.06, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:10:00.000Z", + "level": 521.88, + "flow": 4596.5, + "inflow": 4438.8, + "volume": 27607.97, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T09:20:00.000Z", + "level": 521.88, + "flow": 4607.7, + "inflow": 4477.3, + "volume": 27607.89, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:30:00.000Z", + "level": 521.88, + "flow": 4608.2, + "inflow": 4470.3, + "volume": 27607.81, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:40:00.000Z", + "level": 521.88, + "flow": 4618.5, + "inflow": 4449.1, + "volume": 27607.71, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T09:50:00.000Z", + "level": 521.88, + "flow": 4598.7, + "inflow": 4472.5, + "volume": 27607.63, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T10:00:00.000Z", + "level": 521.87, + "flow": 4522.2, + "inflow": 4382.6, + "volume": 27607.55, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T10:10:00.000Z", + "level": 521.87, + "flow": 4500.7, + "inflow": 4408.7, + "volume": 27607.49, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:20:00.000Z", + "level": 521.87, + "flow": 4538.9, + "inflow": 4347.3, + "volume": 27607.38, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:30:00.000Z", + "level": 521.87, + "flow": 4501.3, + "inflow": 4411.9, + "volume": 27607.33, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:40:00.000Z", + "level": 521.87, + "flow": 4513.1, + "inflow": 4411.3, + "volume": 27607.27, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T10:50:00.000Z", + "level": 521.87, + "flow": 4516.3, + "inflow": 4417.7, + "volume": 27607.21, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:00:00.000Z", + "level": 521.87, + "flow": 4305.4, + "inflow": 4313.5, + "volume": 27607.21, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T11:10:00.000Z", + "level": 521.87, + "flow": 4319, + "inflow": 4321.7, + "volume": 27607.21, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:20:00.000Z", + "level": 521.87, + "flow": 4302.3, + "inflow": 4306.5, + "volume": 27607.21, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:30:00.000Z", + "level": 521.87, + "flow": 4315.1, + "inflow": 4247.5, + "volume": 27607.17, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:40:00.000Z", + "level": 521.87, + "flow": 4303.8, + "inflow": 4269.1, + "volume": 27607.15, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:50:00.000Z", + "level": 521.87, + "flow": 4285.4, + "inflow": 4292.6, + "volume": 27607.15, + "temperature": 14.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T12:00:00.000Z", + "level": 521.87, + "flow": 4000.4, + "inflow": 4163.9, + "volume": 27607.25, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T12:10:00.000Z", + "level": 521.87, + "flow": 3994.1, + "inflow": 4221.2, + "volume": 27607.39, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T12:20:00.000Z", + "level": 521.87, + "flow": 3994, + "inflow": 4144.2, + "volume": 27607.48, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T12:30:00.000Z", + "level": 521.87, + "flow": 4019.2, + "inflow": 4145.1, + "volume": 27607.56, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:40:00.000Z", + "level": 521.88, + "flow": 3985.2, + "inflow": 4189.5, + "volume": 27607.68, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:50:00.000Z", + "level": 521.88, + "flow": 3980.9, + "inflow": 4154.8, + "volume": 27607.78, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T13:00:00.000Z", + "level": 521.88, + "flow": 3696, + "inflow": 4050.2, + "volume": 27607.99, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T13:10:00.000Z", + "level": 521.88, + "flow": 3693.4, + "inflow": 4093.8, + "volume": 27608.23, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T13:20:00.000Z", + "level": 521.88, + "flow": 3710.2, + "inflow": 4054.2, + "volume": 27608.44, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T13:30:00.000Z", + "level": 521.88, + "flow": 3716.9, + "inflow": 4047.1, + "volume": 27608.64, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T13:40:00.000Z", + "level": 521.89, + "flow": 3687.4, + "inflow": 4066.9, + "volume": 27608.87, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T13:50:00.000Z", + "level": 521.89, + "flow": 3692.3, + "inflow": 4115.9, + "volume": 27609.12, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:00:00.000Z", + "level": 521.89, + "flow": 3463.4, + "inflow": 4010.4, + "volume": 27609.45, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:10:00.000Z", + "level": 521.89, + "flow": 3475.3, + "inflow": 3963, + "volume": 27609.74, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:20:00.000Z", + "level": 521.9, + "flow": 3496.1, + "inflow": 3951.2, + "volume": 27610.01, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:30:00.000Z", + "level": 521.9, + "flow": 3497.5, + "inflow": 3957.9, + "volume": 27610.29, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T14:40:00.000Z", + "level": 521.9, + "flow": 3485.1, + "inflow": 3970.4, + "volume": 27610.58, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T14:50:00.000Z", + "level": 521.9, + "flow": 3482.2, + "inflow": 3964.1, + "volume": 27610.87, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:00:00.000Z", + "level": 521.91, + "flow": 3410.3, + "inflow": 3868.1, + "volume": 27611.14, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:10:00.000Z", + "level": 521.91, + "flow": 3393.8, + "inflow": 3932.3, + "volume": 27611.46, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:20:00.000Z", + "level": 521.91, + "flow": 3389, + "inflow": 3922.6, + "volume": 27611.78, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T15:30:00.000Z", + "level": 521.91, + "flow": 3382.2, + "inflow": 3880.9, + "volume": 27612.08, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:40:00.000Z", + "level": 521.92, + "flow": 3404.8, + "inflow": 3876.9, + "volume": 27612.36, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T15:50:00.000Z", + "level": 521.92, + "flow": 3399.7, + "inflow": 3931.6, + "volume": 27612.68, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:00:00.000Z", + "level": 521.92, + "flow": 3470.1, + "inflow": 3862.5, + "volume": 27612.92, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:10:00.000Z", + "level": 521.92, + "flow": 3473.2, + "inflow": 3874.6, + "volume": 27613.16, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T16:20:00.000Z", + "level": 521.92, + "flow": 3481, + "inflow": 3829.5, + "volume": 27613.37, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:30:00.000Z", + "level": 521.93, + "flow": 3472.2, + "inflow": 3808.7, + "volume": 27613.57, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:40:00.000Z", + "level": 521.93, + "flow": 3472.8, + "inflow": 3860.1, + "volume": 27613.8, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T16:50:00.000Z", + "level": 521.93, + "flow": 3483.4, + "inflow": 3849.9, + "volume": 27614.02, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:00:00.000Z", + "level": 521.93, + "flow": 3685.2, + "inflow": 3829.3, + "volume": 27614.11, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:10:00.000Z", + "level": 521.93, + "flow": 3704.9, + "inflow": 3819.7, + "volume": 27614.18, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:20:00.000Z", + "level": 521.93, + "flow": 3699.3, + "inflow": 3757.9, + "volume": 27614.22, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:30:00.000Z", + "level": 521.93, + "flow": 3717.1, + "inflow": 3762, + "volume": 27614.25, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:40:00.000Z", + "level": 521.93, + "flow": 3704.6, + "inflow": 3820, + "volume": 27614.32, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:50:00.000Z", + "level": 521.93, + "flow": 3700, + "inflow": 3806.1, + "volume": 27614.38, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:00:00.000Z", + "level": 521.93, + "flow": 3989.8, + "inflow": 3767.5, + "volume": 27614.25, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T18:10:00.000Z", + "level": 521.93, + "flow": 3994, + "inflow": 3794, + "volume": 27614.13, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T18:20:00.000Z", + "level": 521.93, + "flow": 4019.3, + "inflow": 3771, + "volume": 27613.98, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:30:00.000Z", + "level": 521.93, + "flow": 4016.5, + "inflow": 3820.1, + "volume": 27613.86, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T18:40:00.000Z", + "level": 521.93, + "flow": 4011.5, + "inflow": 3748.4, + "volume": 27613.7, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T18:50:00.000Z", + "level": 521.93, + "flow": 3992.3, + "inflow": 3802.8, + "volume": 27613.59, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T19:00:00.000Z", + "level": 521.92, + "flow": 4288, + "inflow": 3787.9, + "volume": 27613.29, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:10:00.000Z", + "level": 521.92, + "flow": 4307.3, + "inflow": 3765.4, + "volume": 27612.96, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T19:20:00.000Z", + "level": 521.92, + "flow": 4296.9, + "inflow": 3815.4, + "volume": 27612.67, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T19:30:00.000Z", + "level": 521.92, + "flow": 4291.2, + "inflow": 3765.9, + "volume": 27612.35, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:40:00.000Z", + "level": 521.91, + "flow": 4307.2, + "inflow": 3758.6, + "volume": 27612.02, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:50:00.000Z", + "level": 521.91, + "flow": 4317.6, + "inflow": 3818.2, + "volume": 27611.72, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T20:00:00.000Z", + "level": 521.91, + "flow": 4510.7, + "inflow": 3860.7, + "volume": 27611.33, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:10:00.000Z", + "level": 521.9, + "flow": 4510.6, + "inflow": 3809.1, + "volume": 27610.91, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T20:20:00.000Z", + "level": 521.9, + "flow": 4537.4, + "inflow": 3867.9, + "volume": 27610.51, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T20:30:00.000Z", + "level": 521.9, + "flow": 4502.3, + "inflow": 3810.9, + "volume": 27610.1, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:40:00.000Z", + "level": 521.89, + "flow": 4533.6, + "inflow": 3812.7, + "volume": 27609.67, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T20:50:00.000Z", + "level": 521.89, + "flow": 4506.7, + "inflow": 3852.5, + "volume": 27609.28, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:00:00.000Z", + "level": 521.89, + "flow": 4596.7, + "inflow": 3904.2, + "volume": 27608.86, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:10:00.000Z", + "level": 521.88, + "flow": 4580.8, + "inflow": 3936.7, + "volume": 27608.47, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T21:20:00.000Z", + "level": 521.88, + "flow": 4588.6, + "inflow": 3874.4, + "volume": 27608.04, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T21:30:00.000Z", + "level": 521.88, + "flow": 4618.6, + "inflow": 3938.4, + "volume": 27607.63, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T21:40:00.000Z", + "level": 521.87, + "flow": 4594.1, + "inflow": 3921.4, + "volume": 27607.23, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T21:50:00.000Z", + "level": 521.87, + "flow": 4587.4, + "inflow": 3929.1, + "volume": 27606.84, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T22:00:00.000Z", + "level": 521.87, + "flow": 4526, + "inflow": 3960.2, + "volume": 27606.5, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:10:00.000Z", + "level": 521.86, + "flow": 4524.9, + "inflow": 3958.4, + "volume": 27606.16, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T22:20:00.000Z", + "level": 521.86, + "flow": 4533.6, + "inflow": 3968.7, + "volume": 27605.82, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T22:30:00.000Z", + "level": 521.86, + "flow": 4518.5, + "inflow": 3978.2, + "volume": 27605.5, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:40:00.000Z", + "level": 521.85, + "flow": 4505.5, + "inflow": 3980, + "volume": 27605.18, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:50:00.000Z", + "level": 521.85, + "flow": 4508.4, + "inflow": 4003.4, + "volume": 27604.88, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:00:00.000Z", + "level": 521.85, + "flow": 4283.6, + "inflow": 4087, + "volume": 27604.76, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T23:10:00.000Z", + "level": 521.85, + "flow": 4287.9, + "inflow": 4092.9, + "volume": 27604.64, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:20:00.000Z", + "level": 521.85, + "flow": 4303.7, + "inflow": 4094.6, + "volume": 27604.51, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:30:00.000Z", + "level": 521.85, + "flow": 4303, + "inflow": 4065.6, + "volume": 27604.37, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-08T23:40:00.000Z", + "level": 521.85, + "flow": 4286.2, + "inflow": 4097.1, + "volume": 27604.26, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:50:00.000Z", + "level": 521.85, + "flow": 4294.3, + "inflow": 4061.1, + "volume": 27604.12, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T00:00:00.000Z", + "level": 521.85, + "flow": 4005.6, + "inflow": 4188.6, + "volume": 27604.23, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:10:00.000Z", + "level": 521.85, + "flow": 4000.5, + "inflow": 4174.8, + "volume": 27604.33, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:20:00.000Z", + "level": 521.85, + "flow": 3981.4, + "inflow": 4184.7, + "volume": 27604.45, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T00:30:00.000Z", + "level": 521.85, + "flow": 3992.9, + "inflow": 4223, + "volume": 27604.59, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T00:40:00.000Z", + "level": 521.85, + "flow": 3989, + "inflow": 4195.9, + "volume": 27604.71, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:50:00.000Z", + "level": 521.85, + "flow": 3992.2, + "inflow": 4216.8, + "volume": 27604.84, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:00:00.000Z", + "level": 521.85, + "flow": 3686.1, + "inflow": 4326.7, + "volume": 27605.22, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:10:00.000Z", + "level": 521.86, + "flow": 3719.3, + "inflow": 4295.4, + "volume": 27605.57, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:20:00.000Z", + "level": 521.86, + "flow": 3691, + "inflow": 4297.8, + "volume": 27605.93, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T01:30:00.000Z", + "level": 521.86, + "flow": 3719.4, + "inflow": 4290.6, + "volume": 27606.27, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:40:00.000Z", + "level": 521.87, + "flow": 3698.9, + "inflow": 4285.9, + "volume": 27606.62, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:50:00.000Z", + "level": 521.87, + "flow": 3699.3, + "inflow": 4318.7, + "volume": 27606.99, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T02:00:00.000Z", + "level": 521.87, + "flow": 3476.9, + "inflow": 4365.5, + "volume": 27607.52, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T02:10:00.000Z", + "level": 521.88, + "flow": 3482.9, + "inflow": 4386.3, + "volume": 27608.06, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T02:20:00.000Z", + "level": 521.88, + "flow": 3494.7, + "inflow": 4357.3, + "volume": 27608.58, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:30:00.000Z", + "level": 521.89, + "flow": 3497, + "inflow": 4412.1, + "volume": 27609.13, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T02:40:00.000Z", + "level": 521.89, + "flow": 3471.1, + "inflow": 4415.7, + "volume": 27609.7, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:50:00.000Z", + "level": 521.9, + "flow": 3481, + "inflow": 4386.9, + "volume": 27610.24, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:00:00.000Z", + "level": 521.9, + "flow": 3398.2, + "inflow": 4454, + "volume": 27610.87, + "temperature": 15.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T03:10:00.000Z", + "level": 521.91, + "flow": 3395, + "inflow": 4477.8, + "volume": 27611.52, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:20:00.000Z", + "level": 521.91, + "flow": 3414.5, + "inflow": 4441.1, + "volume": 27612.14, + "temperature": 15.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T03:30:00.000Z", + "level": 521.92, + "flow": 3395.1, + "inflow": 4456.8, + "volume": 27612.78, + "temperature": 15, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T03:40:00.000Z", + "level": 521.93, + "flow": 3391.2, + "inflow": 4505.5, + "volume": 27613.45, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:50:00.000Z", + "level": 521.93, + "flow": 3390.6, + "inflow": 4457.9, + "volume": 27614.09, + "temperature": 15.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T04:00:00.000Z", + "level": 521.94, + "flow": 3489.9, + "inflow": 4562.4, + "volume": 27614.73, + "temperature": 15.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T04:10:00.000Z", + "level": 521.94, + "flow": 3494.3, + "inflow": 4512.5, + "volume": 27615.34, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T04:20:00.000Z", + "level": 521.95, + "flow": 3497.9, + "inflow": 4515.9, + "volume": 27615.95, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:30:00.000Z", + "level": 521.95, + "flow": 3481.1, + "inflow": 4529.9, + "volume": 27616.58, + "temperature": 16, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T04:40:00.000Z", + "level": 521.96, + "flow": 3494.8, + "inflow": 4546.1, + "volume": 27617.21, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T04:50:00.000Z", + "level": 521.96, + "flow": 3494.9, + "inflow": 4551.3, + "volume": 27617.84, + "temperature": 15.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T05:00:00.000Z", + "level": 521.97, + "flow": 3696.9, + "inflow": 4538.8, + "volume": 27618.35, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:10:00.000Z", + "level": 521.97, + "flow": 3713.9, + "inflow": 4606.9, + "volume": 27618.89, + "temperature": 16.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T05:20:00.000Z", + "level": 521.98, + "flow": 3709.1, + "inflow": 4594.1, + "volume": 27619.42, + "temperature": 15.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T05:30:00.000Z", + "level": 521.98, + "flow": 3685, + "inflow": 4615.4, + "volume": 27619.98, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:40:00.000Z", + "level": 521.99, + "flow": 3688.8, + "inflow": 4615.9, + "volume": 27620.54, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T05:50:00.000Z", + "level": 521.99, + "flow": 3685.5, + "inflow": 4606.2, + "volume": 27621.09, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:00:00.000Z", + "level": 521.99, + "flow": 3983.3, + "inflow": 4578, + "volume": 27621.45, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:10:00.000Z", + "level": 522, + "flow": 4006.9, + "inflow": 4559.1, + "volume": 27621.78, + "temperature": 16.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T06:20:00.000Z", + "level": 522, + "flow": 3997.5, + "inflow": 4558.1, + "volume": 27622.12, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:30:00.000Z", + "level": 522, + "flow": 3980.8, + "inflow": 4585.9, + "volume": 27622.48, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:40:00.000Z", + "level": 522.01, + "flow": 4004.3, + "inflow": 4612.3, + "volume": 27622.84, + "temperature": 16.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T06:50:00.000Z", + "level": 522.01, + "flow": 3998.7, + "inflow": 4564.2, + "volume": 27623.18, + "temperature": 16, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T07:00:00.000Z", + "level": 522.01, + "flow": 4290.7, + "inflow": 4580.3, + "volume": 27623.35, + "temperature": 16.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T07:10:00.000Z", + "level": 522.01, + "flow": 4293.4, + "inflow": 4560.9, + "volume": 27623.51, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:20:00.000Z", + "level": 522.01, + "flow": 4301.7, + "inflow": 4560.1, + "volume": 27623.67, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:30:00.000Z", + "level": 522.01, + "flow": 4306.6, + "inflow": 4551.4, + "volume": 27623.82, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:40:00.000Z", + "level": 522.01, + "flow": 4293.5, + "inflow": 4592.5, + "volume": 27624, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:50:00.000Z", + "level": 522.02, + "flow": 4308.7, + "inflow": 4570.1, + "volume": 27624.16, + "temperature": 15.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T08:00:00.000Z", + "level": 522.02, + "flow": 4519.3, + "inflow": 4560.1, + "volume": 27624.18, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:10:00.000Z", + "level": 522.02, + "flow": 4523.9, + "inflow": 4527.5, + "volume": 27624.18, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:20:00.000Z", + "level": 522.02, + "flow": 4534.6, + "inflow": 4543.2, + "volume": 27624.19, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:30:00.000Z", + "level": 522.02, + "flow": 4510.2, + "inflow": 4520.7, + "volume": 27624.2, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:40:00.000Z", + "level": 522.02, + "flow": 4536.1, + "inflow": 4516.2, + "volume": 27624.19, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:50:00.000Z", + "level": 522.02, + "flow": 4507.6, + "inflow": 4536.2, + "volume": 27624.21, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:00:00.000Z", + "level": 522.02, + "flow": 4601.7, + "inflow": 4442.9, + "volume": 27624.11, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T09:10:00.000Z", + "level": 522.01, + "flow": 4617.1, + "inflow": 4436.8, + "volume": 27624, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:20:00.000Z", + "level": 522.01, + "flow": 4582.1, + "inflow": 4507.1, + "volume": 27623.95, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T09:30:00.000Z", + "level": 522.01, + "flow": 4592.9, + "inflow": 4481.7, + "volume": 27623.88, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T09:40:00.000Z", + "level": 522.01, + "flow": 4603.5, + "inflow": 4472.7, + "volume": 27623.8, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:50:00.000Z", + "level": 522.01, + "flow": 4600.8, + "inflow": 4495.1, + "volume": 27623.74, + "temperature": 15.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T10:00:00.000Z", + "level": 522.01, + "flow": 4529, + "inflow": 4429.2, + "volume": 27623.68, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:10:00.000Z", + "level": 522.01, + "flow": 4517.4, + "inflow": 4366.2, + "volume": 27623.59, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T10:20:00.000Z", + "level": 522.01, + "flow": 4525.5, + "inflow": 4416, + "volume": 27623.52, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:30:00.000Z", + "level": 522.01, + "flow": 4506.1, + "inflow": 4425.8, + "volume": 27623.47, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:40:00.000Z", + "level": 522.01, + "flow": 4511.1, + "inflow": 4396.5, + "volume": 27623.4, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:50:00.000Z", + "level": 522.01, + "flow": 4528.1, + "inflow": 4364.8, + "volume": 27623.3, + "temperature": 14.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T11:00:00.000Z", + "level": 522.01, + "flow": 4303, + "inflow": 4296.3, + "volume": 27623.3, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:10:00.000Z", + "level": 522.01, + "flow": 4282.8, + "inflow": 4270.2, + "volume": 27623.29, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:20:00.000Z", + "level": 522.01, + "flow": 4310.4, + "inflow": 4289.4, + "volume": 27623.28, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:30:00.000Z", + "level": 522.01, + "flow": 4282.3, + "inflow": 4295.1, + "volume": 27623.29, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T11:40:00.000Z", + "level": 522.01, + "flow": 4300.7, + "inflow": 4320.3, + "volume": 27623.3, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T11:50:00.000Z", + "level": 522.01, + "flow": 4313.6, + "inflow": 4265.5, + "volume": 27623.27, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T12:00:00.000Z", + "level": 522.01, + "flow": 3997.1, + "inflow": 4165, + "volume": 27623.37, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T12:10:00.000Z", + "level": 522.01, + "flow": 4014.1, + "inflow": 4208, + "volume": 27623.49, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:20:00.000Z", + "level": 522.01, + "flow": 3983.6, + "inflow": 4220.8, + "volume": 27623.63, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:30:00.000Z", + "level": 522.01, + "flow": 4005.3, + "inflow": 4217.5, + "volume": 27623.76, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:40:00.000Z", + "level": 522.01, + "flow": 4000.3, + "inflow": 4184.2, + "volume": 27623.87, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:50:00.000Z", + "level": 522.01, + "flow": 4004.4, + "inflow": 4171.4, + "volume": 27623.97, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T13:00:00.000Z", + "level": 522.02, + "flow": 3689.4, + "inflow": 4080.8, + "volume": 27624.2, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T13:10:00.000Z", + "level": 522.02, + "flow": 3709.4, + "inflow": 4088.6, + "volume": 27624.43, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T13:20:00.000Z", + "level": 522.02, + "flow": 3708.6, + "inflow": 4079.2, + "volume": 27624.65, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:30:00.000Z", + "level": 522.02, + "flow": 3702.2, + "inflow": 4078.5, + "volume": 27624.88, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T13:40:00.000Z", + "level": 522.02, + "flow": 3715, + "inflow": 4113.9, + "volume": 27625.12, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T13:50:00.000Z", + "level": 522.03, + "flow": 3700.5, + "inflow": 4108.9, + "volume": 27625.37, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T14:00:00.000Z", + "level": 522.03, + "flow": 3472.3, + "inflow": 4030.8, + "volume": 27625.71, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:10:00.000Z", + "level": 522.03, + "flow": 3492, + "inflow": 4005.6, + "volume": 27626.02, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T14:20:00.000Z", + "level": 522.03, + "flow": 3479.9, + "inflow": 3982.8, + "volume": 27626.32, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T14:30:00.000Z", + "level": 522.04, + "flow": 3489.7, + "inflow": 3958.1, + "volume": 27626.6, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T14:40:00.000Z", + "level": 522.04, + "flow": 3468.7, + "inflow": 4029.3, + "volume": 27626.94, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T14:50:00.000Z", + "level": 522.04, + "flow": 3480.9, + "inflow": 3976.2, + "volume": 27627.24, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T15:00:00.000Z", + "level": 522.05, + "flow": 3386, + "inflow": 3897.4, + "volume": 27627.55, + "temperature": 9.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T15:10:00.000Z", + "level": 522.05, + "flow": 3417.4, + "inflow": 3938.7, + "volume": 27627.86, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:20:00.000Z", + "level": 522.05, + "flow": 3392.6, + "inflow": 3909.1, + "volume": 27628.17, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T15:30:00.000Z", + "level": 522.05, + "flow": 3387.5, + "inflow": 3911.6, + "volume": 27628.48, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T15:40:00.000Z", + "level": 522.06, + "flow": 3415.7, + "inflow": 3938.4, + "volume": 27628.79, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:50:00.000Z", + "level": 522.06, + "flow": 3414.8, + "inflow": 3914.4, + "volume": 27629.09, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:00:00.000Z", + "level": 522.06, + "flow": 3477.7, + "inflow": 3821.7, + "volume": 27629.3, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:10:00.000Z", + "level": 522.06, + "flow": 3472.4, + "inflow": 3806.5, + "volume": 27629.5, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:20:00.000Z", + "level": 522.06, + "flow": 3481.9, + "inflow": 3874.7, + "volume": 27629.74, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:30:00.000Z", + "level": 522.07, + "flow": 3498.7, + "inflow": 3840.8, + "volume": 27629.95, + "temperature": 9.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T16:40:00.000Z", + "level": 522.07, + "flow": 3496.9, + "inflow": 3817.6, + "volume": 27630.14, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T16:50:00.000Z", + "level": 522.07, + "flow": 3460.4, + "inflow": 3815.4, + "volume": 27630.35, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:00:00.000Z", + "level": 522.07, + "flow": 3696.8, + "inflow": 3820.4, + "volume": 27630.42, + "temperature": 9.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T17:10:00.000Z", + "level": 522.07, + "flow": 3695.1, + "inflow": 3826.4, + "volume": 27630.5, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:20:00.000Z", + "level": 522.07, + "flow": 3688.8, + "inflow": 3800.9, + "volume": 27630.57, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:30:00.000Z", + "level": 522.07, + "flow": 3690, + "inflow": 3793.2, + "volume": 27630.63, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T17:40:00.000Z", + "level": 522.07, + "flow": 3716, + "inflow": 3786, + "volume": 27630.67, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T17:50:00.000Z", + "level": 522.07, + "flow": 3711.5, + "inflow": 3780.9, + "volume": 27630.71, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:00:00.000Z", + "level": 522.07, + "flow": 3999.6, + "inflow": 3795.6, + "volume": 27630.59, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T18:10:00.000Z", + "level": 522.07, + "flow": 3997.3, + "inflow": 3786.7, + "volume": 27630.46, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T18:20:00.000Z", + "level": 522.07, + "flow": 3991.9, + "inflow": 3831.9, + "volume": 27630.36, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:30:00.000Z", + "level": 522.07, + "flow": 3998.2, + "inflow": 3771.6, + "volume": 27630.22, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 522.07, + "flow": 4010.3, + "inflow": 3786.7, + "volume": 27630.09, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 522.07, + "flow": 4006.6, + "inflow": 3796.1, + "volume": 27629.96, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 522.06, + "flow": 4286.5, + "inflow": 3781, + "volume": 27629.66, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 522.06, + "flow": 4307.4, + "inflow": 3808.7, + "volume": 27629.36, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 522.06, + "flow": 4296.7, + "inflow": 3803.4, + "volume": 27629.06, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 522.06, + "flow": 4320, + "inflow": 3817.8, + "volume": 27628.76, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 522.05, + "flow": 4281.4, + "inflow": 3768.6, + "volume": 27628.45, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 522.05, + "flow": 4301, + "inflow": 3828.6, + "volume": 27628.17, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 522.05, + "flow": 4502.9, + "inflow": 3857.3, + "volume": 27627.78, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 522.04, + "flow": 4522.6, + "inflow": 3819.7, + "volume": 27627.36, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 522.04, + "flow": 4509.4, + "inflow": 3883.4, + "volume": 27626.98, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 522.04, + "flow": 4507.8, + "inflow": 3848.4, + "volume": 27626.58, + "temperature": 9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 522.03, + "flow": 4509.8, + "inflow": 3832.7, + "volume": 27626.17, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 522.03, + "flow": 4529.5, + "inflow": 3857.7, + "volume": 27625.77, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 522.03, + "flow": 4597, + "inflow": 3885.4, + "volume": 27625.34, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 522.02, + "flow": 4589.3, + "inflow": 3932.7, + "volume": 27624.95, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 522.02, + "flow": 4616.6, + "inflow": 3887.4, + "volume": 27624.51, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 522.02, + "flow": 4608.7, + "inflow": 3939.7, + "volume": 27624.11, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 522.01, + "flow": 4585.5, + "inflow": 3922.7, + "volume": 27623.71, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 522.01, + "flow": 4614.7, + "inflow": 3870, + "volume": 27623.26, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 522.01, + "flow": 4519.3, + "inflow": 3991.4, + "volume": 27622.94, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 522, + "flow": 4532.1, + "inflow": 3977.6, + "volume": 27622.61, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 522, + "flow": 4506, + "inflow": 4004.7, + "volume": 27622.31, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 522, + "flow": 4516.8, + "inflow": 3980.4, + "volume": 27621.99, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 522, + "flow": 4512.5, + "inflow": 4027.3, + "volume": 27621.7, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 521.99, + "flow": 4528.9, + "inflow": 4014.4, + "volume": 27621.39, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 521.99, + "flow": 4317.9, + "inflow": 4096.9, + "volume": 27621.26, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 521.99, + "flow": 4284.3, + "inflow": 4104.5, + "volume": 27621.15, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 521.99, + "flow": 4299.2, + "inflow": 4081.3, + "volume": 27621.02, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 521.99, + "flow": 4292.5, + "inflow": 4084.5, + "volume": 27620.9, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 521.99, + "flow": 4281.8, + "inflow": 4119.4, + "volume": 27620.8, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 521.99, + "flow": 4319, + "inflow": 4068.6, + "volume": 27620.65, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 521.99, + "flow": 3983.9, + "inflow": 4174.9, + "volume": 27620.76, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 521.99, + "flow": 4010, + "inflow": 4193.8, + "volume": 27620.87, + "temperature": 15.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 521.99, + "flow": 3994.1, + "inflow": 4170.4, + "volume": 27620.98, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 521.99, + "flow": 4000.8, + "inflow": 4166, + "volume": 27621.08, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 521.99, + "flow": 4015.7, + "inflow": 4236.7, + "volume": 27621.21, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 521.99, + "flow": 3988.1, + "inflow": 4170, + "volume": 27621.32, + "temperature": 16.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 522, + "flow": 3699.5, + "inflow": 4278.4, + "volume": 27621.67, + "temperature": 16.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 522, + "flow": 3711.1, + "inflow": 4301.3, + "volume": 27622.02, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 522, + "flow": 3711.6, + "inflow": 4299.7, + "volume": 27622.37, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 522, + "flow": 3707.1, + "inflow": 4315.6, + "volume": 27622.74, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 522.01, + "flow": 3684, + "inflow": 4336.1, + "volume": 27623.13, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 522.01, + "flow": 3710.1, + "inflow": 4339.8, + "volume": 27623.51, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 522.02, + "flow": 3484.8, + "inflow": 4425, + "volume": 27624.07, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 522.02, + "flow": 3475.1, + "inflow": 4383.4, + "volume": 27624.61, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 522.03, + "flow": 3460.9, + "inflow": 4431, + "volume": 27625.19, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 522.03, + "flow": 3475.7, + "inflow": 4408.3, + "volume": 27625.75, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 522.03, + "flow": 3482.8, + "inflow": 4370.2, + "volume": 27626.28, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 522.04, + "flow": 3467.3, + "inflow": 4436.2, + "volume": 27626.86, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 522.04, + "flow": 3398.7, + "inflow": 4501.9, + "volume": 27627.52, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 522.05, + "flow": 3396.3, + "inflow": 4459.2, + "volume": 27628.16, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 522.06, + "flow": 3387.6, + "inflow": 4508.7, + "volume": 27628.83, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 522.06, + "flow": 3402.7, + "inflow": 4469.7, + "volume": 27629.47, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 522.07, + "flow": 3393.5, + "inflow": 4447.4, + "volume": 27630.1, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 522.07, + "flow": 3388.6, + "inflow": 4488.5, + "volume": 27630.76, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 522.08, + "flow": 3463.6, + "inflow": 4529.7, + "volume": 27631.4, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 522.08, + "flow": 3496.3, + "inflow": 4524.1, + "volume": 27632.02, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 522.09, + "flow": 3478.3, + "inflow": 4583.7, + "volume": 27632.68, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 522.09, + "flow": 3482.8, + "inflow": 4578.9, + "volume": 27633.34, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 522.1, + "flow": 3490.7, + "inflow": 4574.7, + "volume": 27633.99, + "temperature": 24.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 522.11, + "flow": 3497.5, + "inflow": 4533.3, + "volume": 27634.61, + "temperature": 24.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 522.11, + "flow": 3697.9, + "inflow": 4616, + "volume": 27635.16, + "temperature": 24.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 522.11, + "flow": 3706.7, + "inflow": 4581.3, + "volume": 27635.68, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 522.12, + "flow": 3711.2, + "inflow": 4575.8, + "volume": 27636.2, + "temperature": 25.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 522.12, + "flow": 3706.2, + "inflow": 4571.2, + "volume": 27636.72, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 522.13, + "flow": 3717.6, + "inflow": 4593.4, + "volume": 27637.25, + "temperature": 24.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 522.13, + "flow": 3685.9, + "inflow": 4617.9, + "volume": 27637.81, + "temperature": 25.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 522.14, + "flow": 3988.4, + "inflow": 4603, + "volume": 27638.18, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 522.14, + "flow": 4008.5, + "inflow": 4628.7, + "volume": 27638.55, + "temperature": 25.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 522.14, + "flow": 4009.7, + "inflow": 4595.2, + "volume": 27638.9, + "temperature": 24.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 522.14, + "flow": 3985.3, + "inflow": 4598.1, + "volume": 27639.27, + "temperature": 25.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 522.15, + "flow": 3991.9, + "inflow": 4561.1, + "volume": 27639.61, + "temperature": 25.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 522.15, + "flow": 4014.7, + "inflow": 4560.3, + "volume": 27639.94, + "temperature": 24.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 522.15, + "flow": 4280.1, + "inflow": 4615.4, + "volume": 27640.14, + "temperature": 25.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 522.15, + "flow": 4310.1, + "inflow": 4565.8, + "volume": 27640.29, + "temperature": 25.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 522.16, + "flow": 4282.9, + "inflow": 4608.7, + "volume": 27640.49, + "temperature": 25.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 522.16, + "flow": 4298.1, + "inflow": 4603.4, + "volume": 27640.67, + "temperature": 26.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 522.16, + "flow": 4288.9, + "inflow": 4563.5, + "volume": 27640.83, + "temperature": 25.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 522.16, + "flow": 4312.5, + "inflow": 4590.9, + "volume": 27641, + "temperature": 26.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 522.16, + "flow": 4532.9, + "inflow": 4522.8, + "volume": 27640.99, + "temperature": 26.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 522.16, + "flow": 4507.1, + "inflow": 4512.3, + "volume": 27640.99, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 522.16, + "flow": 4512.1, + "inflow": 4569.6, + "volume": 27641.02, + "temperature": 25.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 522.16, + "flow": 4514.4, + "inflow": 4508.1, + "volume": 27641.02, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 522.16, + "flow": 4525.2, + "inflow": 4535.6, + "volume": 27641.03, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 522.16, + "flow": 4506.7, + "inflow": 4549.4, + "volume": 27641.06, + "temperature": 27, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 522.16, + "flow": 4615, + "inflow": 4442.7, + "volume": 27640.96, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 522.16, + "flow": 4592.9, + "inflow": 4498.9, + "volume": 27640.9, + "temperature": 26.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 522.16, + "flow": 4589.1, + "inflow": 4475.1, + "volume": 27640.83, + "temperature": 26.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 522.16, + "flow": 4596.5, + "inflow": 4468.1, + "volume": 27640.75, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 522.16, + "flow": 4614.8, + "inflow": 4473.9, + "volume": 27640.67, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 522.16, + "flow": 4605.9, + "inflow": 4442, + "volume": 27640.57, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 522.16, + "flow": 4511.3, + "inflow": 4384.9, + "volume": 27640.49, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 522.15, + "flow": 4525.9, + "inflow": 4358.9, + "volume": 27640.39, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 522.15, + "flow": 4522.5, + "inflow": 4405.8, + "volume": 27640.32, + "temperature": 24.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 522.15, + "flow": 4524.4, + "inflow": 4418.9, + "volume": 27640.26, + "temperature": 26.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 522.15, + "flow": 4525.5, + "inflow": 4385.5, + "volume": 27640.18, + "temperature": 24.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 522.15, + "flow": 4536.8, + "inflow": 4392.6, + "volume": 27640.09, + "temperature": 25.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 522.15, + "flow": 4296.8, + "inflow": 4302.3, + "volume": 27640.09, + "temperature": 24.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 522.15, + "flow": 4305.8, + "inflow": 4337.4, + "volume": 27640.11, + "temperature": 24.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 522.15, + "flow": 4294.8, + "inflow": 4287.5, + "volume": 27640.11, + "temperature": 25, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 522.15, + "flow": 4314.1, + "inflow": 4318.2, + "volume": 27640.11, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 522.15, + "flow": 4298.8, + "inflow": 4303, + "volume": 27640.11, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 522.15, + "flow": 4309.2, + "inflow": 4265.9, + "volume": 27640.08, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 522.15, + "flow": 3991.2, + "inflow": 4235.3, + "volume": 27640.23, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 522.15, + "flow": 4016.8, + "inflow": 4216.6, + "volume": 27640.35, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 522.16, + "flow": 3983.3, + "inflow": 4164, + "volume": 27640.46, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 522.16, + "flow": 3981.4, + "inflow": 4209.6, + "volume": 27640.6, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 522.16, + "flow": 4012.7, + "inflow": 4203.9, + "volume": 27640.71, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 522.16, + "flow": 4018.8, + "inflow": 4216.3, + "volume": 27640.83, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 522.16, + "flow": 3718.7, + "inflow": 4132.4, + "volume": 27641.08, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 522.16, + "flow": 3690.8, + "inflow": 4115.5, + "volume": 27641.33, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 522.16, + "flow": 3711.5, + "inflow": 4086, + "volume": 27641.55, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 522.17, + "flow": 3706.4, + "inflow": 4119.7, + "volume": 27641.8, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 522.17, + "flow": 3714.1, + "inflow": 4093.6, + "volume": 27642.03, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 522.17, + "flow": 3690.2, + "inflow": 4073.6, + "volume": 27642.26, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 522.17, + "flow": 3494.3, + "inflow": 3965.6, + "volume": 27642.54, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 522.18, + "flow": 3476.5, + "inflow": 3996.9, + "volume": 27642.85, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 522.18, + "flow": 3486.5, + "inflow": 4008.6, + "volume": 27643.16, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 522.18, + "flow": 3465.9, + "inflow": 3997.3, + "volume": 27643.48, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 522.18, + "flow": 3493.6, + "inflow": 4018.9, + "volume": 27643.8, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 522.19, + "flow": 3499.3, + "inflow": 3980.4, + "volume": 27644.09, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 522.19, + "flow": 3393.8, + "inflow": 3890.7, + "volume": 27644.39, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 522.19, + "flow": 3390, + "inflow": 3881.7, + "volume": 27644.69, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 522.19, + "flow": 3397.7, + "inflow": 3934.3, + "volume": 27645.01, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 522.2, + "flow": 3390.9, + "inflow": 3927.8, + "volume": 27645.33, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 522.2, + "flow": 3400.9, + "inflow": 3881, + "volume": 27645.62, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 522.2, + "flow": 3413.5, + "inflow": 3904.6, + "volume": 27645.91, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 522.2, + "flow": 3472, + "inflow": 3859.6, + "volume": 27646.14, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 522.21, + "flow": 3480.1, + "inflow": 3869.8, + "volume": 27646.37, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 522.21, + "flow": 3493, + "inflow": 3858.7, + "volume": 27646.59, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 522.21, + "flow": 3488.9, + "inflow": 3863.4, + "volume": 27646.81, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 522.21, + "flow": 3487.7, + "inflow": 3846.7, + "volume": 27647.03, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 522.21, + "flow": 3464.7, + "inflow": 3862.4, + "volume": 27647.27, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 522.21, + "flow": 3687.4, + "inflow": 3798.7, + "volume": 27647.34, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 522.21, + "flow": 3701.6, + "inflow": 3802.3, + "volume": 27647.4, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 522.21, + "flow": 3718.8, + "inflow": 3804.3, + "volume": 27647.45, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 522.22, + "flow": 3686.4, + "inflow": 3850.4, + "volume": 27647.55, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 522.22, + "flow": 3708.2, + "inflow": 3778.3, + "volume": 27647.59, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 522.22, + "flow": 3714.7, + "inflow": 3810.9, + "volume": 27647.65, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 522.22, + "flow": 4000.8, + "inflow": 3808.7, + "volume": 27647.53, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 522.21, + "flow": 3981.6, + "inflow": 3819.8, + "volume": 27647.43, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 522.21, + "flow": 4010.1, + "inflow": 3814.1, + "volume": 27647.31, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 522.21, + "flow": 3999, + "inflow": 3762.6, + "volume": 27647.17, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 522.21, + "flow": 3988.6, + "inflow": 3794.5, + "volume": 27647.05, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 522.21, + "flow": 4015.3, + "inflow": 3797, + "volume": 27646.92, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 522.21, + "flow": 4317.2, + "inflow": 3845.2, + "volume": 27646.64, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 522.21, + "flow": 4281.4, + "inflow": 3827.6, + "volume": 27646.37, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 522.2, + "flow": 4306.2, + "inflow": 3783.4, + "volume": 27646.06, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 522.2, + "flow": 4308.6, + "inflow": 3794.7, + "volume": 27645.75, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 522.2, + "flow": 4307.6, + "inflow": 3828.1, + "volume": 27645.46, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 522.2, + "flow": 4316.8, + "inflow": 3810.8, + "volume": 27645.16, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 522.19, + "flow": 4534.1, + "inflow": 3819.1, + "volume": 27644.73, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 522.19, + "flow": 4533.1, + "inflow": 3812.1, + "volume": 27644.3, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 522.18, + "flow": 4500.2, + "inflow": 3855.1, + "volume": 27643.91, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 522.18, + "flow": 4524.1, + "inflow": 3811.7, + "volume": 27643.48, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 522.18, + "flow": 4533.9, + "inflow": 3825.7, + "volume": 27643.06, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 522.17, + "flow": 4527.3, + "inflow": 3829, + "volume": 27642.64, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 522.17, + "flow": 4614.1, + "inflow": 3951.9, + "volume": 27642.24, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 522.17, + "flow": 4581.9, + "inflow": 3928.3, + "volume": 27641.85, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 522.16, + "flow": 4582.8, + "inflow": 3885.9, + "volume": 27641.43, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 522.16, + "flow": 4582.5, + "inflow": 3882.8, + "volume": 27641.01, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 522.16, + "flow": 4596.1, + "inflow": 3928.9, + "volume": 27640.61, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 522.15, + "flow": 4595.2, + "inflow": 3908.3, + "volume": 27640.2, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 522.15, + "flow": 4501.3, + "inflow": 3969.9, + "volume": 27639.88, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 522.15, + "flow": 4509, + "inflow": 4021.6, + "volume": 27639.59, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 522.15, + "flow": 4512.9, + "inflow": 3989.1, + "volume": 27639.28, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 522.14, + "flow": 4528.3, + "inflow": 3978.5, + "volume": 27638.95, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 522.14, + "flow": 4520.8, + "inflow": 4003.3, + "volume": 27638.64, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 522.14, + "flow": 4527.1, + "inflow": 4032.1, + "volume": 27638.34, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 522.14, + "flow": 4309.5, + "inflow": 4080.6, + "volume": 27638.2, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 522.13, + "flow": 4310.5, + "inflow": 4081.8, + "volume": 27638.06, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 522.13, + "flow": 4308.8, + "inflow": 4113.2, + "volume": 27637.94, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 522.13, + "flow": 4294.2, + "inflow": 4110.9, + "volume": 27637.83, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 522.13, + "flow": 4314.5, + "inflow": 4065.8, + "volume": 27637.68, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 522.13, + "flow": 4309.7, + "inflow": 4056.9, + "volume": 27637.53, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 522.13, + "flow": 3983.8, + "inflow": 4202.3, + "volume": 27637.66, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 522.13, + "flow": 3981.9, + "inflow": 4228.7, + "volume": 27637.81, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 522.13, + "flow": 4010.3, + "inflow": 4199, + "volume": 27637.92, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 522.13, + "flow": 3990.8, + "inflow": 4177.1, + "volume": 27638.03, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 522.14, + "flow": 3994.6, + "inflow": 4213.5, + "volume": 27638.16, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 522.14, + "flow": 3993.9, + "inflow": 4222.1, + "volume": 27638.3, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 522.14, + "flow": 3717.9, + "inflow": 4300.7, + "volume": 27638.65, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 522.14, + "flow": 3680.6, + "inflow": 4316.4, + "volume": 27639.03, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 522.15, + "flow": 3705.4, + "inflow": 4300.5, + "volume": 27639.39, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 522.15, + "flow": 3713.3, + "inflow": 4275.5, + "volume": 27639.73, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 522.15, + "flow": 3688, + "inflow": 4270.7, + "volume": 27640.08, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 522.16, + "flow": 3695.2, + "inflow": 4301.9, + "volume": 27640.44, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 522.16, + "flow": 3466.2, + "inflow": 4366, + "volume": 27640.98, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 522.16, + "flow": 3476.8, + "inflow": 4421.9, + "volume": 27641.55, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 522.17, + "flow": 3480.7, + "inflow": 4429.7, + "volume": 27642.12, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 522.17, + "flow": 3484.4, + "inflow": 4406.5, + "volume": 27642.67, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 522.18, + "flow": 3465.1, + "inflow": 4374.7, + "volume": 27643.22, + "temperature": 24, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 522.18, + "flow": 3473.4, + "inflow": 4432.2, + "volume": 27643.8, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 522.19, + "flow": 3397.7, + "inflow": 4506.6, + "volume": 27644.47, + "temperature": 25.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 522.19, + "flow": 3411.9, + "inflow": 4458.7, + "volume": 27645.1, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 522.2, + "flow": 3404.3, + "inflow": 4486.8, + "volume": 27645.75, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 522.21, + "flow": 3412.5, + "inflow": 4475.7, + "volume": 27646.39, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 522.21, + "flow": 3386.6, + "inflow": 4447.2, + "volume": 27647.03, + "temperature": 26.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 522.22, + "flow": 3413.3, + "inflow": 4471.3, + "volume": 27647.66, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 522.22, + "flow": 3474.6, + "inflow": 4579.5, + "volume": 27648.32, + "temperature": 27.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 522.23, + "flow": 3487.3, + "inflow": 4578.2, + "volume": 27648.97, + "temperature": 27.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 522.23, + "flow": 3483.1, + "inflow": 4572.1, + "volume": 27649.62, + "temperature": 27.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 522.24, + "flow": 3498.1, + "inflow": 4508.6, + "volume": 27650.23, + "temperature": 27, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 522.24, + "flow": 3494.8, + "inflow": 4512.7, + "volume": 27650.84, + "temperature": 28.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 522.25, + "flow": 3474.4, + "inflow": 4530.9, + "volume": 27651.47, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 522.25, + "flow": 3691.1, + "inflow": 4560.8, + "volume": 27651.99, + "temperature": 29.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 522.26, + "flow": 3687.1, + "inflow": 4580.7, + "volume": 27652.53, + "temperature": 28.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 522.26, + "flow": 3715.8, + "inflow": 4599.9, + "volume": 27653.06, + "temperature": 29.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 522.27, + "flow": 3690.1, + "inflow": 4581.5, + "volume": 27653.59, + "temperature": 29.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 522.27, + "flow": 3689.5, + "inflow": 4605.1, + "volume": 27654.14, + "temperature": 28.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 522.28, + "flow": 3695.4, + "inflow": 4573.1, + "volume": 27654.67, + "temperature": 29, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 522.28, + "flow": 3982.5, + "inflow": 4613.9, + "volume": 27655.05, + "temperature": 28.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 522.28, + "flow": 3995.1, + "inflow": 4632.8, + "volume": 27655.43, + "temperature": 28.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 522.29, + "flow": 3999.7, + "inflow": 4628.7, + "volume": 27655.81, + "temperature": 28.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 522.29, + "flow": 3980.8, + "inflow": 4636.4, + "volume": 27656.2, + "temperature": 27.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 522.29, + "flow": 4002.6, + "inflow": 4569.9, + "volume": 27656.54, + "temperature": 29.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 522.3, + "flow": 3991.5, + "inflow": 4601.6, + "volume": 27656.91, + "temperature": 28.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 522.3, + "flow": 4303.5, + "inflow": 4567.3, + "volume": 27657.07, + "temperature": 28.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 522.3, + "flow": 4318, + "inflow": 4570.4, + "volume": 27657.22, + "temperature": 28.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 522.3, + "flow": 4296.7, + "inflow": 4574.1, + "volume": 27657.39, + "temperature": 27.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 522.3, + "flow": 4294.2, + "inflow": 4570.1, + "volume": 27657.56, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 522.3, + "flow": 4503.3, + "inflow": 4514.8, + "volume": 27657.57, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 522.3, + "flow": 4502.7, + "inflow": 4575.4, + "volume": 27657.61, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 522.3, + "flow": 4524, + "inflow": 4567.6, + "volume": 27657.64, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 522.3, + "flow": 4534.6, + "inflow": 4580.1, + "volume": 27657.67, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 522.3, + "flow": 4511.7, + "inflow": 4564.7, + "volume": 27657.7, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 522.3, + "flow": 4534.1, + "inflow": 4538.5, + "volume": 27657.7, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 522.3, + "flow": 4605.4, + "inflow": 4461.9, + "volume": 27657.61, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 522.3, + "flow": 4590.2, + "inflow": 4460.7, + "volume": 27657.53, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 522.3, + "flow": 4583.4, + "inflow": 4488.2, + "volume": 27657.47, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 522.3, + "flow": 4596.7, + "inflow": 4460.3, + "volume": 27657.39, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 522.3, + "flow": 4586.8, + "inflow": 4497.2, + "volume": 27657.34, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 522.3, + "flow": 4530.9, + "inflow": 4414.2, + "volume": 27657.27, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 522.3, + "flow": 4499.9, + "inflow": 4399, + "volume": 27657.21, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 522.3, + "flow": 4510.9, + "inflow": 4364.4, + "volume": 27657.12, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 522.3, + "flow": 4512.4, + "inflow": 4422.1, + "volume": 27657.07, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 522.3, + "flow": 4525.1, + "inflow": 4413.2, + "volume": 27657, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 522.3, + "flow": 4506.2, + "inflow": 4416.6, + "volume": 27656.95, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 522.3, + "flow": 4305.8, + "inflow": 4329.6, + "volume": 27656.96, + "temperature": 26.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 522.3, + "flow": 4302.9, + "inflow": 4296.2, + "volume": 27656.96, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 522.3, + "flow": 4315.9, + "inflow": 4318.7, + "volume": 27656.96, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 522.3, + "flow": 4313.4, + "inflow": 4287.8, + "volume": 27656.94, + "temperature": 25.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 522.3, + "flow": 4291.7, + "inflow": 4289.6, + "volume": 27656.94, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 522.3, + "flow": 4309.6, + "inflow": 4329.8, + "volume": 27656.95, + "temperature": 24.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 522.3, + "flow": 4004.6, + "inflow": 4200.6, + "volume": 27657.07, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 522.3, + "flow": 4004.1, + "inflow": 4168.5, + "volume": 27657.17, + "temperature": 24, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 522.3, + "flow": 3988.7, + "inflow": 4209.1, + "volume": 27657.3, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 522.3, + "flow": 3998.2, + "inflow": 4208.3, + "volume": 27657.43, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 522.3, + "flow": 3988.2, + "inflow": 4192.3, + "volume": 27657.55, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 522.3, + "flow": 4007, + "inflow": 4191.4, + "volume": 27657.66, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 522.3, + "flow": 3686.4, + "inflow": 4135.2, + "volume": 27657.93, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 522.31, + "flow": 3691.5, + "inflow": 4135.1, + "volume": 27658.2, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 522.31, + "flow": 3706.3, + "inflow": 4135.6, + "volume": 27658.46, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 522.31, + "flow": 3681.1, + "inflow": 4132, + "volume": 27658.73, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 522.31, + "flow": 3703, + "inflow": 4124.6, + "volume": 27658.98, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 522.31, + "flow": 3686.4, + "inflow": 4081, + "volume": 27659.22, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 522.32, + "flow": 3475.8, + "inflow": 3969.2, + "volume": 27659.52, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 522.32, + "flow": 3481.1, + "inflow": 4027, + "volume": 27659.85, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 522.32, + "flow": 3491.7, + "inflow": 3998.2, + "volume": 27660.15, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 522.33, + "flow": 3499, + "inflow": 4035.5, + "volume": 27660.47, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 522.33, + "flow": 3481.5, + "inflow": 4010.1, + "volume": 27660.79, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 522.33, + "flow": 3496.5, + "inflow": 3986.7, + "volume": 27661.08, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 522.33, + "flow": 3383.3, + "inflow": 3949.6, + "volume": 27661.42, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 522.34, + "flow": 3411.3, + "inflow": 3949.9, + "volume": 27661.74, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 522.34, + "flow": 3393.2, + "inflow": 3918, + "volume": 27662.05, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 522.34, + "flow": 3396.9, + "inflow": 3900.2, + "volume": 27662.35, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 522.34, + "flow": 3396.9, + "inflow": 3891.8, + "volume": 27662.65, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 522.35, + "flow": 3419, + "inflow": 3953.5, + "volume": 27662.97, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 522.35, + "flow": 3472.3, + "inflow": 3867.2, + "volume": 27663.21, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 522.35, + "flow": 3484.3, + "inflow": 3879.8, + "volume": 27663.45, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 522.35, + "flow": 3462.7, + "inflow": 3825.8, + "volume": 27663.67, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 522.35, + "flow": 3495.1, + "inflow": 3825.4, + "volume": 27663.87, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 522.36, + "flow": 3479.7, + "inflow": 3823.1, + "volume": 27664.08, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 522.36, + "flow": 3493.2, + "inflow": 3861.6, + "volume": 27664.3, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 522.36, + "flow": 3696.6, + "inflow": 3839, + "volume": 27664.39, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 522.36, + "flow": 3700.9, + "inflow": 3850.7, + "volume": 27664.48, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 522.36, + "flow": 3692.2, + "inflow": 3832.9, + "volume": 27664.56, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 522.36, + "flow": 3685.6, + "inflow": 3835.3, + "volume": 27664.65, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 522.36, + "flow": 3716.5, + "inflow": 3817.6, + "volume": 27664.71, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 522.36, + "flow": 3706.3, + "inflow": 3839.5, + "volume": 27664.79, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 522.36, + "flow": 3989.1, + "inflow": 3786.9, + "volume": 27664.67, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 522.36, + "flow": 3996.8, + "inflow": 3801.1, + "volume": 27664.55, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 522.36, + "flow": 3985.8, + "inflow": 3771.8, + "volume": 27664.42, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 522.36, + "flow": 3999.3, + "inflow": 3783.1, + "volume": 27664.29, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 522.36, + "flow": 3989.2, + "inflow": 3838.8, + "volume": 27664.2, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 522.36, + "flow": 3980.1, + "inflow": 3814.7, + "volume": 27664.1, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 522.35, + "flow": 4293.1, + "inflow": 3820.8, + "volume": 27663.82, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 522.35, + "flow": 4306.6, + "inflow": 3799.1, + "volume": 27663.52, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 522.35, + "flow": 4314.5, + "inflow": 3838.9, + "volume": 27663.23, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 522.35, + "flow": 4303.8, + "inflow": 3843.8, + "volume": 27662.95, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 522.34, + "flow": 4310.9, + "inflow": 3822.3, + "volume": 27662.66, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 522.34, + "flow": 4298, + "inflow": 3824.6, + "volume": 27662.38, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 522.34, + "flow": 4504, + "inflow": 3824.1, + "volume": 27661.97, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 522.34, + "flow": 4499.7, + "inflow": 3846.7, + "volume": 27661.58, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 522.33, + "flow": 4500.7, + "inflow": 3856.2, + "volume": 27661.19, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 522.33, + "flow": 4531.9, + "inflow": 3882.4, + "volume": 27660.8, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 522.32, + "flow": 4530.5, + "inflow": 3849, + "volume": 27660.39, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 522.32, + "flow": 4513.4, + "inflow": 3888.6, + "volume": 27660.02, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 522.32, + "flow": 4612, + "inflow": 3950.5, + "volume": 27659.62, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 522.31, + "flow": 4611.7, + "inflow": 3878.9, + "volume": 27659.18, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 522.31, + "flow": 4611.3, + "inflow": 3907.8, + "volume": 27658.76, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 522.31, + "flow": 4591.3, + "inflow": 3931.7, + "volume": 27658.36, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 522.3, + "flow": 4615.1, + "inflow": 3931.1, + "volume": 27657.95, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 522.3, + "flow": 4588.7, + "inflow": 3906.8, + "volume": 27657.54, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 522.3, + "flow": 4518.9, + "inflow": 4022.8, + "volume": 27657.24, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 522.3, + "flow": 4515.1, + "inflow": 4021.1, + "volume": 27656.94, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 522.29, + "flow": 4502.9, + "inflow": 3998, + "volume": 27656.64, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 522.29, + "flow": 4528.5, + "inflow": 3969, + "volume": 27656.3, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 522.29, + "flow": 4526.5, + "inflow": 4023.3, + "volume": 27656, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 522.28, + "flow": 4500.1, + "inflow": 3988.9, + "volume": 27655.69, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 522.28, + "flow": 4284, + "inflow": 4076.2, + "volume": 27655.57, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 522.28, + "flow": 4286.1, + "inflow": 4116.8, + "volume": 27655.47, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 522.28, + "flow": 4288.5, + "inflow": 4101.4, + "volume": 27655.36, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 522.28, + "flow": 4294.9, + "inflow": 4074.5, + "volume": 27655.23, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 522.28, + "flow": 4293.4, + "inflow": 4091, + "volume": 27655.11, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 522.28, + "flow": 4292, + "inflow": 4072.3, + "volume": 27654.98, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 522.28, + "flow": 3980.6, + "inflow": 4198.4, + "volume": 27655.11, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 522.28, + "flow": 4012.1, + "inflow": 4194.4, + "volume": 27655.22, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 522.28, + "flow": 4012.4, + "inflow": 4235.2, + "volume": 27655.35, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 522.28, + "flow": 3987, + "inflow": 4191.5, + "volume": 27655.47, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 522.28, + "flow": 4012, + "inflow": 4189.6, + "volume": 27655.58, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 522.29, + "flow": 3990.6, + "inflow": 4219.3, + "volume": 27655.72, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 522.29, + "flow": 3696, + "inflow": 4299.1, + "volume": 27656.08, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 522.29, + "flow": 3706.6, + "inflow": 4280, + "volume": 27656.42, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 522.29, + "flow": 3707.8, + "inflow": 4284.4, + "volume": 27656.77, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 522.3, + "flow": 3712, + "inflow": 4302.6, + "volume": 27657.12, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 522.3, + "flow": 3718.8, + "inflow": 4314.5, + "volume": 27657.48, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 522.3, + "flow": 3693.6, + "inflow": 4304.5, + "volume": 27657.85, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 522.31, + "flow": 3490.2, + "inflow": 4418.5, + "volume": 27658.41, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 522.31, + "flow": 3465.6, + "inflow": 4381.4, + "volume": 27658.96, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 522.32, + "flow": 3481.8, + "inflow": 4367.7, + "volume": 27659.49, + "temperature": 25.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 522.32, + "flow": 3499.9, + "inflow": 4412, + "volume": 27660.04, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 522.33, + "flow": 3480.5, + "inflow": 4369.2, + "volume": 27660.57, + "temperature": 25.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 522.33, + "flow": 3499.3, + "inflow": 4419.1, + "volume": 27661.12, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 522.34, + "flow": 3390.5, + "inflow": 4519.7, + "volume": 27661.8, + "temperature": 26.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 522.34, + "flow": 3417.7, + "inflow": 4510.4, + "volume": 27662.46, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 522.35, + "flow": 3404.7, + "inflow": 4460.2, + "volume": 27663.09, + "temperature": 26.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 522.35, + "flow": 3417.5, + "inflow": 4487.8, + "volume": 27663.73, + "temperature": 27.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 522.36, + "flow": 3412.3, + "inflow": 4468.9, + "volume": 27664.36, + "temperature": 28.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 522.36, + "flow": 3406.5, + "inflow": 4481.1, + "volume": 27665, + "temperature": 27.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 522.37, + "flow": 3485, + "inflow": 4574.4, + "volume": 27665.65, + "temperature": 28.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 522.38, + "flow": 3496, + "inflow": 4573.8, + "volume": 27666.3, + "temperature": 29, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 522.38, + "flow": 3479.5, + "inflow": 4570.2, + "volume": 27666.95, + "temperature": 27.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 522.39, + "flow": 3474.3, + "inflow": 4567.1, + "volume": 27667.61, + "temperature": 27.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 522.39, + "flow": 3496.3, + "inflow": 4570.2, + "volume": 27668.25, + "temperature": 28.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 522.4, + "flow": 3494.4, + "inflow": 4554.2, + "volume": 27668.89, + "temperature": 28.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 522.4, + "flow": 3712.5, + "inflow": 4609.9, + "volume": 27669.43, + "temperature": 27, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 522.41, + "flow": 3685.7, + "inflow": 4561.7, + "volume": 27669.96, + "temperature": 26.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 522.41, + "flow": 3719.8, + "inflow": 4613.8, + "volume": 27670.5, + "temperature": 26.6, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 522.42, + "flow": 3710.9, + "inflow": 4575.2, + "volume": 27671.02, + "temperature": 25.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 522.42, + "flow": 3718.8, + "inflow": 4583.5, + "volume": 27671.54, + "temperature": 24.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 522.42, + "flow": 3701.8, + "inflow": 4604.8, + "volume": 27672.08, + "temperature": 25.2, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 522.43, + "flow": 4004.6, + "inflow": 4579.9, + "volume": 27672.43, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 522.43, + "flow": 4009.2, + "inflow": 4621.9, + "volume": 27672.8, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 522.43, + "flow": 3991.1, + "inflow": 4590.4, + "volume": 27673.16, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 522.44, + "flow": 4011.7, + "inflow": 4604, + "volume": 27673.52, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 522.44, + "flow": 3995.6, + "inflow": 4630.2, + "volume": 27673.9, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 522.44, + "flow": 3983.3, + "inflow": 4604.3, + "volume": 27674.27, + "temperature": 25.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 522.44, + "flow": 4317, + "inflow": 4561.7, + "volume": 27674.42, + "temperature": 25.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 522.45, + "flow": 4298, + "inflow": 4560.7, + "volume": 27674.58, + "temperature": 25.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 522.45, + "flow": 4284.6, + "inflow": 4564.3, + "volume": 27674.75, + "temperature": 25.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 522.45, + "flow": 4313.3, + "inflow": 4553.5, + "volume": 27674.89, + "temperature": 23.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 522.45, + "flow": 4298.1, + "inflow": 4576, + "volume": 27675.06, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 522.45, + "flow": 4319.2, + "inflow": 4556, + "volume": 27675.2, + "temperature": 24, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 522.45, + "flow": 4508.2, + "inflow": 4577, + "volume": 27675.24, + "temperature": 21.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 522.45, + "flow": 4505.9, + "inflow": 4566.8, + "volume": 27675.28, + "temperature": 21.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 522.45, + "flow": 4516, + "inflow": 4514.9, + "volume": 27675.28, + "temperature": 21.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 522.45, + "flow": 4525.3, + "inflow": 4557.8, + "volume": 27675.3, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 522.45, + "flow": 4510.8, + "inflow": 4545.2, + "volume": 27675.32, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 522.45, + "flow": 4533.6, + "inflow": 4543.3, + "volume": 27675.33, + "temperature": 23.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 522.45, + "flow": 4587.4, + "inflow": 4511.4, + "volume": 27675.28, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 522.45, + "flow": 4607, + "inflow": 4454.1, + "volume": 27675.19, + "temperature": 22.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 522.45, + "flow": 4531.1, + "inflow": 4384.8, + "volume": 27675.1, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 522.45, + "flow": 4512.9, + "inflow": 4425.8, + "volume": 27675.05, + "temperature": 20.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 522.45, + "flow": 4518.1, + "inflow": 4413.1, + "volume": 27674.99, + "temperature": 22, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 522.45, + "flow": 4536.8, + "inflow": 4367, + "volume": 27674.89, + "temperature": 22, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 522.45, + "flow": 4501, + "inflow": 4360.2, + "volume": 27674.81, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 522.45, + "flow": 4536.9, + "inflow": 4396.3, + "volume": 27674.73, + "temperature": 21.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 522.45, + "flow": 4285.3, + "inflow": 4283.4, + "volume": 27674.73, + "temperature": 20.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 522.45, + "flow": 4309.4, + "inflow": 4264.4, + "volume": 27674.7, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 522.45, + "flow": 4316.5, + "inflow": 4272.9, + "volume": 27674.67, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 522.45, + "flow": 4314.4, + "inflow": 4305.9, + "volume": 27674.66, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 522.45, + "flow": 4290.8, + "inflow": 4337.4, + "volume": 27674.69, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 522.45, + "flow": 4319.6, + "inflow": 4271.8, + "volume": 27674.66, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 522.45, + "flow": 3982.6, + "inflow": 4168, + "volume": 27674.77, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 522.45, + "flow": 3994.2, + "inflow": 4228, + "volume": 27674.91, + "temperature": 18.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 522.45, + "flow": 4008.7, + "inflow": 4216.6, + "volume": 27675.03, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 522.45, + "flow": 4011.5, + "inflow": 4219, + "volume": 27675.15, + "temperature": 19, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 522.45, + "flow": 3986.3, + "inflow": 4203.1, + "volume": 27675.28, + "temperature": 17, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 522.45, + "flow": 4010.1, + "inflow": 4174.3, + "volume": 27675.38, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 522.45, + "flow": 3690.8, + "inflow": 4116.1, + "volume": 27675.64, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 522.46, + "flow": 3682.1, + "inflow": 4066.9, + "volume": 27675.87, + "temperature": 16.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 522.46, + "flow": 3714.2, + "inflow": 4063.2, + "volume": 27676.08, + "temperature": 17.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 522.46, + "flow": 3684.5, + "inflow": 4099.1, + "volume": 27676.33, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 522.46, + "flow": 3707.7, + "inflow": 4133.7, + "volume": 27676.59, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 522.47, + "flow": 3714.4, + "inflow": 4114.3, + "volume": 27676.83, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 522.47, + "flow": 3485.4, + "inflow": 4028.7, + "volume": 27677.16, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 522.47, + "flow": 3494.3, + "inflow": 3973.7, + "volume": 27677.45, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 522.47, + "flow": 3487.1, + "inflow": 3964.8, + "volume": 27677.74, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 522.48, + "flow": 3477.2, + "inflow": 3985.7, + "volume": 27678.05, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 522.48, + "flow": 3467.3, + "inflow": 3970.2, + "volume": 27678.35, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 522.48, + "flow": 3485, + "inflow": 4005.3, + "volume": 27678.66, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 522.48, + "flow": 3389.3, + "inflow": 3918.8, + "volume": 27678.98, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 522.49, + "flow": 3400.3, + "inflow": 3908.3, + "volume": 27679.28, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 522.49, + "flow": 3387.2, + "inflow": 3929, + "volume": 27679.61, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 522.49, + "flow": 3407.7, + "inflow": 3921.4, + "volume": 27679.92, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 522.49, + "flow": 3410.8, + "inflow": 3895.1, + "volume": 27680.21, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 522.5, + "flow": 3408.9, + "inflow": 3913.6, + "volume": 27680.51, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 522.5, + "flow": 3492.1, + "inflow": 3884.7, + "volume": 27680.75, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 522.5, + "flow": 3490.7, + "inflow": 3814.9, + "volume": 27680.94, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 522.5, + "flow": 3470.1, + "inflow": 3852.1, + "volume": 27681.17, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 522.5, + "flow": 3479.6, + "inflow": 3830, + "volume": 27681.38, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 522.51, + "flow": 3482, + "inflow": 3854.4, + "volume": 27681.6, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 522.51, + "flow": 3477.1, + "inflow": 3870.8, + "volume": 27681.84, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 522.51, + "flow": 3706.3, + "inflow": 3790.9, + "volume": 27681.89, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 522.51, + "flow": 3680, + "inflow": 3811.7, + "volume": 27681.97, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 522.51, + "flow": 3717.6, + "inflow": 3801.1, + "volume": 27682.02, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 522.51, + "flow": 3717.8, + "inflow": 3817.3, + "volume": 27682.08, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 522.51, + "flow": 3705.4, + "inflow": 3803.4, + "volume": 27682.14, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 522.51, + "flow": 3718.4, + "inflow": 3837.4, + "volume": 27682.21, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 522.51, + "flow": 4002.8, + "inflow": 3795.7, + "volume": 27682.09, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 522.51, + "flow": 3996.5, + "inflow": 3784, + "volume": 27681.96, + "temperature": 9.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 522.51, + "flow": 3995.6, + "inflow": 3774.8, + "volume": 27681.83, + "temperature": 10.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 522.51, + "flow": 4014.7, + "inflow": 3812.7, + "volume": 27681.71, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 522.51, + "flow": 4010.2, + "inflow": 3770.9, + "volume": 27681.57, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 522.5, + "flow": 3991.8, + "inflow": 3805.6, + "volume": 27681.46, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 522.5, + "flow": 4309.5, + "inflow": 3805.4, + "volume": 27681.16, + "temperature": 9.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 522.5, + "flow": 4286.3, + "inflow": 3800.1, + "volume": 27680.87, + "temperature": 9.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 522.5, + "flow": 4307.1, + "inflow": 3811.9, + "volume": 27680.57, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 522.49, + "flow": 4282.1, + "inflow": 3838.1, + "volume": 27680.3, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 522.49, + "flow": 4310.7, + "inflow": 3804, + "volume": 27680, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 522.49, + "flow": 4313.1, + "inflow": 3818.1, + "volume": 27679.7, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 522.49, + "flow": 4513, + "inflow": 3811.6, + "volume": 27679.28, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 522.48, + "flow": 4536.7, + "inflow": 3858.8, + "volume": 27678.87, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 522.48, + "flow": 4527.4, + "inflow": 3887.7, + "volume": 27678.49, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 522.48, + "flow": 4503.8, + "inflow": 3861.2, + "volume": 27678.1, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 522.47, + "flow": 4510.2, + "inflow": 3872.1, + "volume": 27677.72, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 522.47, + "flow": 4520.6, + "inflow": 3867.6, + "volume": 27677.33, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 522.47, + "flow": 4586, + "inflow": 3901.5, + "volume": 27676.92, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 522.46, + "flow": 4597.2, + "inflow": 3881.7, + "volume": 27676.49, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 522.46, + "flow": 4594.7, + "inflow": 3895.5, + "volume": 27676.07, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 522.45, + "flow": 4614.1, + "inflow": 3897.8, + "volume": 27675.64, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 522.45, + "flow": 4588.5, + "inflow": 3926.8, + "volume": 27675.24, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 522.45, + "flow": 4585.4, + "inflow": 3909.4, + "volume": 27674.83, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 522.45, + "flow": 4519.2, + "inflow": 4013.3, + "volume": 27674.53, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 522.44, + "flow": 4515, + "inflow": 3994, + "volume": 27674.22, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 522.44, + "flow": 4514.1, + "inflow": 3962.5, + "volume": 27673.89, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 522.44, + "flow": 4502.6, + "inflow": 3963.9, + "volume": 27673.57, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 522.43, + "flow": 4522.3, + "inflow": 3973.7, + "volume": 27673.24, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 522.43, + "flow": 4510.4, + "inflow": 4000.6, + "volume": 27672.93, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 522.43, + "flow": 4295.2, + "inflow": 4088.2, + "volume": 27672.81, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 522.43, + "flow": 4284, + "inflow": 4122.8, + "volume": 27672.71, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 522.43, + "flow": 4292.8, + "inflow": 4108.7, + "volume": 27672.6, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 522.43, + "flow": 4301.5, + "inflow": 4098.1, + "volume": 27672.48, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 522.43, + "flow": 4296.5, + "inflow": 4108.8, + "volume": 27672.37, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 522.43, + "flow": 4303.2, + "inflow": 4068.7, + "volume": 27672.23, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 522.43, + "flow": 3992.9, + "inflow": 4192.2, + "volume": 27672.35, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 522.43, + "flow": 3993.5, + "inflow": 4185.5, + "volume": 27672.47, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 522.43, + "flow": 4008.2, + "inflow": 4178, + "volume": 27672.57, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 522.43, + "flow": 3996.1, + "inflow": 4194.4, + "volume": 27672.69, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 522.43, + "flow": 3995.1, + "inflow": 4202.4, + "volume": 27672.81, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 522.43, + "flow": 3997.4, + "inflow": 4217.2, + "volume": 27672.94, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 522.44, + "flow": 3680.3, + "inflow": 4300.6, + "volume": 27673.31, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 522.44, + "flow": 3705.8, + "inflow": 4287.3, + "volume": 27673.66, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 522.44, + "flow": 3699.2, + "inflow": 4318, + "volume": 27674.03, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 522.44, + "flow": 3695.7, + "inflow": 4255.7, + "volume": 27674.37, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 522.45, + "flow": 3702.5, + "inflow": 4308.3, + "volume": 27674.73, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 522.45, + "flow": 3710.5, + "inflow": 4329.1, + "volume": 27675.1, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 522.45, + "flow": 3490.6, + "inflow": 4390.2, + "volume": 27675.64, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 522.46, + "flow": 3477.8, + "inflow": 4390.8, + "volume": 27676.19, + "temperature": 18.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 522.46, + "flow": 3475, + "inflow": 4393.4, + "volume": 27676.74, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 522.47, + "flow": 3484.2, + "inflow": 4430, + "volume": 27677.31, + "temperature": 18.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 522.47, + "flow": 3472.4, + "inflow": 4352.1, + "volume": 27677.84, + "temperature": 20, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 522.48, + "flow": 3488.2, + "inflow": 4423.2, + "volume": 27678.4, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 522.48, + "flow": 3408.8, + "inflow": 4494.7, + "volume": 27679.05, + "temperature": 20, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 522.49, + "flow": 3414.5, + "inflow": 4442.7, + "volume": 27679.67, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 522.49, + "flow": 3415.4, + "inflow": 4448.4, + "volume": 27680.29, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 522.5, + "flow": 3386.4, + "inflow": 4498.6, + "volume": 27680.96, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 522.51, + "flow": 3412.4, + "inflow": 4466.5, + "volume": 27681.59, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 522.51, + "flow": 3414.4, + "inflow": 4448, + "volume": 27682.21, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 522.52, + "flow": 3489.7, + "inflow": 4502.2, + "volume": 27682.82, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 522.52, + "flow": 3482.9, + "inflow": 4547.8, + "volume": 27683.46, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 522.53, + "flow": 3484.8, + "inflow": 4555.6, + "volume": 27684.1, + "temperature": 24.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 522.53, + "flow": 3469.8, + "inflow": 4530.6, + "volume": 27684.74, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 522.54, + "flow": 3467.8, + "inflow": 4557.5, + "volume": 27685.39, + "temperature": 25.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 522.54, + "flow": 3477.9, + "inflow": 4521.6, + "volume": 27686.02, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 522.55, + "flow": 3693.3, + "inflow": 4586.3, + "volume": 27686.56, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 522.55, + "flow": 3716.2, + "inflow": 4571.5, + "volume": 27687.07, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 522.56, + "flow": 3684.5, + "inflow": 4562.9, + "volume": 27687.6, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 522.56, + "flow": 3682, + "inflow": 4540.6, + "volume": 27688.12, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 522.57, + "flow": 3689.8, + "inflow": 4579.5, + "volume": 27688.65, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 522.57, + "flow": 3697, + "inflow": 4568.8, + "volume": 27689.17, + "temperature": 26.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 522.57, + "flow": 4006.9, + "inflow": 4556.5, + "volume": 27689.5, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 522.58, + "flow": 4014.2, + "inflow": 4620, + "volume": 27689.86, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 522.58, + "flow": 4004.4, + "inflow": 4627.8, + "volume": 27690.23, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 522.58, + "flow": 3991.9, + "inflow": 4622.4, + "volume": 27690.61, + "temperature": 27.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 522.59, + "flow": 4016, + "inflow": 4577.4, + "volume": 27690.95, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 522.59, + "flow": 4012.9, + "inflow": 4567.1, + "volume": 27691.28, + "temperature": 27.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 522.59, + "flow": 4319.1, + "inflow": 4595.7, + "volume": 27691.45, + "temperature": 27.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 522.59, + "flow": 4290.4, + "inflow": 4591.8, + "volume": 27691.63, + "temperature": 27, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 522.59, + "flow": 4285.8, + "inflow": 4615.5, + "volume": 27691.83, + "temperature": 27.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 522.59, + "flow": 4300.8, + "inflow": 4616.3, + "volume": 27692.02, + "temperature": 26.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 522.6, + "flow": 4319.8, + "inflow": 4542.8, + "volume": 27692.15, + "temperature": 25.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 522.6, + "flow": 4307, + "inflow": 4562.2, + "volume": 27692.3, + "temperature": 25.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 522.6, + "flow": 4533.5, + "inflow": 4517, + "volume": 27692.29, + "temperature": 24.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 522.6, + "flow": 4500.5, + "inflow": 4530.6, + "volume": 27692.31, + "temperature": 23.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 522.6, + "flow": 4516.4, + "inflow": 4563.6, + "volume": 27692.34, + "temperature": 24.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 522.6, + "flow": 4515.2, + "inflow": 4559.3, + "volume": 27692.37, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 522.6, + "flow": 4505.7, + "inflow": 4534.9, + "volume": 27692.39, + "temperature": 24.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 522.6, + "flow": 4511.3, + "inflow": 4515.8, + "volume": 27692.39, + "temperature": 24.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 522.6, + "flow": 4590.4, + "inflow": 4445.8, + "volume": 27692.3, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 522.6, + "flow": 4612.4, + "inflow": 4489.1, + "volume": 27692.23, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 522.6, + "flow": 4609.9, + "inflow": 4511.9, + "volume": 27692.17, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 522.6, + "flow": 4606.9, + "inflow": 4509.9, + "volume": 27692.11, + "temperature": 24.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 522.59, + "flow": 4582.1, + "inflow": 4508, + "volume": 27692.07, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 522.59, + "flow": 4619.3, + "inflow": 4464.1, + "volume": 27691.98, + "temperature": 24.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 522.59, + "flow": 4526.5, + "inflow": 4367.8, + "volume": 27691.88, + "temperature": 20.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 522.59, + "flow": 4288.1, + "inflow": 4267.8, + "volume": 27691.87, + "temperature": 19.4, + "precipitation": 0.1 + } +] \ No newline at end of file diff --git a/public/data/SAKA.json b/public/data/SAKA.json index c0614e3..b975a75 100644 --- a/public/data/SAKA.json +++ b/public/data/SAKA.json @@ -3697,5 +3697,4739 @@ "volume": 0, "temperature": 15, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:20:00.000Z", + "level": 73, + "flow": 2.658, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:30:00.000Z", + "level": 73, + "flow": 2.658, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 73, + "flow": 2.658, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 73, + "flow": 2.658, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 73, + "flow": 2.658, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 73, + "flow": 2.658, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 73, + "flow": 2.658, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 73, + "flow": 2.658, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 73, + "flow": 2.658, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 73, + "flow": 2.67, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 73, + "flow": 2.67, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 73, + "flow": 2.67, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 73, + "flow": 2.67, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 73, + "flow": 2.67, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 73, + "flow": 2.67, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 73, + "flow": 2.67, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 73, + "flow": 2.67, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 73, + "flow": 2.67, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 73, + "flow": 2.67, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 73, + "flow": 2.67, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 73, + "flow": 2.658, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 73, + "flow": 2.658, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 73, + "flow": 2.658, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 73, + "flow": 2.646, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 73, + "flow": 2.646, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 73, + "flow": 2.634, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 73, + "flow": 2.634, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 73, + "flow": 2.622, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 73, + "flow": 2.622, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 73, + "flow": 2.622, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 73, + "flow": 2.61, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 73, + "flow": 2.61, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 73, + "flow": 2.61, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 73, + "flow": 2.61, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 72, + "flow": 2.598, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 72, + "flow": 2.598, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 72, + "flow": 2.586, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 72, + "flow": 2.586, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 72, + "flow": 2.586, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 72, + "flow": 2.586, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 72, + "flow": 2.586, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 72, + "flow": 2.586, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 72, + "flow": 2.586, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 72, + "flow": 2.586, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 72, + "flow": 2.586, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 72, + "flow": 2.598, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 72, + "flow": 2.598, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 73, + "flow": 2.61, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 73, + "flow": 2.622, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 73, + "flow": 2.634, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 73, + "flow": 2.646, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 73, + "flow": 2.658, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 73, + "flow": 2.67, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 73, + "flow": 2.67, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 73, + "flow": 2.698, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 73, + "flow": 2.698, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 73, + "flow": 2.712, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 73, + "flow": 2.726, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 74, + "flow": 2.768, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 74, + "flow": 2.796, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 74, + "flow": 2.823, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 74, + "flow": 2.849, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 74, + "flow": 2.849, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 74, + "flow": 2.849, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 74, + "flow": 2.849, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 74, + "flow": 2.836, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 74, + "flow": 2.823, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 74, + "flow": 2.81, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 74, + "flow": 2.796, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 74, + "flow": 2.782, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 74, + "flow": 2.754, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 74, + "flow": 2.74, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 73, + "flow": 2.712, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 73, + "flow": 2.684, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 73, + "flow": 2.658, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 73, + "flow": 2.634, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 72, + "flow": 2.598, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 72, + "flow": 2.586, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 72, + "flow": 2.562, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 72, + "flow": 2.538, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 72, + "flow": 2.526, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 72, + "flow": 2.526, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 72, + "flow": 2.526, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 72, + "flow": 2.538, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 72, + "flow": 2.538, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 72, + "flow": 2.55, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 72, + "flow": 2.55, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 72, + "flow": 2.538, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 72, + "flow": 2.562, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 72, + "flow": 2.574, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 72, + "flow": 2.574, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 72, + "flow": 2.574, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 72, + "flow": 2.586, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 72, + "flow": 2.586, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 72, + "flow": 2.598, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 73, + "flow": 2.61, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 73, + "flow": 2.622, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 73, + "flow": 2.622, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 73, + "flow": 2.622, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 73, + "flow": 2.622, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 73, + "flow": 2.61, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 73, + "flow": 2.61, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 72, + "flow": 2.598, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 72, + "flow": 2.598, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 72, + "flow": 2.598, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 72, + "flow": 2.598, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 72, + "flow": 2.598, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 72, + "flow": 2.586, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 72, + "flow": 2.598, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 72, + "flow": 2.586, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 72, + "flow": 2.598, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 72, + "flow": 2.586, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 72, + "flow": 2.598, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 72, + "flow": 2.598, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 72, + "flow": 2.598, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 72, + "flow": 2.598, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 73, + "flow": 2.61, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 73, + "flow": 2.61, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 73, + "flow": 2.61, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 73, + "flow": 2.61, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 73, + "flow": 2.622, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 73, + "flow": 2.634, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 73, + "flow": 2.634, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 73, + "flow": 2.634, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 73, + "flow": 2.646, + "temperature": 13, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 73, + "flow": 2.646, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 73, + "flow": 2.658, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 73, + "flow": 2.658, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 73, + "flow": 2.67, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 73, + "flow": 2.67, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 73, + "flow": 2.67, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 73, + "flow": 2.67, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 73, + "flow": 2.684, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 73, + "flow": 2.698, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 73, + "flow": 2.712, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 73, + "flow": 2.712, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 73, + "flow": 2.726, + "temperature": 12.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 73, + "flow": 2.726, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 73, + "flow": 2.726, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 74, + "flow": 2.74, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 73, + "flow": 2.726, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 74, + "flow": 2.74, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 74, + "flow": 2.74, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 74, + "flow": 2.74, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 74, + "flow": 2.754, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 74, + "flow": 2.768, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 74, + "flow": 2.796, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 74, + "flow": 2.823, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 74, + "flow": 2.836, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 74, + "flow": 2.849, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 74, + "flow": 2.836, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 74, + "flow": 2.836, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 74, + "flow": 2.836, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 74, + "flow": 2.836, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 74, + "flow": 2.823, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 74, + "flow": 2.823, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 74, + "flow": 2.836, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 74, + "flow": 2.836, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 74, + "flow": 2.836, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 74, + "flow": 2.849, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 74, + "flow": 2.849, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 74, + "flow": 2.862, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 75, + "flow": 2.875, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 75, + "flow": 2.888, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 75, + "flow": 2.901, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 75, + "flow": 2.927, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 75, + "flow": 2.94, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 75, + "flow": 2.954, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 75, + "flow": 2.982, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 75, + "flow": 2.996, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 76, + "flow": 3.024, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 76, + "flow": 3.052, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 76, + "flow": 3.095, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 76, + "flow": 3.14, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 77, + "flow": 3.2, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 77, + "flow": 3.245, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 78, + "flow": 3.305, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 78, + "flow": 3.365, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 78, + "flow": 3.444, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 79, + "flow": 3.54, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 80, + "flow": 3.636, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 80, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 80, + "flow": 3.751, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 80, + "flow": 3.768, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 81, + "flow": 3.802, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 81, + "flow": 3.819, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 81, + "flow": 3.836, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 81, + "flow": 3.87, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 81, + "flow": 3.906, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 81, + "flow": 3.942, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 82, + "flow": 3.996, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 82, + "flow": 4.068, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 83, + "flow": 4.14, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 83, + "flow": 4.212, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 83, + "flow": 4.284, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 84, + "flow": 4.374, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 84, + "flow": 4.429, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 84, + "flow": 4.486, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 85, + "flow": 4.543, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 85, + "flow": 4.581, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 85, + "flow": 4.6, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 85, + "flow": 4.638, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 85, + "flow": 4.657, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 85, + "flow": 4.657, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 85, + "flow": 4.657, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 85, + "flow": 4.657, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 85, + "flow": 4.638, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 85, + "flow": 4.638, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 85, + "flow": 4.619, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 85, + "flow": 4.657, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 86, + "flow": 4.771, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 86, + "flow": 4.85, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 87, + "flow": 4.93, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 87, + "flow": 4.97, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 87, + "flow": 4.97, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 87, + "flow": 4.93, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 86, + "flow": 4.87, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 86, + "flow": 4.771, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 86, + "flow": 4.695, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 85, + "flow": 4.619, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 85, + "flow": 4.543, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 84, + "flow": 4.486, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 84, + "flow": 4.429, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 84, + "flow": 4.41, + "temperature": 11.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 84, + "flow": 4.41, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 84, + "flow": 4.41, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 84, + "flow": 4.41, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 84, + "flow": 4.41, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 84, + "flow": 4.467, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 85, + "flow": 4.524, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 85, + "flow": 4.562, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 85, + "flow": 4.581, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 85, + "flow": 4.524, + "temperature": 11.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 84, + "flow": 4.429, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 84, + "flow": 4.392, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 84, + "flow": 4.356, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 84, + "flow": 4.338, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 83, + "flow": 4.302, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 83, + "flow": 4.302, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 84, + "flow": 4.32, + "temperature": 11.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 84, + "flow": 4.32, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 84, + "flow": 4.32, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 84, + "flow": 4.356, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 84, + "flow": 4.374, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 84, + "flow": 4.374, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 84, + "flow": 4.429, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 84, + "flow": 4.448, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 84, + "flow": 4.467, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 84, + "flow": 4.486, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 84, + "flow": 4.486, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 84, + "flow": 4.467, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 84, + "flow": 4.467, + "inflow": 0, + "volume": 0, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 84, + "flow": 4.467, + "inflow": 0, + "volume": 0, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 84, + "flow": 4.467, + "inflow": 0, + "volume": 0, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 84, + "flow": 4.486, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 84, + "flow": 4.467, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 84, + "flow": 4.448, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 84, + "flow": 4.429, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 84, + "flow": 4.429, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 84, + "flow": 4.448, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 84, + "flow": 4.448, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 84, + "flow": 4.448, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 84, + "flow": 4.467, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 84, + "flow": 4.467, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 84, + "flow": 4.486, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 84, + "flow": 4.486, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 84, + "flow": 4.486, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 85, + "flow": 4.524, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 85, + "flow": 4.524, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 85, + "flow": 4.562, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 85, + "flow": 4.6, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 85, + "flow": 4.638, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 86, + "flow": 4.695, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 86, + "flow": 4.752, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 86, + "flow": 4.83, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 87, + "flow": 4.93, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 87, + "flow": 5.032, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 88, + "flow": 5.116, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 88, + "flow": 5.158, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 88, + "flow": 5.2, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 88, + "flow": 5.242, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 88, + "flow": 5.263, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 89, + "flow": 5.305, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 89, + "flow": 5.368, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 89, + "flow": 5.454, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 90, + "flow": 5.52, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 90, + "flow": 5.586, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 90, + "flow": 5.652, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 90, + "flow": 5.674, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 90, + "flow": 5.696, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 91, + "flow": 5.74, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 91, + "flow": 5.762, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 91, + "flow": 5.784, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 91, + "flow": 5.828, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 91, + "flow": 5.85, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 91, + "flow": 5.873, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 91, + "flow": 5.873, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 91, + "flow": 5.873, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 91, + "flow": 5.896, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 91, + "flow": 5.942, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 92, + "flow": 5.965, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 92, + "flow": 6.011, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 92, + "flow": 6.057, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 92, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 92, + "flow": 6.126, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 92, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 92, + "flow": 6.126, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 92, + "flow": 6.172, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 92, + "flow": 6.172, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 93, + "flow": 6.195, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 93, + "flow": 6.195, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 93, + "flow": 6.218, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 93, + "flow": 6.241, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 93, + "flow": 6.195, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 93, + "flow": 6.195, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 92, + "flow": 6.149, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 92, + "flow": 6.126, + "inflow": 0, + "volume": 0, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 92, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 92, + "flow": 6.057, + "inflow": 0, + "volume": 0, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 92, + "flow": 6.034, + "inflow": 0, + "volume": 0, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 92, + "flow": 6.034, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 92, + "flow": 6.034, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 92, + "flow": 6.011, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 92, + "flow": 6.011, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 92, + "flow": 5.988, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 92, + "flow": 5.965, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 91, + "flow": 5.942, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 91, + "flow": 5.942, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 91, + "flow": 5.919, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 91, + "flow": 5.896, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 91, + "flow": 5.896, + "inflow": 0, + "volume": 0, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 91, + "flow": 5.896, + "inflow": 0, + "volume": 0, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 91, + "flow": 5.896, + "inflow": 0, + "volume": 0, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 91, + "flow": 5.919, + "inflow": 0, + "volume": 0, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 91, + "flow": 5.942, + "inflow": 0, + "volume": 0, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 92, + "flow": 5.965, + "inflow": 0, + "volume": 0, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 92, + "flow": 5.988, + "inflow": 0, + "volume": 0, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 92, + "flow": 6.011, + "inflow": 0, + "volume": 0, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 92, + "flow": 6.034, + "inflow": 0, + "volume": 0, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 92, + "flow": 6.034, + "inflow": 0, + "volume": 0, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 92, + "flow": 6.057, + "inflow": 0, + "volume": 0, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 92, + "flow": 6.057, + "inflow": 0, + "volume": 0, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 92, + "flow": 6.103, + "inflow": 0, + "volume": 0, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 92, + "flow": 6.126, + "inflow": 0, + "volume": 0, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 92, + "flow": 6.149, + "inflow": 0, + "volume": 0, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 92, + "flow": 6.172, + "inflow": 0, + "volume": 0, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 93, + "flow": 6.218, + "inflow": 0, + "volume": 0, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 93, + "flow": 6.218, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 93, + "flow": 6.264, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 93, + "flow": 6.287, + "inflow": 0, + "volume": 0, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 93, + "flow": 6.287, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 93, + "flow": 6.31, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 93, + "flow": 6.334, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 93, + "flow": 6.358, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 93, + "flow": 6.358, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 93, + "flow": 6.382, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 93, + "flow": 6.406, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 94, + "flow": 6.43, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 94, + "flow": 6.454, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 94, + "flow": 6.478, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 94, + "flow": 6.478, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 94, + "flow": 6.502, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 94, + "flow": 6.526, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 94, + "flow": 6.526, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 94, + "flow": 6.574, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 94, + "flow": 6.574, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 94, + "flow": 6.598, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 94, + "flow": 6.526, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 94, + "flow": 6.646, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 95, + "flow": 6.815, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 95, + "flow": 6.89, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 95, + "flow": 6.89, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 95, + "flow": 6.84, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 95, + "flow": 6.718, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 95, + "flow": 6.67, + "temperature": 14.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 94, + "flow": 6.598, + "temperature": 14.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 94, + "flow": 6.574, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 94, + "flow": 6.526, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 94, + "flow": 6.478, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 94, + "flow": 6.478, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 94, + "flow": 6.43, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 93, + "flow": 6.382, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 93, + "flow": 6.382, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 93, + "flow": 6.334, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 93, + "flow": 6.334, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 93, + "flow": 6.31, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 93, + "flow": 6.287, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 93, + "flow": 6.287, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 93, + "flow": 6.195, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 93, + "flow": 6.241, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 93, + "flow": 6.195, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 92, + "flow": 6.172, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 92, + "flow": 6.149, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 92, + "flow": 6.103, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 92, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 92, + "flow": 6.057, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 92, + "flow": 6.011, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 91, + "flow": 5.942, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 91, + "flow": 5.806, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 91, + "flow": 5.85, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 92, + "flow": 5.965, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 92, + "flow": 6.034, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 92, + "flow": 6.057, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 92, + "flow": 6.011, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 91, + "flow": 5.942, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 91, + "flow": 5.85, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 91, + "flow": 5.74, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 90, + "flow": 5.652, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 90, + "flow": 5.542, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 89, + "flow": 5.432, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 89, + "flow": 5.368, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 89, + "flow": 5.305, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 88, + "flow": 5.284, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 88, + "flow": 5.263, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 88, + "flow": 5.263, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 88, + "flow": 5.263, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 88, + "flow": 5.284, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 88, + "flow": 5.284, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 88, + "flow": 5.284, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 88, + "flow": 5.284, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 88, + "flow": 5.263, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 88, + "flow": 5.263, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 88, + "flow": 5.242, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 88, + "flow": 5.242, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 88, + "flow": 5.242, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 88, + "flow": 5.221, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 88, + "flow": 5.221, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 88, + "flow": 5.221, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 88, + "flow": 5.221, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 88, + "flow": 5.221, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 88, + "flow": 5.221, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 88, + "flow": 5.221, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 88, + "flow": 5.221, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 88, + "flow": 5.221, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 88, + "flow": 5.2, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 88, + "flow": 5.2, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 88, + "flow": 5.221, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 88, + "flow": 5.242, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 88, + "flow": 5.242, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 88, + "flow": 5.242, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 88, + "flow": 5.242, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 88, + "flow": 5.2, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 88, + "flow": 5.158, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 88, + "flow": 5.137, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 88, + "flow": 5.116, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 87, + "flow": 5.074, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 87, + "flow": 5.032, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 87, + "flow": 5.011, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 87, + "flow": 4.97, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 87, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 87, + "flow": 4.91, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 86, + "flow": 4.87, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 86, + "flow": 4.85, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 86, + "flow": 4.81, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 86, + "flow": 4.733, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 85, + "flow": 4.619, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 85, + "flow": 4.543, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 86, + "flow": 4.695, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 86, + "flow": 4.81, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 87, + "flow": 4.89, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 86, + "flow": 4.87, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 86, + "flow": 4.83, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 86, + "flow": 4.771, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 86, + "flow": 4.733, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 86, + "flow": 4.695, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 85, + "flow": 4.676, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 86, + "flow": 4.695, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 86, + "flow": 4.714, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 86, + "flow": 4.752, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 86, + "flow": 4.79, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 86, + "flow": 4.81, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 86, + "flow": 4.83, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 86, + "flow": 4.87, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 87, + "flow": 4.89, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 87, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 87, + "flow": 4.99, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 87, + "flow": 5.011, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 87, + "flow": 5.053, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 88, + "flow": 5.095, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 88, + "flow": 5.116, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 88, + "flow": 5.095, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 87, + "flow": 5.074, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 87, + "flow": 5.074, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 87, + "flow": 5.053, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 87, + "flow": 5.032, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 87, + "flow": 5.011, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 87, + "flow": 4.99, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 87, + "flow": 4.99, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 87, + "flow": 4.99, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 87, + "flow": 4.97, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 87, + "flow": 4.95, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 87, + "flow": 4.93, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 87, + "flow": 4.91, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 87, + "flow": 4.89, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 87, + "flow": 4.91, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 87, + "flow": 4.91, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 86, + "flow": 4.87, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 86, + "flow": 4.83, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 86, + "flow": 4.79, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 86, + "flow": 4.771, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 86, + "flow": 4.752, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 86, + "flow": 4.714, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 86, + "flow": 4.714, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 86, + "flow": 4.733, + "inflow": 0, + "volume": 0, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 86, + "flow": 4.733, + "inflow": 0, + "volume": 0, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 86, + "flow": 4.733, + "inflow": 0, + "volume": 0, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 86, + "flow": 4.733, + "inflow": 0, + "volume": 0, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 86, + "flow": 4.714, + "inflow": 0, + "volume": 0, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 86, + "flow": 4.714, + "inflow": 0, + "volume": 0, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 86, + "flow": 4.714, + "inflow": 0, + "volume": 0, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 86, + "flow": 4.695, + "inflow": 0, + "volume": 0, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 86, + "flow": 4.695, + "inflow": 0, + "volume": 0, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 85, + "flow": 4.676, + "inflow": 0, + "volume": 0, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 85, + "flow": 4.676, + "inflow": 0, + "volume": 0, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 85, + "flow": 4.657, + "inflow": 0, + "volume": 0, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 85, + "flow": 4.657, + "inflow": 0, + "volume": 0, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 85, + "flow": 4.505, + "inflow": 0, + "volume": 0, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 84, + "flow": 4.41, + "inflow": 0, + "volume": 0, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 84, + "flow": 4.448, + "inflow": 0, + "volume": 0, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 85, + "flow": 4.524, + "inflow": 0, + "volume": 0, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 85, + "flow": 4.6, + "inflow": 0, + "volume": 0, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 85, + "flow": 4.619, + "temperature": 17.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 85, + "flow": 4.6, + "temperature": 17.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 85, + "flow": 4.581, + "temperature": 17.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 85, + "flow": 4.562, + "inflow": 0, + "volume": 0, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 85, + "flow": 4.524, + "inflow": 0, + "volume": 0, + "temperature": 19.1, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/SANE.json b/public/data/SANE.json index 9f1336a..e23b531 100644 --- a/public/data/SANE.json +++ b/public/data/SANE.json @@ -3625,5 +3625,4730 @@ "volume": 0, "temperature": 14.8, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:30:00.000Z", + "level": 42, + "flow": 3.73, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 42, + "flow": 3.73, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 42, + "flow": 3.707, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 42, + "flow": 3.707, + "temperature": 14.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 42, + "flow": 3.707, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 42, + "flow": 3.684, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 42, + "flow": 3.707, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 42, + "flow": 3.684, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 42, + "flow": 3.684, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 42, + "flow": 3.684, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 42, + "flow": 3.707, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 42, + "flow": 3.707, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 42, + "flow": 3.707, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 42, + "flow": 3.707, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 42, + "flow": 3.73, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 42, + "flow": 3.73, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 42, + "flow": 3.754, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 42, + "flow": 3.754, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 42, + "flow": 3.778, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 42, + "flow": 3.778, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 42, + "flow": 3.802, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 42, + "flow": 3.826, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 43, + "flow": 3.85, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 43, + "flow": 3.874, + "temperature": 12.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 43, + "flow": 3.898, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 43, + "flow": 3.946, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 43, + "flow": 3.995, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 43, + "flow": 4.045, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 44, + "flow": 4.095, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 44, + "flow": 4.145, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 44, + "flow": 4.195, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 44, + "flow": 4.27, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 44, + "flow": 4.32, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 45, + "flow": 4.42, + "temperature": 12, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 45, + "flow": 4.495, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 45, + "flow": 4.57, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 46, + "flow": 4.67, + "temperature": 11.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 46, + "flow": 4.772, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 47, + "flow": 4.85, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 47, + "flow": 4.954, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 47, + "flow": 5.034, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 48, + "flow": 5.115, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 48, + "flow": 5.169, + "temperature": 11.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 48, + "flow": 5.196, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 48, + "flow": 5.223, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 48, + "flow": 5.25, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 48, + "flow": 5.277, + "temperature": 11.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 48, + "flow": 5.277, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 48, + "flow": 5.25, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 48, + "flow": 5.25, + "temperature": 11.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 48, + "flow": 5.196, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 48, + "flow": 5.169, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 48, + "flow": 5.142, + "temperature": 11.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 47, + "flow": 5.088, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 47, + "flow": 5.034, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 47, + "flow": 4.98, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 47, + "flow": 4.954, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 47, + "flow": 4.902, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 47, + "flow": 4.85, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 46, + "flow": 4.798, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 46, + "flow": 4.72, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 46, + "flow": 4.67, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 46, + "flow": 4.645, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 46, + "flow": 4.595, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 45, + "flow": 4.545, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 45, + "flow": 4.495, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 45, + "flow": 4.47, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 45, + "flow": 4.42, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 45, + "flow": 4.37, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 45, + "flow": 4.37, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 44, + "flow": 4.32, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 44, + "flow": 4.27, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 44, + "flow": 4.27, + "temperature": 13.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 44, + "flow": 4.245, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 44, + "flow": 4.22, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 44, + "flow": 4.195, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 44, + "flow": 4.17, + "temperature": 13.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 44, + "flow": 4.145, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 44, + "flow": 4.145, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 44, + "flow": 4.145, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 44, + "flow": 4.12, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 44, + "flow": 4.12, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 44, + "flow": 4.145, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 44, + "flow": 4.12, + "temperature": 14.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 44, + "flow": 4.12, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 44, + "flow": 4.12, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 44, + "flow": 4.12, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 44, + "flow": 4.12, + "temperature": 14.2, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 44, + "flow": 4.12, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 44, + "flow": 4.145, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 44, + "flow": 4.145, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 44, + "flow": 4.17, + "temperature": 13.6, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 44, + "flow": 4.17, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 44, + "flow": 4.22, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 44, + "flow": 4.22, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 44, + "flow": 4.245, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 44, + "flow": 4.22, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 44, + "flow": 4.22, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 44, + "flow": 4.27, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 44, + "flow": 4.245, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 44, + "flow": 4.27, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 44, + "flow": 4.27, + "temperature": 13.8, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 44, + "flow": 4.27, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 44, + "flow": 4.27, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 44, + "flow": 4.27, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 44, + "flow": 4.295, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 44, + "flow": 4.295, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 44, + "flow": 4.295, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 44, + "flow": 4.32, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 44, + "flow": 4.32, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 44, + "flow": 4.295, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 44, + "flow": 4.32, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 44, + "flow": 4.32, + "temperature": 14.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 44, + "flow": 4.32, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 44, + "flow": 4.32, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 44, + "flow": 4.32, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 44, + "flow": 4.32, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 45, + "flow": 4.345, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 45, + "flow": 4.345, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 45, + "flow": 4.345, + "temperature": 13.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 45, + "flow": 4.345, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 45, + "flow": 4.345, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 45, + "flow": 4.345, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 45, + "flow": 4.395, + "temperature": 13.4, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 45, + "flow": 4.37, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 45, + "flow": 4.395, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 45, + "flow": 4.395, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 45, + "flow": 4.395, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 45, + "flow": 4.395, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 45, + "flow": 4.395, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 45, + "flow": 4.395, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 45, + "flow": 4.37, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 45, + "flow": 4.395, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 45, + "flow": 4.42, + "temperature": 13.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 45, + "flow": 4.42, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 45, + "flow": 4.42, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 45, + "flow": 4.42, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 45, + "flow": 4.42, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 45, + "flow": 4.42, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 45, + "flow": 4.445, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 45, + "flow": 4.445, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 45, + "flow": 4.445, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 45, + "flow": 4.445, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 45, + "flow": 4.445, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 45, + "flow": 4.445, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 45, + "flow": 4.47, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 45, + "flow": 4.47, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 45, + "flow": 4.47, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 45, + "flow": 4.47, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 45, + "flow": 4.47, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 45, + "flow": 4.495, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 45, + "flow": 4.495, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 45, + "flow": 4.495, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 45, + "flow": 4.52, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 45, + "flow": 4.545, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 45, + "flow": 4.57, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 45, + "flow": 4.57, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 46, + "flow": 4.645, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 46, + "flow": 4.72, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 46, + "flow": 4.824, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 47, + "flow": 4.85, + "temperature": 11.6, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 47, + "flow": 4.876, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 47, + "flow": 4.928, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 47, + "flow": 4.954, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 47, + "flow": 4.928, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 47, + "flow": 4.954, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 47, + "flow": 4.928, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 47, + "flow": 4.98, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 47, + "flow": 4.98, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 47, + "flow": 4.98, + "temperature": 10.9, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 47, + "flow": 4.98, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 47, + "flow": 4.98, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 47, + "flow": 4.98, + "temperature": 10.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 47, + "flow": 5.007, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 47, + "flow": 5.007, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 47, + "flow": 4.98, + "temperature": 10.9, + "precipitation": 0.4, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 47, + "flow": 4.98, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 47, + "flow": 4.98, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 47, + "flow": 4.98, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 47, + "flow": 5.007, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 47, + "flow": 5.034, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 47, + "flow": 5.034, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 47, + "flow": 5.007, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 47, + "flow": 5.034, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 47, + "flow": 5.034, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 47, + "flow": 5.034, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 47, + "flow": 5.061, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 47, + "flow": 5.088, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 47, + "flow": 5.088, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 48, + "flow": 5.115, + "temperature": 9.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 48, + "flow": 5.142, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 48, + "flow": 5.142, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 48, + "flow": 5.196, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 48, + "flow": 5.196, + "temperature": 9.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 48, + "flow": 5.196, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 48, + "flow": 5.223, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 48, + "flow": 5.223, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 48, + "flow": 5.223, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 48, + "flow": 5.25, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 48, + "flow": 5.25, + "temperature": 9.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 48, + "flow": 5.25, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 48, + "flow": 5.25, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 48, + "flow": 5.277, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 48, + "flow": 5.277, + "temperature": 10.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 48, + "flow": 5.277, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 48, + "flow": 5.331, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 49, + "flow": 5.439, + "temperature": 10.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 49, + "flow": 5.628, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 50, + "flow": 5.877, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 51, + "flow": 6.051, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 51, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 51, + "flow": 6.022, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 50, + "flow": 5.848, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 50, + "flow": 5.655, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 49, + "flow": 5.466, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 48, + "flow": 5.331, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 48, + "flow": 5.169, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 47, + "flow": 5.088, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 48, + "flow": 5.142, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 48, + "flow": 5.169, + "temperature": 11.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 48, + "flow": 5.196, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 48, + "flow": 5.223, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 48, + "flow": 5.223, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 48, + "flow": 5.196, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 48, + "flow": 5.196, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 48, + "flow": 5.169, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 48, + "flow": 5.169, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 48, + "flow": 5.169, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 48, + "flow": 5.142, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 48, + "flow": 5.142, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 48, + "flow": 5.142, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 48, + "flow": 5.115, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 48, + "flow": 5.142, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 48, + "flow": 5.142, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 48, + "flow": 5.142, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 48, + "flow": 5.115, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 48, + "flow": 5.142, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 48, + "flow": 5.142, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 48, + "flow": 5.142, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 48, + "flow": 5.142, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 48, + "flow": 5.142, + "temperature": 15.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 48, + "flow": 5.169, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 48, + "flow": 5.142, + "inflow": 0, + "volume": 0, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 48, + "flow": 5.142, + "inflow": 0, + "volume": 0, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 48, + "flow": 5.115, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 48, + "flow": 5.115, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 48, + "flow": 5.115, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 48, + "flow": 5.115, + "temperature": 15.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 48, + "flow": 5.142, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 48, + "flow": 5.142, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 3.2 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 48, + "flow": 5.142, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 3.2 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 48, + "flow": 5.115, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 47, + "flow": 5.088, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 48, + "flow": 5.142, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 48, + "flow": 5.142, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 48, + "flow": 5.142, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 48, + "flow": 5.115, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 48, + "flow": 5.142, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 48, + "flow": 5.169, + "temperature": 13.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 48, + "flow": 5.169, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 48, + "flow": 5.142, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 48, + "flow": 5.196, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 48, + "flow": 5.196, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 48, + "flow": 5.223, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 48, + "flow": 5.25, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 48, + "flow": 5.25, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 48, + "flow": 5.277, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 48, + "flow": 5.304, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 48, + "flow": 5.331, + "temperature": 14.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 48, + "flow": 5.358, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 49, + "flow": 5.385, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 49, + "flow": 5.439, + "temperature": 14.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 49, + "flow": 5.493, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 49, + "flow": 5.574, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 49, + "flow": 5.628, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 50, + "flow": 5.709, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 50, + "flow": 5.79, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 50, + "flow": 5.877, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 51, + "flow": 6.022, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 52, + "flow": 6.248, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 53, + "flow": 6.71, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 55, + "flow": 7.312, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 57, + "flow": 7.87, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 58, + "flow": 8.19, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 58, + "flow": 8.254, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 58, + "flow": 8.158, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 57, + "flow": 7.966, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 57, + "flow": 7.777, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 56, + "flow": 7.622, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 56, + "flow": 7.529, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 56, + "flow": 7.436, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 56, + "flow": 7.436, + "temperature": 10.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 56, + "flow": 7.405, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 55, + "flow": 7.374, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 55, + "flow": 7.312, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 55, + "flow": 7.281, + "temperature": 9.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 55, + "flow": 7.22, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 55, + "flow": 7.16, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 55, + "flow": 7.16, + "temperature": 9.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 55, + "flow": 7.16, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 55, + "flow": 7.19, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 55, + "flow": 7.25, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 55, + "flow": 7.25, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 55, + "flow": 7.281, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 55, + "flow": 7.281, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 55, + "flow": 7.281, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 55, + "flow": 7.281, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 55, + "flow": 7.281, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 55, + "flow": 7.281, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 55, + "flow": 7.312, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 55, + "flow": 7.312, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 55, + "flow": 7.374, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 55, + "flow": 7.374, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 55, + "flow": 7.374, + "inflow": 0, + "volume": 0, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 55, + "flow": 7.374, + "inflow": 0, + "volume": 0, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 56, + "flow": 7.405, + "inflow": 0, + "volume": 0, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 56, + "flow": 7.436, + "inflow": 0, + "volume": 0, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 56, + "flow": 7.436, + "inflow": 0, + "volume": 0, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 55, + "flow": 7.374, + "inflow": 0, + "volume": 0, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 55, + "flow": 7.374, + "inflow": 0, + "volume": 0, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 55, + "flow": 7.343, + "inflow": 0, + "volume": 0, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 55, + "flow": 7.281, + "inflow": 0, + "volume": 0, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 55, + "flow": 7.281, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 55, + "flow": 7.25, + "temperature": 8.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 55, + "flow": 7.22, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 55, + "flow": 7.16, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 55, + "flow": 7.1, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 54, + "flow": 7.07, + "inflow": 0, + "volume": 0, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 54, + "flow": 7.01, + "inflow": 0, + "volume": 0, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 54, + "flow": 6.98, + "inflow": 0, + "volume": 0, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 54, + "flow": 6.98, + "temperature": 7.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 54, + "flow": 6.92, + "inflow": 0, + "volume": 0, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 54, + "flow": 6.92, + "inflow": 0, + "volume": 0, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 54, + "flow": 6.89, + "inflow": 0, + "volume": 0, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 54, + "flow": 6.86, + "inflow": 0, + "volume": 0, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 54, + "flow": 6.83, + "inflow": 0, + "volume": 0, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 53, + "flow": 6.77, + "inflow": 0, + "volume": 0, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 53, + "flow": 6.74, + "inflow": 0, + "volume": 0, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 53, + "flow": 6.68, + "inflow": 0, + "volume": 0, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 53, + "flow": 6.65, + "inflow": 0, + "volume": 0, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 53, + "flow": 6.65, + "inflow": 0, + "volume": 0, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 53, + "flow": 6.621, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 53, + "flow": 6.621, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 53, + "flow": 6.65, + "inflow": 0, + "volume": 0, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 53, + "flow": 6.621, + "temperature": 8.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 53, + "flow": 6.65, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 53, + "flow": 6.621, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 53, + "flow": 6.563, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 53, + "flow": 6.505, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 52, + "flow": 6.418, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 52, + "flow": 6.36, + "temperature": 10.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 52, + "flow": 6.36, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 52, + "flow": 6.418, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 52, + "flow": 6.447, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 53, + "flow": 6.534, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 53, + "flow": 6.621, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 53, + "flow": 6.74, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 54, + "flow": 6.83, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 54, + "flow": 6.92, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 54, + "flow": 6.98, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 54, + "flow": 7.07, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 55, + "flow": 7.1, + "temperature": 12.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 55, + "flow": 7.16, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 55, + "flow": 7.25, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 55, + "flow": 7.312, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 56, + "flow": 7.405, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 56, + "flow": 7.498, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 56, + "flow": 7.529, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 56, + "flow": 7.622, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 56, + "flow": 7.622, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 56, + "flow": 7.622, + "temperature": 13.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 56, + "flow": 7.529, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 56, + "flow": 7.467, + "temperature": 13.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 56, + "flow": 7.405, + "temperature": 13.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 56, + "flow": 7.405, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 55, + "flow": 7.343, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 55, + "flow": 7.343, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 55, + "flow": 7.312, + "temperature": 13.4, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 55, + "flow": 7.312, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 55, + "flow": 7.312, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 55, + "flow": 7.343, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 55, + "flow": 7.374, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 56, + "flow": 7.436, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 56, + "flow": 7.56, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 56, + "flow": 7.653, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 57, + "flow": 7.839, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 58, + "flow": 8.062, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 58, + "flow": 8.254, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 59, + "flow": 8.478, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 60, + "flow": 8.67, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 60, + "flow": 8.862, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 60, + "flow": 8.958, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 61, + "flow": 9.054, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 61, + "flow": 9.118, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 61, + "flow": 9.15, + "temperature": 13.1, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 61, + "flow": 9.183, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 61, + "flow": 9.183, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 61, + "flow": 9.216, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 61, + "flow": 9.183, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 61, + "flow": 9.216, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 61, + "flow": 9.249, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 61, + "flow": 9.282, + "temperature": 13.3, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 61, + "flow": 9.282, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 62, + "flow": 9.315, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 61, + "flow": 9.282, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 61, + "flow": 9.282, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 61, + "flow": 9.249, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 61, + "flow": 9.249, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 61, + "flow": 9.249, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 61, + "flow": 9.249, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 61, + "flow": 9.249, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 61, + "flow": 9.249, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 61, + "flow": 9.249, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 61, + "flow": 9.249, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 61, + "flow": 9.249, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 61, + "flow": 9.216, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 61, + "flow": 9.183, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 61, + "flow": 9.183, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 61, + "flow": 9.249, + "temperature": 14.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 62, + "flow": 9.315, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 62, + "flow": 9.381, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 65, + "flow": 10.5, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 68, + "flow": 11.38, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 68, + "flow": 11.62, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 68, + "flow": 11.53, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 68, + "flow": 11.34, + "temperature": 14, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 67, + "flow": 11.07, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 66, + "flow": 10.89, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 66, + "flow": 10.77, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 66, + "flow": 10.68, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 65, + "flow": 10.62, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 65, + "flow": 10.53, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 65, + "flow": 10.5, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 65, + "flow": 10.46, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 65, + "flow": 10.38, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 65, + "flow": 10.34, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 65, + "flow": 10.3, + "temperature": 13.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 64, + "flow": 10.26, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 64, + "flow": 10.22, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 64, + "flow": 10.18, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 64, + "flow": 10.18, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 64, + "flow": 10.1, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 64, + "flow": 10.07, + "temperature": 13.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 64, + "flow": 10.07, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 64, + "flow": 10.04, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 64, + "flow": 10.01, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 64, + "flow": 10.01, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 64, + "flow": 10.01, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 64, + "flow": 9.984, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 63, + "flow": 9.926, + "temperature": 13.4, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 63, + "flow": 9.926, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 62, + "flow": 9.381, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 60, + "flow": 8.766, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 58, + "flow": 8.318, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 58, + "flow": 8.03, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 57, + "flow": 7.902, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 57, + "flow": 7.87, + "temperature": 13.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 57, + "flow": 7.87, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 57, + "flow": 7.902, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 57, + "flow": 7.966, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 58, + "flow": 8.03, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 58, + "flow": 8.062, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 58, + "flow": 8.126, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 58, + "flow": 8.222, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 59, + "flow": 8.382, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 59, + "flow": 8.606, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 60, + "flow": 8.83, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 61, + "flow": 9.054, + "temperature": 13.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 61, + "flow": 9.216, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 62, + "flow": 9.348, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 62, + "flow": 9.381, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 62, + "flow": 9.414, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 62, + "flow": 9.447, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 62, + "flow": 9.447, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 62, + "flow": 9.381, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 62, + "flow": 9.381, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 62, + "flow": 9.381, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 62, + "flow": 9.348, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 62, + "flow": 9.348, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 62, + "flow": 9.348, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 62, + "flow": 9.315, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 61, + "flow": 9.282, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 61, + "flow": 9.249, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 61, + "flow": 9.183, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 61, + "flow": 9.15, + "temperature": 13.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 61, + "flow": 9.118, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 61, + "flow": 9.118, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 61, + "flow": 9.15, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 61, + "flow": 9.183, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 61, + "flow": 9.15, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 61, + "flow": 9.086, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 61, + "flow": 9.022, + "temperature": 14.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 60, + "flow": 8.926, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 60, + "flow": 8.862, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 60, + "flow": 8.83, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 60, + "flow": 8.83, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 60, + "flow": 8.862, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 60, + "flow": 8.83, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 60, + "flow": 8.862, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 60, + "flow": 8.83, + "temperature": 15.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 60, + "flow": 8.798, + "inflow": 0, + "volume": 0, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 60, + "flow": 8.766, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 60, + "flow": 8.702, + "temperature": 16.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 60, + "flow": 8.67, + "inflow": 0, + "volume": 0, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 60, + "flow": 8.67, + "inflow": 0, + "volume": 0, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 59, + "flow": 8.606, + "inflow": 0, + "volume": 0, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 59, + "flow": 8.606, + "inflow": 0, + "volume": 0, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 59, + "flow": 8.606, + "inflow": 0, + "volume": 0, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 59, + "flow": 8.574, + "inflow": 0, + "volume": 0, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 59, + "flow": 8.574, + "inflow": 0, + "volume": 0, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 59, + "flow": 8.542, + "inflow": 0, + "volume": 0, + "temperature": 17.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 59, + "flow": 8.51, + "inflow": 0, + "volume": 0, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 59, + "flow": 8.51, + "inflow": 0, + "volume": 0, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 59, + "flow": 8.478, + "inflow": 0, + "volume": 0, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 59, + "flow": 8.446, + "inflow": 0, + "volume": 0, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 59, + "flow": 8.414, + "inflow": 0, + "volume": 0, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 59, + "flow": 8.446, + "temperature": 17.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 59, + "flow": 8.382, + "inflow": 0, + "volume": 0, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 59, + "flow": 8.414, + "inflow": 0, + "volume": 0, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 59, + "flow": 8.414, + "temperature": 18, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 59, + "flow": 8.382, + "temperature": 18, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 59, + "flow": 8.446, + "temperature": 18, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 59, + "flow": 8.446, + "temperature": 18, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 59, + "flow": 8.382, + "temperature": 18, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 59, + "flow": 8.382, + "inflow": 0, + "volume": 0, + "temperature": 19.9, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/SAPI.json b/public/data/SAPI.json index 6a4ca5a..53ee07b 100644 --- a/public/data/SAPI.json +++ b/public/data/SAPI.json @@ -10267,5 +10267,4748 @@ "volume": 1.06, "temperature": 13.1, "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 575.7, + "flow": 0.02, + "temperature": 12.9, + "precipitation": 0, + "inflow": 0, + "volume": 1.06 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 575.7, + "flow": 0.02, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0, + "volume": 1.06 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 575.7, + "flow": 0.02, + "temperature": 11.1, + "precipitation": 0, + "inflow": 0, + "volume": 1.06 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 575.7, + "flow": 0.02, + "temperature": 12.3, + "precipitation": 0, + "inflow": 0, + "volume": 1.06 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 575.7, + "flow": 0.02, + "temperature": 12.6, + "precipitation": 0, + "inflow": 0, + "volume": 1.06 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 13.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 13.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 13.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 13.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 13.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 13.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 13, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.9, + "precipitation": 0.9 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.9, + "precipitation": 0.9 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.7, + "precipitation": 2.2 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.4, + "precipitation": 3.2 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.4, + "precipitation": 3.2 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12, + "precipitation": 2.9 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.7, + "precipitation": 2 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.3, + "precipitation": 0.8 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 12.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 10.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 575.7, + "flow": 0.02, + "temperature": 10.9, + "precipitation": 0.2, + "inflow": 0, + "volume": 1.06 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 10.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 10.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 575.7, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.06, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 575.71, + "flow": 0.02, + "temperature": 10.8, + "precipitation": 0, + "inflow": 0, + "volume": 1.06 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 575.71, + "flow": 0.02, + "temperature": 10.9, + "precipitation": 0, + "inflow": 0, + "volume": 1.07 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.4, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.4, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 8.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 8.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 8.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 8.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 8.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.2, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "temperature": 9, + "precipitation": 0, + "inflow": 0, + "volume": 1.07 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "temperature": 10.1, + "precipitation": 0, + "inflow": 0, + "volume": 1.07 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "temperature": 13.9, + "precipitation": 0, + "inflow": 0, + "volume": 1.07 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0, + "volume": 1.07 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "temperature": 8.3, + "precipitation": 0, + "inflow": 0, + "volume": 1.07 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "temperature": 8.1, + "precipitation": 0, + "inflow": 0, + "volume": 1.07 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 6.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "temperature": 5.8, + "precipitation": 0, + "inflow": 0, + "volume": 1.07 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 6.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 6.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "temperature": 13, + "precipitation": 0, + "inflow": 0, + "volume": 1.07 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "temperature": 13, + "precipitation": 0, + "inflow": 0, + "volume": 1.07 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0, + "volume": 1.07 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "temperature": 14.5, + "precipitation": 0, + "inflow": 0, + "volume": 1.07 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "temperature": 12.8, + "precipitation": 0.1, + "inflow": 0, + "volume": 1.07 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 1.07 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 575.71, + "flow": 0.02, + "temperature": 11.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 1.07 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 575.71, + "flow": 0.02, + "temperature": 11.8, + "precipitation": 0, + "inflow": 0, + "volume": 1.07 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 575.71, + "flow": 0.02, + "temperature": 11.7, + "precipitation": 0, + "inflow": 0, + "volume": 1.07 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 575.71, + "flow": 0.02, + "temperature": 12, + "precipitation": 0.1, + "inflow": 0, + "volume": 1.07 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 575.71, + "flow": 0.02, + "temperature": 12.1, + "precipitation": 0.3, + "inflow": 0, + "volume": 1.07 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.2, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.3, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.3, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0, + "volume": 1.07 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 575.71, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "temperature": 16.4, + "precipitation": 0, + "inflow": 0, + "volume": 1.07 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "temperature": 16.6, + "precipitation": 0, + "inflow": 0, + "volume": 1.07 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 575.72, + "flow": 0.02, + "temperature": 16.6, + "precipitation": 0, + "inflow": 0, + "volume": 1.07 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 575.72, + "flow": 0.02, + "temperature": 16.6, + "precipitation": 0, + "inflow": 0, + "volume": 1.07 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 575.72, + "flow": 0.02, + "temperature": 16.6, + "precipitation": 0, + "inflow": 0, + "volume": 1.07 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 575.72, + "flow": 0.02, + "temperature": 16.6, + "precipitation": 0, + "inflow": 0, + "volume": 1.07 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 575.72, + "flow": 0.02, + "inflow": 0, + "volume": 1.07, + "temperature": 16.1, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/SASV.json b/public/data/SASV.json index 214a083..b31571e 100644 --- a/public/data/SASV.json +++ b/public/data/SASV.json @@ -3697,5 +3697,4739 @@ "volume": 0, "temperature": 14.6, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:20:00.000Z", + "level": 24, + "flow": 1.41, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:30:00.000Z", + "level": 24, + "flow": 1.41, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 24, + "flow": 1.41, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 24, + "flow": 1.42, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 24, + "flow": 1.42, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 25, + "flow": 1.43, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 25, + "flow": 1.44, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 25, + "flow": 1.45, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 25, + "flow": 1.46, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 25, + "flow": 1.47, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 25, + "flow": 1.48, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 25, + "flow": 1.491, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 25, + "flow": 1.513, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 25, + "flow": 1.524, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 26, + "flow": 1.535, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 26, + "flow": 1.546, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 26, + "flow": 1.557, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 26, + "flow": 1.568, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 26, + "flow": 1.568, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 26, + "flow": 1.579, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 26, + "flow": 1.579, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 26, + "flow": 1.579, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 26, + "flow": 1.579, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 26, + "flow": 1.59, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 26, + "flow": 1.579, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 26, + "flow": 1.579, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 26, + "flow": 1.579, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 26, + "flow": 1.568, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 26, + "flow": 1.568, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 26, + "flow": 1.568, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 26, + "flow": 1.557, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 26, + "flow": 1.557, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 26, + "flow": 1.557, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 26, + "flow": 1.557, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 26, + "flow": 1.546, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 26, + "flow": 1.546, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 26, + "flow": 1.546, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 26, + "flow": 1.535, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 26, + "flow": 1.546, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 26, + "flow": 1.568, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 26, + "flow": 1.602, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 27, + "flow": 1.662, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 27, + "flow": 1.746, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 28, + "flow": 1.842, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 29, + "flow": 1.926, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 29, + "flow": 1.978, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 29, + "flow": 2.006, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 29, + "flow": 2.006, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 29, + "flow": 2.006, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 29, + "flow": 1.978, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 29, + "flow": 1.95, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 29, + "flow": 1.926, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 29, + "flow": 1.902, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 28, + "flow": 1.878, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 28, + "flow": 1.866, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 28, + "flow": 1.854, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 28, + "flow": 1.842, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 28, + "flow": 1.83, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 28, + "flow": 1.83, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 28, + "flow": 1.818, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 28, + "flow": 1.818, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 28, + "flow": 1.818, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 28, + "flow": 1.818, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 28, + "flow": 1.818, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 28, + "flow": 1.83, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 28, + "flow": 1.83, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 28, + "flow": 1.83, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 28, + "flow": 1.842, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 28, + "flow": 1.842, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 28, + "flow": 1.842, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 28, + "flow": 1.854, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 29, + "flow": 1.89, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 29, + "flow": 1.95, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 30, + "flow": 2.048, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 31, + "flow": 2.168, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 32, + "flow": 2.29, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 32, + "flow": 2.375, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 33, + "flow": 2.45, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 33, + "flow": 2.465, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 33, + "flow": 2.45, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 33, + "flow": 2.45, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 33, + "flow": 2.48, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 33, + "flow": 2.51, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 33, + "flow": 2.526, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 33, + "flow": 2.574, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 34, + "flow": 2.622, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 34, + "flow": 2.73, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 35, + "flow": 2.805, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 35, + "flow": 2.82, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 36, + "flow": 2.922, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 36, + "flow": 2.922, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 35, + "flow": 2.888, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 35, + "flow": 2.854, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 35, + "flow": 2.837, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 35, + "flow": 2.854, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 35, + "flow": 2.888, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 36, + "flow": 2.973, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 37, + "flow": 3.126, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 37, + "flow": 3.228, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 38, + "flow": 3.33, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 38, + "flow": 3.384, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 38, + "flow": 3.348, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 38, + "flow": 3.279, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 37, + "flow": 3.211, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 37, + "flow": 3.143, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 37, + "flow": 3.075, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 36, + "flow": 3.007, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 36, + "flow": 2.956, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 36, + "flow": 2.905, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 35, + "flow": 2.854, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 35, + "flow": 2.82, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 35, + "flow": 2.79, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 35, + "flow": 2.775, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 35, + "flow": 2.76, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 35, + "flow": 2.745, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 34, + "flow": 2.73, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 34, + "flow": 2.715, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 34, + "flow": 2.7, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 34, + "flow": 2.685, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 34, + "flow": 2.67, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 34, + "flow": 2.622, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 33, + "flow": 2.574, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 33, + "flow": 2.51, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 32, + "flow": 2.29, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 31, + "flow": 2.207, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 31, + "flow": 2.181, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 31, + "flow": 2.181, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 31, + "flow": 2.22, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 32, + "flow": 2.29, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 32, + "flow": 2.405, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 33, + "flow": 2.542, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 34, + "flow": 2.654, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 34, + "flow": 2.73, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 35, + "flow": 2.79, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 35, + "flow": 2.837, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 35, + "flow": 2.871, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 35, + "flow": 2.888, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 35, + "flow": 2.837, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 35, + "flow": 2.745, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 34, + "flow": 2.654, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 33, + "flow": 2.558, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 33, + "flow": 2.465, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 32, + "flow": 2.375, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 32, + "flow": 2.318, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 32, + "flow": 2.29, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 32, + "flow": 2.29, + "temperature": 11.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 32, + "flow": 2.332, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 32, + "flow": 2.375, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 33, + "flow": 2.435, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 33, + "flow": 2.465, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 33, + "flow": 2.48, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 33, + "flow": 2.45, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 32, + "flow": 2.42, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 32, + "flow": 2.405, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 32, + "flow": 2.39, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 32, + "flow": 2.405, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 33, + "flow": 2.45, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 33, + "flow": 2.51, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 34, + "flow": 2.59, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 34, + "flow": 2.638, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 34, + "flow": 2.685, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 34, + "flow": 2.715, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 34, + "flow": 2.73, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 35, + "flow": 2.745, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 35, + "flow": 2.76, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 35, + "flow": 2.76, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 35, + "flow": 2.775, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 35, + "flow": 2.805, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 35, + "flow": 2.82, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 35, + "flow": 2.837, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 35, + "flow": 2.871, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 36, + "flow": 2.905, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 36, + "flow": 2.939, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 36, + "flow": 2.99, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 36, + "flow": 2.99, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 36, + "flow": 3.007, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 36, + "flow": 3.007, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 36, + "flow": 3.007, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 36, + "flow": 3.007, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 36, + "flow": 3.024, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 36, + "flow": 3.024, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 36, + "flow": 3.058, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 37, + "flow": 3.075, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 37, + "flow": 3.109, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 37, + "flow": 3.16, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0.9 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 38, + "flow": 3.245, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 38, + "flow": 3.348, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 39, + "flow": 3.51, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 40, + "flow": 3.681, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 41, + "flow": 3.814, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 41, + "flow": 3.947, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 42, + "flow": 4.042, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 42, + "flow": 4.12, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 42, + "flow": 4.16, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 43, + "flow": 4.2, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 43, + "flow": 4.2, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 43, + "flow": 4.18, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 43, + "flow": 4.18, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 43, + "flow": 4.18, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 42, + "flow": 4.14, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 42, + "flow": 4.1, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 42, + "flow": 4.08, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 42, + "flow": 4.061, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 42, + "flow": 4.004, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 42, + "flow": 4.004, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 42, + "flow": 4.004, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 42, + "flow": 4.061, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 42, + "flow": 4.12, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 43, + "flow": 4.18, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 43, + "flow": 4.22, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 43, + "flow": 4.3, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 44, + "flow": 4.4, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 44, + "flow": 4.501, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 44, + "flow": 4.564, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 45, + "flow": 4.627, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 45, + "flow": 4.648, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 45, + "flow": 4.73, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 47, + "flow": 5.166, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 49, + "flow": 5.518, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 48, + "flow": 5.364, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 47, + "flow": 5.144, + "temperature": 11.4, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 46, + "flow": 4.974, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 46, + "flow": 4.87, + "temperature": 11.4, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 46, + "flow": 4.83, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 46, + "flow": 4.81, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 46, + "flow": 4.81, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 46, + "flow": 4.81, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 46, + "flow": 4.79, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 45, + "flow": 4.75, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 45, + "flow": 4.648, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 44, + "flow": 4.543, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 44, + "flow": 4.4, + "temperature": 11.4, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 43, + "flow": 4.18, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 40, + "flow": 3.662, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 39, + "flow": 3.548, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 40, + "flow": 3.624, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 43, + "flow": 4.22, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 47, + "flow": 5.037, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 47, + "flow": 5.188, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 47, + "flow": 5.144, + "temperature": 11.4, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 47, + "flow": 5.122, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 47, + "flow": 5.1, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 47, + "flow": 5.1, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 47, + "flow": 5.1, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 47, + "flow": 5.079, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 47, + "flow": 5.037, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 47, + "flow": 5.016, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 47, + "flow": 5.037, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 47, + "flow": 5.037, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 47, + "flow": 5.037, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 47, + "flow": 5.016, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 47, + "flow": 5.016, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 47, + "flow": 5.016, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 47, + "flow": 5.037, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 47, + "flow": 5.058, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 47, + "flow": 5.079, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 47, + "flow": 5.144, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 48, + "flow": 5.21, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 48, + "flow": 5.408, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 49, + "flow": 5.518, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 49, + "flow": 5.54, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 49, + "flow": 5.518, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 49, + "flow": 5.474, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 48, + "flow": 5.408, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 48, + "flow": 5.386, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 48, + "flow": 5.364, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 48, + "flow": 5.386, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 48, + "flow": 5.386, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 48, + "flow": 5.386, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 48, + "flow": 5.408, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 49, + "flow": 5.43, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 49, + "flow": 5.496, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 49, + "flow": 5.584, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 49, + "flow": 5.628, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 49, + "flow": 5.628, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 49, + "flow": 5.584, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 49, + "flow": 5.562, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 49, + "flow": 5.562, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 49, + "flow": 5.562, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 49, + "flow": 5.584, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 49, + "flow": 5.628, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 50, + "flow": 5.672, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 50, + "flow": 5.672, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 50, + "flow": 5.65, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 49, + "flow": 5.584, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 49, + "flow": 5.54, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 49, + "flow": 5.496, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 49, + "flow": 5.496, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 49, + "flow": 5.474, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 49, + "flow": 5.474, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 49, + "flow": 5.43, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 48, + "flow": 5.408, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 48, + "flow": 5.408, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 48, + "flow": 5.408, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 48, + "flow": 5.386, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 48, + "flow": 5.364, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 48, + "flow": 5.342, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 48, + "flow": 5.342, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 48, + "flow": 5.32, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 48, + "flow": 5.298, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 48, + "flow": 5.276, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 48, + "flow": 5.254, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 48, + "flow": 5.232, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 48, + "flow": 5.21, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 47, + "flow": 5.166, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 47, + "flow": 5.122, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 47, + "flow": 5.1, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 47, + "flow": 5.079, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 47, + "flow": 5.037, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 47, + "flow": 5.016, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 47, + "flow": 4.995, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 47, + "flow": 4.995, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 46, + "flow": 4.953, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 46, + "flow": 4.911, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 46, + "flow": 4.89, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 46, + "flow": 4.85, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 46, + "flow": 4.79, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 45, + "flow": 4.73, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 45, + "flow": 4.648, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 45, + "flow": 4.585, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 44, + "flow": 4.522, + "inflow": 0, + "volume": 0, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 44, + "flow": 4.44, + "inflow": 0, + "volume": 0, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 44, + "flow": 4.38, + "inflow": 0, + "volume": 0, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 43, + "flow": 4.32, + "inflow": 0, + "volume": 0, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 43, + "flow": 4.28, + "inflow": 0, + "volume": 0, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 43, + "flow": 4.24, + "inflow": 0, + "volume": 0, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 42, + "flow": 4.042, + "inflow": 0, + "volume": 0, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 41, + "flow": 3.947, + "inflow": 0, + "volume": 0, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 42, + "flow": 4.004, + "inflow": 0, + "volume": 0, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 42, + "flow": 4.061, + "inflow": 0, + "volume": 0, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 42, + "flow": 4.14, + "inflow": 0, + "volume": 0, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 43, + "flow": 4.22, + "inflow": 0, + "volume": 0, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 43, + "flow": 4.32, + "inflow": 0, + "volume": 0, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 44, + "flow": 4.4, + "inflow": 0, + "volume": 0, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 44, + "flow": 4.46, + "inflow": 0, + "volume": 0, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 44, + "flow": 4.543, + "inflow": 0, + "volume": 0, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 45, + "flow": 4.606, + "inflow": 0, + "volume": 0, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 45, + "flow": 4.627, + "inflow": 0, + "volume": 0, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 45, + "flow": 4.648, + "inflow": 0, + "volume": 0, + "temperature": 6.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 45, + "flow": 4.669, + "inflow": 0, + "volume": 0, + "temperature": 6.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 45, + "flow": 4.648, + "inflow": 0, + "volume": 0, + "temperature": 6.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 45, + "flow": 4.627, + "inflow": 0, + "volume": 0, + "temperature": 6.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 45, + "flow": 4.606, + "inflow": 0, + "volume": 0, + "temperature": 6.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 44, + "flow": 4.564, + "inflow": 0, + "volume": 0, + "temperature": 6.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 44, + "flow": 4.522, + "inflow": 0, + "volume": 0, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 44, + "flow": 4.46, + "inflow": 0, + "volume": 0, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 44, + "flow": 4.4, + "inflow": 0, + "volume": 0, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 43, + "flow": 4.32, + "inflow": 0, + "volume": 0, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 43, + "flow": 4.24, + "inflow": 0, + "volume": 0, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 42, + "flow": 4.16, + "inflow": 0, + "volume": 0, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 42, + "flow": 4.1, + "inflow": 0, + "volume": 0, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 42, + "flow": 4.004, + "inflow": 0, + "volume": 0, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 41, + "flow": 3.909, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 41, + "flow": 3.833, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 40, + "flow": 3.757, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 40, + "flow": 3.681, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 39, + "flow": 3.586, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 38, + "flow": 3.402, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 38, + "flow": 3.33, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 38, + "flow": 3.348, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 38, + "flow": 3.384, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 39, + "flow": 3.42, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 39, + "flow": 3.492, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 39, + "flow": 3.567, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 40, + "flow": 3.643, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 40, + "flow": 3.719, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 40, + "flow": 3.776, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 41, + "flow": 3.852, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 41, + "flow": 3.89, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 41, + "flow": 3.909, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 41, + "flow": 3.947, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 41, + "flow": 3.966, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 42, + "flow": 3.985, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 42, + "flow": 3.985, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 42, + "flow": 4.004, + "temperature": 14.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 42, + "flow": 3.985, + "temperature": 14.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 41, + "flow": 3.947, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 41, + "flow": 3.947, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 41, + "flow": 3.928, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 41, + "flow": 3.909, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 41, + "flow": 3.871, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 41, + "flow": 3.852, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 41, + "flow": 3.852, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 41, + "flow": 3.852, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 41, + "flow": 3.833, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 41, + "flow": 3.814, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 41, + "flow": 3.814, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 40, + "flow": 3.776, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 40, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 40, + "flow": 3.624, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 40, + "flow": 3.605, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 39, + "flow": 3.586, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 39, + "flow": 3.586, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 39, + "flow": 3.567, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 39, + "flow": 3.548, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 39, + "flow": 3.529, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 39, + "flow": 3.51, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 39, + "flow": 3.438, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 39, + "flow": 3.42, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 38, + "flow": 3.402, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 38, + "flow": 3.384, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 38, + "flow": 3.366, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 38, + "flow": 3.348, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 38, + "flow": 3.348, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 38, + "flow": 3.348, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 38, + "flow": 3.366, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 38, + "flow": 3.384, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 38, + "flow": 3.402, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 39, + "flow": 3.438, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 39, + "flow": 3.492, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 39, + "flow": 3.529, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 39, + "flow": 3.586, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 40, + "flow": 3.643, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 40, + "flow": 3.662, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 40, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 40, + "flow": 3.7, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 40, + "flow": 3.776, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 41, + "flow": 3.795, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 40, + "flow": 3.738, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 40, + "flow": 3.662, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 40, + "flow": 3.605, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 39, + "flow": 3.567, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 39, + "flow": 3.51, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 39, + "flow": 3.474, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 39, + "flow": 3.438, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 39, + "flow": 3.42, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 38, + "flow": 3.366, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 38, + "flow": 3.33, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 38, + "flow": 3.313, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 38, + "flow": 3.313, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 38, + "flow": 3.296, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 38, + "flow": 3.279, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 38, + "flow": 3.245, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 37, + "flow": 3.228, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 37, + "flow": 3.211, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 37, + "flow": 3.194, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 37, + "flow": 3.194, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 37, + "flow": 3.177, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 37, + "flow": 3.177, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 37, + "flow": 3.177, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 37, + "flow": 3.177, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 37, + "flow": 3.177, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 37, + "flow": 3.177, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 37, + "flow": 3.177, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 37, + "flow": 3.109, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 35, + "flow": 2.854, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 35, + "flow": 2.837, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 36, + "flow": 2.922, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 36, + "flow": 2.99, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 36, + "flow": 3.041, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 37, + "flow": 3.075, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 37, + "flow": 3.109, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 37, + "flow": 3.126, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 37, + "flow": 3.143, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 37, + "flow": 3.143, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 37, + "flow": 3.143, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 37, + "flow": 3.16, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 37, + "flow": 3.16, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 37, + "flow": 3.16, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 37, + "flow": 3.177, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 37, + "flow": 3.177, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 37, + "flow": 3.177, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 37, + "flow": 3.177, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 37, + "flow": 3.16, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 37, + "flow": 3.16, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 37, + "flow": 3.143, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 37, + "flow": 3.126, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 37, + "flow": 3.092, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 37, + "flow": 3.075, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 36, + "flow": 3.041, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 36, + "flow": 3.041, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 36, + "flow": 3.024, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 36, + "flow": 3.024, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 36, + "flow": 3.007, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 36, + "flow": 2.99, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 36, + "flow": 2.99, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 36, + "flow": 2.973, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 36, + "flow": 2.956, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 36, + "flow": 2.956, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 36, + "flow": 2.956, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 36, + "flow": 2.939, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 36, + "flow": 2.939, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 36, + "flow": 2.939, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 36, + "flow": 2.939, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 36, + "flow": 2.956, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 36, + "flow": 2.956, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 36, + "flow": 2.956, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 36, + "flow": 2.973, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 36, + "flow": 2.973, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 36, + "flow": 2.973, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 36, + "flow": 2.973, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 36, + "flow": 2.973, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 36, + "flow": 2.973, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 36, + "flow": 2.973, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 36, + "flow": 2.973, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 36, + "flow": 2.99, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 36, + "flow": 2.99, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 36, + "flow": 2.99, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 36, + "flow": 2.99, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 36, + "flow": 3.007, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 36, + "flow": 3.007, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 36, + "flow": 3.007, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 36, + "flow": 3.024, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 36, + "flow": 3.041, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 36, + "flow": 3.058, + "inflow": 0, + "volume": 0, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 37, + "flow": 3.092, + "inflow": 0, + "volume": 0, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 37, + "flow": 3.16, + "inflow": 0, + "volume": 0, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 37, + "flow": 3.211, + "inflow": 0, + "volume": 0, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 38, + "flow": 3.279, + "inflow": 0, + "volume": 0, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 38, + "flow": 3.313, + "inflow": 0, + "volume": 0, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 38, + "flow": 3.366, + "inflow": 0, + "volume": 0, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 38, + "flow": 3.366, + "inflow": 0, + "volume": 0, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 38, + "flow": 3.33, + "inflow": 0, + "volume": 0, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 38, + "flow": 3.313, + "inflow": 0, + "volume": 0, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 38, + "flow": 3.296, + "inflow": 0, + "volume": 0, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 38, + "flow": 3.262, + "inflow": 0, + "volume": 0, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 38, + "flow": 3.245, + "inflow": 0, + "volume": 0, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 37, + "flow": 3.228, + "inflow": 0, + "volume": 0, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 37, + "flow": 3.211, + "inflow": 0, + "volume": 0, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 37, + "flow": 3.177, + "inflow": 0, + "volume": 0, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 37, + "flow": 3.177, + "inflow": 0, + "volume": 0, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 36, + "flow": 3.041, + "temperature": 17.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 36, + "flow": 3.007, + "temperature": 17.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 36, + "flow": 2.973, + "temperature": 17.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 36, + "flow": 2.939, + "temperature": 17.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 36, + "flow": 2.922, + "inflow": 0, + "volume": 0, + "temperature": 18.9, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/SAZR.json b/public/data/SAZR.json index ed09d0d..df5dd5c 100644 --- a/public/data/SAZR.json +++ b/public/data/SAZR.json @@ -3697,5 +3697,4730 @@ "volume": 0, "temperature": 15.1, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:20:00.000Z", + "level": 66, + "flow": 1.396, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:30:00.000Z", + "level": 66, + "flow": 1.396, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 67, + "flow": 1.4, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 67, + "flow": 1.404, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 67, + "flow": 1.408, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 67, + "flow": 1.416, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 67, + "flow": 1.428, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 67, + "flow": 1.436, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 68, + "flow": 1.448, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 68, + "flow": 1.456, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 68, + "flow": 1.47, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 68, + "flow": 1.48, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 69, + "flow": 1.49, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 69, + "flow": 1.5, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 69, + "flow": 1.505, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 69, + "flow": 1.51, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 69, + "flow": 1.51, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 69, + "flow": 1.51, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 69, + "flow": 1.51, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 69, + "flow": 1.51, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 69, + "flow": 1.505, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 69, + "flow": 1.5, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 69, + "flow": 1.495, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 69, + "flow": 1.49, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 68, + "flow": 1.48, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 68, + "flow": 1.475, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 68, + "flow": 1.465, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 68, + "flow": 1.46, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 68, + "flow": 1.456, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 68, + "flow": 1.448, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 68, + "flow": 1.444, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 67, + "flow": 1.436, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 67, + "flow": 1.432, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 67, + "flow": 1.428, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 67, + "flow": 1.424, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 67, + "flow": 1.42, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 67, + "flow": 1.416, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 67, + "flow": 1.412, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 67, + "flow": 1.408, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 67, + "flow": 1.408, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 67, + "flow": 1.404, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 67, + "flow": 1.404, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 67, + "flow": 1.4, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 67, + "flow": 1.4, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 67, + "flow": 1.4, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 66, + "flow": 1.396, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 66, + "flow": 1.396, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 66, + "flow": 1.396, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 66, + "flow": 1.396, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 66, + "flow": 1.396, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 66, + "flow": 1.396, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 66, + "flow": 1.392, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 66, + "flow": 1.392, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 66, + "flow": 1.392, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 66, + "flow": 1.392, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 66, + "flow": 1.392, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 66, + "flow": 1.392, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 66, + "flow": 1.392, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 66, + "flow": 1.392, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 66, + "flow": 1.392, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 66, + "flow": 1.392, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 66, + "flow": 1.392, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 66, + "flow": 1.392, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 66, + "flow": 1.392, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 66, + "flow": 1.392, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 66, + "flow": 1.392, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 66, + "flow": 1.392, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 66, + "flow": 1.392, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 66, + "flow": 1.392, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 66, + "flow": 1.392, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 66, + "flow": 1.392, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 66, + "flow": 1.396, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 66, + "flow": 1.396, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 66, + "flow": 1.396, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 66, + "flow": 1.396, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 67, + "flow": 1.4, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 67, + "flow": 1.4, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 67, + "flow": 1.4, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 67, + "flow": 1.4, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 67, + "flow": 1.404, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 67, + "flow": 1.404, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 67, + "flow": 1.404, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 67, + "flow": 1.4, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 66, + "flow": 1.388, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 66, + "flow": 1.388, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 66, + "flow": 1.392, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 66, + "flow": 1.392, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 66, + "flow": 1.392, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 66, + "flow": 1.392, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 66, + "flow": 1.396, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 66, + "flow": 1.396, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 66, + "flow": 1.396, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 66, + "flow": 1.396, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 66, + "flow": 1.396, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 66, + "flow": 1.396, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 67, + "flow": 1.4, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 67, + "flow": 1.4, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 67, + "flow": 1.4, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 67, + "flow": 1.4, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 67, + "flow": 1.4, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 67, + "flow": 1.4, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 67, + "flow": 1.4, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 67, + "flow": 1.404, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 67, + "flow": 1.404, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 67, + "flow": 1.408, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 67, + "flow": 1.408, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 67, + "flow": 1.412, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 67, + "flow": 1.412, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 67, + "flow": 1.416, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 67, + "flow": 1.42, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 67, + "flow": 1.42, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 67, + "flow": 1.424, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 67, + "flow": 1.428, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 67, + "flow": 1.428, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 67, + "flow": 1.428, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 67, + "flow": 1.432, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 67, + "flow": 1.432, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 67, + "flow": 1.436, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 67, + "flow": 1.436, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 68, + "flow": 1.44, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 68, + "flow": 1.44, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 68, + "flow": 1.444, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 68, + "flow": 1.448, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 68, + "flow": 1.452, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 68, + "flow": 1.456, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 68, + "flow": 1.46, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 68, + "flow": 1.47, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 68, + "flow": 1.475, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 69, + "flow": 1.485, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 69, + "flow": 1.49, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 69, + "flow": 1.5, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 69, + "flow": 1.505, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 69, + "flow": 1.514, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 69, + "flow": 1.522, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 69, + "flow": 1.526, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 70, + "flow": 1.53, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 70, + "flow": 1.534, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 70, + "flow": 1.538, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 70, + "flow": 1.542, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 70, + "flow": 1.546, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 70, + "flow": 1.55, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 70, + "flow": 1.555, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 70, + "flow": 1.565, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 71, + "flow": 1.58, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 71, + "flow": 1.59, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 71, + "flow": 1.612, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 72, + "flow": 1.63, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 72, + "flow": 1.654, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 72, + "flow": 1.688, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 73, + "flow": 1.716, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 73, + "flow": 1.751, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 74, + "flow": 1.779, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 74, + "flow": 1.809, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 74, + "flow": 1.836, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 75, + "flow": 1.863, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 75, + "flow": 1.89, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 75, + "flow": 1.917, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 76, + "flow": 1.935, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 76, + "flow": 1.953, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 76, + "flow": 1.98, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 76, + "flow": 1.99, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 76, + "flow": 2.02, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 77, + "flow": 2.03, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 77, + "flow": 2.05, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 77, + "flow": 2.07, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 77, + "flow": 2.091, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 77, + "flow": 2.102, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 77, + "flow": 2.124, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 78, + "flow": 2.135, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 78, + "flow": 2.146, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 78, + "flow": 2.157, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 78, + "flow": 2.168, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 78, + "flow": 2.179, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 78, + "flow": 2.19, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 78, + "flow": 2.19, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 78, + "flow": 2.203, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 78, + "flow": 2.203, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 78, + "flow": 2.216, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 78, + "flow": 2.216, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 78, + "flow": 2.203, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 78, + "flow": 2.203, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 78, + "flow": 2.203, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 78, + "flow": 2.19, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 78, + "flow": 2.19, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 78, + "flow": 2.19, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 78, + "flow": 2.179, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 78, + "flow": 2.179, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 78, + "flow": 2.168, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 78, + "flow": 2.157, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 78, + "flow": 2.157, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 78, + "flow": 2.146, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 78, + "flow": 2.135, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 78, + "flow": 2.135, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 77, + "flow": 2.124, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 77, + "flow": 2.113, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 77, + "flow": 2.102, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 77, + "flow": 2.08, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 77, + "flow": 2.07, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 77, + "flow": 2.06, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 77, + "flow": 2.05, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 77, + "flow": 2.04, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 77, + "flow": 2.03, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 77, + "flow": 2.03, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 76, + "flow": 2.02, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 76, + "flow": 2.02, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 76, + "flow": 2.02, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 76, + "flow": 2.02, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 76, + "flow": 2.02, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 76, + "flow": 2.02, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 76, + "flow": 2.02, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 76, + "flow": 2.02, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 77, + "flow": 2.03, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 77, + "flow": 2.03, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 77, + "flow": 2.04, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 77, + "flow": 2.04, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 77, + "flow": 2.05, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 77, + "flow": 2.05, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 77, + "flow": 2.05, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 77, + "flow": 2.05, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 77, + "flow": 2.06, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 77, + "flow": 2.06, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 77, + "flow": 2.06, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 77, + "flow": 2.05, + "temperature": 12, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 77, + "flow": 2.05, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 77, + "flow": 2.05, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 77, + "flow": 2.05, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 77, + "flow": 2.05, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 77, + "flow": 2.04, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 77, + "flow": 2.04, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 77, + "flow": 2.04, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 77, + "flow": 2.05, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 77, + "flow": 2.05, + "temperature": 12, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 77, + "flow": 2.06, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 77, + "flow": 2.07, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 77, + "flow": 2.091, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 77, + "flow": 2.113, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 78, + "flow": 2.157, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 78, + "flow": 2.179, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 78, + "flow": 2.203, + "temperature": 12, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 78, + "flow": 2.229, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 79, + "flow": 2.255, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 79, + "flow": 2.268, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 79, + "flow": 2.281, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 79, + "flow": 2.294, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 79, + "flow": 2.32, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 79, + "flow": 2.346, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 80, + "flow": 2.424, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 80, + "flow": 2.502, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 81, + "flow": 2.567, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 81, + "flow": 2.64, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 82, + "flow": 2.685, + "inflow": 0, + "volume": 0, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 82, + "flow": 2.715, + "inflow": 0, + "volume": 0, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 82, + "flow": 2.746, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 82, + "flow": 2.762, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 82, + "flow": 2.794, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 83, + "flow": 2.826, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 83, + "flow": 2.874, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 4.4 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 83, + "flow": 2.922, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 4.4 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 84, + "flow": 2.986, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 1.3 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 84, + "flow": 3.034, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 84, + "flow": 3.086, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 84, + "flow": 3.122, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 84, + "flow": 3.104, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 84, + "flow": 3.05, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 84, + "flow": 2.986, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 83, + "flow": 2.938, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 83, + "flow": 2.89, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 83, + "flow": 2.906, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 84, + "flow": 2.97, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 84, + "flow": 3.086, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 85, + "flow": 3.23, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 86, + "flow": 3.338, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 86, + "flow": 3.43, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 86, + "flow": 3.45, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 86, + "flow": 3.47, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 86, + "flow": 3.47, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 86, + "flow": 3.45, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 86, + "flow": 3.45, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 86, + "flow": 3.45, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 86, + "flow": 3.47, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 86, + "flow": 3.47, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 86, + "flow": 3.47, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 86, + "flow": 3.47, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 86, + "flow": 3.45, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 86, + "flow": 3.45, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 86, + "flow": 3.43, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 86, + "flow": 3.392, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 86, + "flow": 3.374, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 86, + "flow": 3.356, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 86, + "flow": 3.32, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 85, + "flow": 3.302, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 85, + "flow": 3.284, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 85, + "flow": 3.266, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 85, + "flow": 3.248, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 85, + "flow": 3.23, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 85, + "flow": 3.212, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 85, + "flow": 3.212, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 85, + "flow": 3.212, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 85, + "flow": 3.212, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 85, + "flow": 3.212, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 85, + "flow": 3.23, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 85, + "flow": 3.248, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 85, + "flow": 3.266, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 85, + "flow": 3.284, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 85, + "flow": 3.302, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 86, + "flow": 3.338, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 86, + "flow": 3.356, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 86, + "flow": 3.374, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 86, + "flow": 3.374, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 86, + "flow": 3.392, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 86, + "flow": 3.41, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 86, + "flow": 3.43, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 86, + "flow": 3.45, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 86, + "flow": 3.45, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 86, + "flow": 3.47, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 86, + "flow": 3.49, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 87, + "flow": 3.51, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 87, + "flow": 3.53, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 87, + "flow": 3.55, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 87, + "flow": 3.57, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 87, + "flow": 3.59, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 87, + "flow": 3.61, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 87, + "flow": 3.63, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 87, + "flow": 3.65, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 87, + "flow": 3.67, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 87, + "flow": 3.67, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 87, + "flow": 3.69, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 88, + "flow": 3.71, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 88, + "flow": 3.73, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 88, + "flow": 3.75, + "inflow": 0, + "volume": 0, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 88, + "flow": 3.77, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 88, + "flow": 3.79, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 88, + "flow": 3.831, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 88, + "flow": 3.852, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 88, + "flow": 3.873, + "inflow": 0, + "volume": 0, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 88, + "flow": 3.873, + "inflow": 0, + "volume": 0, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 88, + "flow": 3.894, + "inflow": 0, + "volume": 0, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 88, + "flow": 3.894, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 88, + "flow": 3.894, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 88, + "flow": 3.894, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 89, + "flow": 3.915, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 89, + "flow": 3.915, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 89, + "flow": 3.915, + "inflow": 0, + "volume": 0, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 88, + "flow": 3.894, + "inflow": 0, + "volume": 0, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 88, + "flow": 3.894, + "inflow": 0, + "volume": 0, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 88, + "flow": 3.873, + "inflow": 0, + "volume": 0, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 88, + "flow": 3.873, + "inflow": 0, + "volume": 0, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 88, + "flow": 3.852, + "inflow": 0, + "volume": 0, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 88, + "flow": 3.831, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 88, + "flow": 3.81, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 88, + "flow": 3.79, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 88, + "flow": 3.77, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 88, + "flow": 3.75, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 88, + "flow": 3.73, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 88, + "flow": 3.71, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 87, + "flow": 3.67, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 87, + "flow": 3.65, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 87, + "flow": 3.63, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 87, + "flow": 3.61, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 87, + "flow": 3.59, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 87, + "flow": 3.57, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 87, + "flow": 3.55, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 87, + "flow": 3.51, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 86, + "flow": 3.49, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 86, + "flow": 3.47, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 86, + "flow": 3.45, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 86, + "flow": 3.43, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 86, + "flow": 3.41, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 86, + "flow": 3.374, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 86, + "flow": 3.356, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 86, + "flow": 3.338, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 85, + "flow": 3.302, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 85, + "flow": 3.212, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 85, + "flow": 3.194, + "temperature": 14.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 85, + "flow": 3.158, + "temperature": 14.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 84, + "flow": 3.122, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 84, + "flow": 3.068, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 84, + "flow": 3.018, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 84, + "flow": 2.97, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 83, + "flow": 2.922, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 83, + "flow": 2.89, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 83, + "flow": 2.842, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 82, + "flow": 2.794, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 82, + "flow": 2.746, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 82, + "flow": 2.715, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 82, + "flow": 2.7, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 82, + "flow": 2.7, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 82, + "flow": 2.715, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 82, + "flow": 2.715, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 82, + "flow": 2.715, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 82, + "flow": 2.715, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 82, + "flow": 2.715, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 82, + "flow": 2.715, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 82, + "flow": 2.7, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 82, + "flow": 2.7, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 82, + "flow": 2.7, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 82, + "flow": 2.7, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 82, + "flow": 2.7, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 82, + "flow": 2.7, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 82, + "flow": 2.7, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 82, + "flow": 2.715, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 82, + "flow": 2.715, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 82, + "flow": 2.73, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 82, + "flow": 2.73, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 82, + "flow": 2.73, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 82, + "flow": 2.73, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 82, + "flow": 2.73, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 82, + "flow": 2.746, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 82, + "flow": 2.73, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 82, + "flow": 2.715, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 82, + "flow": 2.715, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 82, + "flow": 2.7, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 82, + "flow": 2.67, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 81, + "flow": 2.64, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 81, + "flow": 2.61, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 81, + "flow": 2.58, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 81, + "flow": 2.554, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 81, + "flow": 2.515, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 80, + "flow": 2.476, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 80, + "flow": 2.45, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 80, + "flow": 2.411, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 80, + "flow": 2.385, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 79, + "flow": 2.359, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 79, + "flow": 2.346, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 79, + "flow": 2.32, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 79, + "flow": 2.307, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 79, + "flow": 2.307, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 79, + "flow": 2.294, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 79, + "flow": 2.294, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 79, + "flow": 2.294, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 79, + "flow": 2.307, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 79, + "flow": 2.32, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 79, + "flow": 2.32, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 79, + "flow": 2.333, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 79, + "flow": 2.346, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 79, + "flow": 2.359, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 79, + "flow": 2.372, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 80, + "flow": 2.385, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 80, + "flow": 2.398, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 80, + "flow": 2.411, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 80, + "flow": 2.411, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 80, + "flow": 2.424, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 80, + "flow": 2.424, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 80, + "flow": 2.437, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 80, + "flow": 2.437, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 80, + "flow": 2.437, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 80, + "flow": 2.437, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 80, + "flow": 2.437, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 80, + "flow": 2.424, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 80, + "flow": 2.424, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 80, + "flow": 2.424, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 80, + "flow": 2.411, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 80, + "flow": 2.411, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 80, + "flow": 2.398, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 80, + "flow": 2.398, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 80, + "flow": 2.385, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 79, + "flow": 2.372, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 79, + "flow": 2.359, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 79, + "flow": 2.346, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 79, + "flow": 2.346, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 79, + "flow": 2.333, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 79, + "flow": 2.32, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 79, + "flow": 2.307, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 79, + "flow": 2.294, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 79, + "flow": 2.294, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 79, + "flow": 2.294, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 79, + "flow": 2.32, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 79, + "flow": 2.333, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 79, + "flow": 2.333, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 79, + "flow": 2.32, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 79, + "flow": 2.32, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 79, + "flow": 2.307, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 79, + "flow": 2.307, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 79, + "flow": 2.307, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 79, + "flow": 2.32, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 79, + "flow": 2.32, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 79, + "flow": 2.32, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 79, + "flow": 2.32, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 79, + "flow": 2.32, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 79, + "flow": 2.32, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 79, + "flow": 2.32, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 79, + "flow": 2.307, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 79, + "flow": 2.307, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 79, + "flow": 2.307, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 79, + "flow": 2.294, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 79, + "flow": 2.294, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 79, + "flow": 2.281, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 79, + "flow": 2.268, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 79, + "flow": 2.255, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 79, + "flow": 2.255, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 78, + "flow": 2.242, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 78, + "flow": 2.229, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 78, + "flow": 2.216, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 78, + "flow": 2.203, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 78, + "flow": 2.179, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 78, + "flow": 2.157, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 78, + "flow": 2.135, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 77, + "flow": 2.102, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 77, + "flow": 2.07, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 77, + "flow": 2.05, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 76, + "flow": 2.02, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 76, + "flow": 2, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 76, + "flow": 1.98, + "inflow": 0, + "volume": 0, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 76, + "flow": 1.971, + "inflow": 0, + "volume": 0, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 76, + "flow": 1.962, + "inflow": 0, + "volume": 0, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 76, + "flow": 1.953, + "inflow": 0, + "volume": 0, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 76, + "flow": 1.953, + "inflow": 0, + "volume": 0, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 76, + "flow": 1.962, + "inflow": 0, + "volume": 0, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 76, + "flow": 1.962, + "inflow": 0, + "volume": 0, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 76, + "flow": 1.971, + "inflow": 0, + "volume": 0, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 76, + "flow": 1.98, + "inflow": 0, + "volume": 0, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 76, + "flow": 1.99, + "inflow": 0, + "volume": 0, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 76, + "flow": 2, + "inflow": 0, + "volume": 0, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 76, + "flow": 2.01, + "inflow": 0, + "volume": 0, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 76, + "flow": 2.01, + "inflow": 0, + "volume": 0, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 76, + "flow": 2.02, + "inflow": 0, + "volume": 0, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 76, + "flow": 2.01, + "inflow": 0, + "volume": 0, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 76, + "flow": 2.01, + "inflow": 0, + "volume": 0, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 76, + "flow": 2.01, + "inflow": 0, + "volume": 0, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 77, + "flow": 2.03, + "inflow": 0, + "volume": 0, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 77, + "flow": 2.113, + "temperature": 17.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 78, + "flow": 2.135, + "temperature": 17.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 78, + "flow": 2.146, + "temperature": 17.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 78, + "flow": 2.157, + "temperature": 17.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 78, + "flow": 2.168, + "inflow": 0, + "volume": 0, + "temperature": 19.3, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/SCHU.json b/public/data/SCHU.json index 26b873a..b5656d0 100644 --- a/public/data/SCHU.json +++ b/public/data/SCHU.json @@ -10270,11 +10270,4736 @@ }, { "timestamp": "2026-06-09T18:30:00.000Z", - "level": 0, + "level": 534.72, "flow": 0.06, "inflow": 0.07, "volume": 0.1, "temperature": 14.7, "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 534.72, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 534.72, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 534.72, + "flow": 0.06, + "temperature": 14.6, + "precipitation": 0, + "inflow": 0.07, + "volume": 0.1 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 534.72, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 534.72, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 534.72, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 534.72, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 534.72, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 534.72, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 534.72, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 534.72, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 534.72, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 534.72, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 534.72, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 534.72, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 534.72, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 534.72, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 534.72, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 534.72, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 534.72, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 534.72, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 534.72, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 534.72, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 534.72, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 534.72, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 534.72, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 534.72, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 534.72, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 534.72, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 534.72, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 534.73, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 534.73, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 534.73, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 534.73, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 534.73, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 534.73, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 534.73, + "flow": 0.06, + "temperature": 12.7, + "precipitation": 0, + "inflow": 0.07, + "volume": 0.1 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 534.73, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 534.73, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 534.73, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 534.73, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 534.73, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 534.73, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 534.73, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 534.73, + "flow": 0.06, + "temperature": 12, + "precipitation": 0, + "inflow": 0.07, + "volume": 0.1 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 534.73, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 534.73, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 534.73, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 534.73, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 534.73, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 534.73, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 534.73, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 534.73, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 534.73, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 534.73, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 534.73, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 534.73, + "flow": 0.06, + "temperature": 13, + "precipitation": 0, + "inflow": 0.07, + "volume": 0.1 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 534.73, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 534.73, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 534.73, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 534.74, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 534.74, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 534.74, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 534.74, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 534.74, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 534.74, + "flow": 0, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0.07, + "volume": 0.1 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 534.74, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 534.74, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 534.74, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 534.74, + "flow": 0.06, + "temperature": 13, + "precipitation": 0, + "inflow": 0.07, + "volume": 0.1 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 534.74, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 534.74, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 534.74, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 534.74, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 534.75, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 534.75, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 534.75, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 534.75, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 534.75, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 534.75, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 534.75, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 534.75, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 534.75, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 534.75, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 534.75, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 534.76, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 534.76, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 534.76, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 534.76, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 534.76, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 534.76, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 534.76, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 534.76, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 534.76, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 534.76, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 12, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 534.76, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 534.77, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 534.77, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 534.77, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 534.77, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 534.77, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11.2, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 534.77, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 534.78, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 534.78, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 534.78, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 534.78, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 534.78, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 534.78, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 534.78, + "flow": 0, + "temperature": 11.4, + "precipitation": 0.1, + "inflow": 0.07, + "volume": 0.1 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 534.78, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 534.79, + "flow": 0.06, + "temperature": 11.3, + "precipitation": 0.1, + "inflow": 0.07, + "volume": 0.1 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 534.79, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 534.79, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 534.79, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 534.79, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 534.79, + "flow": 0.06, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 534.79, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 534.79, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 534.8, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 534.8, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 534.8, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 534.8, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 534.8, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 534.8, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 534.81, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 534.81, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 534.81, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 534.81, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 534.81, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 534.81, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 534.82, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 534.82, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 534.82, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 534.82, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.2, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 534.82, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 534.82, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 534.83, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 534.83, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 534.83, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.2, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 534.84, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.2, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 534.84, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.2, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 534.84, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 534.84, + "flow": 0.08, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 534.85, + "flow": 0.08, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 534.85, + "flow": 0.08, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 534.85, + "flow": 0.08, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 534.85, + "flow": 0.08, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 534.85, + "flow": 0.08, + "inflow": 0.07, + "volume": 0.1, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0.07, + "volume": 0.1, + "temperature": 9.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 534.86, + "flow": 0.08, + "inflow": 0.07, + "volume": 0.1, + "temperature": 9.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 534.86, + "flow": 0.08, + "inflow": 0.07, + "volume": 0.1, + "temperature": 9.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 534.86, + "flow": 0.08, + "inflow": 0.07, + "volume": 0.1, + "temperature": 9.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 534.86, + "flow": 0.08, + "inflow": 0.07, + "volume": 0.1, + "temperature": 9.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 534.86, + "flow": 0.08, + "inflow": 0.07, + "volume": 0.1, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0.07, + "volume": 0.1, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 534.87, + "flow": 0.08, + "inflow": 0.07, + "volume": 0.1, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 534.87, + "flow": 0.08, + "inflow": 0.07, + "volume": 0.1, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 534.87, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 534.87, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 534.88, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 534.88, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 534.88, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 534.88, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 534.88, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 534.89, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 534.89, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 534.89, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 534.89, + "flow": 0.07, + "temperature": 8.4, + "precipitation": 0, + "inflow": 0.07, + "volume": 0.1 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 534.89, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 534.9, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 534.9, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 534.9, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 534.9, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 534.9, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.1, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 534.91, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 534.91, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 534.91, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 534.91, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 534.91, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 534.92, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 534.92, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 534.92, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 534.92, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 534.92, + "flow": 0.07, + "temperature": 10.9, + "precipitation": 0, + "inflow": 0.12, + "volume": 0.1 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 534.92, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 534.93, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 534.93, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 534.93, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 534.93, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 534.93, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 534.93, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 534.94, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 534.94, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 534.94, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 534.94, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 534.94, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 534.94, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 534.94, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 534.94, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 534.95, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 534.95, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 534.95, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 534.95, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 534.95, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 534.95, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 534.95, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 534.96, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 534.96, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 534.96, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 534.96, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 534.96, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 12.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 534.96, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 534.97, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 534.97, + "flow": 0.07, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0.12, + "volume": 0.1 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 534.97, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 534.97, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 534.97, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 534.97, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 534.98, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 534.98, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 534.98, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 534.98, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 534.98, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 534.98, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 534.98, + "flow": 0.07, + "temperature": 14.3, + "precipitation": 0, + "inflow": 0.12, + "volume": 0.1 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 534.98, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 534.99, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 534.99, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 13.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 534.99, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 13.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 534.99, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 534.99, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 12.2, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 12.2, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 534.99, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 11.6, + "precipitation": 0.7 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 535, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 11.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 535, + "flow": 0, + "temperature": 11.4, + "precipitation": 0.3, + "inflow": 0.12, + "volume": 0.1 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 535, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 535, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 535, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 535, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 535, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 535.01, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 535.01, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 535.01, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 535.01, + "flow": 0.07, + "temperature": 10.7, + "precipitation": 0, + "inflow": 0.12, + "volume": 0.1 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 535.01, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 535.01, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 535.01, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 535.01, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 535.02, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 535.02, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 535.02, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 535.02, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 535.02, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 535.02, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 535.02, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 535.02, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 535.03, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 535.03, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 535.03, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.1, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 535.03, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 535.03, + "flow": 0.07, + "temperature": 8.7, + "precipitation": 0, + "inflow": 0.12, + "volume": 0.11 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 535.04, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 535.04, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 535.04, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 535.04, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 535.04, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 535.04, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 535.04, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 535.05, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 535.05, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 535.05, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 535.05, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 535.05, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 535.06, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 535.06, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 535.06, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 535.06, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 535.06, + "flow": 0.07, + "temperature": 8.2, + "precipitation": 0, + "inflow": 0.12, + "volume": 0.11 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 535.06, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 535.06, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 535.06, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 535.07, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 535.07, + "flow": 0.07, + "temperature": 8.8, + "precipitation": 0, + "inflow": 0.12, + "volume": 0.11 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 535.07, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 535.07, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 535.07, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 535.07, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 535.07, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 535.08, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 535.08, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 535.08, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 535.08, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 535.08, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 535.08, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 535.08, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 535.09, + "flow": 0.07, + "inflow": 0.12, + "volume": 0.11, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 535.09, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 535.09, + "flow": 0.07, + "temperature": 9.6, + "precipitation": 0, + "inflow": 0.12, + "volume": 0.11 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 535.09, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 535.09, + "flow": 0.07, + "inflow": 0.14, + "volume": 0.11, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 535.09, + "flow": 0.07, + "inflow": 0.14, + "volume": 0.11, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 535.09, + "flow": 0.07, + "inflow": 0.14, + "volume": 0.11, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 535.09, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 535.1, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 535.1, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 535.1, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 535.1, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 535.1, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 535.1, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 535.1, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 535.1, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 535.1, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 535.1, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 535.11, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 535.11, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 535.11, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 535.11, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 535.11, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 535.11, + "flow": 0.06, + "temperature": 12.9, + "precipitation": 0, + "inflow": 0.14, + "volume": 0.11 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 535.11, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 535.11, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 535.12, + "flow": 0.06, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0.14, + "volume": 0.11 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 535.12, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 535.12, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 535.12, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 535.12, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 535.12, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 535.12, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 535.12, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 535.13, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 535.13, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 535.13, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 535.13, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 535.13, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 535.13, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 535.13, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 535.13, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 535.13, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 535.13, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 535.13, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 535.13, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 535.14, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 535.14, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 535.14, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 535.14, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 535.14, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 535.14, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 535.14, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 535.14, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 535.14, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 535.15, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 535.15, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 535.15, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 535.15, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 535.15, + "flow": 0.06, + "temperature": 13.4, + "precipitation": 0, + "inflow": 0.14, + "volume": 0.11 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 535.15, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 535.15, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 535.15, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 535.15, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 535.15, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 535.15, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 535.16, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 535.16, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 535.16, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 535.16, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 535.16, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 535.16, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 535.16, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 535.16, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 535.16, + "flow": 0.06, + "temperature": 12.8, + "precipitation": 0.1, + "inflow": 0.14, + "volume": 0.11 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 535.16, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 535.16, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 535.16, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 535.17, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 535.17, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 535.17, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 535.17, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 535.17, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 535.17, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 535.17, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 535.17, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 535.17, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 535.17, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 535.17, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 535.18, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 535.18, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 535.18, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 535.18, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 535.18, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 535.18, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 535.18, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 535.18, + "flow": 0.06, + "temperature": 13.7, + "precipitation": 0.1, + "inflow": 0.14, + "volume": 0.11 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 535.18, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 535.18, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 535.18, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 535.18, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 535.19, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 535.19, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 535.19, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 535.19, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 535.19, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.7, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 535.19, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.7, + "precipitation": 0.8 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 535.19, + "flow": 0.06, + "temperature": 13.7, + "precipitation": 0.8, + "inflow": 0.14, + "volume": 0.11 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 535.2, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.7, + "precipitation": 1.2 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.7, + "precipitation": 1.2 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 535.2, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.7, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 535.2, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.6, + "precipitation": 0.9 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 535.2, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.6, + "precipitation": 0.9 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 535.2, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.8, + "precipitation": 0.9 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 535.2, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.7, + "precipitation": 0.7 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.7, + "precipitation": 0.7 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 535.2, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.7, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 535.21, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 535.21, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 535.21, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 535.21, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 535.21, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 535.21, + "flow": 0, + "temperature": 13.9, + "precipitation": 0, + "inflow": 0.14, + "volume": 0.11 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 535.21, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 535.21, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 535.21, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.14, + "volume": 0.11, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 535.22, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 535.22, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 535.22, + "flow": 0.06, + "temperature": 14.9, + "precipitation": 0, + "inflow": 0.12, + "volume": 0.11 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 535.22, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 535.22, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 535.22, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 535.22, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 535.22, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 535.22, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 535.23, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 535.23, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 535.23, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 535.23, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 535.23, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 535.23, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 535.23, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 535.23, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 535.24, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 535.24, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 535.24, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 535.24, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 535.24, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 535.24, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 535.24, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 535.25, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 535.25, + "flow": 0.06, + "temperature": 18.4, + "precipitation": 0, + "inflow": 0.12, + "volume": 0.11 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 535.25, + "flow": 0.06, + "temperature": 18.4, + "precipitation": 0, + "inflow": 0.12, + "volume": 0.11 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 535.25, + "flow": 0.06, + "temperature": 18.4, + "precipitation": 0, + "inflow": 0.12, + "volume": 0.11 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 535.25, + "flow": 0.06, + "temperature": 18.4, + "precipitation": 0, + "inflow": 0.12, + "volume": 0.11 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 535.25, + "flow": 0.06, + "temperature": 18.4, + "precipitation": 0, + "inflow": 0.12, + "volume": 0.11 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 535.25, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0.12, + "volume": 0.11, + "temperature": 20.4, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/SMSM.json b/public/data/SMSM.json index 105aa11..e8ae747 100644 --- a/public/data/SMSM.json +++ b/public/data/SMSM.json @@ -10249,5 +10249,4676 @@ "volume": 0.41, "temperature": 15.7, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 260.1, + "flow": 0.1, + "inflow": 0.06, + "volume": 0.41, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 260.1, + "flow": 0.1, + "inflow": 0.06, + "volume": 0.41, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 260.1, + "flow": 0.1, + "temperature": 14.8, + "precipitation": 0, + "inflow": 0.06, + "volume": 0.41 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 260.1, + "flow": 0.1, + "inflow": 0.06, + "volume": 0.41, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 260.1, + "flow": 0.1, + "inflow": 0.06, + "volume": 0.41, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 260.1, + "flow": 0.1, + "inflow": 0.06, + "volume": 0.41, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 260.1, + "flow": 0.1, + "inflow": 0.06, + "volume": 0.41, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 260.1, + "flow": 0.1, + "inflow": 0.06, + "volume": 0.41, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.06, + "volume": 0.41, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 260.1, + "flow": 0.09, + "temperature": 14.1, + "precipitation": 0, + "inflow": 0.06, + "volume": 0.41 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.06, + "volume": 0.41, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.06, + "volume": 0.41, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.06, + "volume": 0.41, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.06, + "volume": 0.41, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 260.1, + "flow": 0.09, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0.06, + "volume": 0.41 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.06, + "volume": 0.41, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.06, + "volume": 0.41, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.06, + "volume": 0.41, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.06, + "volume": 0.41, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.06, + "volume": 0.41, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.06, + "volume": 0.41, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.06, + "volume": 0.41, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 260.1, + "flow": 0.09, + "temperature": 13, + "precipitation": 0, + "inflow": 0.06, + "volume": 0.41 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.06, + "volume": 0.41, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.06, + "volume": 0.41, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.06, + "volume": 0.41, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 260.1, + "flow": 0.09, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0.06, + "volume": 0.41 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.06, + "volume": 0.41, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.06, + "volume": 0.41, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.06, + "volume": 0.41, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.06, + "volume": 0.41, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "temperature": 13.5, + "precipitation": 0, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "temperature": 14.1, + "precipitation": 0, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "temperature": 15.3, + "precipitation": 0, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 260.1, + "flow": 0.09, + "temperature": 14.8, + "precipitation": 0.1, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 260.1, + "flow": 0.18, + "temperature": 13.9, + "precipitation": 0.1, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 260.1, + "flow": 0.16, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 260.1, + "flow": 0.06, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 260.1, + "flow": 0.06, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 260.1, + "flow": 0.06, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 260.1, + "flow": 0.06, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.4, + "precipitation": 0.9 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 260.1, + "flow": 0.06, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.4, + "precipitation": 0.9 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 260.1, + "flow": 0.06, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.4, + "precipitation": 0.8 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 260.1, + "flow": 0.06, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 260.1, + "flow": 0.06, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 260.1, + "flow": 0.06, + "temperature": 13.6, + "precipitation": 0, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 260.1, + "flow": 0.06, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 260.1, + "flow": 0.06, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 260.1, + "flow": 0.06, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 260.1, + "flow": 0.06, + "temperature": 14.1, + "precipitation": 0, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 260.1, + "flow": 0.06, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 260.1, + "flow": 0.06, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 260.1, + "flow": 0.06, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 260.1, + "flow": 0.06, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 260.1, + "flow": 0.06, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 260.1, + "flow": 0.06, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 260.1, + "flow": 0.06, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 260.1, + "flow": 0.06, + "temperature": 14.1, + "precipitation": 0, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 260.1, + "flow": 0.06, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 260.1, + "flow": 0.06, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 260.1, + "flow": 0.06, + "temperature": 14.1, + "precipitation": 0, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 260.1, + "flow": 0.06, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 14.2, + "precipitation": 0, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.1, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 14.1, + "precipitation": 0.5, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.8, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 12, + "precipitation": 0, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 11.4, + "precipitation": 0.1, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 11.4, + "precipitation": 0.1, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 11.3, + "precipitation": 0.1, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 11.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 11.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 11.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 11.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "temperature": 11.2, + "precipitation": 0.2, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 11.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 10.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 10.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 10.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 10.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 10.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 10.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 10.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 10.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "temperature": 9.7, + "precipitation": 0, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "temperature": 9.9, + "precipitation": 0, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0.08, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0.08, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0.08, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.08, + "volume": 0.41, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 260.1, + "flow": 0.11, + "inflow": 0.08, + "volume": 0.41, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 260.1, + "flow": 0.11, + "inflow": 0.08, + "volume": 0.41, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 260.1, + "flow": 0.11, + "inflow": 0.08, + "volume": 0.41, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 260.1, + "flow": 0.11, + "temperature": 14.7, + "precipitation": 0, + "inflow": 0.08, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 260.1, + "flow": 0.11, + "inflow": 0.08, + "volume": 0.41, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 260.1, + "flow": 0.11, + "inflow": 0.08, + "volume": 0.41, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 260.1, + "flow": 0.11, + "inflow": 0.08, + "volume": 0.41, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 260.1, + "flow": 0.11, + "inflow": 0.08, + "volume": 0.41, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 260.1, + "flow": 0.11, + "inflow": 0.08, + "volume": 0.41, + "temperature": 12.2, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 260.1, + "flow": 0.11, + "inflow": 0.08, + "volume": 0.41, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 260.1, + "flow": 0.11, + "inflow": 0.08, + "volume": 0.41, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 260.1, + "flow": 0.11, + "inflow": 0.08, + "volume": 0.41, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 260.1, + "flow": 0.11, + "inflow": 0.08, + "volume": 0.41, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 260.1, + "flow": 0.11, + "inflow": 0.08, + "volume": 0.41, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 260.1, + "flow": 0.12, + "inflow": 0.08, + "volume": 0.41, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 260.1, + "flow": 0.12, + "inflow": 0.08, + "volume": 0.41, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 260.11, + "flow": 0.12, + "inflow": 0.08, + "volume": 0.41, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 260.11, + "flow": 0.12, + "inflow": 0.08, + "volume": 0.41, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 260.11, + "flow": 0.12, + "temperature": 14.1, + "precipitation": 0, + "inflow": 0.08, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 260.11, + "flow": 0.12, + "inflow": 0.08, + "volume": 0.41, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 260.11, + "flow": 0.12, + "inflow": 0.08, + "volume": 0.41, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 260.11, + "flow": 0.12, + "inflow": 0.08, + "volume": 0.41, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 260.1, + "flow": 0.12, + "inflow": 0.08, + "volume": 0.41, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 260.1, + "flow": 0.12, + "inflow": 0.08, + "volume": 0.41, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 260.1, + "flow": 0.11, + "inflow": 0.08, + "volume": 0.41, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 260.1, + "flow": 0.11, + "inflow": 0.08, + "volume": 0.41, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 260.1, + "flow": 0.11, + "inflow": 0.08, + "volume": 0.41, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 260.1, + "flow": 0.12, + "inflow": 0.08, + "volume": 0.41, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 260.1, + "flow": 0.11, + "inflow": 0.08, + "volume": 0.41, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 260.1, + "flow": 0.11, + "inflow": 0.08, + "volume": 0.41, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 260.11, + "flow": 0.11, + "inflow": 0.08, + "volume": 0.41, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 260.1, + "flow": 0.11, + "inflow": 0.08, + "volume": 0.41, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 260.1, + "flow": 0.11, + "inflow": 0.08, + "volume": 0.41, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 260.1, + "flow": 0.11, + "inflow": 0.08, + "volume": 0.41, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 260.1, + "flow": 0.11, + "inflow": 0.08, + "volume": 0.41, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 260.1, + "flow": 0.11, + "temperature": 13.7, + "precipitation": 0, + "inflow": 0.08, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 260.1, + "flow": 0.11, + "inflow": 0.08, + "volume": 0.41, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 260.1, + "flow": 0.11, + "inflow": 0.08, + "volume": 0.41, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 260.1, + "flow": 0.11, + "inflow": 0.08, + "volume": 0.41, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 260.1, + "flow": 0.11, + "inflow": 0.08, + "volume": 0.41, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 260.1, + "flow": 0.11, + "inflow": 0.08, + "volume": 0.41, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 260.1, + "flow": 0.11, + "temperature": 13.4, + "precipitation": 0, + "inflow": 0.08, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 260.1, + "flow": 0.11, + "inflow": 0.08, + "volume": 0.41, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 260.1, + "flow": 0.1, + "inflow": 0.08, + "volume": 0.41, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 260.1, + "flow": 0.1, + "inflow": 0.08, + "volume": 0.41, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 260.1, + "flow": 0.1, + "inflow": 0.08, + "volume": 0.41, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 260.1, + "flow": 0.1, + "inflow": 0.08, + "volume": 0.41, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 260.1, + "flow": 0.1, + "inflow": 0.08, + "volume": 0.41, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 260.1, + "flow": 0.1, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0.08, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 260.1, + "flow": 0.1, + "inflow": 0.08, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 260.1, + "flow": 0.1, + "inflow": 0.08, + "volume": 0.41, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 260.1, + "flow": 0.1, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0.08, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 260.1, + "flow": 0.1, + "inflow": 0.08, + "volume": 0.41, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 260.1, + "flow": 0.1, + "inflow": 0.08, + "volume": 0.41, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 260.1, + "flow": 0.1, + "inflow": 0.08, + "volume": 0.41, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 260.1, + "flow": 0.1, + "inflow": 0.08, + "volume": 0.41, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 260.1, + "flow": 0.1, + "inflow": 0.08, + "volume": 0.41, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 260.1, + "flow": 0.1, + "inflow": 0.08, + "volume": 0.41, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 260.1, + "flow": 0.1, + "inflow": 0.08, + "volume": 0.41, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 260.1, + "flow": 0.1, + "temperature": 10.4, + "precipitation": 0, + "inflow": 0.08, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.08, + "volume": 0.41, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.08, + "volume": 0.41, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.08, + "volume": 0.41, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.08, + "volume": 0.41, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 260.1, + "flow": 0.09, + "temperature": 10.1, + "precipitation": 0, + "inflow": 0.08, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.08, + "volume": 0.41, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.08, + "volume": 0.41, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.08, + "volume": 0.41, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.08, + "volume": 0.41, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 260.1, + "flow": 0.09, + "temperature": 9.9, + "precipitation": 0, + "inflow": 0.08, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.08, + "volume": 0.41, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.08, + "volume": 0.41, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.08, + "volume": 0.41, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.08, + "volume": 0.41, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.08, + "volume": 0.41, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.08, + "volume": 0.41, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 260.1, + "flow": 0.09, + "inflow": 0.08, + "volume": 0.41, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "temperature": 9.2, + "precipitation": 0, + "inflow": 0.08, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "temperature": 8.6, + "precipitation": 0, + "inflow": 0.08, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "temperature": 9.4, + "precipitation": 0, + "inflow": 0.08, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "temperature": 9.7, + "precipitation": 0, + "inflow": 0.08, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.08, + "volume": 0.41, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "temperature": 10.5, + "precipitation": 0, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "temperature": 12.9, + "precipitation": 0, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 260.1, + "flow": 0.08, + "temperature": 13.2, + "precipitation": 0, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "temperature": 13.2, + "precipitation": 0, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 260.1, + "flow": 0.08, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 13.1, + "precipitation": 0.1, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 13, + "precipitation": 0, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 13, + "precipitation": 0.1, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 13.1, + "precipitation": 0.1, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 13.9, + "precipitation": 0, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 14.3, + "precipitation": 0, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 15, + "precipitation": 0, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 15, + "precipitation": 0, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 14.2, + "precipitation": 0, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 14.1, + "precipitation": 0, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 14.1, + "precipitation": 0, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 14, + "precipitation": 0, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.1, + "precipitation": 0.7 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.1, + "precipitation": 0.7 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 14.4, + "precipitation": 0, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 14.3, + "precipitation": 0.1, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 14.3, + "precipitation": 0, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 14.1, + "precipitation": 0, + "inflow": 0.09, + "volume": 0.41 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.09, + "volume": 0.41, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.41, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.41, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.41, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.41, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.41, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.41, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.41, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.41, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 15.9, + "precipitation": 0, + "inflow": 0.07, + "volume": 0.41 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.41, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.41, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.41, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.41, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 16.7, + "precipitation": 0, + "inflow": 0.07, + "volume": 0.41 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.41, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.41, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.41, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.41, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.41, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.41, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.41, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.41, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.41, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.41, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.41, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 18.3, + "precipitation": 0, + "inflow": 0.07, + "volume": 0.41 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.41, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 19.3, + "precipitation": 0, + "inflow": 0.07, + "volume": 0.41 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.41, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 260.09, + "flow": 0.07, + "temperature": 19.3, + "precipitation": 0, + "inflow": 0.07, + "volume": 0.41 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 19.3, + "precipitation": 0, + "inflow": 0.07, + "volume": 0.41 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 19.3, + "precipitation": 0, + "inflow": 0.07, + "volume": 0.41 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 19.3, + "precipitation": 0, + "inflow": 0.07, + "volume": 0.41 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 260.1, + "flow": 0.07, + "temperature": 19.3, + "precipitation": 0, + "inflow": 0.07, + "volume": 0.41 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 260.1, + "flow": 0.07, + "inflow": 0.07, + "volume": 0.41, + "temperature": 21.1, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/SPKA.json b/public/data/SPKA.json index b25b4c6..cf2b3ce 100644 --- a/public/data/SPKA.json +++ b/public/data/SPKA.json @@ -10267,5 +10267,4766 @@ "volume": 0.38, "temperature": 13.9, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 13, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 11.8, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 11.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 11.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 11.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 11.5, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 11.5, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 11.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 11.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 11.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 11.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 668.4, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.39, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.5, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.5, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 668.39, + "flow": 0, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.38 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 668.39, + "flow": 0, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.38 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 668.39, + "flow": 0, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.38 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 668.39, + "flow": 0, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.38 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14.1, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 668.39, + "flow": 0, + "temperature": 12.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.38 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 668.39, + "flow": 0, + "temperature": 13, + "precipitation": 0, + "inflow": 0, + "volume": 0.38 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 668.39, + "flow": 0, + "temperature": 13, + "precipitation": 0, + "inflow": 0, + "volume": 0.38 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.5, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 1.3 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 1.3 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13, + "precipitation": 1 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.8, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.2, + "precipitation": 0.8 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.2, + "precipitation": 0.8 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 668.39, + "flow": 0, + "temperature": 18.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.38 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 668.39, + "flow": 0, + "temperature": 18.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.38 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 668.39, + "flow": 0, + "temperature": 18.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.38 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 668.39, + "flow": 0, + "temperature": 18.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.38 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 668.39, + "flow": 0, + "temperature": 18.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.38 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 668.39, + "flow": 0, + "inflow": 0, + "volume": 0.38, + "temperature": 19.9, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/SPNE.json b/public/data/SPNE.json index 952e8c2..7d38f16 100644 --- a/public/data/SPNE.json +++ b/public/data/SPNE.json @@ -9979,5 +9979,4757 @@ "volume": 0.84, "temperature": 13.6, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:30:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 385.01, + "flow": 0.02, + "inflow": 0, + "volume": 0.84, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 385.01, + "flow": 0.03, + "temperature": 12.6, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.84 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 12.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 385.01, + "flow": 0.03, + "inflow": 0, + "volume": 0.84, + "temperature": 10.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 385.01, + "flow": 0.04, + "inflow": 0, + "volume": 0.84, + "temperature": 10.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 385.01, + "flow": 0.04, + "inflow": 0, + "volume": 0.84, + "temperature": 10.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 385.01, + "flow": 0.04, + "inflow": 0, + "volume": 0.84, + "temperature": 10.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 385.01, + "flow": 0.04, + "inflow": 0, + "volume": 0.84, + "temperature": 10.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 385.01, + "flow": 0.04, + "inflow": 0, + "volume": 0.84, + "temperature": 10.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 385.01, + "flow": 0.04, + "temperature": 10.3, + "precipitation": 0.3, + "inflow": 0, + "volume": 0.84 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 385.01, + "flow": 0.04, + "inflow": 0, + "volume": 0.84, + "temperature": 10.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 385.01, + "flow": 0.04, + "inflow": 0, + "volume": 0.84, + "temperature": 10.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 385.01, + "flow": 0.04, + "inflow": 0, + "volume": 0.84, + "temperature": 10.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 385.01, + "flow": 0.04, + "inflow": 0, + "volume": 0.84, + "temperature": 10.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 385.01, + "flow": 0.04, + "inflow": 0, + "volume": 0.84, + "temperature": 10.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 385.01, + "flow": 0.04, + "temperature": 10.2, + "precipitation": 0.2, + "inflow": 0, + "volume": 0.84 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 385.01, + "flow": 0.04, + "inflow": 0, + "volume": 0.84, + "temperature": 10.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 385.01, + "flow": 0.04, + "inflow": 0, + "volume": 0.84, + "temperature": 10.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 385.01, + "flow": 0.04, + "inflow": 0, + "volume": 0.84, + "temperature": 10.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 385.01, + "flow": 0.04, + "inflow": 0, + "volume": 0.84, + "temperature": 9.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 385.01, + "flow": 0.04, + "inflow": 0, + "volume": 0.84, + "temperature": 9.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 385.01, + "flow": 0.04, + "inflow": 0, + "volume": 0.84, + "temperature": 9.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 385.01, + "flow": 0.04, + "inflow": 0, + "volume": 0.84, + "temperature": 9.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 385.01, + "flow": 0.04, + "inflow": 0, + "volume": 0.84, + "temperature": 9.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 385.01, + "flow": 0.04, + "inflow": 0, + "volume": 0.84, + "temperature": 9.5, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 385.01, + "flow": 0.04, + "inflow": 0, + "volume": 0.84, + "temperature": 9.5, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 385.01, + "flow": 0.04, + "inflow": 0, + "volume": 0.84, + "temperature": 9.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 385.01, + "flow": 0.04, + "inflow": 0, + "volume": 0.84, + "temperature": 9.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 385.01, + "flow": 0.04, + "inflow": 0, + "volume": 0.84, + "temperature": 9.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 385.01, + "flow": 0.04, + "inflow": 0, + "volume": 0.84, + "temperature": 9.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 385.01, + "flow": 0.04, + "inflow": 0, + "volume": 0.84, + "temperature": 9.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 385.01, + "flow": 0.04, + "inflow": 0, + "volume": 0.84, + "temperature": 9.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 385.01, + "flow": 0.04, + "inflow": 0, + "volume": 0.84, + "temperature": 9.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 385.01, + "flow": 0.05, + "inflow": 0, + "volume": 0.84, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 385.01, + "flow": 0.05, + "inflow": 0, + "volume": 0.84, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 385.01, + "flow": 0.05, + "inflow": 0, + "volume": 0.84, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 385.01, + "flow": 0.05, + "inflow": 0, + "volume": 0.84, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 385.01, + "flow": 0.05, + "inflow": 0, + "volume": 0.84, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 385.01, + "flow": 0.05, + "inflow": 0, + "volume": 0.84, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 385.01, + "flow": 0.05, + "inflow": 0, + "volume": 0.84, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 385.01, + "flow": 0.05, + "inflow": 0, + "volume": 0.84, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 385.01, + "flow": 0.05, + "inflow": 0, + "volume": 0.84, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 385.01, + "flow": 0.05, + "inflow": 0, + "volume": 0.84, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 385.01, + "flow": 0.05, + "inflow": 0, + "volume": 0.84, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 385.01, + "flow": 0.05, + "inflow": 0, + "volume": 0.84, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 385.01, + "flow": 0.06, + "inflow": 0, + "volume": 0.84, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 385.01, + "flow": 0.06, + "inflow": 0, + "volume": 0.84, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 385.01, + "flow": 0.06, + "inflow": 0, + "volume": 0.84, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 385.01, + "flow": 0.06, + "inflow": 0, + "volume": 0.84, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 385.01, + "flow": 0.06, + "inflow": 0, + "volume": 0.84, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 385.01, + "flow": 0.06, + "inflow": 0, + "volume": 0.84, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 385.02, + "flow": 0.09, + "temperature": 10.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.84 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 385.02, + "flow": 0.09, + "temperature": 10.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.84 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 385.02, + "flow": 0.09, + "temperature": 10.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.84 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 385.02, + "flow": 0.09, + "temperature": 10.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.84 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 385.02, + "flow": 0.09, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.84 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 14.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 14.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 11.7, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 11.7, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 11, + "precipitation": 1.6 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 385.02, + "flow": 0.09, + "temperature": 8.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.84 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 385.02, + "flow": 0.09, + "temperature": 8, + "precipitation": 0, + "inflow": 0, + "volume": 0.84 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 385.01, + "flow": 0.08, + "temperature": 11.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.84 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 385.01, + "flow": 0.08, + "temperature": 12.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.84 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 385.01, + "flow": 0.08, + "temperature": 12.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.84 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 385.01, + "flow": 0.08, + "temperature": 12.9, + "precipitation": 0, + "inflow": 0, + "volume": 0.84 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 385.01, + "flow": 0.08, + "temperature": 12.9, + "precipitation": 0, + "inflow": 0, + "volume": 0.84 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 385.01, + "flow": 0.08, + "temperature": 13.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.84 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 385.01, + "flow": 0.08, + "temperature": 13.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.84 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 12.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 12.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 12.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 12.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 12.4, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 12.3, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 12.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 12.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 385.01, + "flow": 0.07, + "temperature": 12.8, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.84 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 385.01, + "flow": 0.07, + "inflow": 0, + "volume": 0.84, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 385.01, + "flow": 0.07, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.84 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 13.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 385.01, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 385.02, + "flow": 0.08, + "inflow": 0, + "volume": 0.84, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 385.02, + "flow": 0.09, + "inflow": 0, + "volume": 0.84, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 385.02, + "flow": 0.1, + "inflow": 0, + "volume": 0.84, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 385.02, + "flow": 0.1, + "inflow": 0, + "volume": 0.84, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 385.02, + "flow": 0.1, + "inflow": 0, + "volume": 0.84, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 385.02, + "flow": 0.1, + "inflow": 0, + "volume": 0.84, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 385.02, + "flow": 0.1, + "inflow": 0, + "volume": 0.84, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 385.02, + "flow": 0.1, + "inflow": 0, + "volume": 0.84, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 385.02, + "flow": 0.1, + "inflow": 0, + "volume": 0.84, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 385.02, + "flow": 0.1, + "inflow": 0, + "volume": 0.84, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 385.02, + "flow": 0.1, + "inflow": 0, + "volume": 0.84, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 385.02, + "flow": 0.1, + "inflow": 0, + "volume": 0.84, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 385.02, + "flow": 0.1, + "inflow": 0, + "volume": 0.84, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 385.02, + "flow": 0.11, + "inflow": 0, + "volume": 0.84, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 385.02, + "flow": 0.11, + "inflow": 0, + "volume": 0.84, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 385.02, + "flow": 0.11, + "inflow": 0, + "volume": 0.84, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 385.02, + "flow": 0.11, + "temperature": 16.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.84 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 385.02, + "flow": 0.11, + "temperature": 16.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.84 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 385.02, + "flow": 0.11, + "temperature": 16.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.84 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 385.02, + "flow": 0.11, + "temperature": 16.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.84 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 385.02, + "flow": 0.11, + "temperature": 16.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.84 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 385.02, + "flow": 0.11, + "inflow": 0, + "volume": 0.84, + "temperature": 17.9, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/SPZH.json b/public/data/SPZH.json index 92c3d9a..03a9744 100644 --- a/public/data/SPZH.json +++ b/public/data/SPZH.json @@ -10258,5 +10258,4766 @@ "volume": 0.16, "temperature": 12, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:30:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.8, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.8, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.5, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.5, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.5, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.6, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.6, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 678.6, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.6, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.5, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.5, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.6, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.6, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.6, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 678.61, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.6, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.6, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.6, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.8, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.6, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.6, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 678.62, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 678.63, + "flow": 0, + "temperature": 8.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.16 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 678.63, + "flow": 0, + "temperature": 8.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.16 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 678.63, + "flow": 0, + "temperature": 8.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.16 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 678.63, + "flow": 0, + "temperature": 10.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.16 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 12.4, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 12.4, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 12, + "precipitation": 6.9 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 12, + "precipitation": 6.9 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.3, + "precipitation": 1 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 6.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 6.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 5.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 5.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 5.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 5.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 5.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 5.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 5.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 5.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 5.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 5.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 5.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 5.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 5.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 6.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 6.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 678.63, + "flow": 0, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.16 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 678.63, + "flow": 0, + "temperature": 11.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.16 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 678.63, + "flow": 0, + "temperature": 11.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.16 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 678.63, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 678.64, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 678.64, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 678.64, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 678.64, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 678.64, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 678.64, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 678.64, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 678.64, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 678.64, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 678.64, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 678.64, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 678.64, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 678.64, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 678.64, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 678.64, + "flow": 0, + "inflow": 0, + "volume": 0.16, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 678.64, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 678.64, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 678.64, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 11.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 678.64, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 678.64, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 678.64, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 678.64, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 678.64, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 678.64, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 678.64, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 678.64, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 678.64, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 678.64, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 678.65, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 678.66, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 678.66, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 678.66, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 678.66, + "flow": 0, + "temperature": 15.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.17 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 678.66, + "flow": 0, + "temperature": 15.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.17 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 678.66, + "flow": 0, + "temperature": 15.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.17 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 678.66, + "flow": 0, + "temperature": 15.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.17 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 678.66, + "flow": 0, + "temperature": 15.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.17 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 678.66, + "flow": 0, + "inflow": 0, + "volume": 0.17, + "temperature": 17, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/STST.json b/public/data/STST.json index 08efa08..1fc6a5a 100644 --- a/public/data/STST.json +++ b/public/data/STST.json @@ -10306,11 +10306,4754 @@ }, { "timestamp": "2026-06-09T18:30:00.000Z", - "level": 0, + "level": 588.39, "flow": 0.08, "inflow": 0, "volume": 0.32, "temperature": 14.6, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 588.39, + "flow": 0.08, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 588.39, + "flow": 0.08, + "temperature": 12.9, + "precipitation": 0, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 588.39, + "flow": 0.08, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 588.39, + "flow": 0.08, + "temperature": 12.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 588.39, + "flow": 0.08, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 588.39, + "flow": 0.08, + "temperature": 11.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 588.39, + "flow": 0.08, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 588.38, + "flow": 0.08, + "temperature": 11.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 588.39, + "flow": 0.08, + "temperature": 11.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 588.38, + "flow": 0.08, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 588.39, + "flow": 0.08, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 588.38, + "flow": 0.08, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 588.38, + "flow": 0.08, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 588.38, + "flow": 0.08, + "temperature": 12.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 588.38, + "flow": 0.08, + "temperature": 12.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 588.38, + "flow": 0.08, + "temperature": 13.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 588.38, + "flow": 0.08, + "temperature": 13.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 588.38, + "flow": 0.08, + "temperature": 13.3, + "precipitation": 0.2, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 588.38, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 588.39, + "flow": 0.08, + "temperature": 12.9, + "precipitation": 0, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 588.39, + "flow": 0.08, + "temperature": 12.4, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 588.39, + "flow": 0.08, + "temperature": 12.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 588.39, + "flow": 0.08, + "temperature": 12.6, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 588.39, + "flow": 0.08, + "temperature": 12.9, + "precipitation": 0, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.32, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 588.39, + "flow": 0.09, + "temperature": 13, + "precipitation": 0, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 588.39, + "flow": 0.09, + "inflow": 0, + "volume": 0.32, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 588.39, + "flow": 0.09, + "temperature": 13, + "precipitation": 0, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 588.39, + "flow": 0.09, + "inflow": 0, + "volume": 0.32, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 588.39, + "flow": 0.08, + "temperature": 12.8, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.4, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 588.4, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 588.39, + "flow": 0.08, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 588.39, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 588.39, + "flow": 0.09, + "inflow": 0, + "volume": 0.32, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 588.4, + "flow": 0.09, + "inflow": 0, + "volume": 0.32, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.32, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 588.4, + "flow": 0.09, + "inflow": 0, + "volume": 0.32, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 588.4, + "flow": 0.09, + "temperature": 10.9, + "precipitation": 0, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 588.4, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 588.4, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.32, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 588.4, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 588.4, + "flow": 0.08, + "temperature": 10.4, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 588.4, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 588.4, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 588.4, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.32, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 588.4, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 588.4, + "flow": 0.08, + "temperature": 10.4, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.32 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 588.4, + "flow": 0.08, + "inflow": 0, + "volume": 0.32, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 588.4, + "flow": 0.09, + "inflow": 0, + "volume": 0.32, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 588.4, + "flow": 0.09, + "inflow": 0, + "volume": 0.32, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.32, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 588.4, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 588.4, + "flow": 0.08, + "temperature": 10.5, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.33 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 588.4, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 588.4, + "flow": 0.09, + "inflow": 0, + "volume": 0.33, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 588.4, + "flow": 0.09, + "inflow": 0, + "volume": 0.33, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.33, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 588.4, + "flow": 0.09, + "inflow": 0, + "volume": 0.33, + "temperature": 10.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 588.4, + "flow": 0.09, + "temperature": 10.3, + "precipitation": 0.2, + "inflow": 0, + "volume": 0.33 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 588.4, + "flow": 0.09, + "inflow": 0, + "volume": 0.33, + "temperature": 10.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 588.41, + "flow": 0.09, + "inflow": 0, + "volume": 0.33, + "temperature": 10.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 588.4, + "flow": 0.09, + "inflow": 0, + "volume": 0.33, + "temperature": 10.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 9.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 588.41, + "flow": 0.09, + "inflow": 0, + "volume": 0.33, + "temperature": 9.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 588.41, + "flow": 0.09, + "temperature": 9.5, + "precipitation": 0.2, + "inflow": 0, + "volume": 0.33 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 588.41, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 9.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 588.41, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 9.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 588.41, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 588.41, + "flow": 0.09, + "inflow": 0, + "volume": 0.33, + "temperature": 9.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 588.41, + "flow": 0.09, + "temperature": 9.1, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.33 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 588.41, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 9.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 588.42, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 588.41, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 9.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 9.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 588.41, + "flow": 0.09, + "inflow": 0, + "volume": 0.33, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 588.42, + "flow": 0.09, + "temperature": 9.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.33 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 588.42, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 588.42, + "flow": 0.09, + "inflow": 0, + "volume": 0.33, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 588.42, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.33, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 588.42, + "flow": 0.09, + "inflow": 0, + "volume": 0.33, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 588.41, + "flow": 0.08, + "temperature": 8.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.33 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 588.42, + "flow": 0.09, + "inflow": 0, + "volume": 0.33, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 588.42, + "flow": 0.09, + "temperature": 8.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.33 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 588.42, + "flow": 0.09, + "inflow": 0, + "volume": 0.33, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.33, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 588.42, + "flow": 0.09, + "inflow": 0, + "volume": 0.33, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 588.42, + "flow": 0.09, + "temperature": 8.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.33 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 588.42, + "flow": 0.09, + "inflow": 0, + "volume": 0.33, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 588.42, + "flow": 0.09, + "inflow": 0, + "volume": 0.33, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 588.42, + "flow": 0.09, + "inflow": 0, + "volume": 0.33, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.33, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 588.43, + "flow": 0.09, + "inflow": 0, + "volume": 0.33, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 588.42, + "flow": 0.09, + "temperature": 9.2, + "precipitation": 0, + "inflow": 0, + "volume": 0.33 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 588.43, + "flow": 0.09, + "inflow": 0, + "volume": 0.33, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 588.42, + "flow": 0.09, + "inflow": 0, + "volume": 0.33, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 588.43, + "flow": 0.09, + "inflow": 0, + "volume": 0.33, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 588.43, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 588.43, + "flow": 0.08, + "temperature": 10, + "precipitation": 0, + "inflow": 0, + "volume": 0.33 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 588.45, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 588.43, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 588.43, + "flow": 0.08, + "temperature": 10.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.33 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 588.43, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 588.43, + "flow": 0.08, + "temperature": 10.9, + "precipitation": 0, + "inflow": 0, + "volume": 0.33 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 588.43, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 588.43, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 588.43, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 588.46, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 588.43, + "flow": 0.08, + "temperature": 11.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 588.43, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 588.43, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 588.43, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 588.44, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 588.44, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 588.44, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 588.44, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 11.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 588.44, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 11.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 588.44, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 11.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 11.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 588.44, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 11.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 588.44, + "flow": 0.08, + "temperature": 11.4, + "precipitation": 0.4, + "inflow": 0, + "volume": 0.33 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 588.44, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 11.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 588.44, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 11.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 588.44, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 11.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 588.44, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 588.44, + "flow": 0.08, + "temperature": 13.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.33 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 588.44, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 588.44, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 13.8, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 588.44, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 13.8, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 588.44, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 12.5, + "precipitation": 2 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 588.44, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 12.5, + "precipitation": 2 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 588.44, + "flow": 0.08, + "temperature": 12.5, + "precipitation": 2, + "inflow": 0, + "volume": 0.33 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 588.45, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 11.6, + "precipitation": 4.5 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 588.45, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 10.7, + "precipitation": 0.9 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 10.7, + "precipitation": 0.9 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 588.44, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 588.45, + "flow": 0.08, + "temperature": 10.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.33 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 588.44, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 588.44, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 588.45, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 588.45, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 588.45, + "flow": 0.08, + "temperature": 12.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.33 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 588.45, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 588.45, + "flow": 0.08, + "temperature": 12, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.33 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 588.45, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 588.45, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 10.8, + "precipitation": 0.9 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 588.45, + "flow": 0.08, + "temperature": 10.8, + "precipitation": 0.9, + "inflow": 0, + "volume": 0.33 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 588.45, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 10.8, + "precipitation": 0.9 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 588.45, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 588.45, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 588.45, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 588.45, + "flow": 0.08, + "temperature": 12.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.33 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 588.45, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 588.45, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 588.45, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 588.45, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 588.45, + "flow": 0.08, + "temperature": 11.9, + "precipitation": 0, + "inflow": 0, + "volume": 0.33 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 588.45, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 588.45, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 588.45, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 588.45, + "flow": 0.08, + "inflow": 0, + "volume": 0.33, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 588.46, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 588.46, + "flow": 0.08, + "temperature": 11.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 588.46, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 588.46, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 588.45, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 588.46, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 588.46, + "flow": 0.08, + "temperature": 9.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 588.46, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 588.46, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 588.46, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 588.46, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 588.46, + "flow": 0.08, + "temperature": 9.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 588.46, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 588.46, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 588.46, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 588.46, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 588.46, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 588.46, + "flow": 0.08, + "temperature": 9.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 588.46, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 588.46, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 588.46, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 588.46, + "flow": 0.08, + "temperature": 10, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 588.46, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 588.46, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 588.46, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 588.46, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 588.46, + "flow": 0.08, + "temperature": 9.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 588.46, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 588.46, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 588.46, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 588.46, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 588.46, + "flow": 0.08, + "temperature": 9, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 588.46, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 588.47, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 588.47, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 588.47, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 588.47, + "flow": 0.08, + "temperature": 9, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 588.47, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 588.47, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 588.47, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 588.47, + "flow": 0.08, + "temperature": 9.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 588.47, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 588.47, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 588.47, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 588.47, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 588.47, + "flow": 0.08, + "temperature": 9.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 588.47, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 588.47, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 588.47, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 588.47, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 588.47, + "flow": 0.08, + "temperature": 9.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 588.47, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 588.47, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 588.47, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 588.47, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 588.47, + "flow": 0.08, + "temperature": 10.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 588.47, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 588.48, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 588.48, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 588.48, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 588.48, + "flow": 0.09, + "temperature": 10.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 588.48, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 588.48, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 588.48, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 588.48, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 588.48, + "flow": 0.08, + "temperature": 11.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 588.48, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 588.48, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 588.48, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 588.48, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 588.48, + "flow": 0.08, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 588.48, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 588.48, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 588.48, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 588.48, + "flow": 0.08, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 588.48, + "flow": 0.09, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 588.48, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 588.48, + "flow": 0.09, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 588.48, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 588.48, + "flow": 0.08, + "inflow": 0, + "volume": 0.34, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 588.48, + "flow": 0.09, + "temperature": 12, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 588.48, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 588.48, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 588.48, + "flow": 0.09, + "temperature": 12, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 588.48, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 588.48, + "flow": 0.09, + "temperature": 11.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 588.48, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 588.48, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 588.48, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 588.49, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 588.48, + "flow": 0.09, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 588.48, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 588.49, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 588.49, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 588.49, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 588.49, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 588.49, + "flow": 0.09, + "temperature": 12.2, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 588.49, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 588.49, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 588.49, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 588.49, + "flow": 0.09, + "temperature": 12.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 588.49, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 588.49, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 588.49, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 588.49, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 588.49, + "flow": 0.09, + "temperature": 13.2, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 588.49, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 588.49, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 588.49, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 588.49, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 588.49, + "flow": 0.09, + "temperature": 13.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 588.49, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 588.49, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 588.49, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 588.49, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 588.49, + "flow": 0.09, + "temperature": 13.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 588.49, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 588.49, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 588.49, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 588.49, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 588.49, + "flow": 0.09, + "temperature": 13.4, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 588.49, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 588.49, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 588.49, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 588.5, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 588.5, + "flow": 0.09, + "temperature": 13.3, + "precipitation": 0.2, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 588.5, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 588.5, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 588.5, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 588.5, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 588.5, + "flow": 0.09, + "temperature": 13.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 588.5, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 588.5, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 588.5, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 588.5, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 588.5, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 588.5, + "flow": 0.09, + "temperature": 13.7, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 588.5, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 588.5, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 588.5, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 588.5, + "flow": 0.09, + "temperature": 13.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 588.5, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 588.5, + "flow": 0.09, + "temperature": 13.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 588.5, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 588.5, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 588.5, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 588.5, + "flow": 0.09, + "temperature": 13.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 588.5, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 588.5, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 588.5, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 588.51, + "flow": 0.09, + "temperature": 13.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 588.5, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 588.5, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 588.51, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 588.51, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 588.51, + "flow": 0.09, + "temperature": 13.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 588.51, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 588.51, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 588.51, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 588.51, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 588.51, + "flow": 0.09, + "temperature": 13.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 588.51, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 588.51, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 588.51, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 588.49, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 588.51, + "flow": 0.09, + "temperature": 13, + "precipitation": 0, + "inflow": 0, + "volume": 0.34 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 588.51, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 588.51, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 588.51, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.34, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 588.51, + "flow": 0.09, + "inflow": 0, + "volume": 0.35, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 588.51, + "flow": 0.09, + "temperature": 13.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.35 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 588.51, + "flow": 0.09, + "inflow": 0, + "volume": 0.35, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 588.51, + "flow": 0.09, + "inflow": 0, + "volume": 0.35, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 588.51, + "flow": 0.09, + "inflow": 0, + "volume": 0.35, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.35, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 588.51, + "flow": 0.09, + "inflow": 0, + "volume": 0.35, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 588.52, + "flow": 0.09, + "inflow": 0, + "volume": 0.35, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 588.51, + "flow": 0.09, + "temperature": 14.2, + "precipitation": 0, + "inflow": 0, + "volume": 0.35 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 588.52, + "flow": 0.09, + "inflow": 0, + "volume": 0.35, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 588.52, + "flow": 0.09, + "inflow": 0, + "volume": 0.35, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.35, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 588.52, + "flow": 0.08, + "inflow": 0, + "volume": 0.35, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 588.52, + "flow": 0.08, + "temperature": 14.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.35 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 588.52, + "flow": 0.08, + "inflow": 0, + "volume": 0.35, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 588.52, + "flow": 0.08, + "inflow": 0, + "volume": 0.35, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 588.52, + "flow": 0.08, + "inflow": 0, + "volume": 0.35, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.35, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 588.52, + "flow": 0.08, + "inflow": 0, + "volume": 0.35, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 588.52, + "flow": 0.08, + "temperature": 15.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.35 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 588.52, + "flow": 0.08, + "inflow": 0, + "volume": 0.35, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 588.52, + "flow": 0.08, + "inflow": 0, + "volume": 0.35, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 588.52, + "flow": 0.08, + "inflow": 0, + "volume": 0.35, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.35, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 588.52, + "flow": 0.08, + "inflow": 0, + "volume": 0.35, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 588.52, + "flow": 0.08, + "temperature": 16, + "precipitation": 0, + "inflow": 0, + "volume": 0.35 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 588.52, + "flow": 0.08, + "inflow": 0, + "volume": 0.35, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 588.52, + "flow": 0.08, + "inflow": 0, + "volume": 0.35, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 588.52, + "flow": 0.08, + "inflow": 0, + "volume": 0.35, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.35, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 588.52, + "flow": 0.08, + "inflow": 0, + "volume": 0.35, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 588.52, + "flow": 0.08, + "temperature": 16.9, + "precipitation": 0, + "inflow": 0, + "volume": 0.35 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 588.52, + "flow": 0.08, + "inflow": 0, + "volume": 0.35, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 588.52, + "flow": 0.08, + "inflow": 0, + "volume": 0.35, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 588.52, + "flow": 0.08, + "inflow": 0, + "volume": 0.35, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.35, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 588.52, + "flow": 0.08, + "temperature": 17.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.35 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 588.52, + "flow": 0.08, + "temperature": 17.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.35 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 588.52, + "flow": 0.08, + "temperature": 17.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.35 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 588.52, + "flow": 0.08, + "temperature": 17.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.35 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 588.52, + "flow": 0.08, + "temperature": 17.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.35 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 588.53, + "flow": 0.08, + "inflow": 0, + "volume": 0.35, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.35, + "temperature": 19.5, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/STZL.json b/public/data/STZL.json index 2abb10a..efa41fd 100644 --- a/public/data/STZL.json +++ b/public/data/STZL.json @@ -10276,5 +10276,4775 @@ "volume": 9.25, "temperature": 15.1, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 505.61, + "flow": 0.22, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0.04, + "volume": 9.25 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 505.61, + "flow": 0.22, + "temperature": 8.6, + "precipitation": 0, + "inflow": 0.04, + "volume": 9.25 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 505.61, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0, + "volume": 9.25, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.25, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 505.6, + "flow": 0.22, + "temperature": 12, + "precipitation": 0, + "inflow": 0.04, + "volume": 9.25 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.24, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 505.6, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 505.59, + "flow": 0.22, + "temperature": 11.9, + "precipitation": 0, + "inflow": 0.04, + "volume": 9.23 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 9.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 9.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 9.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 9.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 9.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 9.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 8.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 8.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.23, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.23, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.23, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.23, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.23, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.23, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.23, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 505.59, + "flow": 0.22, + "temperature": 10.3, + "precipitation": 0, + "inflow": 0.07, + "volume": 9.22 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 505.59, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 10.7, + "precipitation": 0.7 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 10.3, + "precipitation": 0.9 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 505.58, + "flow": 0.22, + "temperature": 10.2, + "precipitation": 0, + "inflow": 0.07, + "volume": 9.22 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 505.58, + "flow": 0.22, + "temperature": 12, + "precipitation": 0, + "inflow": 0.07, + "volume": 9.22 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 11.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 11.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.22, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 505.58, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.21, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.2, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.2, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.2, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.2, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.2, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.2, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.2, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.2, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.2, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.2, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.2, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.07, + "volume": 9.2, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 8.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 9.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 505.57, + "flow": 0.22, + "temperature": 9.4, + "precipitation": 0.1, + "inflow": 0.04, + "volume": 9.2 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 9.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 9.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 9.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 9.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 505.57, + "flow": 0.24, + "inflow": 0.04, + "volume": 9.2, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 505.57, + "flow": 0.23, + "inflow": 0.04, + "volume": 9.2, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 505.56, + "flow": 0.22, + "temperature": 10.6, + "precipitation": 0, + "inflow": 0.04, + "volume": 9.2 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 505.57, + "flow": 0.22, + "temperature": 10.9, + "precipitation": 0, + "inflow": 0.04, + "volume": 9.2 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 505.57, + "flow": 0.22, + "temperature": 10.9, + "precipitation": 0, + "inflow": 0.04, + "volume": 9.2 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 505.56, + "flow": 0.22, + "temperature": 11, + "precipitation": 0, + "inflow": 0.04, + "volume": 9.2 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 11.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 11.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 11.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 505.56, + "flow": 0.22, + "temperature": 11.2, + "precipitation": 0.2, + "inflow": 0.04, + "volume": 9.2 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 505.57, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 11.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.2, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 505.56, + "flow": 0.22, + "temperature": 13.2, + "precipitation": 0, + "inflow": 0.04, + "volume": 9.19 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.1, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 505.56, + "flow": 0.22, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0.04, + "volume": 9.19 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 505.56, + "flow": 0.22, + "temperature": 12.1, + "precipitation": 0, + "inflow": 0.04, + "volume": 9.19 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 505.56, + "flow": 0.22, + "temperature": 13.2, + "precipitation": 0, + "inflow": 0.04, + "volume": 9.19 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.04, + "volume": 9.19, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.12, + "volume": 9.19, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.12, + "volume": 9.19, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 505.55, + "flow": 0.22, + "inflow": 0.12, + "volume": 9.19, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.12, + "volume": 9.19, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 505.55, + "flow": 0.22, + "inflow": 0.12, + "volume": 9.19, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.12, + "volume": 9.19, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.12, + "volume": 9.19, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 505.55, + "flow": 0.22, + "inflow": 0.12, + "volume": 9.19, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.12, + "volume": 9.19, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.12, + "volume": 9.19, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 505.55, + "flow": 0.22, + "inflow": 0.12, + "volume": 9.19, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 505.55, + "flow": 0.22, + "inflow": 0.12, + "volume": 9.19, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 505.56, + "flow": 0.22, + "inflow": 0.12, + "volume": 9.19, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 505.55, + "flow": 0.22, + "inflow": 0.12, + "volume": 9.19, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 505.55, + "flow": 0.22, + "inflow": 0.12, + "volume": 9.19, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 505.55, + "flow": 0.22, + "temperature": 14.9, + "precipitation": 0, + "inflow": 0.12, + "volume": 9.19 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 505.55, + "flow": 0.22, + "inflow": 0.12, + "volume": 9.19, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 505.55, + "flow": 0.22, + "inflow": 0.12, + "volume": 9.19, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 505.55, + "flow": 0.22, + "inflow": 0.12, + "volume": 9.19, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 505.55, + "flow": 0.22, + "inflow": 0.12, + "volume": 9.19, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 505.55, + "flow": 0.22, + "inflow": 0.12, + "volume": 9.19, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 505.55, + "flow": 0.22, + "inflow": 0.12, + "volume": 9.19, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 505.55, + "flow": 0.22, + "inflow": 0.12, + "volume": 9.19, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 505.55, + "flow": 0.22, + "inflow": 0.12, + "volume": 9.19, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 505.55, + "flow": 0.21, + "inflow": 0.12, + "volume": 9.19, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 505.55, + "flow": 0.22, + "inflow": 0.12, + "volume": 9.19, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 505.55, + "flow": 0.22, + "temperature": 17.2, + "precipitation": 0, + "inflow": 0.12, + "volume": 9.19 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 505.55, + "flow": 0.22, + "inflow": 0.12, + "volume": 9.19, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 505.55, + "flow": 0.22, + "inflow": 0.12, + "volume": 9.19, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 505.55, + "flow": 0.22, + "inflow": 0.12, + "volume": 9.19, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 505.55, + "flow": 0.22, + "temperature": 17.5, + "precipitation": 0, + "inflow": 0.12, + "volume": 9.19 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 505.55, + "flow": 0.22, + "temperature": 17.5, + "precipitation": 0, + "inflow": 0.12, + "volume": 9.19 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 505.55, + "flow": 0.22, + "temperature": 17.5, + "precipitation": 0, + "inflow": 0.12, + "volume": 9.19 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 505.55, + "flow": 0.22, + "temperature": 17.5, + "precipitation": 0, + "inflow": 0.12, + "volume": 9.19 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 505.55, + "flow": 0.22, + "temperature": 17.5, + "precipitation": 0, + "inflow": 0.12, + "volume": 9.19 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 505.55, + "flow": 0.22, + "inflow": 0.12, + "volume": 9.18, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 505.55, + "flow": 0.22, + "inflow": 0.12, + "volume": 9.18, + "temperature": 18.5, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/SVSV.json b/public/data/SVSV.json index 96570a1..ecaf4ae 100644 --- a/public/data/SVSV.json +++ b/public/data/SVSV.json @@ -10258,5 +10258,4748 @@ "volume": 0.41, "temperature": 13, "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 580.53, + "flow": 0.05, + "temperature": 12.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 0, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 580.53, + "flow": 0.05, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 580.53, + "flow": 0.05, + "temperature": 12, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 580.53, + "flow": 0.05, + "temperature": 11.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 0, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 580.54, + "flow": 0.05, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 580.54, + "flow": 0.05, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 580.54, + "flow": 0.05, + "temperature": 11.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 580.54, + "flow": 0.05, + "temperature": 11.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 580.53, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 0, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 580.54, + "flow": 0.05, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 0, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 580.54, + "flow": 0.05, + "temperature": 12, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 580.54, + "flow": 0.05, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 0, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 580.54, + "flow": 0.05, + "temperature": 12.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 0, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 580.54, + "flow": 0.05, + "temperature": 13.3, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 13.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 13.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 580.54, + "flow": 0.05, + "temperature": 13.1, + "precipitation": 0.3, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 0, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.8, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.9, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.9, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 580.54, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.5, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 580.54, + "flow": 0.06, + "temperature": 12.5, + "precipitation": 0.4, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 12.5, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 580.54, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 12, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 11.6, + "precipitation": 1.1 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 12, + "precipitation": 0.9 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 580.54, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 580.54, + "flow": 0.06, + "temperature": 12.2, + "precipitation": 0.2, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 580.54, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 580.55, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 12.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 580.54, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 12.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 12.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 580.55, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 580.55, + "flow": 0.06, + "temperature": 12.2, + "precipitation": 0.2, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 580.55, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 580.55, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 12, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 580.55, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 580.55, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 580.55, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 580.55, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 580.55, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 580.55, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 580.55, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 580.55, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 10.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 580.55, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 10.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 580.55, + "flow": 0.05, + "temperature": 10.8, + "precipitation": 0.2, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 580.55, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 10.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 580.55, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 0, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 580.55, + "flow": 0.05, + "inflow": 0, + "volume": 0.41, + "temperature": 10.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 580.55, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 580.55, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 580.55, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 580.55, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 580.55, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 580.55, + "flow": 0.06, + "temperature": 10.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 580.55, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 580.55, + "flow": 0.06, + "temperature": 10.8, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 580.55, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 580.55, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 56.26, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 580.55, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 580.55, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 580.55, + "flow": 0.06, + "temperature": 10.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 580.55, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 580.55, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 580.55, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 580.55, + "flow": 0.06, + "temperature": 10.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 580.55, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 580.55, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 580.56, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 580.56, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 580.56, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 580.56, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 580.56, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 580.56, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 580.56, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 580.56, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 9.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 580.56, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 9.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 9.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 580.56, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 9.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 9.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 580.56, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 9.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 580.56, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 9.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 580.56, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 9.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 580.56, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 9.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 9.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 0, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 9.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 580.56, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 9.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 580.56, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 9.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 0, + "flow": 0.06, + "temperature": 9.3, + "precipitation": 0.3, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 580.56, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 9.2, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 580.56, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 9.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0, + "volume": 0.41, + "temperature": 9.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 580.56, + "flow": 0.06, + "inflow": 0, + "volume": 0.41, + "temperature": 9.2, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 0, + "flow": 0.07, + "temperature": 9.2, + "precipitation": 0.4, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0, + "volume": 0.41, + "temperature": 9.2, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0, + "volume": 0.41, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0, + "volume": 0.41, + "temperature": 9.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0, + "volume": 0.41, + "temperature": 8.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 580.57, + "flow": 0.07, + "inflow": 0, + "volume": 0.41, + "temperature": 8.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 580.57, + "flow": 0.07, + "temperature": 8.7, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 580.57, + "flow": 0.07, + "inflow": 0, + "volume": 0.41, + "temperature": 8.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 580.57, + "flow": 0.07, + "inflow": 0, + "volume": 0.41, + "temperature": 8.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0, + "volume": 0.41, + "temperature": 8.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 0, + "flow": 0.07, + "inflow": 0, + "volume": 0.41, + "temperature": 8.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 580.57, + "flow": 0.07, + "inflow": 0, + "volume": 0.41, + "temperature": 8.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 580.57, + "flow": 0.07, + "temperature": 8.8, + "precipitation": 0.3, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 580.57, + "flow": 0.08, + "inflow": 0, + "volume": 0.41, + "temperature": 8.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 580.57, + "flow": 0.08, + "inflow": 0, + "volume": 0.41, + "temperature": 8.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 580.57, + "flow": 0.08, + "inflow": 0, + "volume": 0.41, + "temperature": 8.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 0, + "flow": 0.08, + "inflow": 0, + "volume": 0.41, + "temperature": 8.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 580.58, + "flow": 0.08, + "inflow": 0, + "volume": 0.41, + "temperature": 8.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 580.58, + "flow": 0.08, + "temperature": 8.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 580.58, + "flow": 0.08, + "inflow": 0, + "volume": 0.41, + "temperature": 8.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 8.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 580.58, + "flow": 0.09, + "temperature": 8.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 580.58, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 0, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 580.59, + "flow": 0.1, + "temperature": 9.2, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 0, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 580.59, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 580.59, + "flow": 0.11, + "temperature": 9.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 580.59, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 580.59, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 580.59, + "flow": 0.11, + "temperature": 9.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 0, + "flow": 0.13, + "inflow": 0, + "volume": 0.41, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 580.59, + "flow": 0.13, + "inflow": 0, + "volume": 0.41, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 580.59, + "flow": 0.13, + "temperature": 10.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 580.59, + "flow": 0.13, + "inflow": 0, + "volume": 0.41, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 580.59, + "flow": 0.12, + "inflow": 0, + "volume": 0.41, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 580.59, + "flow": 0.12, + "inflow": 0, + "volume": 0.41, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 0, + "flow": 0.13, + "inflow": 0, + "volume": 0.41, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 580.59, + "flow": 0.14, + "inflow": 0, + "volume": 0.41, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 580.59, + "flow": 0.14, + "inflow": 0, + "volume": 0.41, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 580.59, + "flow": 0.14, + "inflow": 0, + "volume": 0.41, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 580.59, + "flow": 0.14, + "inflow": 0, + "volume": 0.41, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 580.59, + "flow": 0.14, + "inflow": 0, + "volume": 0.41, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 0, + "flow": 0.14, + "inflow": 0, + "volume": 0.41, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 580.59, + "flow": 0.14, + "inflow": 0, + "volume": 0.41, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 580.6, + "flow": 0.15, + "inflow": 0, + "volume": 0.41, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 580.6, + "flow": 0.16, + "inflow": 0, + "volume": 0.41, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 580.6, + "flow": 0.15, + "inflow": 0, + "volume": 0.41, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 580.6, + "flow": 0.16, + "inflow": 0, + "volume": 0.41, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 580.6, + "flow": 0.15, + "inflow": 0, + "volume": 0.41, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 580.6, + "flow": 0.16, + "inflow": 0, + "volume": 0.41, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 580.6, + "flow": 0.16, + "temperature": 11.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 580.6, + "flow": 0.16, + "inflow": 0, + "volume": 0.41, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 580.6, + "flow": 0.15, + "inflow": 0, + "volume": 0.41, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 580.6, + "flow": 0.16, + "inflow": 0, + "volume": 0.41, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 0, + "flow": 0.16, + "inflow": 0, + "volume": 0.41, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 580.6, + "flow": 0.19, + "inflow": 0, + "volume": 0.42, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 580.6, + "flow": 0.2, + "inflow": 0, + "volume": 0.42, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 580.6, + "flow": 0.18, + "inflow": 0, + "volume": 0.42, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 580.6, + "flow": 0.17, + "inflow": 0, + "volume": 0.42, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 0, + "flow": 0.17, + "inflow": 0, + "volume": 0.42, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 0, + "flow": 0.18, + "inflow": 0, + "volume": 0.42, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 580.6, + "flow": 0.18, + "inflow": 0, + "volume": 0.42, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 580.6, + "flow": 0.18, + "inflow": 0, + "volume": 0.42, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 580.6, + "flow": 0.17, + "temperature": 14.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.42 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 580.6, + "flow": 0.17, + "inflow": 0, + "volume": 0.42, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 580.6, + "flow": 0.17, + "inflow": 0, + "volume": 0.42, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 580.6, + "flow": 0.17, + "inflow": 0, + "volume": 0.42, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 580.6, + "flow": 0.17, + "inflow": 0, + "volume": 0.42, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 580.6, + "flow": 0.17, + "temperature": 14.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.42 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 580.6, + "flow": 0.17, + "inflow": 0, + "volume": 0.42, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 580.6, + "flow": 0.17, + "inflow": 0, + "volume": 0.42, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 580.6, + "flow": 0.16, + "inflow": 0, + "volume": 0.42, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 0, + "flow": 0.17, + "inflow": 0, + "volume": 0.42, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 580.6, + "flow": 0.18, + "inflow": 0, + "volume": 0.42, + "temperature": 12.4, + "precipitation": 1.2 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 580.6, + "flow": 0.17, + "inflow": 0, + "volume": 0.42, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 580.6, + "flow": 0.17, + "inflow": 0, + "volume": 0.42, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 580.6, + "flow": 0.17, + "temperature": 12.9, + "precipitation": 0, + "inflow": 0, + "volume": 0.42 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 580.6, + "flow": 0.17, + "inflow": 0, + "volume": 0.42, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 0, + "flow": 0.17, + "inflow": 0, + "volume": 0.42, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 580.6, + "flow": 0.17, + "inflow": 0, + "volume": 0.42, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 580.6, + "flow": 0.17, + "inflow": 0, + "volume": 0.42, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 580.6, + "flow": 0.17, + "inflow": 0, + "volume": 0.42, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 580.6, + "flow": 0.16, + "inflow": 0, + "volume": 0.42, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 580.6, + "flow": 0.17, + "inflow": 0, + "volume": 0.42, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 0, + "flow": 0.17, + "inflow": 0, + "volume": 0.42, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 580.6, + "flow": 0.16, + "inflow": 0, + "volume": 0.42, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 580.6, + "flow": 0.16, + "temperature": 11.9, + "precipitation": 0, + "inflow": 0, + "volume": 0.42 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 580.6, + "flow": 0.16, + "inflow": 0, + "volume": 0.42, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 580.6, + "flow": 0.16, + "inflow": 0, + "volume": 0.42, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 580.6, + "flow": 0.16, + "inflow": 0, + "volume": 0.42, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 0, + "flow": 0.16, + "inflow": 0, + "volume": 0.42, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 580.6, + "flow": 0.16, + "inflow": 0, + "volume": 0.41, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 580.6, + "flow": 0.16, + "temperature": 11.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 580.6, + "flow": 0.16, + "inflow": 0, + "volume": 0.41, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 580.6, + "flow": 0.16, + "inflow": 0, + "volume": 0.41, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 580.6, + "flow": 0.15, + "inflow": 0, + "volume": 0.41, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 580.6, + "flow": 0.16, + "inflow": 0, + "volume": 0.41, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 580.6, + "flow": 0.16, + "inflow": 0, + "volume": 0.41, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 580.6, + "flow": 0.16, + "temperature": 11.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 580.6, + "flow": 0.15, + "inflow": 0, + "volume": 0.41, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 580.6, + "flow": 0.15, + "inflow": 0, + "volume": 0.41, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 580.6, + "flow": 0.15, + "temperature": 10.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 0, + "flow": 0.15, + "inflow": 0, + "volume": 0.41, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 580.6, + "flow": 0.15, + "inflow": 0, + "volume": 0.41, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 580.6, + "flow": 0.15, + "inflow": 0, + "volume": 0.41, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 580.6, + "flow": 0.15, + "inflow": 0, + "volume": 0.41, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 580.6, + "flow": 0.15, + "inflow": 0, + "volume": 0.41, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 580.6, + "flow": 0.15, + "inflow": 0, + "volume": 0.41, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 580.6, + "flow": 0.15, + "inflow": 0, + "volume": 0.41, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 580.6, + "flow": 0.15, + "inflow": 0, + "volume": 0.41, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 580.6, + "flow": 0.15, + "temperature": 8.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 580.59, + "flow": 0.15, + "inflow": 0, + "volume": 0.41, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 580.59, + "flow": 0.14, + "inflow": 0, + "volume": 0.41, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 580.6, + "flow": 0.14, + "inflow": 0, + "volume": 0.41, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 580.6, + "flow": 0.14, + "inflow": 0, + "volume": 0.41, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 580.59, + "flow": 0.14, + "inflow": 0, + "volume": 0.41, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 580.59, + "flow": 0.14, + "inflow": 0, + "volume": 0.41, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 580.59, + "flow": 0.14, + "temperature": 8, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 580.59, + "flow": 0.14, + "inflow": 0, + "volume": 0.41, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 580.59, + "flow": 0.14, + "inflow": 0, + "volume": 0.41, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 0, + "flow": 0.14, + "inflow": 0, + "volume": 0.41, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 580.59, + "flow": 0.14, + "inflow": 0, + "volume": 0.41, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 580.59, + "flow": 0.14, + "temperature": 7.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 580.59, + "flow": 0.14, + "inflow": 0, + "volume": 0.41, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 580.59, + "flow": 0.14, + "inflow": 0, + "volume": 0.41, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 580.59, + "flow": 0.13, + "inflow": 0, + "volume": 0.41, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 580.59, + "flow": 0.13, + "inflow": 0, + "volume": 0.41, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 580.59, + "flow": 0.13, + "inflow": 0, + "volume": 0.41, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 580.59, + "flow": 0.13, + "temperature": 7.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 580.59, + "flow": 0.13, + "inflow": 0, + "volume": 0.41, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 580.59, + "flow": 0.13, + "inflow": 0, + "volume": 0.41, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 580.59, + "flow": 0.13, + "temperature": 7, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 0, + "flow": 0.13, + "inflow": 0, + "volume": 0.41, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 580.59, + "flow": 0.13, + "inflow": 0, + "volume": 0.41, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 580.59, + "flow": 0.13, + "inflow": 0, + "volume": 0.41, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 580.59, + "flow": 0.13, + "inflow": 0, + "volume": 0.41, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 580.59, + "flow": 0.13, + "inflow": 0, + "volume": 0.41, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 580.59, + "flow": 0.13, + "inflow": 0, + "volume": 0.41, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 0, + "flow": 0.12, + "inflow": 0, + "volume": 0.41, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 580.59, + "flow": 0.12, + "inflow": 0, + "volume": 0.41, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 580.59, + "flow": 0.12, + "inflow": 0, + "volume": 0.41, + "temperature": 6.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 580.59, + "flow": 0.12, + "inflow": 0, + "volume": 0.41, + "temperature": 6.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 580.59, + "flow": 0.12, + "inflow": 0, + "volume": 0.41, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 580.59, + "flow": 0.12, + "inflow": 0, + "volume": 0.41, + "temperature": 6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 580.59, + "flow": 0.12, + "inflow": 0, + "volume": 0.41, + "temperature": 5.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 580.59, + "flow": 0.12, + "inflow": 0, + "volume": 0.41, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 580.59, + "flow": 0.12, + "temperature": 5.8, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 580.59, + "flow": 0.12, + "inflow": 0, + "volume": 0.41, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 580.59, + "flow": 0.12, + "inflow": 0, + "volume": 0.41, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 580.59, + "flow": 0.12, + "inflow": 0, + "volume": 0.41, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 0, + "flow": 0.12, + "inflow": 0, + "volume": 0.41, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 580.59, + "flow": 0.12, + "inflow": 0, + "volume": 0.41, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 580.59, + "flow": 0.12, + "inflow": 0, + "volume": 0.41, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 580.59, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 580.59, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 580.59, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 5.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 0, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 5.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 580.59, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 580.59, + "flow": 0.11, + "temperature": 6.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 580.59, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 580.59, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 580.59, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 0, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 580.59, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 580.59, + "flow": 0.11, + "temperature": 7.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 580.59, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 580.59, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 580.59, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 0, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 580.59, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 580.59, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 580.59, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 580.59, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 580.59, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 0, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 580.59, + "flow": 0.1, + "temperature": 10.9, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 580.59, + "flow": 0.1, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 580.59, + "flow": 0.1, + "temperature": 13, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 580.59, + "flow": 0.1, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 0, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 0, + "flow": 0.1, + "temperature": 13.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 580.59, + "flow": 0.1, + "temperature": 14.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 580.59, + "flow": 0.1, + "temperature": 14.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 0, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 580.59, + "flow": 0.1, + "temperature": 13.9, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 580.58, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 580.58, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 0, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 580.58, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 580.58, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 580.58, + "flow": 0.09, + "temperature": 12.8, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 580.59, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 580.59, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 580.58, + "flow": 0.09, + "temperature": 12.1, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 12.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 12, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 12, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 580.58, + "flow": 0.09, + "temperature": 11.8, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 580.58, + "flow": 0.09, + "temperature": 11.7, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 580.58, + "flow": 0.09, + "temperature": 11.7, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 580.58, + "flow": 0.09, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 580.58, + "flow": 0.09, + "temperature": 11.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 580.58, + "flow": 0.09, + "temperature": 11.8, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 580.58, + "flow": 0.09, + "temperature": 11.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 580.58, + "flow": 0.09, + "temperature": 11.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.9, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 11.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 0, + "flow": 0.09, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 580.59, + "flow": 0.1, + "temperature": 12.3, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 0, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 580.59, + "flow": 0.1, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 580.58, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 580.58, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 0, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 580.58, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 580.58, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 580.58, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 580.59, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 580.59, + "flow": 0.09, + "temperature": 13, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 580.59, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 580.59, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 580.58, + "flow": 0.09, + "temperature": 13.5, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 580.58, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 580.58, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 580.59, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 0, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 580.59, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 580.59, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 580.58, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 580.59, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 580.59, + "flow": 0.09, + "inflow": 0, + "volume": 0.41, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 0, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 580.59, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 580.59, + "flow": 0.12, + "temperature": 15.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 580.59, + "flow": 0.12, + "inflow": 0, + "volume": 0.41, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 580.59, + "flow": 0.12, + "inflow": 0, + "volume": 0.41, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 580.59, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 580.59, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 580.59, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 580.59, + "flow": 0.11, + "temperature": 16.1, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 580.59, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 580.59, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 0, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 580.59, + "flow": 0.11, + "temperature": 16.2, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 580.59, + "flow": 0.11, + "temperature": 16.2, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 580.59, + "flow": 0.11, + "temperature": 16.2, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 580.59, + "flow": 0.11, + "temperature": 16.2, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 580.59, + "flow": 0.11, + "temperature": 16.2, + "precipitation": 0, + "inflow": 0, + "volume": 0.41 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 0, + "flow": 0.11, + "inflow": 0, + "volume": 0.41, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 0, + "flow": 0.1, + "inflow": 0, + "volume": 0.41, + "temperature": 15.7, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/TRTR.json b/public/data/TRTR.json index bf30e6e..edc830f 100644 --- a/public/data/TRTR.json +++ b/public/data/TRTR.json @@ -10276,5 +10276,4757 @@ "volume": 5.16, "temperature": 14.2, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 412.8, + "flow": 0.34, + "temperature": 14, + "precipitation": 0, + "inflow": 0.31, + "volume": 5.16 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 412.79, + "flow": 0.34, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0.31, + "volume": 5.16 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 412.79, + "flow": 0.34, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0.31, + "volume": 5.16 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.15, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.15, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.15, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.15, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 412.79, + "flow": 0.34, + "temperature": 12, + "precipitation": 0, + "inflow": 0.31, + "volume": 5.15 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.15, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 412.79, + "flow": 0.34, + "temperature": 12.5, + "precipitation": 0, + "inflow": 0.31, + "volume": 5.16 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 412.79, + "flow": 0.34, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0.31, + "volume": 5.16 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.16, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.15, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.15, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.15, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.15, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.15, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.31, + "volume": 5.15, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 13.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 13.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 412.79, + "flow": 0.33, + "inflow": 0.28, + "volume": 5.15, + "temperature": 13, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 412.79, + "flow": 0.33, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 412.79, + "flow": 0.34, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0.28, + "volume": 5.16 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.15, + "temperature": 12.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 12, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 12, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.7, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.7, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 412.79, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.6, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.6, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.6, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 412.8, + "flow": 0.35, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 412.8, + "flow": 0.36, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 412.8, + "flow": 0.35, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 412.8, + "flow": 0.34, + "temperature": 11.7, + "precipitation": 0.2, + "inflow": 0.28, + "volume": 5.16 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 10.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 10.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 10.9, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 10.9, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 10.9, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 10.9, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 10.9, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 10.9, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 10.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 10.9, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 10.9, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 10.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 10.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 412.8, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 10.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.16, + "temperature": 10.8, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 412.8, + "flow": 0.36, + "inflow": 0.28, + "volume": 5.16, + "temperature": 10.7, + "precipitation": 1.6 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 412.81, + "flow": 0.36, + "inflow": 0.28, + "volume": 5.16, + "temperature": 10.3, + "precipitation": 1.6 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 412.81, + "flow": 0.36, + "inflow": 0.28, + "volume": 5.17, + "temperature": 10.3, + "precipitation": 1.1 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 412.81, + "flow": 0.35, + "inflow": 0.28, + "volume": 5.17, + "temperature": 10.3, + "precipitation": 0.8 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 412.81, + "flow": 0.35, + "inflow": 0.28, + "volume": 5.17, + "temperature": 10.3, + "precipitation": 0.8 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 412.81, + "flow": 0.35, + "inflow": 0.28, + "volume": 5.17, + "temperature": 10.3, + "precipitation": 1.2 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 412.81, + "flow": 0.36, + "inflow": 0.28, + "volume": 5.17, + "temperature": 10.2, + "precipitation": 1.5 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 412.81, + "flow": 0.35, + "inflow": 0.28, + "volume": 5.17, + "temperature": 10.2, + "precipitation": 1.5 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 412.81, + "flow": 0.35, + "inflow": 0.28, + "volume": 5.17, + "temperature": 10.2, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 412.81, + "flow": 0.35, + "inflow": 0.28, + "volume": 5.17, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 412.81, + "flow": 0.35, + "inflow": 0.28, + "volume": 5.17, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.17, + "temperature": 10, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.17, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.17, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.17, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.17, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.17, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.17, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.17, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.17, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.17, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.17, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.17, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 412.81, + "flow": 0.34, + "temperature": 9.1, + "precipitation": 0, + "inflow": 0.28, + "volume": 5.17 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.17, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.17, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.17, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.17, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.17, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.17, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.17, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.28, + "volume": 5.17, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.17, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.17, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.17, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.17, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.17, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.17, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.17, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.17, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 412.81, + "flow": 0.33, + "inflow": 0.53, + "volume": 5.17, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.17, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 412.82, + "flow": 0.34, + "temperature": 10.8, + "precipitation": 0, + "inflow": 0.53, + "volume": 5.17 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.17, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.17, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.17, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.17, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.17, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 412.81, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.17, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.17, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.17, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.17, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.17, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.17, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.17, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.17, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.17, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.17, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.17, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.17, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.17, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.17, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.18, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.18, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.18, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.18, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.18, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 412.82, + "flow": 0.33, + "inflow": 0.53, + "volume": 5.18, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.18, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.18, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.18, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.18, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.18, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 412.82, + "flow": 0.33, + "inflow": 0.53, + "volume": 5.18, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.18, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.18, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 412.82, + "flow": 0.33, + "temperature": 14.2, + "precipitation": 0, + "inflow": 0.53, + "volume": 5.18 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.18, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 412.83, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.18, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.18, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 412.83, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.18, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 412.82, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.18, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 412.83, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.18, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 412.83, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.18, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 412.83, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.18, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 412.83, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.18, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 412.83, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.18, + "temperature": 14.1, + "precipitation": 1.3 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 412.83, + "flow": 0.33, + "temperature": 14.1, + "precipitation": 1.3, + "inflow": 0.53, + "volume": 5.18 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 412.83, + "flow": 0.33, + "inflow": 0.53, + "volume": 5.18, + "temperature": 13.4, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 412.83, + "flow": 0.33, + "temperature": 13.4, + "precipitation": 0.5, + "inflow": 0.53, + "volume": 5.18 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 412.83, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.18, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 412.83, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.18, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 412.83, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 412.83, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 412.83, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 412.83, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 412.83, + "flow": 0.33, + "inflow": 0.53, + "volume": 5.19, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 412.83, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 412.83, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 412.83, + "flow": 0.33, + "inflow": 0.53, + "volume": 5.19, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 412.83, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 412.83, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 412.83, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 412.83, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 412.83, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 412.83, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 412.84, + "flow": 0.34, + "temperature": 10.7, + "precipitation": 0, + "inflow": 0.53, + "volume": 5.19 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 412.83, + "flow": 0.33, + "inflow": 0.53, + "volume": 5.19, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 412.84, + "flow": 0.34, + "temperature": 9.7, + "precipitation": 0, + "inflow": 0.53, + "volume": 5.19 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 412.84, + "flow": 0.34, + "temperature": 9.4, + "precipitation": 0, + "inflow": 0.53, + "volume": 5.19 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.19, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 412.84, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 412.85, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 412.85, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 412.85, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 412.85, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 412.85, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 412.85, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 412.85, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 412.85, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 412.85, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 412.85, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 412.85, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 412.85, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 412.85, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 412.85, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 412.85, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 412.85, + "flow": 0.34, + "temperature": 7.6, + "precipitation": 0, + "inflow": 0.53, + "volume": 5.2 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 412.85, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 412.85, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 412.85, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 412.85, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 412.85, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 412.85, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 412.85, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 412.85, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 412.85, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 412.85, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 412.85, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 412.85, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 412.85, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 412.85, + "flow": 0.34, + "temperature": 7.9, + "precipitation": 0, + "inflow": 0.53, + "volume": 5.2 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 412.86, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 412.85, + "flow": 0.34, + "inflow": 0.53, + "volume": 5.2, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 412.86, + "flow": 0.34, + "inflow": 0, + "volume": 5.2, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 412.86, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.2, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 412.86, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.2, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 412.86, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.2, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 412.86, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.2, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 412.86, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.2, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 412.86, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 412.86, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 412.86, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 412.86, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 412.86, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 0, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 412.86, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 412.86, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 412.86, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 412.86, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 412.86, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 412.86, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 412.86, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 412.86, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 412.86, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 412.86, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 412.86, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 412.86, + "flow": 0.34, + "temperature": 13.5, + "precipitation": 0, + "inflow": 0.73, + "volume": 5.21 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 412.86, + "flow": 0.34, + "temperature": 13.5, + "precipitation": 0, + "inflow": 0.73, + "volume": 5.21 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 412.86, + "flow": 0.34, + "temperature": 13.7, + "precipitation": 0, + "inflow": 0.73, + "volume": 5.21 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 412.87, + "flow": 0.34, + "temperature": 14.5, + "precipitation": 0, + "inflow": 0.73, + "volume": 5.21 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 412.87, + "flow": 0.33, + "inflow": 0.73, + "volume": 5.21, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.21, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 412.87, + "flow": 0.34, + "temperature": 13.2, + "precipitation": 0.1, + "inflow": 0.73, + "volume": 5.22 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 412.87, + "flow": 0.34, + "temperature": 13.1, + "precipitation": 0.1, + "inflow": 0.73, + "volume": 5.22 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 12.9, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 412.87, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 12.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 12.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 12.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 412.88, + "flow": 0.34, + "temperature": 12.8, + "precipitation": 0, + "inflow": 0.73, + "volume": 5.22 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 412.88, + "flow": 0.34, + "temperature": 13, + "precipitation": 0.2, + "inflow": 0.73, + "volume": 5.22 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.22, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 412.88, + "flow": 0.34, + "temperature": 13.3, + "precipitation": 0.1, + "inflow": 0.73, + "volume": 5.23 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 412.88, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 412.89, + "flow": 0.34, + "temperature": 13.5, + "precipitation": 0.2, + "inflow": 0.73, + "volume": 5.23 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 412.89, + "flow": 0.34, + "temperature": 13.5, + "precipitation": 0.1, + "inflow": 0.73, + "volume": 5.23 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 412.89, + "flow": 0.36, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 412.89, + "flow": 0.36, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 412.89, + "flow": 0.36, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 412.89, + "flow": 0.36, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 412.89, + "flow": 0.35, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 412.89, + "flow": 0.35, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 412.89, + "flow": 0.35, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.73, + "volume": 5.23, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 412.89, + "flow": 0.33, + "inflow": 0.69, + "volume": 5.23, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 412.9, + "flow": 0.33, + "inflow": 0.69, + "volume": 5.23, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 412.89, + "flow": 0.33, + "temperature": 14.5, + "precipitation": 0, + "inflow": 0.69, + "volume": 5.23 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 412.9, + "flow": 0.34, + "inflow": 0.69, + "volume": 5.23, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 412.89, + "flow": 0.33, + "inflow": 0.69, + "volume": 5.23, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 412.9, + "flow": 0.34, + "inflow": 0.69, + "volume": 5.23, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 412.89, + "flow": 0.33, + "inflow": 0.69, + "volume": 5.23, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 412.9, + "flow": 0.33, + "inflow": 0.69, + "volume": 5.23, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.69, + "volume": 5.23, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 412.9, + "flow": 0.34, + "inflow": 0.69, + "volume": 5.23, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 412.9, + "flow": 0.34, + "inflow": 0.69, + "volume": 5.23, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.69, + "volume": 5.23, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 412.9, + "flow": 0.34, + "inflow": 0.69, + "volume": 5.24, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.69, + "volume": 5.24, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 412.9, + "flow": 0.34, + "inflow": 0.69, + "volume": 5.24, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 412.9, + "flow": 0.34, + "inflow": 0.69, + "volume": 5.24, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 412.9, + "flow": 0.34, + "inflow": 0.69, + "volume": 5.24, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 412.89, + "flow": 0.34, + "inflow": 0.69, + "volume": 5.24, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 412.9, + "flow": 0.34, + "inflow": 0.69, + "volume": 5.24, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 412.9, + "flow": 0.34, + "inflow": 0.69, + "volume": 5.24, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 412.9, + "flow": 0.34, + "inflow": 0.69, + "volume": 5.24, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 412.9, + "flow": 0.33, + "inflow": 0.69, + "volume": 5.24, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 412.9, + "flow": 0.33, + "inflow": 0.69, + "volume": 5.24, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 412.9, + "flow": 0.34, + "inflow": 0.69, + "volume": 5.24, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 412.9, + "flow": 0.33, + "inflow": 0.69, + "volume": 5.24, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 412.9, + "flow": 0.34, + "inflow": 0.69, + "volume": 5.24, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 412.9, + "flow": 0.34, + "inflow": 0.69, + "volume": 5.24, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 412.9, + "flow": 0.34, + "inflow": 0.69, + "volume": 5.24, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 412.9, + "flow": 0.33, + "inflow": 0.69, + "volume": 5.24, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 412.9, + "flow": 0.34, + "inflow": 0.69, + "volume": 5.24, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 412.9, + "flow": 0.33, + "temperature": 17.9, + "precipitation": 0, + "inflow": 0.69, + "volume": 5.24 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 412.9, + "flow": 0.34, + "temperature": 17.9, + "precipitation": 0, + "inflow": 0.69, + "volume": 5.24 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 412.9, + "flow": 0.34, + "temperature": 17.9, + "precipitation": 0, + "inflow": 0.69, + "volume": 5.24 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 412.9, + "flow": 0.34, + "temperature": 17.9, + "precipitation": 0, + "inflow": 0.69, + "volume": 5.24 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 412.9, + "flow": 0.34, + "temperature": 17.9, + "precipitation": 0, + "inflow": 0.69, + "volume": 5.24 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 412.9, + "flow": 0.34, + "inflow": 0.69, + "volume": 5.24, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 412.91, + "flow": 0.33, + "inflow": 0.69, + "volume": 5.24, + "temperature": 18.7, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/UHNY.json b/public/data/UHNY.json index 27d3e2e..16f6222 100644 --- a/public/data/UHNY.json +++ b/public/data/UHNY.json @@ -10271,10 +10271,4762 @@ { "timestamp": "2026-06-09T18:30:00.000Z", "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0.61, + "volume": 15.3 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "temperature": 11.3, + "precipitation": 0, + "inflow": 0.61, + "volume": 15.3 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 520.31, "flow": 0, "inflow": 0.61, "volume": 15.3, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.61, + "volume": 15.3, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.61, + "volume": 15.3, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.61, + "volume": 15.3, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "temperature": 11.1, + "precipitation": 0, + "inflow": 0.61, + "volume": 15.3 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.61, + "volume": 15.3, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.61, + "volume": 15.3, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.61, + "volume": 15.3, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 520.31, + "flow": 0.72, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 520.31, + "flow": 0.72, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "temperature": 10.5, + "precipitation": 0, + "inflow": 0.61, + "volume": 15.3 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "temperature": 10.4, + "precipitation": 0, + "inflow": 0.61, + "volume": 15.3 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "temperature": 9.9, + "precipitation": 0, + "inflow": 0.61, + "volume": 15.3 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.61, + "volume": 15.3, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0, + "volume": 15.3, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.3, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.3, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.3, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.3, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.81, + "volume": 15.3, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.3, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.3, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.3, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.3, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.3, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 520.3, + "flow": 0, + "inflow": 0.81, + "volume": 15.3, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 520.3, + "flow": 0, + "inflow": 0.81, + "volume": 15.29, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 520.3, + "flow": 0.73, + "temperature": 11.5, + "precipitation": 0.1, + "inflow": 0.81, + "volume": 15.29 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 11.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 520.3, + "flow": 0.73, + "temperature": 10.8, + "precipitation": 0.2, + "inflow": 0.81, + "volume": 15.29 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 520.3, + "flow": 0, + "inflow": 0.81, + "volume": 15.29, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 520.3, + "flow": 0.73, + "temperature": 10, + "precipitation": 0.1, + "inflow": 0.81, + "volume": 15.29 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 520.3, + "flow": 0, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 520.3, + "flow": 0.43, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 520.3, + "flow": 0.36, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 520.3, + "flow": 0.26, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 520.3, + "flow": 0.51, + "inflow": 0.81, + "volume": 15.29, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 520.3, + "flow": 0, + "inflow": 0.81, + "volume": 15.29, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 520.3, + "flow": 0.58, + "inflow": 0.81, + "volume": 15.29, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 520.3, + "flow": 0.9, + "inflow": 0.81, + "volume": 15.29, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 520.3, + "flow": 0.92, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 520.3, + "flow": 0.74, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 520.3, + "flow": 0, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 520.3, + "flow": 0.98, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 520.3, + "flow": 0.98, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 520.3, + "flow": 1.02, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 520.3, + "flow": 0.96, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 520.3, + "flow": 0.74, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 520.3, + "flow": 0, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 520.3, + "flow": 0.72, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 520.3, + "flow": 0.71, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 520.3, + "flow": 0.72, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 520.3, + "flow": 0.72, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 520.3, + "flow": 0.72, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 520.3, + "flow": 0.72, + "inflow": 0.81, + "volume": 15.29, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 520.3, + "flow": 0.72, + "temperature": 10, + "precipitation": 0.1, + "inflow": 0.81, + "volume": 15.29 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 520.3, + "flow": 0.72, + "inflow": 0.81, + "volume": 15.29, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 520.3, + "flow": 0.72, + "inflow": 0.81, + "volume": 15.29, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 520.3, + "flow": 0.72, + "inflow": 0.81, + "volume": 15.29, + "temperature": 9.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 520.3, + "flow": 0.72, + "inflow": 0.81, + "volume": 15.29, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 520.3, + "flow": 0, + "inflow": 0.81, + "volume": 15.29, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 520.3, + "flow": 0.72, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8.9, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 520.3, + "flow": 0.72, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8.8, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8.8, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 520.3, + "flow": 0.72, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 520.3, + "flow": 0, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 520.3, + "flow": 0.72, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 520.3, + "flow": 0.72, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 520.3, + "flow": 0.72, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 520.3, + "flow": 0, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 520.3, + "flow": 0, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 520.3, + "flow": 0, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 520.3, + "flow": 0, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 520.3, + "flow": 0, + "inflow": 0.81, + "volume": 15.29, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 7.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 7.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 520.3, + "flow": 0.72, + "inflow": 0.81, + "volume": 15.29, + "temperature": 7.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 7.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 520.3, + "flow": 0, + "inflow": 0.81, + "volume": 15.29, + "temperature": 7.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 7.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 7.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 7.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 520.3, + "flow": 0, + "inflow": 0.81, + "volume": 15.29, + "temperature": 7.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 520.3, + "flow": 0, + "inflow": 0.81, + "volume": 15.29, + "temperature": 7.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 520.3, + "flow": 0, + "inflow": 0.81, + "volume": 15.29, + "temperature": 6.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 6.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 6.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 6.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 6.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 6.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.81, + "volume": 15.29, + "temperature": 6.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.3, + "temperature": 6.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.3, + "temperature": 6.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.3, + "temperature": 6.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.3, + "temperature": 6.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.3, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 520.3, + "flow": 0, + "inflow": 0.81, + "volume": 15.3, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.3, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.3, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 520.3, + "flow": 0.72, + "inflow": 0.81, + "volume": 15.3, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.3, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.3, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 520.3, + "flow": 0, + "inflow": 0.81, + "volume": 15.3, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 520.3, + "flow": 0.73, + "temperature": 6.8, + "precipitation": 0, + "inflow": 0.81, + "volume": 15.29 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 520.3, + "flow": 0, + "inflow": 0.81, + "volume": 15.29, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.81, + "volume": 15.29, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 520.3, + "flow": 0, + "inflow": 0.81, + "volume": 15.29, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 520.3, + "flow": 0, + "inflow": 0.79, + "volume": 15.29, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 520.3, + "flow": 0.73, + "temperature": 7.6, + "precipitation": 0, + "inflow": 0.79, + "volume": 15.29 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 520.3, + "flow": 0, + "inflow": 0.79, + "volume": 15.29, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 7.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 520.3, + "flow": 0, + "inflow": 0.79, + "volume": 15.29, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 520.3, + "flow": 0.72, + "inflow": 0.79, + "volume": 15.29, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.79, + "volume": 15.29, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 520.3, + "flow": 0.72, + "inflow": 0.79, + "volume": 15.29, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 520.3, + "flow": 0, + "inflow": 0.79, + "volume": 15.29, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.79, + "volume": 15.3, + "temperature": 9.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 520.3, + "flow": 0.72, + "inflow": 0.79, + "volume": 15.29, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 520.3, + "flow": 0, + "inflow": 0.79, + "volume": 15.29, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "temperature": 11, + "precipitation": 0, + "inflow": 0.79, + "volume": 15.29 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, "temperature": 11.8, "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.79, + "volume": 15.29, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.79, + "volume": 15.29, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "temperature": 10.3, + "precipitation": 0, + "inflow": 0.79, + "volume": 15.3 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 520.31, + "flow": 0.72, + "inflow": 0.79, + "volume": 15.3, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "temperature": 9.6, + "precipitation": 0, + "inflow": 0.79, + "volume": 15.3 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.79, + "volume": 15.3, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.79, + "volume": 15.3, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 520.3, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 8.7, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 8.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 8.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.29, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.79, + "volume": 15.29, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.79, + "volume": 15.3, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 9.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 520.31, + "flow": 0.72, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "temperature": 8.9, + "precipitation": 0.1, + "inflow": 0.79, + "volume": 15.3 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 520.31, + "flow": 0.72, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 7.9, + "precipitation": 1.2 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.79, + "volume": 15.3, + "temperature": 7.9, + "precipitation": 1.2 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.2, + "precipitation": 1 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "temperature": 8.2, + "precipitation": 1, + "inflow": 0.79, + "volume": 15.3 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.2, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.79, + "volume": 15.3, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.79, + "volume": 15.3, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "temperature": 7.9, + "precipitation": 0, + "inflow": 0.79, + "volume": 15.3 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.79, + "volume": 15.3, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "temperature": 8.1, + "precipitation": 0.1, + "inflow": 0.79, + "volume": 15.3 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.79, + "volume": 15.3, + "temperature": 8.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 8.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.94, + "volume": 15.3, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.94, + "volume": 15.3, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 520.31, + "flow": 0.72, + "inflow": 0.94, + "volume": 15.3, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.94, + "volume": 15.3, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.94, + "volume": 15.3, + "temperature": 9.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "temperature": 9.2, + "precipitation": 0.1, + "inflow": 0.94, + "volume": 15.3 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 9.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 9.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "temperature": 9.1, + "precipitation": 0.1, + "inflow": 0.94, + "volume": 15.3 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 9.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.94, + "volume": 15.3, + "temperature": 9.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 9.3, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 9.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 9.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 9.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "temperature": 9.5, + "precipitation": 0.2, + "inflow": 0.94, + "volume": 15.3 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.94, + "volume": 15.3, + "temperature": 9.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 9.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 9.7, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 9.7, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 9.9, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 10, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.94, + "volume": 15.31, + "temperature": 10, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 10.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 10.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 10.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 10.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 10.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.94, + "volume": 15.3, + "temperature": 10.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 10.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "temperature": 10.2, + "precipitation": 0.2, + "inflow": 0.94, + "volume": 15.3 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 10.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "temperature": 10.3, + "precipitation": 0.3, + "inflow": 0.94, + "volume": 15.3 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.94, + "volume": 15.3, + "temperature": 10.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 10.3, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 10.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 520.31, + "flow": 0.72, + "inflow": 0.94, + "volume": 15.31, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.94, + "volume": 15.31, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.94, + "volume": 15.31, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.94, + "volume": 15.31, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 520.31, + "flow": 0.72, + "inflow": 0.94, + "volume": 15.3, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 520.31, + "flow": 0.72, + "temperature": 11.1, + "precipitation": 0.1, + "inflow": 0.94, + "volume": 15.3 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.3, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.94, + "volume": 15.3, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 520.31, + "flow": 0.72, + "inflow": 0.94, + "volume": 15.31, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.94, + "volume": 15.31, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.94, + "volume": 15.31, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.94, + "volume": 15.31, + "temperature": 11.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "temperature": 11.9, + "precipitation": 0.2, + "inflow": 0.94, + "volume": 15.31 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 520.31, + "flow": 0.72, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 520.31, + "flow": 0.72, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 520.32, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 520.31, + "flow": 0.72, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 520.32, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.3, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.3, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 520.32, + "flow": 0.73, + "temperature": 12.3, + "precipitation": 0, + "inflow": 0.94, + "volume": 15.31 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 520.31, + "flow": 0, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 520.31, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 520.32, + "flow": 0.73, + "temperature": 12.3, + "precipitation": 0, + "inflow": 0.94, + "volume": 15.31 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 520.32, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 520.32, + "flow": 0, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 520.32, + "flow": 0.72, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.3, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 520.32, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 520.32, + "flow": 0.73, + "temperature": 12.3, + "precipitation": 0.1, + "inflow": 0.94, + "volume": 15.31 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 520.32, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 520.32, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 520.32, + "flow": 0, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 520.32, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.3, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 520.32, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 520.32, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 520.32, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 520.32, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 520.32, + "flow": 0, + "inflow": 0.94, + "volume": 15.31, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 520.32, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.32, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 520.32, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.32, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 520.32, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.32, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 520.32, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.32, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 520.32, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.32, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 520.32, + "flow": 0, + "inflow": 0.94, + "volume": 15.32, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 520.32, + "flow": 0.72, + "inflow": 0.94, + "volume": 15.32, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 520.32, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.32, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 520.32, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.32, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 520.32, + "flow": 0, + "inflow": 0.94, + "volume": 15.32, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 520.32, + "flow": 0, + "inflow": 0.94, + "volume": 15.32, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 520.32, + "flow": 0, + "inflow": 0.94, + "volume": 15.32, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 520.33, + "flow": 0.72, + "inflow": 0.94, + "volume": 15.32, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 520.33, + "flow": 0.72, + "inflow": 0.94, + "volume": 15.32, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 520.32, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.32, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 520.32, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.32, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 520.33, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.32, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 520.33, + "flow": 0, + "inflow": 0.94, + "volume": 15.32, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 520.33, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.32, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 520.33, + "flow": 0.72, + "inflow": 0.94, + "volume": 15.32, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 520.33, + "flow": 0.73, + "inflow": 0.94, + "volume": 15.32, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 520.33, + "flow": 0.72, + "inflow": 0.94, + "volume": 15.32, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 520.33, + "flow": 0.72, + "inflow": 0.94, + "volume": 15.32, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 520.33, + "flow": 0, + "inflow": 0.94, + "volume": 15.32, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 520.33, + "flow": 0.73, + "inflow": 1.13, + "volume": 15.33, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 520.34, + "flow": 0.72, + "inflow": 1.13, + "volume": 15.33, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 520.33, + "flow": 0.72, + "temperature": 12.9, + "precipitation": 0, + "inflow": 1.13, + "volume": 15.33 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 520.33, + "flow": 0.72, + "inflow": 1.13, + "volume": 15.33, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 520.33, + "flow": 0.73, + "inflow": 1.13, + "volume": 15.33, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 520.33, + "flow": 0, + "inflow": 1.13, + "volume": 15.33, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 520.33, + "flow": 0.73, + "inflow": 1.13, + "volume": 15.33, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 520.33, + "flow": 0.73, + "inflow": 1.13, + "volume": 15.33, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 520.33, + "flow": 0.73, + "inflow": 1.13, + "volume": 15.33, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 520.33, + "flow": 0.73, + "inflow": 1.13, + "volume": 15.33, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 520.33, + "flow": 0.73, + "inflow": 1.13, + "volume": 15.33, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 520.33, + "flow": 0, + "inflow": 1.13, + "volume": 15.33, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 520.33, + "flow": 0.73, + "inflow": 1.13, + "volume": 15.33, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 520.33, + "flow": 0.72, + "inflow": 1.13, + "volume": 15.33, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 520.33, + "flow": 0.73, + "inflow": 1.13, + "volume": 15.33, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 520.33, + "flow": 0.73, + "inflow": 1.13, + "volume": 15.33, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 520.33, + "flow": 0.73, + "inflow": 1.13, + "volume": 15.33, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 520.34, + "flow": 0, + "inflow": 1.13, + "volume": 15.33, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 520.34, + "flow": 0.73, + "inflow": 1.13, + "volume": 15.34, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 520.33, + "flow": 0.73, + "inflow": 1.13, + "volume": 15.34, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 520.33, + "flow": 0.73, + "inflow": 1.13, + "volume": 15.34, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 520.33, + "flow": 0.73, + "inflow": 1.13, + "volume": 15.34, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 520.33, + "flow": 0.73, + "inflow": 1.13, + "volume": 15.34, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 520.33, + "flow": 0, + "inflow": 1.13, + "volume": 15.34, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 520.34, + "flow": 0.73, + "inflow": 1.13, + "volume": 15.34, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 520.33, + "flow": 0.73, + "inflow": 1.13, + "volume": 15.34, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 520.34, + "flow": 0.73, + "inflow": 1.13, + "volume": 15.34, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 520.34, + "flow": 0.72, + "inflow": 1.13, + "volume": 15.34, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 520.34, + "flow": 0, + "inflow": 1.13, + "volume": 15.34, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 520.34, + "flow": 0, + "inflow": 1.13, + "volume": 15.34, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 520.33, + "flow": 0.73, + "temperature": 15.6, + "precipitation": 0, + "inflow": 1.13, + "volume": 15.34 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 520.34, + "flow": 0.73, + "temperature": 15.6, + "precipitation": 0, + "inflow": 1.13, + "volume": 15.34 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 520.33, + "flow": 0.72, + "temperature": 15.6, + "precipitation": 0, + "inflow": 1.13, + "volume": 15.34 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 520.34, + "flow": 0.73, + "temperature": 15.6, + "precipitation": 0, + "inflow": 1.13, + "volume": 15.34 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 520.34, + "flow": 0.72, + "temperature": 15.6, + "precipitation": 0, + "inflow": 1.13, + "volume": 15.34 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 520.34, + "flow": 0.72, + "inflow": 1.13, + "volume": 15.33, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 520.33, + "flow": 0, + "inflow": 1.13, + "volume": 15.33, + "temperature": 17.6, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/US_GRACO.json b/public/data/US_GRACO.json new file mode 100644 index 0000000..25cf0af --- /dev/null +++ b/public/data/US_GRACO.json @@ -0,0 +1,13502 @@ +[ + { + "timestamp": "2026-06-02T23:10:00.000Z", + "level": 378.4, + "flow": 3318.9, + "inflow": 3086.9, + "volume": 10200.39, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-02T23:20:00.000Z", + "level": 378.39, + "flow": 3325.1, + "inflow": 3051.5, + "volume": 10200.23, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-02T23:30:00.000Z", + "level": 378.39, + "flow": 3339.4, + "inflow": 3040.3, + "volume": 10200.05, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-02T23:40:00.000Z", + "level": 378.39, + "flow": 3319, + "inflow": 3061, + "volume": 10199.9, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-02T23:50:00.000Z", + "level": 378.39, + "flow": 3326.3, + "inflow": 3058.6, + "volume": 10199.74, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:00:00.000Z", + "level": 378.39, + "flow": 3111.8, + "inflow": 3193.2, + "volume": 10199.79, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:10:00.000Z", + "level": 378.39, + "flow": 3106.6, + "inflow": 3160.4, + "volume": 10199.82, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:20:00.000Z", + "level": 378.39, + "flow": 3108, + "inflow": 3140.4, + "volume": 10199.84, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:30:00.000Z", + "level": 378.39, + "flow": 3085.4, + "inflow": 3134.5, + "volume": 10199.87, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:40:00.000Z", + "level": 378.39, + "flow": 3091.3, + "inflow": 3152, + "volume": 10199.91, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:50:00.000Z", + "level": 378.39, + "flow": 3087.6, + "inflow": 3147.4, + "volume": 10199.95, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:00:00.000Z", + "level": 378.39, + "flow": 2867.3, + "inflow": 3223.5, + "volume": 10200.16, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:10:00.000Z", + "level": 378.4, + "flow": 2853.9, + "inflow": 3261.1, + "volume": 10200.4, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:20:00.000Z", + "level": 378.4, + "flow": 2861.4, + "inflow": 3228.1, + "volume": 10200.62, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:30:00.000Z", + "level": 378.41, + "flow": 2874.9, + "inflow": 3250.5, + "volume": 10200.85, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:40:00.000Z", + "level": 378.41, + "flow": 2872.3, + "inflow": 3268.4, + "volume": 10201.09, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:50:00.000Z", + "level": 378.41, + "flow": 2870.6, + "inflow": 3235.4, + "volume": 10201.31, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:00:00.000Z", + "level": 378.42, + "flow": 2686.3, + "inflow": 3349.7, + "volume": 10201.71, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:10:00.000Z", + "level": 378.43, + "flow": 2691.7, + "inflow": 3306.4, + "volume": 10202.08, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:20:00.000Z", + "level": 378.43, + "flow": 2684.6, + "inflow": 3290.4, + "volume": 10202.44, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:30:00.000Z", + "level": 378.44, + "flow": 2686.5, + "inflow": 3319.6, + "volume": 10202.82, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:40:00.000Z", + "level": 378.45, + "flow": 2701.2, + "inflow": 3348.1, + "volume": 10203.21, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:50:00.000Z", + "level": 378.45, + "flow": 2708.7, + "inflow": 3299.3, + "volume": 10203.56, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:00:00.000Z", + "level": 378.46, + "flow": 2641.8, + "inflow": 3384.1, + "volume": 10204.01, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:10:00.000Z", + "level": 378.47, + "flow": 2634.4, + "inflow": 3394.1, + "volume": 10204.47, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:20:00.000Z", + "level": 378.48, + "flow": 2649.1, + "inflow": 3355, + "volume": 10204.89, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:30:00.000Z", + "level": 378.49, + "flow": 2635, + "inflow": 3389.1, + "volume": 10205.34, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:40:00.000Z", + "level": 378.49, + "flow": 2634, + "inflow": 3378.7, + "volume": 10205.79, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:50:00.000Z", + "level": 378.5, + "flow": 2635.4, + "inflow": 3361.3, + "volume": 10206.23, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:00:00.000Z", + "level": 378.51, + "flow": 2692.7, + "inflow": 3417.1, + "volume": 10206.66, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:10:00.000Z", + "level": 378.52, + "flow": 2697.2, + "inflow": 3438.7, + "volume": 10207.1, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:20:00.000Z", + "level": 378.53, + "flow": 2693, + "inflow": 3416.4, + "volume": 10207.53, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:30:00.000Z", + "level": 378.53, + "flow": 2712.1, + "inflow": 3404.5, + "volume": 10207.95, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:40:00.000Z", + "level": 378.54, + "flow": 2697.4, + "inflow": 3403.6, + "volume": 10208.37, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:50:00.000Z", + "level": 378.55, + "flow": 2687, + "inflow": 3441.1, + "volume": 10208.82, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:00:00.000Z", + "level": 378.55, + "flow": 2866, + "inflow": 3494.3, + "volume": 10209.2, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:10:00.000Z", + "level": 378.56, + "flow": 2871.5, + "inflow": 3437.1, + "volume": 10209.54, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:20:00.000Z", + "level": 378.57, + "flow": 2882.7, + "inflow": 3438.3, + "volume": 10209.87, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:30:00.000Z", + "level": 378.57, + "flow": 2859.2, + "inflow": 3459.7, + "volume": 10210.23, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:40:00.000Z", + "level": 378.58, + "flow": 2865.6, + "inflow": 3449.4, + "volume": 10210.58, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:50:00.000Z", + "level": 378.59, + "flow": 2882, + "inflow": 3488.3, + "volume": 10210.94, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:00:00.000Z", + "level": 378.59, + "flow": 3088.7, + "inflow": 3486.4, + "volume": 10211.18, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:10:00.000Z", + "level": 378.59, + "flow": 3106.7, + "inflow": 3467.4, + "volume": 10211.4, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:20:00.000Z", + "level": 378.6, + "flow": 3098.7, + "inflow": 3459.3, + "volume": 10211.62, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:30:00.000Z", + "level": 378.6, + "flow": 3093.8, + "inflow": 3488.1, + "volume": 10211.86, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:40:00.000Z", + "level": 378.61, + "flow": 3106.6, + "inflow": 3504.3, + "volume": 10212.1, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:50:00.000Z", + "level": 378.61, + "flow": 3087.5, + "inflow": 3493.6, + "volume": 10212.34, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:00:00.000Z", + "level": 378.61, + "flow": 3326.8, + "inflow": 3483.1, + "volume": 10212.43, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:10:00.000Z", + "level": 378.61, + "flow": 3325.8, + "inflow": 3486.8, + "volume": 10212.53, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:20:00.000Z", + "level": 378.62, + "flow": 3346, + "inflow": 3452.1, + "volume": 10212.59, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:30:00.000Z", + "level": 378.62, + "flow": 3319.1, + "inflow": 3457.6, + "volume": 10212.67, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:40:00.000Z", + "level": 378.62, + "flow": 3342.3, + "inflow": 3443.4, + "volume": 10212.73, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:50:00.000Z", + "level": 378.62, + "flow": 3323.4, + "inflow": 3450, + "volume": 10212.81, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:00:00.000Z", + "level": 378.62, + "flow": 3515, + "inflow": 3410.9, + "volume": 10212.75, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:10:00.000Z", + "level": 378.62, + "flow": 3505.5, + "inflow": 3404.1, + "volume": 10212.69, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:20:00.000Z", + "level": 378.62, + "flow": 3500.1, + "inflow": 3457.1, + "volume": 10212.66, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:30:00.000Z", + "level": 378.62, + "flow": 3506.1, + "inflow": 3402.4, + "volume": 10212.6, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:40:00.000Z", + "level": 378.61, + "flow": 3518, + "inflow": 3459.4, + "volume": 10212.56, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:50:00.000Z", + "level": 378.61, + "flow": 3506.8, + "inflow": 3456.7, + "volume": 10212.53, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:00:00.000Z", + "level": 378.61, + "flow": 3559.5, + "inflow": 3355.4, + "volume": 10212.41, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:10:00.000Z", + "level": 378.61, + "flow": 3575.5, + "inflow": 3376, + "volume": 10212.29, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:20:00.000Z", + "level": 378.61, + "flow": 3560.5, + "inflow": 3410.5, + "volume": 10212.2, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:30:00.000Z", + "level": 378.61, + "flow": 3563.9, + "inflow": 3354.3, + "volume": 10212.07, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:40:00.000Z", + "level": 378.6, + "flow": 3551, + "inflow": 3359.2, + "volume": 10211.95, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:50:00.000Z", + "level": 378.6, + "flow": 3575.9, + "inflow": 3387.3, + "volume": 10211.84, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:00:00.000Z", + "level": 378.6, + "flow": 3495.3, + "inflow": 3347.4, + "volume": 10211.75, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:10:00.000Z", + "level": 378.6, + "flow": 3510.9, + "inflow": 3338.4, + "volume": 10211.65, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:20:00.000Z", + "level": 378.6, + "flow": 3516.9, + "inflow": 3313.9, + "volume": 10211.53, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:30:00.000Z", + "level": 378.59, + "flow": 3516.2, + "inflow": 3321.8, + "volume": 10211.41, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:40:00.000Z", + "level": 378.59, + "flow": 3495.5, + "inflow": 3333.3, + "volume": 10211.31, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:50:00.000Z", + "level": 378.59, + "flow": 3512.9, + "inflow": 3347.7, + "volume": 10211.21, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:00:00.000Z", + "level": 378.59, + "flow": 3341.2, + "inflow": 3273.3, + "volume": 10211.17, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:10:00.000Z", + "level": 378.59, + "flow": 3319.8, + "inflow": 3265.8, + "volume": 10211.14, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:20:00.000Z", + "level": 378.59, + "flow": 3320.2, + "inflow": 3227.2, + "volume": 10211.08, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:30:00.000Z", + "level": 378.59, + "flow": 3343.5, + "inflow": 3234.3, + "volume": 10211.01, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:40:00.000Z", + "level": 378.59, + "flow": 3341.8, + "inflow": 3250.6, + "volume": 10210.96, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:50:00.000Z", + "level": 378.59, + "flow": 3324.9, + "inflow": 3267.7, + "volume": 10210.93, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:00:00.000Z", + "level": 378.59, + "flow": 3086.3, + "inflow": 3151.6, + "volume": 10210.97, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:10:00.000Z", + "level": 378.59, + "flow": 3101.9, + "inflow": 3135.7, + "volume": 10210.99, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:20:00.000Z", + "level": 378.59, + "flow": 3089.2, + "inflow": 3155, + "volume": 10211.03, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:30:00.000Z", + "level": 378.59, + "flow": 3100.6, + "inflow": 3141.1, + "volume": 10211.05, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:40:00.000Z", + "level": 378.59, + "flow": 3087.7, + "inflow": 3137.9, + "volume": 10211.08, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:50:00.000Z", + "level": 378.59, + "flow": 3110.3, + "inflow": 3157.6, + "volume": 10211.11, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:00:00.000Z", + "level": 378.59, + "flow": 2853.7, + "inflow": 3107, + "volume": 10211.26, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:10:00.000Z", + "level": 378.59, + "flow": 2874.8, + "inflow": 3104.4, + "volume": 10211.4, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:20:00.000Z", + "level": 378.6, + "flow": 2857.6, + "inflow": 3053.6, + "volume": 10211.52, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:30:00.000Z", + "level": 378.6, + "flow": 2866.9, + "inflow": 3114.6, + "volume": 10211.67, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:40:00.000Z", + "level": 378.6, + "flow": 2880.7, + "inflow": 3061.7, + "volume": 10211.78, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:50:00.000Z", + "level": 378.6, + "flow": 2862.7, + "inflow": 3102.4, + "volume": 10211.92, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:00:00.000Z", + "level": 378.61, + "flow": 2709.5, + "inflow": 3002.8, + "volume": 10212.1, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:10:00.000Z", + "level": 378.61, + "flow": 2711.5, + "inflow": 2990.7, + "volume": 10212.27, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:20:00.000Z", + "level": 378.61, + "flow": 2700.6, + "inflow": 3036.4, + "volume": 10212.47, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:30:00.000Z", + "level": 378.62, + "flow": 2711.5, + "inflow": 2986.4, + "volume": 10212.63, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:40:00.000Z", + "level": 378.62, + "flow": 2696, + "inflow": 3025.2, + "volume": 10212.83, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:50:00.000Z", + "level": 378.62, + "flow": 2709.1, + "inflow": 3008, + "volume": 10213.01, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:00:00.000Z", + "level": 378.63, + "flow": 2631, + "inflow": 2923.2, + "volume": 10213.19, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:10:00.000Z", + "level": 378.63, + "flow": 2636.3, + "inflow": 2963.9, + "volume": 10213.39, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:20:00.000Z", + "level": 378.63, + "flow": 2628.7, + "inflow": 2956, + "volume": 10213.59, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:30:00.000Z", + "level": 378.64, + "flow": 2620.3, + "inflow": 2958, + "volume": 10213.79, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:40:00.000Z", + "level": 378.64, + "flow": 2639.3, + "inflow": 2938.4, + "volume": 10213.97, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:50:00.000Z", + "level": 378.64, + "flow": 2621.8, + "inflow": 2934, + "volume": 10214.16, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:00:00.000Z", + "level": 378.65, + "flow": 2704.3, + "inflow": 2924.4, + "volume": 10214.29, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:10:00.000Z", + "level": 378.65, + "flow": 2707.3, + "inflow": 2889.4, + "volume": 10214.4, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:20:00.000Z", + "level": 378.65, + "flow": 2687.6, + "inflow": 2897.3, + "volume": 10214.53, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:30:00.000Z", + "level": 378.65, + "flow": 2690.9, + "inflow": 2908.4, + "volume": 10214.66, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:40:00.000Z", + "level": 378.65, + "flow": 2683.1, + "inflow": 2886.7, + "volume": 10214.78, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:50:00.000Z", + "level": 378.66, + "flow": 2712.6, + "inflow": 2913.6, + "volume": 10214.9, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:00:00.000Z", + "level": 378.66, + "flow": 2865.9, + "inflow": 2862.3, + "volume": 10214.9, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:10:00.000Z", + "level": 378.66, + "flow": 2868.3, + "inflow": 2855.9, + "volume": 10214.89, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:20:00.000Z", + "level": 378.66, + "flow": 2881.1, + "inflow": 2868.5, + "volume": 10214.88, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:30:00.000Z", + "level": 378.66, + "flow": 2881.1, + "inflow": 2877.6, + "volume": 10214.88, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:40:00.000Z", + "level": 378.66, + "flow": 2869.7, + "inflow": 2836.7, + "volume": 10214.86, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:50:00.000Z", + "level": 378.66, + "flow": 2867.9, + "inflow": 2840.2, + "volume": 10214.84, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:00:00.000Z", + "level": 378.65, + "flow": 3114.8, + "inflow": 2824, + "volume": 10214.67, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:10:00.000Z", + "level": 378.65, + "flow": 3093.1, + "inflow": 2845.3, + "volume": 10214.52, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:20:00.000Z", + "level": 378.65, + "flow": 3096.7, + "inflow": 2836, + "volume": 10214.36, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:30:00.000Z", + "level": 378.64, + "flow": 3087.8, + "inflow": 2884.6, + "volume": 10214.24, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:40:00.000Z", + "level": 378.64, + "flow": 3113.9, + "inflow": 2824, + "volume": 10214.07, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:50:00.000Z", + "level": 378.64, + "flow": 3095.1, + "inflow": 2855.3, + "volume": 10213.93, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:00:00.000Z", + "level": 378.63, + "flow": 3331.1, + "inflow": 2856.3, + "volume": 10213.65, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:10:00.000Z", + "level": 378.63, + "flow": 3319, + "inflow": 2843.6, + "volume": 10213.36, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:20:00.000Z", + "level": 378.62, + "flow": 3317.4, + "inflow": 2840, + "volume": 10213.07, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:30:00.000Z", + "level": 378.62, + "flow": 3333.6, + "inflow": 2839.8, + "volume": 10212.77, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:40:00.000Z", + "level": 378.61, + "flow": 3325.4, + "inflow": 2851.7, + "volume": 10212.49, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:50:00.000Z", + "level": 378.61, + "flow": 3340, + "inflow": 2871.6, + "volume": 10212.21, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:00:00.000Z", + "level": 378.6, + "flow": 3495.2, + "inflow": 2914.9, + "volume": 10211.86, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:10:00.000Z", + "level": 378.6, + "flow": 3512.6, + "inflow": 2875.1, + "volume": 10211.48, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:20:00.000Z", + "level": 378.59, + "flow": 3488.8, + "inflow": 2912.1, + "volume": 10211.13, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:30:00.000Z", + "level": 378.58, + "flow": 3506.6, + "inflow": 2907.8, + "volume": 10210.77, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:40:00.000Z", + "level": 378.58, + "flow": 3507.7, + "inflow": 2877, + "volume": 10210.39, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:50:00.000Z", + "level": 378.57, + "flow": 3494.7, + "inflow": 2886.8, + "volume": 10210.03, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:00:00.000Z", + "level": 378.56, + "flow": 3568.9, + "inflow": 2940.3, + "volume": 10209.65, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:10:00.000Z", + "level": 378.56, + "flow": 3577.2, + "inflow": 2969.2, + "volume": 10209.29, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:20:00.000Z", + "level": 378.55, + "flow": 3553, + "inflow": 2920.5, + "volume": 10208.91, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:30:00.000Z", + "level": 378.54, + "flow": 3569.6, + "inflow": 2939.5, + "volume": 10208.53, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:40:00.000Z", + "level": 378.54, + "flow": 3562.1, + "inflow": 2956.9, + "volume": 10208.17, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:50:00.000Z", + "level": 378.53, + "flow": 3579, + "inflow": 2936.1, + "volume": 10207.78, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:00:00.000Z", + "level": 378.52, + "flow": 3498.5, + "inflow": 2996.5, + "volume": 10207.48, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:10:00.000Z", + "level": 378.52, + "flow": 3491.8, + "inflow": 3009.5, + "volume": 10207.19, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:20:00.000Z", + "level": 378.51, + "flow": 3495.3, + "inflow": 3015.4, + "volume": 10206.9, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:30:00.000Z", + "level": 378.51, + "flow": 3501.7, + "inflow": 2986.5, + "volume": 10206.59, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:40:00.000Z", + "level": 378.5, + "flow": 3517.6, + "inflow": 3009.5, + "volume": 10206.29, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:50:00.000Z", + "level": 378.5, + "flow": 3502.6, + "inflow": 2981.9, + "volume": 10205.98, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:00:00.000Z", + "level": 378.49, + "flow": 3331.7, + "inflow": 3107, + "volume": 10205.85, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:10:00.000Z", + "level": 378.49, + "flow": 3335.7, + "inflow": 3079, + "volume": 10205.7, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:20:00.000Z", + "level": 378.49, + "flow": 3321.2, + "inflow": 3054.9, + "volume": 10205.54, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:30:00.000Z", + "level": 378.49, + "flow": 3344.4, + "inflow": 3098.2, + "volume": 10205.39, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:40:00.000Z", + "level": 378.48, + "flow": 3332.4, + "inflow": 3111.4, + "volume": 10205.26, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:50:00.000Z", + "level": 378.48, + "flow": 3321.5, + "inflow": 3106.4, + "volume": 10205.13, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:00:00.000Z", + "level": 378.48, + "flow": 3108.3, + "inflow": 3185.7, + "volume": 10205.18, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:10:00.000Z", + "level": 378.48, + "flow": 3114.9, + "inflow": 3207.7, + "volume": 10205.24, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:20:00.000Z", + "level": 378.49, + "flow": 3087.7, + "inflow": 3205.5, + "volume": 10205.31, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:30:00.000Z", + "level": 378.49, + "flow": 3090.5, + "inflow": 3168, + "volume": 10205.36, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:40:00.000Z", + "level": 378.49, + "flow": 3112.4, + "inflow": 3180.7, + "volume": 10205.4, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:50:00.000Z", + "level": 378.49, + "flow": 3105.3, + "inflow": 3159.9, + "volume": 10205.43, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:00:00.000Z", + "level": 378.49, + "flow": 2878.6, + "inflow": 3274.3, + "volume": 10205.67, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:10:00.000Z", + "level": 378.5, + "flow": 2869, + "inflow": 3251.6, + "volume": 10205.9, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:20:00.000Z", + "level": 378.5, + "flow": 2872.4, + "inflow": 3274.9, + "volume": 10206.14, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:30:00.000Z", + "level": 378.5, + "flow": 2868.2, + "inflow": 3235.2, + "volume": 10206.36, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:40:00.000Z", + "level": 378.51, + "flow": 2869.5, + "inflow": 3244.3, + "volume": 10206.58, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:50:00.000Z", + "level": 378.51, + "flow": 2854.6, + "inflow": 3242.2, + "volume": 10206.81, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:00:00.000Z", + "level": 378.52, + "flow": 2688, + "inflow": 3365, + "volume": 10207.22, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:10:00.000Z", + "level": 378.53, + "flow": 2709.7, + "inflow": 3339.2, + "volume": 10207.6, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:20:00.000Z", + "level": 378.53, + "flow": 2701.4, + "inflow": 3310.6, + "volume": 10207.97, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:30:00.000Z", + "level": 378.54, + "flow": 2710.8, + "inflow": 3317.2, + "volume": 10208.33, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:40:00.000Z", + "level": 378.55, + "flow": 2699.3, + "inflow": 3357, + "volume": 10208.72, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:50:00.000Z", + "level": 378.55, + "flow": 2682.7, + "inflow": 3315.3, + "volume": 10209.1, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:00:00.000Z", + "level": 378.56, + "flow": 2647.2, + "inflow": 3429.5, + "volume": 10209.57, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:10:00.000Z", + "level": 378.57, + "flow": 2650, + "inflow": 3383, + "volume": 10210.01, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:20:00.000Z", + "level": 378.58, + "flow": 2629.9, + "inflow": 3379.6, + "volume": 10210.46, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:30:00.000Z", + "level": 378.59, + "flow": 2619.8, + "inflow": 3418.5, + "volume": 10210.94, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:40:00.000Z", + "level": 378.59, + "flow": 2631.1, + "inflow": 3410.8, + "volume": 10211.41, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:50:00.000Z", + "level": 378.6, + "flow": 2640.7, + "inflow": 3426, + "volume": 10211.88, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:00:00.000Z", + "level": 378.61, + "flow": 2696.6, + "inflow": 3439.5, + "volume": 10212.33, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:10:00.000Z", + "level": 378.62, + "flow": 2706.1, + "inflow": 3450.9, + "volume": 10212.78, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:20:00.000Z", + "level": 378.63, + "flow": 2688.7, + "inflow": 3477.6, + "volume": 10213.25, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:30:00.000Z", + "level": 378.64, + "flow": 2686.1, + "inflow": 3463.5, + "volume": 10213.72, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:40:00.000Z", + "level": 378.64, + "flow": 2707.7, + "inflow": 3430.6, + "volume": 10214.15, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:50:00.000Z", + "level": 378.65, + "flow": 2707.5, + "inflow": 3459.9, + "volume": 10214.6, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:00:00.000Z", + "level": 378.66, + "flow": 2853.2, + "inflow": 3468.9, + "volume": 10214.97, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:10:00.000Z", + "level": 378.66, + "flow": 2870.6, + "inflow": 3499.7, + "volume": 10215.35, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:20:00.000Z", + "level": 378.67, + "flow": 2880.8, + "inflow": 3475.2, + "volume": 10215.71, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:30:00.000Z", + "level": 378.68, + "flow": 2866.9, + "inflow": 3507.2, + "volume": 10216.09, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:40:00.000Z", + "level": 378.68, + "flow": 2860.1, + "inflow": 3467.8, + "volume": 10216.45, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:50:00.000Z", + "level": 378.69, + "flow": 2865.3, + "inflow": 3459.4, + "volume": 10216.81, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:00:00.000Z", + "level": 378.69, + "flow": 3114.3, + "inflow": 3512.5, + "volume": 10217.05, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:10:00.000Z", + "level": 378.7, + "flow": 3085.6, + "inflow": 3521.7, + "volume": 10217.31, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:20:00.000Z", + "level": 378.7, + "flow": 3106.1, + "inflow": 3467.3, + "volume": 10217.53, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:30:00.000Z", + "level": 378.71, + "flow": 3086.1, + "inflow": 3507.3, + "volume": 10217.78, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:40:00.000Z", + "level": 378.71, + "flow": 3108.8, + "inflow": 3485.6, + "volume": 10218.01, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:50:00.000Z", + "level": 378.72, + "flow": 3112.5, + "inflow": 3478.2, + "volume": 10218.23, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:00:00.000Z", + "level": 378.72, + "flow": 3318.4, + "inflow": 3462.1, + "volume": 10218.32, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:10:00.000Z", + "level": 378.72, + "flow": 3341.1, + "inflow": 3471.8, + "volume": 10218.4, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:20:00.000Z", + "level": 378.72, + "flow": 3340, + "inflow": 3507.5, + "volume": 10218.5, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:30:00.000Z", + "level": 378.72, + "flow": 3320.5, + "inflow": 3489.4, + "volume": 10218.6, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:40:00.000Z", + "level": 378.72, + "flow": 3321.1, + "inflow": 3458.4, + "volume": 10218.68, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:50:00.000Z", + "level": 378.73, + "flow": 3325.4, + "inflow": 3507.5, + "volume": 10218.79, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:00:00.000Z", + "level": 378.73, + "flow": 3505.3, + "inflow": 3468.3, + "volume": 10218.77, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:10:00.000Z", + "level": 378.72, + "flow": 3495.6, + "inflow": 3445.1, + "volume": 10218.74, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:20:00.000Z", + "level": 378.72, + "flow": 3511.1, + "inflow": 3437.5, + "volume": 10218.7, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:30:00.000Z", + "level": 378.72, + "flow": 3492.4, + "inflow": 3456.8, + "volume": 10218.68, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:40:00.000Z", + "level": 378.72, + "flow": 3516.4, + "inflow": 3442, + "volume": 10218.64, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:50:00.000Z", + "level": 378.72, + "flow": 3494.4, + "inflow": 3432.6, + "volume": 10218.6, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:00:00.000Z", + "level": 378.72, + "flow": 3566.2, + "inflow": 3382.7, + "volume": 10218.49, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:10:00.000Z", + "level": 378.72, + "flow": 3571.8, + "inflow": 3374.3, + "volume": 10218.37, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:20:00.000Z", + "level": 378.72, + "flow": 3572.8, + "inflow": 3412.2, + "volume": 10218.27, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:30:00.000Z", + "level": 378.71, + "flow": 3555.2, + "inflow": 3387.9, + "volume": 10218.17, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:40:00.000Z", + "level": 378.71, + "flow": 3576.3, + "inflow": 3410.7, + "volume": 10218.07, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:50:00.000Z", + "level": 378.71, + "flow": 3575, + "inflow": 3432.7, + "volume": 10217.98, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:00:00.000Z", + "level": 378.71, + "flow": 3504.9, + "inflow": 3346.6, + "volume": 10217.89, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:10:00.000Z", + "level": 378.71, + "flow": 3511, + "inflow": 3359.8, + "volume": 10217.8, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:20:00.000Z", + "level": 378.71, + "flow": 3495.3, + "inflow": 3368.8, + "volume": 10217.72, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:30:00.000Z", + "level": 378.7, + "flow": 3504.6, + "inflow": 3353.5, + "volume": 10217.63, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:40:00.000Z", + "level": 378.7, + "flow": 3489.5, + "inflow": 3355.6, + "volume": 10217.55, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:50:00.000Z", + "level": 378.7, + "flow": 3510.2, + "inflow": 3344.3, + "volume": 10217.45, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:00:00.000Z", + "level": 378.7, + "flow": 3328.3, + "inflow": 3268.7, + "volume": 10217.41, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:10:00.000Z", + "level": 378.7, + "flow": 3333.8, + "inflow": 3273.5, + "volume": 10217.37, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:20:00.000Z", + "level": 378.7, + "flow": 3333.1, + "inflow": 3242.9, + "volume": 10217.32, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:30:00.000Z", + "level": 378.7, + "flow": 3325, + "inflow": 3263.9, + "volume": 10217.28, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:40:00.000Z", + "level": 378.7, + "flow": 3332.4, + "inflow": 3283.6, + "volume": 10217.25, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:50:00.000Z", + "level": 378.7, + "flow": 3325.3, + "inflow": 3282.5, + "volume": 10217.22, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:00:00.000Z", + "level": 378.7, + "flow": 3107.1, + "inflow": 3200.9, + "volume": 10217.28, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:10:00.000Z", + "level": 378.7, + "flow": 3094.1, + "inflow": 3155.8, + "volume": 10217.32, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:20:00.000Z", + "level": 378.7, + "flow": 3101.3, + "inflow": 3207.4, + "volume": 10217.38, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:30:00.000Z", + "level": 378.7, + "flow": 3097.5, + "inflow": 3197.2, + "volume": 10217.44, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:40:00.000Z", + "level": 378.7, + "flow": 3108.4, + "inflow": 3178.1, + "volume": 10217.48, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:50:00.000Z", + "level": 378.7, + "flow": 3091.2, + "inflow": 3157.4, + "volume": 10217.52, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:00:00.000Z", + "level": 378.71, + "flow": 2873, + "inflow": 3088.6, + "volume": 10217.65, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:10:00.000Z", + "level": 378.71, + "flow": 2868.3, + "inflow": 3103.8, + "volume": 10217.79, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:20:00.000Z", + "level": 378.71, + "flow": 2868.7, + "inflow": 3090.6, + "volume": 10217.92, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:30:00.000Z", + "level": 378.71, + "flow": 2882.9, + "inflow": 3120.5, + "volume": 10218.06, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:40:00.000Z", + "level": 378.72, + "flow": 2859.9, + "inflow": 3118.1, + "volume": 10218.21, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:50:00.000Z", + "level": 378.72, + "flow": 2856.1, + "inflow": 3133.9, + "volume": 10218.38, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:00:00.000Z", + "level": 378.72, + "flow": 2712.4, + "inflow": 3052.7, + "volume": 10218.58, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:10:00.000Z", + "level": 378.73, + "flow": 2694.2, + "inflow": 3050.9, + "volume": 10218.79, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:20:00.000Z", + "level": 378.73, + "flow": 2700.2, + "inflow": 3026.3, + "volume": 10218.99, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:30:00.000Z", + "level": 378.73, + "flow": 2704.9, + "inflow": 3050.9, + "volume": 10219.2, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:40:00.000Z", + "level": 378.74, + "flow": 2711, + "inflow": 3040, + "volume": 10219.4, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:50:00.000Z", + "level": 378.74, + "flow": 2712.1, + "inflow": 3038.8, + "volume": 10219.6, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:00:00.000Z", + "level": 378.74, + "flow": 2625.9, + "inflow": 2942.4, + "volume": 10219.79, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:10:00.000Z", + "level": 378.75, + "flow": 2628.2, + "inflow": 2951.8, + "volume": 10219.98, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:20:00.000Z", + "level": 378.75, + "flow": 2627.8, + "inflow": 2946.1, + "volume": 10220.17, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:30:00.000Z", + "level": 378.75, + "flow": 2623.2, + "inflow": 2991.9, + "volume": 10220.39, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:40:00.000Z", + "level": 378.76, + "flow": 2640.9, + "inflow": 2954.8, + "volume": 10220.58, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:50:00.000Z", + "level": 378.76, + "flow": 2632.2, + "inflow": 2941.3, + "volume": 10220.77, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:00:00.000Z", + "level": 378.76, + "flow": 2701, + "inflow": 2933.3, + "volume": 10220.91, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:10:00.000Z", + "level": 378.77, + "flow": 2693.4, + "inflow": 2909.9, + "volume": 10221.04, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:20:00.000Z", + "level": 378.77, + "flow": 2704.2, + "inflow": 2898.3, + "volume": 10221.16, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:30:00.000Z", + "level": 378.77, + "flow": 2710, + "inflow": 2890.8, + "volume": 10221.27, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:40:00.000Z", + "level": 378.77, + "flow": 2708.3, + "inflow": 2935.8, + "volume": 10221.41, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:50:00.000Z", + "level": 378.77, + "flow": 2704, + "inflow": 2898.8, + "volume": 10221.53, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:00:00.000Z", + "level": 378.77, + "flow": 2860.5, + "inflow": 2858, + "volume": 10221.53, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:10:00.000Z", + "level": 378.77, + "flow": 2882.5, + "inflow": 2900.1, + "volume": 10221.54, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:20:00.000Z", + "level": 378.77, + "flow": 2859, + "inflow": 2890.6, + "volume": 10221.56, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:30:00.000Z", + "level": 378.77, + "flow": 2871.2, + "inflow": 2870.8, + "volume": 10221.56, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:40:00.000Z", + "level": 378.77, + "flow": 2877.6, + "inflow": 2872.6, + "volume": 10221.56, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:50:00.000Z", + "level": 378.77, + "flow": 2880.9, + "inflow": 2856.1, + "volume": 10221.55, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:00:00.000Z", + "level": 378.77, + "flow": 3092.3, + "inflow": 2860.4, + "volume": 10221.41, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:10:00.000Z", + "level": 378.77, + "flow": 3092.4, + "inflow": 2900.4, + "volume": 10221.29, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:20:00.000Z", + "level": 378.77, + "flow": 3097.5, + "inflow": 2845.4, + "volume": 10221.14, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:30:00.000Z", + "level": 378.76, + "flow": 3093.7, + "inflow": 2865.5, + "volume": 10221, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:40:00.000Z", + "level": 378.76, + "flow": 3107.2, + "inflow": 2895.3, + "volume": 10220.87, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:50:00.000Z", + "level": 378.76, + "flow": 3096.3, + "inflow": 2855.9, + "volume": 10220.73, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:00:00.000Z", + "level": 378.76, + "flow": 3320, + "inflow": 2886.5, + "volume": 10220.47, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:10:00.000Z", + "level": 378.75, + "flow": 3317.5, + "inflow": 2887.9, + "volume": 10220.21, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:20:00.000Z", + "level": 378.75, + "flow": 3318.3, + "inflow": 2896.3, + "volume": 10219.96, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:30:00.000Z", + "level": 378.74, + "flow": 3345.6, + "inflow": 2874.3, + "volume": 10219.68, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:40:00.000Z", + "level": 378.74, + "flow": 3330.9, + "inflow": 2898, + "volume": 10219.42, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:50:00.000Z", + "level": 378.73, + "flow": 3329.1, + "inflow": 2892, + "volume": 10219.16, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:00:00.000Z", + "level": 378.73, + "flow": 3503.1, + "inflow": 2920.4, + "volume": 10218.81, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:10:00.000Z", + "level": 378.72, + "flow": 3497.2, + "inflow": 2944.4, + "volume": 10218.48, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:20:00.000Z", + "level": 378.71, + "flow": 3491.5, + "inflow": 2925.3, + "volume": 10218.14, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:30:00.000Z", + "level": 378.71, + "flow": 3493.7, + "inflow": 2924.2, + "volume": 10217.8, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:40:00.000Z", + "level": 378.7, + "flow": 3516.3, + "inflow": 2927.4, + "volume": 10217.45, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:50:00.000Z", + "level": 378.7, + "flow": 3491.6, + "inflow": 2943.3, + "volume": 10217.12, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:00:00.000Z", + "level": 378.69, + "flow": 3579.7, + "inflow": 2946.7, + "volume": 10216.74, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:10:00.000Z", + "level": 378.68, + "flow": 3552.5, + "inflow": 2993.4, + "volume": 10216.4, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:20:00.000Z", + "level": 378.68, + "flow": 3576.5, + "inflow": 2991.4, + "volume": 10216.05, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:30:00.000Z", + "level": 378.67, + "flow": 3557.4, + "inflow": 2937, + "volume": 10215.68, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:40:00.000Z", + "level": 378.66, + "flow": 3571.1, + "inflow": 2975.3, + "volume": 10215.32, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:50:00.000Z", + "level": 378.66, + "flow": 3551.5, + "inflow": 2976.1, + "volume": 10214.97, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:00:00.000Z", + "level": 378.65, + "flow": 3501.3, + "inflow": 3040.5, + "volume": 10214.69, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:10:00.000Z", + "level": 378.65, + "flow": 3488.9, + "inflow": 3050.9, + "volume": 10214.43, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:20:00.000Z", + "level": 378.64, + "flow": 3517.8, + "inflow": 3024.6, + "volume": 10214.13, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:30:00.000Z", + "level": 378.64, + "flow": 3499.5, + "inflow": 3057.9, + "volume": 10213.87, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:40:00.000Z", + "level": 378.63, + "flow": 3489.8, + "inflow": 3030.1, + "volume": 10213.59, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:50:00.000Z", + "level": 378.63, + "flow": 3513.1, + "inflow": 3003.6, + "volume": 10213.28, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:00:00.000Z", + "level": 378.62, + "flow": 3342.1, + "inflow": 3072.8, + "volume": 10213.12, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:10:00.000Z", + "level": 378.62, + "flow": 3338.5, + "inflow": 3115.2, + "volume": 10212.99, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:20:00.000Z", + "level": 378.62, + "flow": 3332.8, + "inflow": 3086.1, + "volume": 10212.84, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:30:00.000Z", + "level": 378.62, + "flow": 3346.9, + "inflow": 3080.9, + "volume": 10212.68, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:40:00.000Z", + "level": 378.61, + "flow": 3321.8, + "inflow": 3128.8, + "volume": 10212.56, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:50:00.000Z", + "level": 378.61, + "flow": 3329.9, + "inflow": 3107.2, + "volume": 10212.43, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:00:00.000Z", + "level": 378.61, + "flow": 3107.9, + "inflow": 3199.3, + "volume": 10212.48, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:10:00.000Z", + "level": 378.61, + "flow": 3109.4, + "inflow": 3197.4, + "volume": 10212.53, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:20:00.000Z", + "level": 378.62, + "flow": 3106.7, + "inflow": 3203.1, + "volume": 10212.59, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:30:00.000Z", + "level": 378.62, + "flow": 3115, + "inflow": 3180.7, + "volume": 10212.63, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:40:00.000Z", + "level": 378.62, + "flow": 3100.9, + "inflow": 3180.9, + "volume": 10212.68, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:50:00.000Z", + "level": 378.62, + "flow": 3099.8, + "inflow": 3203.3, + "volume": 10212.74, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:00:00.000Z", + "level": 378.62, + "flow": 2854.6, + "inflow": 3264.4, + "volume": 10212.99, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:10:00.000Z", + "level": 378.63, + "flow": 2863, + "inflow": 3294.9, + "volume": 10213.25, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:20:00.000Z", + "level": 378.63, + "flow": 2880.1, + "inflow": 3278.3, + "volume": 10213.49, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:30:00.000Z", + "level": 378.64, + "flow": 2876.4, + "inflow": 3258.2, + "volume": 10213.72, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:40:00.000Z", + "level": 378.64, + "flow": 2865.4, + "inflow": 3295.5, + "volume": 10213.98, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:50:00.000Z", + "level": 378.64, + "flow": 2865.8, + "inflow": 3263.8, + "volume": 10214.22, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:00:00.000Z", + "level": 378.65, + "flow": 2710.7, + "inflow": 3357.3, + "volume": 10214.61, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:10:00.000Z", + "level": 378.66, + "flow": 2706.1, + "inflow": 3382.1, + "volume": 10215.02, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:20:00.000Z", + "level": 378.67, + "flow": 2684.4, + "inflow": 3358.4, + "volume": 10215.42, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:30:00.000Z", + "level": 378.67, + "flow": 2706.7, + "inflow": 3351.9, + "volume": 10215.81, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:40:00.000Z", + "level": 378.68, + "flow": 2697.4, + "inflow": 3344.6, + "volume": 10216.2, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:50:00.000Z", + "level": 378.69, + "flow": 2704, + "inflow": 3382, + "volume": 10216.61, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:00:00.000Z", + "level": 378.69, + "flow": 2647.9, + "inflow": 3413.2, + "volume": 10217.07, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:10:00.000Z", + "level": 378.7, + "flow": 2624, + "inflow": 3431.4, + "volume": 10217.55, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:20:00.000Z", + "level": 378.71, + "flow": 2630.4, + "inflow": 3395.7, + "volume": 10218.01, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:30:00.000Z", + "level": 378.72, + "flow": 2629.2, + "inflow": 3417, + "volume": 10218.48, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:40:00.000Z", + "level": 378.73, + "flow": 2630, + "inflow": 3406.4, + "volume": 10218.95, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:50:00.000Z", + "level": 378.74, + "flow": 2633, + "inflow": 3427, + "volume": 10219.43, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:00:00.000Z", + "level": 378.75, + "flow": 2708, + "inflow": 3463.4, + "volume": 10219.88, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:10:00.000Z", + "level": 378.75, + "flow": 2688.8, + "inflow": 3440.5, + "volume": 10220.33, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:20:00.000Z", + "level": 378.76, + "flow": 2692.3, + "inflow": 3485, + "volume": 10220.81, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:30:00.000Z", + "level": 378.77, + "flow": 2694.9, + "inflow": 3492.7, + "volume": 10221.29, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:40:00.000Z", + "level": 378.78, + "flow": 2682.1, + "inflow": 3442.5, + "volume": 10221.75, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:50:00.000Z", + "level": 378.79, + "flow": 2691.3, + "inflow": 3472, + "volume": 10222.22, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:00:00.000Z", + "level": 378.79, + "flow": 2874.2, + "inflow": 3523.5, + "volume": 10222.61, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:10:00.000Z", + "level": 378.8, + "flow": 2879.4, + "inflow": 3522.7, + "volume": 10223, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:20:00.000Z", + "level": 378.81, + "flow": 2859.6, + "inflow": 3517.5, + "volume": 10223.39, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:30:00.000Z", + "level": 378.81, + "flow": 2876.9, + "inflow": 3526.1, + "volume": 10223.78, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:40:00.000Z", + "level": 378.82, + "flow": 2876.3, + "inflow": 3513.2, + "volume": 10224.16, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:50:00.000Z", + "level": 378.83, + "flow": 2861.4, + "inflow": 3519.8, + "volume": 10224.56, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:00:00.000Z", + "level": 378.83, + "flow": 3099.1, + "inflow": 3523.8, + "volume": 10224.81, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:10:00.000Z", + "level": 378.84, + "flow": 3088.6, + "inflow": 3529.5, + "volume": 10225.07, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:20:00.000Z", + "level": 378.84, + "flow": 3106.1, + "inflow": 3506.3, + "volume": 10225.31, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:30:00.000Z", + "level": 378.85, + "flow": 3096.7, + "inflow": 3495.8, + "volume": 10225.55, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:40:00.000Z", + "level": 378.85, + "flow": 3090.6, + "inflow": 3534.7, + "volume": 10225.82, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:50:00.000Z", + "level": 378.86, + "flow": 3107, + "inflow": 3508.2, + "volume": 10226.06, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:00:00.000Z", + "level": 378.86, + "flow": 3340.4, + "inflow": 3470.2, + "volume": 10226.14, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:10:00.000Z", + "level": 378.86, + "flow": 3338.8, + "inflow": 3472.9, + "volume": 10226.22, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:20:00.000Z", + "level": 378.86, + "flow": 3334.9, + "inflow": 3479.1, + "volume": 10226.31, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:30:00.000Z", + "level": 378.86, + "flow": 3332.2, + "inflow": 3521.7, + "volume": 10226.42, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:40:00.000Z", + "level": 378.86, + "flow": 3329, + "inflow": 3496.7, + "volume": 10226.52, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:50:00.000Z", + "level": 378.86, + "flow": 3319.6, + "inflow": 3473.7, + "volume": 10226.61, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:00:00.000Z", + "level": 378.86, + "flow": 3489.1, + "inflow": 3462.5, + "volume": 10226.59, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:10:00.000Z", + "level": 378.86, + "flow": 3490.8, + "inflow": 3443.8, + "volume": 10226.56, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:20:00.000Z", + "level": 378.86, + "flow": 3495.5, + "inflow": 3440.7, + "volume": 10226.53, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:30:00.000Z", + "level": 378.86, + "flow": 3489.5, + "inflow": 3442.1, + "volume": 10226.5, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:40:00.000Z", + "level": 378.86, + "flow": 3495.5, + "inflow": 3495.5, + "volume": 10226.5, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:50:00.000Z", + "level": 378.86, + "flow": 3493.7, + "inflow": 3459.4, + "volume": 10226.48, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:00:00.000Z", + "level": 378.86, + "flow": 3550.7, + "inflow": 3447.7, + "volume": 10226.42, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:10:00.000Z", + "level": 378.86, + "flow": 3557.5, + "inflow": 3429.6, + "volume": 10226.34, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:20:00.000Z", + "level": 378.86, + "flow": 3578.3, + "inflow": 3397.9, + "volume": 10226.23, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:30:00.000Z", + "level": 378.86, + "flow": 3554.6, + "inflow": 3429.4, + "volume": 10226.15, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:40:00.000Z", + "level": 378.86, + "flow": 3567.8, + "inflow": 3448.2, + "volume": 10226.08, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:50:00.000Z", + "level": 378.85, + "flow": 3574.2, + "inflow": 3397.7, + "volume": 10225.97, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:00:00.000Z", + "level": 378.85, + "flow": 3497.2, + "inflow": 3347.3, + "volume": 10225.88, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:10:00.000Z", + "level": 378.85, + "flow": 3497.3, + "inflow": 3334.2, + "volume": 10225.78, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:20:00.000Z", + "level": 378.85, + "flow": 3516.2, + "inflow": 3346.1, + "volume": 10225.68, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:30:00.000Z", + "level": 378.85, + "flow": 3515.2, + "inflow": 3333.3, + "volume": 10225.57, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:40:00.000Z", + "level": 378.85, + "flow": 3495.9, + "inflow": 3375.1, + "volume": 10225.5, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:50:00.000Z", + "level": 378.84, + "flow": 3500.9, + "inflow": 3380.5, + "volume": 10225.43, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:00:00.000Z", + "level": 378.84, + "flow": 3336.7, + "inflow": 3281.5, + "volume": 10225.4, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:10:00.000Z", + "level": 378.84, + "flow": 3347.5, + "inflow": 3307.6, + "volume": 10225.38, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:20:00.000Z", + "level": 378.84, + "flow": 3327, + "inflow": 3285.2, + "volume": 10225.35, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:30:00.000Z", + "level": 378.84, + "flow": 3333, + "inflow": 3261.7, + "volume": 10225.31, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:40:00.000Z", + "level": 378.84, + "flow": 3330.3, + "inflow": 3286.8, + "volume": 10225.28, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:50:00.000Z", + "level": 378.84, + "flow": 3337.8, + "inflow": 3302, + "volume": 10225.26, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:00:00.000Z", + "level": 378.84, + "flow": 3090.5, + "inflow": 3174.8, + "volume": 10225.31, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:10:00.000Z", + "level": 378.84, + "flow": 3098.4, + "inflow": 3230.7, + "volume": 10225.39, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:20:00.000Z", + "level": 378.84, + "flow": 3097.1, + "inflow": 3201, + "volume": 10225.45, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:30:00.000Z", + "level": 378.85, + "flow": 3095, + "inflow": 3222.1, + "volume": 10225.53, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:40:00.000Z", + "level": 378.85, + "flow": 3103.6, + "inflow": 3217.4, + "volume": 10225.6, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:50:00.000Z", + "level": 378.85, + "flow": 3097.8, + "inflow": 3202.2, + "volume": 10225.66, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:00:00.000Z", + "level": 378.85, + "flow": 2882.3, + "inflow": 3145.9, + "volume": 10225.82, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:10:00.000Z", + "level": 378.85, + "flow": 2879.1, + "inflow": 3091.7, + "volume": 10225.95, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:20:00.000Z", + "level": 378.86, + "flow": 2855.8, + "inflow": 3138.9, + "volume": 10226.12, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:30:00.000Z", + "level": 378.86, + "flow": 2857.4, + "inflow": 3121.4, + "volume": 10226.28, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:40:00.000Z", + "level": 378.86, + "flow": 2879.2, + "inflow": 3122.4, + "volume": 10226.43, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:50:00.000Z", + "level": 378.86, + "flow": 2858.3, + "inflow": 3113.8, + "volume": 10226.58, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:00:00.000Z", + "level": 378.87, + "flow": 2686.6, + "inflow": 3050.1, + "volume": 10226.8, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:10:00.000Z", + "level": 378.87, + "flow": 2686.4, + "inflow": 3034.4, + "volume": 10227.01, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:20:00.000Z", + "level": 378.88, + "flow": 2702, + "inflow": 3067.1, + "volume": 10227.23, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:30:00.000Z", + "level": 378.88, + "flow": 2687.5, + "inflow": 3072.2, + "volume": 10227.46, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:40:00.000Z", + "level": 378.88, + "flow": 2682.9, + "inflow": 3065, + "volume": 10227.69, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:50:00.000Z", + "level": 378.89, + "flow": 2706, + "inflow": 3017.2, + "volume": 10227.88, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:00:00.000Z", + "level": 378.89, + "flow": 2643.4, + "inflow": 2983.1, + "volume": 10228.08, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:10:00.000Z", + "level": 378.9, + "flow": 2635.8, + "inflow": 3004, + "volume": 10228.3, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:20:00.000Z", + "level": 378.9, + "flow": 2649.6, + "inflow": 2986.4, + "volume": 10228.5, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:30:00.000Z", + "level": 378.9, + "flow": 2626.2, + "inflow": 2993.8, + "volume": 10228.72, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:40:00.000Z", + "level": 378.91, + "flow": 2626.7, + "inflow": 2974.1, + "volume": 10228.93, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:50:00.000Z", + "level": 378.91, + "flow": 2640.4, + "inflow": 2955.7, + "volume": 10229.12, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:00:00.000Z", + "level": 378.91, + "flow": 2689.3, + "inflow": 2948.6, + "volume": 10229.28, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:10:00.000Z", + "level": 378.91, + "flow": 2689.1, + "inflow": 2913.5, + "volume": 10229.41, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:20:00.000Z", + "level": 378.92, + "flow": 2686.2, + "inflow": 2932.3, + "volume": 10229.56, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:30:00.000Z", + "level": 378.92, + "flow": 2697.4, + "inflow": 2907.1, + "volume": 10229.69, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:40:00.000Z", + "level": 378.92, + "flow": 2704, + "inflow": 2963.4, + "volume": 10229.85, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:50:00.000Z", + "level": 378.93, + "flow": 2697.2, + "inflow": 2964, + "volume": 10230.01, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:00:00.000Z", + "level": 378.93, + "flow": 2856.8, + "inflow": 2883.2, + "volume": 10230.03, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:10:00.000Z", + "level": 378.93, + "flow": 2881.7, + "inflow": 2895.1, + "volume": 10230.04, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:20:00.000Z", + "level": 378.93, + "flow": 2855, + "inflow": 2930.9, + "volume": 10230.09, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:30:00.000Z", + "level": 378.93, + "flow": 2869.3, + "inflow": 2874.6, + "volume": 10230.09, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:40:00.000Z", + "level": 378.93, + "flow": 2866.2, + "inflow": 2881.6, + "volume": 10230.1, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:50:00.000Z", + "level": 378.93, + "flow": 2867.4, + "inflow": 2896.4, + "volume": 10230.12, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:00:00.000Z", + "level": 378.93, + "flow": 3101.2, + "inflow": 2912.6, + "volume": 10230.01, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:10:00.000Z", + "level": 378.92, + "flow": 3094.3, + "inflow": 2873.5, + "volume": 10229.88, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:20:00.000Z", + "level": 378.92, + "flow": 3115.1, + "inflow": 2881.8, + "volume": 10229.74, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:30:00.000Z", + "level": 378.92, + "flow": 3112, + "inflow": 2894.2, + "volume": 10229.61, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:40:00.000Z", + "level": 378.92, + "flow": 3094.4, + "inflow": 2912.4, + "volume": 10229.5, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:50:00.000Z", + "level": 378.91, + "flow": 3108.9, + "inflow": 2922.5, + "volume": 10229.39, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:00:00.000Z", + "level": 378.91, + "flow": 3341.2, + "inflow": 2892.5, + "volume": 10229.12, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:10:00.000Z", + "level": 378.9, + "flow": 3320.3, + "inflow": 2878.9, + "volume": 10228.86, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:20:00.000Z", + "level": 378.9, + "flow": 3325.1, + "inflow": 2930, + "volume": 10228.62, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:30:00.000Z", + "level": 378.9, + "flow": 3344.9, + "inflow": 2881.3, + "volume": 10228.34, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:40:00.000Z", + "level": 378.89, + "flow": 3330.4, + "inflow": 2917.1, + "volume": 10228.09, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:50:00.000Z", + "level": 378.89, + "flow": 3347.4, + "inflow": 2905, + "volume": 10227.82, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:00:00.000Z", + "level": 378.88, + "flow": 3491.3, + "inflow": 2954.5, + "volume": 10227.5, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:10:00.000Z", + "level": 378.87, + "flow": 3499.1, + "inflow": 2945.3, + "volume": 10227.17, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:20:00.000Z", + "level": 378.87, + "flow": 3507.4, + "inflow": 2961.6, + "volume": 10226.84, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:30:00.000Z", + "level": 378.86, + "flow": 3488.1, + "inflow": 2927.1, + "volume": 10226.5, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:40:00.000Z", + "level": 378.86, + "flow": 3500.3, + "inflow": 2902.7, + "volume": 10226.14, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:50:00.000Z", + "level": 378.85, + "flow": 3510.2, + "inflow": 2962, + "volume": 10225.81, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:00:00.000Z", + "level": 378.84, + "flow": 3562.1, + "inflow": 2987.5, + "volume": 10225.47, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:10:00.000Z", + "level": 378.84, + "flow": 3555.6, + "inflow": 3001.4, + "volume": 10225.14, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:20:00.000Z", + "level": 378.83, + "flow": 3580.1, + "inflow": 3002.3, + "volume": 10224.79, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:30:00.000Z", + "level": 378.83, + "flow": 3578.9, + "inflow": 2967.2, + "volume": 10224.42, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:40:00.000Z", + "level": 378.82, + "flow": 3553.9, + "inflow": 2997.8, + "volume": 10224.09, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:50:00.000Z", + "level": 378.81, + "flow": 3551.3, + "inflow": 2960.1, + "volume": 10223.74, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:00:00.000Z", + "level": 378.81, + "flow": 3504.6, + "inflow": 3026.4, + "volume": 10223.45, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:10:00.000Z", + "level": 378.8, + "flow": 3518, + "inflow": 3039.5, + "volume": 10223.16, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:20:00.000Z", + "level": 378.8, + "flow": 3492, + "inflow": 3038.3, + "volume": 10222.89, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:30:00.000Z", + "level": 378.79, + "flow": 3515.8, + "inflow": 3048.9, + "volume": 10222.61, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:40:00.000Z", + "level": 378.79, + "flow": 3506.6, + "inflow": 3029.6, + "volume": 10222.32, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:50:00.000Z", + "level": 378.78, + "flow": 3488, + "inflow": 3032.2, + "volume": 10222.05, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:00:00.000Z", + "level": 378.78, + "flow": 3328.3, + "inflow": 3148.7, + "volume": 10221.94, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:10:00.000Z", + "level": 378.78, + "flow": 3344.6, + "inflow": 3149.2, + "volume": 10221.82, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:20:00.000Z", + "level": 378.78, + "flow": 3332, + "inflow": 3100.7, + "volume": 10221.68, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:30:00.000Z", + "level": 378.77, + "flow": 3337.9, + "inflow": 3102.7, + "volume": 10221.54, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:40:00.000Z", + "level": 378.77, + "flow": 3324.4, + "inflow": 3136.6, + "volume": 10221.43, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:50:00.000Z", + "level": 378.77, + "flow": 3321.8, + "inflow": 3129.5, + "volume": 10221.31, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:00:00.000Z", + "level": 378.77, + "flow": 3100.7, + "inflow": 3193.5, + "volume": 10221.37, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:10:00.000Z", + "level": 378.77, + "flow": 3095.9, + "inflow": 3216.3, + "volume": 10221.44, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:20:00.000Z", + "level": 378.77, + "flow": 3092.9, + "inflow": 3229.6, + "volume": 10221.52, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:30:00.000Z", + "level": 378.78, + "flow": 3093.8, + "inflow": 3194.9, + "volume": 10221.58, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:40:00.000Z", + "level": 378.78, + "flow": 3110.6, + "inflow": 3239.8, + "volume": 10221.66, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:50:00.000Z", + "level": 378.78, + "flow": 3090.6, + "inflow": 3192.1, + "volume": 10221.72, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:00:00.000Z", + "level": 378.78, + "flow": 2873.6, + "inflow": 3300.5, + "volume": 10221.98, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:10:00.000Z", + "level": 378.79, + "flow": 2873, + "inflow": 3318.8, + "volume": 10222.25, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:20:00.000Z", + "level": 378.79, + "flow": 2860.1, + "inflow": 3293.1, + "volume": 10222.51, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:30:00.000Z", + "level": 378.8, + "flow": 2852.8, + "inflow": 3291.2, + "volume": 10222.77, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:40:00.000Z", + "level": 378.8, + "flow": 2877, + "inflow": 3268.1, + "volume": 10223, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:50:00.000Z", + "level": 378.81, + "flow": 2880.9, + "inflow": 3300.8, + "volume": 10223.25, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:00:00.000Z", + "level": 378.81, + "flow": 2695.9, + "inflow": 3374.7, + "volume": 10223.66, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:10:00.000Z", + "level": 378.82, + "flow": 2683.8, + "inflow": 3361.5, + "volume": 10224.07, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:20:00.000Z", + "level": 378.83, + "flow": 2708.5, + "inflow": 3397, + "volume": 10224.48, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:30:00.000Z", + "level": 378.83, + "flow": 2706.4, + "inflow": 3352.3, + "volume": 10224.87, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:40:00.000Z", + "level": 378.84, + "flow": 2696.4, + "inflow": 3357.1, + "volume": 10225.27, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:50:00.000Z", + "level": 378.85, + "flow": 2697, + "inflow": 3348.6, + "volume": 10225.66, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:00:00.000Z", + "level": 378.86, + "flow": 2636.2, + "inflow": 3452.2, + "volume": 10226.15, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:10:00.000Z", + "level": 378.87, + "flow": 2619.9, + "inflow": 3452.1, + "volume": 10226.65, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:20:00.000Z", + "level": 378.87, + "flow": 2644.5, + "inflow": 3411.4, + "volume": 10227.11, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:30:00.000Z", + "level": 378.88, + "flow": 2645, + "inflow": 3458.3, + "volume": 10227.6, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:40:00.000Z", + "level": 378.89, + "flow": 2622.5, + "inflow": 3421.7, + "volume": 10228.08, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:50:00.000Z", + "level": 378.9, + "flow": 2648.4, + "inflow": 3422.7, + "volume": 10228.54, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:00:00.000Z", + "level": 378.91, + "flow": 2693.6, + "inflow": 3474.4, + "volume": 10229.01, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:10:00.000Z", + "level": 378.92, + "flow": 2708.6, + "inflow": 3471.2, + "volume": 10229.47, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:20:00.000Z", + "level": 378.92, + "flow": 2693.7, + "inflow": 3486.1, + "volume": 10229.95, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:30:00.000Z", + "level": 378.93, + "flow": 2693.3, + "inflow": 3515.4, + "volume": 10230.44, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:40:00.000Z", + "level": 378.94, + "flow": 2691.7, + "inflow": 3497.1, + "volume": 10230.92, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:50:00.000Z", + "level": 378.95, + "flow": 2707.1, + "inflow": 3486.7, + "volume": 10231.39, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:00:00.000Z", + "level": 378.96, + "flow": 2858.9, + "inflow": 3519.4, + "volume": 10231.79, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:10:00.000Z", + "level": 378.96, + "flow": 2872.5, + "inflow": 3543.6, + "volume": 10232.19, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:20:00.000Z", + "level": 378.97, + "flow": 2879, + "inflow": 3541.2, + "volume": 10232.59, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:30:00.000Z", + "level": 378.98, + "flow": 2878.5, + "inflow": 3534.4, + "volume": 10232.98, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:40:00.000Z", + "level": 378.99, + "flow": 2854.5, + "inflow": 3514.7, + "volume": 10233.38, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:50:00.000Z", + "level": 378.99, + "flow": 2865.4, + "inflow": 3539.7, + "volume": 10233.78, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:00:00.000Z", + "level": 379, + "flow": 3097.4, + "inflow": 3525.3, + "volume": 10234.04, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:10:00.000Z", + "level": 379, + "flow": 3086.9, + "inflow": 3531.2, + "volume": 10234.31, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:20:00.000Z", + "level": 379.01, + "flow": 3086.4, + "inflow": 3513.6, + "volume": 10234.57, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:30:00.000Z", + "level": 379.01, + "flow": 3096.3, + "inflow": 3544.2, + "volume": 10234.84, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:40:00.000Z", + "level": 379.02, + "flow": 3110.9, + "inflow": 3504.3, + "volume": 10235.08, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:50:00.000Z", + "level": 379.02, + "flow": 3109.7, + "inflow": 3500.4, + "volume": 10235.31, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:00:00.000Z", + "level": 379.02, + "flow": 3329.4, + "inflow": 3521.3, + "volume": 10235.43, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:10:00.000Z", + "level": 379.02, + "flow": 3344.4, + "inflow": 3498.4, + "volume": 10235.52, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:20:00.000Z", + "level": 379.03, + "flow": 3346.5, + "inflow": 3509.6, + "volume": 10235.62, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:30:00.000Z", + "level": 379.03, + "flow": 3331.4, + "inflow": 3542, + "volume": 10235.75, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:40:00.000Z", + "level": 379.03, + "flow": 3335.8, + "inflow": 3532.8, + "volume": 10235.87, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:50:00.000Z", + "level": 379.03, + "flow": 3320.5, + "inflow": 3502.3, + "volume": 10235.98, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:00:00.000Z", + "level": 379.03, + "flow": 3510.9, + "inflow": 3479.9, + "volume": 10235.96, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:10:00.000Z", + "level": 379.03, + "flow": 3517.9, + "inflow": 3481.1, + "volume": 10235.94, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:20:00.000Z", + "level": 379.03, + "flow": 3504.1, + "inflow": 3498, + "volume": 10235.94, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:30:00.000Z", + "level": 379.03, + "flow": 3499, + "inflow": 3484.1, + "volume": 10235.93, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:40:00.000Z", + "level": 379.03, + "flow": 3515.4, + "inflow": 3501.3, + "volume": 10235.92, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:50:00.000Z", + "level": 379.03, + "flow": 3507.6, + "inflow": 3461.9, + "volume": 10235.89, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:00:00.000Z", + "level": 379.03, + "flow": 3565.9, + "inflow": 3456.9, + "volume": 10235.82, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:10:00.000Z", + "level": 379.03, + "flow": 3562.8, + "inflow": 3420.8, + "volume": 10235.73, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:20:00.000Z", + "level": 379.03, + "flow": 3549.6, + "inflow": 3412.3, + "volume": 10235.65, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:30:00.000Z", + "level": 379.02, + "flow": 3557.8, + "inflow": 3430, + "volume": 10235.57, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:40:00.000Z", + "level": 379.02, + "flow": 3562.7, + "inflow": 3415.5, + "volume": 10235.48, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:50:00.000Z", + "level": 379.02, + "flow": 3570.7, + "inflow": 3437, + "volume": 10235.4, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:00:00.000Z", + "level": 379.02, + "flow": 3503.8, + "inflow": 3395.8, + "volume": 10235.34, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:10:00.000Z", + "level": 379.02, + "flow": 3512, + "inflow": 3344.6, + "volume": 10235.24, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:20:00.000Z", + "level": 379.02, + "flow": 3491.9, + "inflow": 3398.5, + "volume": 10235.18, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:30:00.000Z", + "level": 379.02, + "flow": 3518, + "inflow": 3381.3, + "volume": 10235.1, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:40:00.000Z", + "level": 379.01, + "flow": 3512.4, + "inflow": 3392.6, + "volume": 10235.03, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:50:00.000Z", + "level": 379.01, + "flow": 3514.5, + "inflow": 3372.1, + "volume": 10234.94, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:00:00.000Z", + "level": 379.01, + "flow": 3322.8, + "inflow": 3283.8, + "volume": 10234.92, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:10:00.000Z", + "level": 379.01, + "flow": 3344.1, + "inflow": 3301.8, + "volume": 10234.89, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:20:00.000Z", + "level": 379.01, + "flow": 3343.3, + "inflow": 3283.8, + "volume": 10234.85, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:30:00.000Z", + "level": 379.01, + "flow": 3346.4, + "inflow": 3288.3, + "volume": 10234.82, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:40:00.000Z", + "level": 379.01, + "flow": 3320.2, + "inflow": 3318.3, + "volume": 10234.82, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:50:00.000Z", + "level": 379.01, + "flow": 3327.7, + "inflow": 3318.8, + "volume": 10234.81, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:00:00.000Z", + "level": 379.01, + "flow": 3095.6, + "inflow": 3205, + "volume": 10234.88, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:10:00.000Z", + "level": 379.01, + "flow": 3090.4, + "inflow": 3246.5, + "volume": 10234.97, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:20:00.000Z", + "level": 379.02, + "flow": 3102.5, + "inflow": 3245.2, + "volume": 10235.06, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:30:00.000Z", + "level": 379.02, + "flow": 3095.5, + "inflow": 3231, + "volume": 10235.14, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:40:00.000Z", + "level": 379.02, + "flow": 3086, + "inflow": 3210.2, + "volume": 10235.21, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:50:00.000Z", + "level": 379.02, + "flow": 3107.5, + "inflow": 3225.1, + "volume": 10235.28, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:00:00.000Z", + "level": 379.02, + "flow": 2867, + "inflow": 3142.9, + "volume": 10235.45, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:10:00.000Z", + "level": 379.03, + "flow": 2874.9, + "inflow": 3140, + "volume": 10235.61, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:20:00.000Z", + "level": 379.03, + "flow": 2859.4, + "inflow": 3140.8, + "volume": 10235.78, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:30:00.000Z", + "level": 379.03, + "flow": 2852.4, + "inflow": 3112.1, + "volume": 10235.94, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:40:00.000Z", + "level": 379.03, + "flow": 2859.5, + "inflow": 3116.8, + "volume": 10236.09, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:50:00.000Z", + "level": 379.04, + "flow": 2870.1, + "inflow": 3116.9, + "volume": 10236.24, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:00:00.000Z", + "level": 379.04, + "flow": 2699.5, + "inflow": 3045.1, + "volume": 10236.45, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:10:00.000Z", + "level": 379.04, + "flow": 2704.8, + "inflow": 3034.1, + "volume": 10236.65, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:20:00.000Z", + "level": 379.05, + "flow": 2694.5, + "inflow": 3084.6, + "volume": 10236.88, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:30:00.000Z", + "level": 379.05, + "flow": 2695.5, + "inflow": 3044.8, + "volume": 10237.09, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:40:00.000Z", + "level": 379.06, + "flow": 2707, + "inflow": 3085.2, + "volume": 10237.32, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:50:00.000Z", + "level": 379.06, + "flow": 2692.1, + "inflow": 3092.5, + "volume": 10237.56, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:00:00.000Z", + "level": 379.06, + "flow": 2635.9, + "inflow": 2991.8, + "volume": 10237.77, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:10:00.000Z", + "level": 379.07, + "flow": 2627.9, + "inflow": 3010.1, + "volume": 10238, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:20:00.000Z", + "level": 379.07, + "flow": 2625.7, + "inflow": 2980.1, + "volume": 10238.21, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:30:00.000Z", + "level": 379.08, + "flow": 2625, + "inflow": 2996.6, + "volume": 10238.43, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:40:00.000Z", + "level": 379.08, + "flow": 2622.2, + "inflow": 3001.6, + "volume": 10238.66, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:50:00.000Z", + "level": 379.08, + "flow": 2628.7, + "inflow": 2990.4, + "volume": 10238.88, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:00:00.000Z", + "level": 379.09, + "flow": 2693.6, + "inflow": 2948.2, + "volume": 10239.03, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:10:00.000Z", + "level": 379.09, + "flow": 2705.3, + "inflow": 2945.1, + "volume": 10239.17, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:20:00.000Z", + "level": 379.09, + "flow": 2690.9, + "inflow": 2938.6, + "volume": 10239.32, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:30:00.000Z", + "level": 379.09, + "flow": 2697.3, + "inflow": 2945.9, + "volume": 10239.47, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:40:00.000Z", + "level": 379.1, + "flow": 2708.3, + "inflow": 2958.1, + "volume": 10239.62, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:50:00.000Z", + "level": 379.1, + "flow": 2710.4, + "inflow": 2930, + "volume": 10239.75, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:00:00.000Z", + "level": 379.1, + "flow": 2865.6, + "inflow": 2945.5, + "volume": 10239.8, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:10:00.000Z", + "level": 379.1, + "flow": 2871.8, + "inflow": 2938.7, + "volume": 10239.84, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:20:00.000Z", + "level": 379.1, + "flow": 2853.3, + "inflow": 2894.5, + "volume": 10239.86, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:30:00.000Z", + "level": 379.1, + "flow": 2874.6, + "inflow": 2929.6, + "volume": 10239.89, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:40:00.000Z", + "level": 379.1, + "flow": 2869.8, + "inflow": 2895.5, + "volume": 10239.91, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:50:00.000Z", + "level": 379.1, + "flow": 2852.3, + "inflow": 2894.2, + "volume": 10239.94, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:00:00.000Z", + "level": 379.1, + "flow": 3100.7, + "inflow": 2924.5, + "volume": 10239.83, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:10:00.000Z", + "level": 379.1, + "flow": 3104.7, + "inflow": 2935.8, + "volume": 10239.73, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:20:00.000Z", + "level": 379.1, + "flow": 3114.5, + "inflow": 2900.3, + "volume": 10239.6, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:30:00.000Z", + "level": 379.09, + "flow": 3109.9, + "inflow": 2905.8, + "volume": 10239.48, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:40:00.000Z", + "level": 379.09, + "flow": 3091.7, + "inflow": 2893.3, + "volume": 10239.36, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:50:00.000Z", + "level": 379.09, + "flow": 3098.8, + "inflow": 2925.5, + "volume": 10239.26, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:00:00.000Z", + "level": 379.09, + "flow": 3340, + "inflow": 2906.5, + "volume": 10239, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:10:00.000Z", + "level": 379.08, + "flow": 3344.9, + "inflow": 2939.3, + "volume": 10238.76, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:20:00.000Z", + "level": 379.08, + "flow": 3346.7, + "inflow": 2934, + "volume": 10238.51, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:30:00.000Z", + "level": 379.07, + "flow": 3317.3, + "inflow": 2909.1, + "volume": 10238.27, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:40:00.000Z", + "level": 379.07, + "flow": 3323.7, + "inflow": 2942, + "volume": 10238.04, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:50:00.000Z", + "level": 379.06, + "flow": 3326.3, + "inflow": 2925.4, + "volume": 10237.8, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:00:00.000Z", + "level": 379.06, + "flow": 3490.4, + "inflow": 2968.1, + "volume": 10237.49, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:10:00.000Z", + "level": 379.05, + "flow": 3510.5, + "inflow": 2953.7, + "volume": 10237.16, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:20:00.000Z", + "level": 379.05, + "flow": 3497.9, + "inflow": 2963.8, + "volume": 10236.84, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:30:00.000Z", + "level": 379.04, + "flow": 3506.7, + "inflow": 2950.1, + "volume": 10236.51, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:40:00.000Z", + "level": 379.03, + "flow": 3511.9, + "inflow": 2918.8, + "volume": 10236.15, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:50:00.000Z", + "level": 379.03, + "flow": 3505, + "inflow": 2924.6, + "volume": 10235.8, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:00:00.000Z", + "level": 379.02, + "flow": 3562.3, + "inflow": 3004.6, + "volume": 10235.47, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:10:00.000Z", + "level": 379.02, + "flow": 3578.5, + "inflow": 2981.7, + "volume": 10235.11, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:20:00.000Z", + "level": 379.01, + "flow": 3573.2, + "inflow": 2967.4, + "volume": 10234.75, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:30:00.000Z", + "level": 379, + "flow": 3557.8, + "inflow": 3019.2, + "volume": 10234.43, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:40:00.000Z", + "level": 379, + "flow": 3571.1, + "inflow": 3015.3, + "volume": 10234.1, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:50:00.000Z", + "level": 378.99, + "flow": 3572.7, + "inflow": 2988.9, + "volume": 10233.75, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:00:00.000Z", + "level": 378.99, + "flow": 3506.6, + "inflow": 3066.5, + "volume": 10233.49, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:10:00.000Z", + "level": 378.98, + "flow": 3489.4, + "inflow": 3066.6, + "volume": 10233.24, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:20:00.000Z", + "level": 378.98, + "flow": 3500.5, + "inflow": 3081.5, + "volume": 10232.99, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:30:00.000Z", + "level": 378.97, + "flow": 3507.5, + "inflow": 3043.2, + "volume": 10232.71, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:40:00.000Z", + "level": 378.97, + "flow": 3489.5, + "inflow": 3061.1, + "volume": 10232.45, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:50:00.000Z", + "level": 378.96, + "flow": 3518, + "inflow": 3060.3, + "volume": 10232.18, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:00:00.000Z", + "level": 378.96, + "flow": 3334, + "inflow": 3150.8, + "volume": 10232.07, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:10:00.000Z", + "level": 378.96, + "flow": 3337.3, + "inflow": 3129.7, + "volume": 10231.95, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:20:00.000Z", + "level": 378.96, + "flow": 3334.5, + "inflow": 3118.6, + "volume": 10231.82, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:30:00.000Z", + "level": 378.96, + "flow": 3340.3, + "inflow": 3158, + "volume": 10231.71, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:40:00.000Z", + "level": 378.95, + "flow": 3331.8, + "inflow": 3147.7, + "volume": 10231.6, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:50:00.000Z", + "level": 378.95, + "flow": 3321.6, + "inflow": 3106.3, + "volume": 10231.47, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:00:00.000Z", + "level": 378.95, + "flow": 3103.4, + "inflow": 3261.2, + "volume": 10231.56, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:10:00.000Z", + "level": 378.95, + "flow": 3090.9, + "inflow": 3230.7, + "volume": 10231.64, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:20:00.000Z", + "level": 378.96, + "flow": 3104.2, + "inflow": 3226.3, + "volume": 10231.71, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:30:00.000Z", + "level": 378.96, + "flow": 3091.8, + "inflow": 3260.6, + "volume": 10231.81, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:40:00.000Z", + "level": 378.96, + "flow": 3108.3, + "inflow": 3254, + "volume": 10231.9, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:50:00.000Z", + "level": 378.96, + "flow": 3105.9, + "inflow": 3246.9, + "volume": 10231.98, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:00:00.000Z", + "level": 378.97, + "flow": 2878.2, + "inflow": 3338.2, + "volume": 10232.26, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:10:00.000Z", + "level": 378.97, + "flow": 2869.4, + "inflow": 3327.5, + "volume": 10232.53, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:20:00.000Z", + "level": 378.97, + "flow": 2882.9, + "inflow": 3312.1, + "volume": 10232.79, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:30:00.000Z", + "level": 378.98, + "flow": 2859, + "inflow": 3296.4, + "volume": 10233.05, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:40:00.000Z", + "level": 378.98, + "flow": 2877.2, + "inflow": 3324.6, + "volume": 10233.32, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:50:00.000Z", + "level": 378.99, + "flow": 2866.8, + "inflow": 3335.8, + "volume": 10233.6, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:00:00.000Z", + "level": 379, + "flow": 2695.8, + "inflow": 3385.3, + "volume": 10234.01, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:10:00.000Z", + "level": 379, + "flow": 2686.3, + "inflow": 3376.4, + "volume": 10234.42, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:20:00.000Z", + "level": 379.01, + "flow": 2689.7, + "inflow": 3413.7, + "volume": 10234.85, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:30:00.000Z", + "level": 379.02, + "flow": 2710.1, + "inflow": 3402.3, + "volume": 10235.27, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:40:00.000Z", + "level": 379.03, + "flow": 2694.1, + "inflow": 3411.1, + "volume": 10235.7, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:50:00.000Z", + "level": 379.03, + "flow": 2710.1, + "inflow": 3369.6, + "volume": 10236.1, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:00:00.000Z", + "level": 379.04, + "flow": 2640.2, + "inflow": 3453.1, + "volume": 10236.59, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:10:00.000Z", + "level": 379.05, + "flow": 2644.7, + "inflow": 3427.6, + "volume": 10237.06, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:20:00.000Z", + "level": 379.06, + "flow": 2635.1, + "inflow": 3465.8, + "volume": 10237.56, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:30:00.000Z", + "level": 379.07, + "flow": 2640.4, + "inflow": 3422.9, + "volume": 10238.03, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:40:00.000Z", + "level": 379.08, + "flow": 2633, + "inflow": 3465.7, + "volume": 10238.53, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:50:00.000Z", + "level": 379.09, + "flow": 2639, + "inflow": 3462.9, + "volume": 10239.02, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:00:00.000Z", + "level": 379.09, + "flow": 2691, + "inflow": 3522.5, + "volume": 10239.52, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:10:00.000Z", + "level": 379.1, + "flow": 2682.3, + "inflow": 3476.2, + "volume": 10240, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:20:00.000Z", + "level": 379.11, + "flow": 2699.3, + "inflow": 3468.1, + "volume": 10240.46, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:30:00.000Z", + "level": 379.12, + "flow": 2710, + "inflow": 3511.9, + "volume": 10240.94, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:40:00.000Z", + "level": 379.13, + "flow": 2704.6, + "inflow": 3472.2, + "volume": 10241.4, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:50:00.000Z", + "level": 379.14, + "flow": 2699.8, + "inflow": 3475.1, + "volume": 10241.87, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:00:00.000Z", + "level": 379.14, + "flow": 2862.4, + "inflow": 3526.2, + "volume": 10242.27, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:10:00.000Z", + "level": 379.15, + "flow": 2882.7, + "inflow": 3530.9, + "volume": 10242.66, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:20:00.000Z", + "level": 379.16, + "flow": 2879, + "inflow": 3527, + "volume": 10243.05, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:30:00.000Z", + "level": 379.16, + "flow": 2879.6, + "inflow": 3548.3, + "volume": 10243.45, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:40:00.000Z", + "level": 379.17, + "flow": 2878.9, + "inflow": 3547.4, + "volume": 10243.85, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:50:00.000Z", + "level": 379.18, + "flow": 2867.6, + "inflow": 3548, + "volume": 10244.26, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:00:00.000Z", + "level": 379.18, + "flow": 3100.1, + "inflow": 3561.7, + "volume": 10244.54, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:10:00.000Z", + "level": 379.19, + "flow": 3097.9, + "inflow": 3562.4, + "volume": 10244.82, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:20:00.000Z", + "level": 379.19, + "flow": 3091.6, + "inflow": 3557.4, + "volume": 10245.1, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:30:00.000Z", + "level": 379.2, + "flow": 3108.8, + "inflow": 3556, + "volume": 10245.37, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:40:00.000Z", + "level": 379.2, + "flow": 3113.4, + "inflow": 3533.3, + "volume": 10245.62, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:50:00.000Z", + "level": 379.21, + "flow": 3094.2, + "inflow": 3538.1, + "volume": 10245.89, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:00:00.000Z", + "level": 379.21, + "flow": 3322.6, + "inflow": 3553.7, + "volume": 10246.03, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:10:00.000Z", + "level": 379.21, + "flow": 3343.4, + "inflow": 3499, + "volume": 10246.12, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:20:00.000Z", + "level": 379.22, + "flow": 3319.1, + "inflow": 3556, + "volume": 10246.26, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:30:00.000Z", + "level": 379.22, + "flow": 3319.4, + "inflow": 3558.9, + "volume": 10246.4, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:40:00.000Z", + "level": 379.22, + "flow": 3344.2, + "inflow": 3516.7, + "volume": 10246.5, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:50:00.000Z", + "level": 379.22, + "flow": 3337.5, + "inflow": 3541.4, + "volume": 10246.62, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:00:00.000Z", + "level": 379.22, + "flow": 3492.6, + "inflow": 3490.5, + "volume": 10246.62, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:10:00.000Z", + "level": 379.22, + "flow": 3500.7, + "inflow": 3519.1, + "volume": 10246.63, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:20:00.000Z", + "level": 379.22, + "flow": 3492.1, + "inflow": 3479.9, + "volume": 10246.62, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:30:00.000Z", + "level": 379.22, + "flow": 3516.4, + "inflow": 3515.1, + "volume": 10246.62, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:40:00.000Z", + "level": 379.22, + "flow": 3491.4, + "inflow": 3502.3, + "volume": 10246.63, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:50:00.000Z", + "level": 379.22, + "flow": 3509, + "inflow": 3511.7, + "volume": 10246.63, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:00:00.000Z", + "level": 379.22, + "flow": 3571.5, + "inflow": 3465.8, + "volume": 10246.57, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:10:00.000Z", + "level": 379.22, + "flow": 3563.2, + "inflow": 3469.1, + "volume": 10246.51, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:20:00.000Z", + "level": 379.22, + "flow": 3578.1, + "inflow": 3454, + "volume": 10246.44, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:30:00.000Z", + "level": 379.22, + "flow": 3555.5, + "inflow": 3480.2, + "volume": 10246.39, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:40:00.000Z", + "level": 379.22, + "flow": 3577.5, + "inflow": 3435.1, + "volume": 10246.3, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:50:00.000Z", + "level": 379.21, + "flow": 3572.4, + "inflow": 3427, + "volume": 10246.21, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:00:00.000Z", + "level": 379.21, + "flow": 3487.2, + "inflow": 3387, + "volume": 10246.15, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:10:00.000Z", + "level": 379.21, + "flow": 3498.5, + "inflow": 3378.9, + "volume": 10246.08, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:20:00.000Z", + "level": 379.21, + "flow": 3491.2, + "inflow": 3391.6, + "volume": 10246.02, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:30:00.000Z", + "level": 379.21, + "flow": 3507.5, + "inflow": 3397.7, + "volume": 10245.95, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:40:00.000Z", + "level": 379.21, + "flow": 3491, + "inflow": 3394.4, + "volume": 10245.89, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:50:00.000Z", + "level": 379.21, + "flow": 3499, + "inflow": 3413.8, + "volume": 10245.84, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:00:00.000Z", + "level": 379.21, + "flow": 3338.5, + "inflow": 3282, + "volume": 10245.81, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:10:00.000Z", + "level": 379.21, + "flow": 3318.4, + "inflow": 3338.9, + "volume": 10245.82, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:20:00.000Z", + "level": 379.21, + "flow": 3344.2, + "inflow": 3291.9, + "volume": 10245.79, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:30:00.000Z", + "level": 379.21, + "flow": 3333.5, + "inflow": 3311.2, + "volume": 10245.78, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:40:00.000Z", + "level": 379.21, + "flow": 3336.2, + "inflow": 3307.3, + "volume": 10245.76, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:50:00.000Z", + "level": 379.21, + "flow": 3340.5, + "inflow": 3282.6, + "volume": 10245.73, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:00:00.000Z", + "level": 379.21, + "flow": 3110.2, + "inflow": 3253.8, + "volume": 10245.82, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:10:00.000Z", + "level": 379.21, + "flow": 3085.3, + "inflow": 3218, + "volume": 10245.9, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:20:00.000Z", + "level": 379.21, + "flow": 3115, + "inflow": 3240, + "volume": 10245.97, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:30:00.000Z", + "level": 379.21, + "flow": 3115.2, + "inflow": 3212, + "volume": 10246.03, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:40:00.000Z", + "level": 379.21, + "flow": 3102, + "inflow": 3225.3, + "volume": 10246.1, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:50:00.000Z", + "level": 379.21, + "flow": 3108.2, + "inflow": 3256.5, + "volume": 10246.19, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:00:00.000Z", + "level": 379.22, + "flow": 2874.5, + "inflow": 3139.8, + "volume": 10246.35, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:10:00.000Z", + "level": 379.22, + "flow": 2873.8, + "inflow": 3136.2, + "volume": 10246.51, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:20:00.000Z", + "level": 379.22, + "flow": 2852.8, + "inflow": 3166.8, + "volume": 10246.7, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:30:00.000Z", + "level": 379.23, + "flow": 2857.4, + "inflow": 3150.3, + "volume": 10246.88, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:40:00.000Z", + "level": 379.23, + "flow": 2862.3, + "inflow": 3159.7, + "volume": 10247.06, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:50:00.000Z", + "level": 379.23, + "flow": 2869.1, + "inflow": 3123.6, + "volume": 10247.21, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:00:00.000Z", + "level": 379.24, + "flow": 2690.5, + "inflow": 3092, + "volume": 10247.45, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:10:00.000Z", + "level": 379.24, + "flow": 2697.4, + "inflow": 3088.9, + "volume": 10247.68, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:20:00.000Z", + "level": 379.24, + "flow": 2701.2, + "inflow": 3104.2, + "volume": 10247.92, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:30:00.000Z", + "level": 379.25, + "flow": 2710.6, + "inflow": 3072.9, + "volume": 10248.14, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:40:00.000Z", + "level": 379.25, + "flow": 2683.6, + "inflow": 3096.1, + "volume": 10248.39, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:50:00.000Z", + "level": 379.26, + "flow": 2704.2, + "inflow": 3098.8, + "volume": 10248.63, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:00:00.000Z", + "level": 379.26, + "flow": 2648.6, + "inflow": 2981.8, + "volume": 10248.83, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:10:00.000Z", + "level": 379.27, + "flow": 2629.1, + "inflow": 3039.6, + "volume": 10249.08, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:20:00.000Z", + "level": 379.27, + "flow": 2647, + "inflow": 2989.5, + "volume": 10249.29, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:30:00.000Z", + "level": 379.27, + "flow": 2649.7, + "inflow": 3031.2, + "volume": 10249.52, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:40:00.000Z", + "level": 379.28, + "flow": 2631.2, + "inflow": 3017.7, + "volume": 10249.75, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:50:00.000Z", + "level": 379.28, + "flow": 2633.1, + "inflow": 3042.2, + "volume": 10250, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:00:00.000Z", + "level": 379.28, + "flow": 2699.1, + "inflow": 2955.4, + "volume": 10250.15, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:10:00.000Z", + "level": 379.29, + "flow": 2697.1, + "inflow": 2955.6, + "volume": 10250.31, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:20:00.000Z", + "level": 379.29, + "flow": 2689.6, + "inflow": 2957.9, + "volume": 10250.47, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:30:00.000Z", + "level": 379.29, + "flow": 2692.6, + "inflow": 2956.5, + "volume": 10250.63, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:40:00.000Z", + "level": 379.3, + "flow": 2688.8, + "inflow": 2955.7, + "volume": 10250.79, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:50:00.000Z", + "level": 379.3, + "flow": 2691.6, + "inflow": 2950.1, + "volume": 10250.95, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:00:00.000Z", + "level": 379.3, + "flow": 2870.5, + "inflow": 2904.8, + "volume": 10250.97, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:10:00.000Z", + "level": 379.3, + "flow": 2872.2, + "inflow": 2906.5, + "volume": 10250.99, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:20:00.000Z", + "level": 379.3, + "flow": 2878.2, + "inflow": 2922.7, + "volume": 10251.02, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:30:00.000Z", + "level": 379.3, + "flow": 2876.5, + "inflow": 2912, + "volume": 10251.04, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:40:00.000Z", + "level": 379.3, + "flow": 2855.1, + "inflow": 2907.9, + "volume": 10251.07, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:50:00.000Z", + "level": 379.3, + "flow": 2855.2, + "inflow": 2919, + "volume": 10251.11, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:00:00.000Z", + "level": 379.3, + "flow": 3095.2, + "inflow": 2939.4, + "volume": 10251.02, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:10:00.000Z", + "level": 379.3, + "flow": 3096.5, + "inflow": 2897, + "volume": 10250.9, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:20:00.000Z", + "level": 379.3, + "flow": 3096.2, + "inflow": 2941, + "volume": 10250.81, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:30:00.000Z", + "level": 379.29, + "flow": 3094.7, + "inflow": 2906.2, + "volume": 10250.7, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:40:00.000Z", + "level": 379.29, + "flow": 3084.8, + "inflow": 2927.5, + "volume": 10250.61, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:50:00.000Z", + "level": 379.29, + "flow": 3093.7, + "inflow": 2915.5, + "volume": 10250.5, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:00:00.000Z", + "level": 379.29, + "flow": 3343.4, + "inflow": 2900.3, + "volume": 10250.23, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:10:00.000Z", + "level": 379.28, + "flow": 3346.1, + "inflow": 2932.3, + "volume": 10249.98, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:20:00.000Z", + "level": 379.28, + "flow": 3322.2, + "inflow": 2918.2, + "volume": 10249.74, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:30:00.000Z", + "level": 379.27, + "flow": 3346, + "inflow": 2935.9, + "volume": 10249.49, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:40:00.000Z", + "level": 379.27, + "flow": 3347.2, + "inflow": 2900.5, + "volume": 10249.22, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:50:00.000Z", + "level": 379.26, + "flow": 3331.6, + "inflow": 2960.8, + "volume": 10249, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:00:00.000Z", + "level": 379.26, + "flow": 3506, + "inflow": 2967.1, + "volume": 10248.68, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:10:00.000Z", + "level": 379.25, + "flow": 3494, + "inflow": 2937.5, + "volume": 10248.35, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:20:00.000Z", + "level": 379.25, + "flow": 3497, + "inflow": 2992.2, + "volume": 10248.05, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:30:00.000Z", + "level": 379.24, + "flow": 3488.3, + "inflow": 2986.3, + "volume": 10247.75, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:40:00.000Z", + "level": 379.24, + "flow": 3503.7, + "inflow": 2968.4, + "volume": 10247.43, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:50:00.000Z", + "level": 379.23, + "flow": 3494.9, + "inflow": 2944.2, + "volume": 10247.1, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:00:00.000Z", + "level": 379.22, + "flow": 3558.1, + "inflow": 3008, + "volume": 10246.77, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:10:00.000Z", + "level": 379.22, + "flow": 3570.6, + "inflow": 2996.9, + "volume": 10246.43, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:20:00.000Z", + "level": 379.21, + "flow": 3579.1, + "inflow": 3039, + "volume": 10246.11, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:30:00.000Z", + "level": 379.21, + "flow": 3563.2, + "inflow": 2986.1, + "volume": 10245.76, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:40:00.000Z", + "level": 379.2, + "flow": 3572.5, + "inflow": 2980.3, + "volume": 10245.4, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:50:00.000Z", + "level": 379.19, + "flow": 3558.8, + "inflow": 2989.6, + "volume": 10245.06, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:00:00.000Z", + "level": 379.19, + "flow": 3499, + "inflow": 3047.2, + "volume": 10244.79, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:10:00.000Z", + "level": 379.18, + "flow": 3510.5, + "inflow": 3084.6, + "volume": 10244.53, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:20:00.000Z", + "level": 379.18, + "flow": 3506.8, + "inflow": 3058.8, + "volume": 10244.26, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:30:00.000Z", + "level": 379.17, + "flow": 3501, + "inflow": 3080.1, + "volume": 10244.01, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:40:00.000Z", + "level": 379.17, + "flow": 3510.5, + "inflow": 3071.6, + "volume": 10243.75, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:50:00.000Z", + "level": 379.17, + "flow": 3488.4, + "inflow": 3058.6, + "volume": 10243.49, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:00:00.000Z", + "level": 379.16, + "flow": 3319.2, + "inflow": 3181, + "volume": 10243.41, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:10:00.000Z", + "level": 379.16, + "flow": 3327.4, + "inflow": 3121.5, + "volume": 10243.29, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:20:00.000Z", + "level": 379.16, + "flow": 3341.9, + "inflow": 3148.2, + "volume": 10243.17, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:30:00.000Z", + "level": 379.16, + "flow": 3342.5, + "inflow": 3127.5, + "volume": 10243.04, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:40:00.000Z", + "level": 379.16, + "flow": 3336.6, + "inflow": 3152.1, + "volume": 10242.93, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:50:00.000Z", + "level": 379.15, + "flow": 3325.7, + "inflow": 3135.7, + "volume": 10242.82, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:00:00.000Z", + "level": 379.16, + "flow": 3099.1, + "inflow": 3266.4, + "volume": 10242.92, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:10:00.000Z", + "level": 379.16, + "flow": 3115.2, + "inflow": 3219.5, + "volume": 10242.98, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:20:00.000Z", + "level": 379.16, + "flow": 3099.4, + "inflow": 3254.2, + "volume": 10243.07, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:30:00.000Z", + "level": 379.16, + "flow": 3105.2, + "inflow": 3269.3, + "volume": 10243.17, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:40:00.000Z", + "level": 379.16, + "flow": 3089.2, + "inflow": 3220.6, + "volume": 10243.25, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:50:00.000Z", + "level": 379.16, + "flow": 3114.3, + "inflow": 3271.8, + "volume": 10243.34, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:00:00.000Z", + "level": 379.17, + "flow": 2873, + "inflow": 3306.5, + "volume": 10243.6, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:10:00.000Z", + "level": 379.17, + "flow": 2868, + "inflow": 3315.5, + "volume": 10243.87, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:20:00.000Z", + "level": 379.18, + "flow": 2852.9, + "inflow": 3297.2, + "volume": 10244.14, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:30:00.000Z", + "level": 379.18, + "flow": 2881.7, + "inflow": 3335.8, + "volume": 10244.41, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:40:00.000Z", + "level": 379.19, + "flow": 2877, + "inflow": 3309.2, + "volume": 10244.67, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:50:00.000Z", + "level": 379.19, + "flow": 2881.4, + "inflow": 3336.8, + "volume": 10244.94, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:00:00.000Z", + "level": 379.2, + "flow": 2699.4, + "inflow": 3388.4, + "volume": 10245.35, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:10:00.000Z", + "level": 379.21, + "flow": 2705.4, + "inflow": 3382.4, + "volume": 10245.76, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:20:00.000Z", + "level": 379.21, + "flow": 2701.7, + "inflow": 3402, + "volume": 10246.18, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:30:00.000Z", + "level": 379.22, + "flow": 2707.4, + "inflow": 3369.5, + "volume": 10246.58, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:40:00.000Z", + "level": 379.23, + "flow": 2693, + "inflow": 3371.3, + "volume": 10246.99, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:50:00.000Z", + "level": 379.24, + "flow": 2684, + "inflow": 3413, + "volume": 10247.43, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:00:00.000Z", + "level": 379.24, + "flow": 2634.9, + "inflow": 3470.1, + "volume": 10247.93, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:10:00.000Z", + "level": 379.25, + "flow": 2631.5, + "inflow": 3450.1, + "volume": 10248.42, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:20:00.000Z", + "level": 379.26, + "flow": 2645.8, + "inflow": 3474.2, + "volume": 10248.92, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:30:00.000Z", + "level": 379.27, + "flow": 2642.6, + "inflow": 3466.6, + "volume": 10249.41, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:40:00.000Z", + "level": 379.28, + "flow": 2628.2, + "inflow": 3484.6, + "volume": 10249.92, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:50:00.000Z", + "level": 379.29, + "flow": 2648.3, + "inflow": 3436.5, + "volume": 10250.39, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:00:00.000Z", + "level": 379.3, + "flow": 2687, + "inflow": 3511.9, + "volume": 10250.88, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:10:00.000Z", + "level": 379.31, + "flow": 2687.4, + "inflow": 3528.9, + "volume": 10251.38, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:20:00.000Z", + "level": 379.31, + "flow": 2712.3, + "inflow": 3486.9, + "volume": 10251.84, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:30:00.000Z", + "level": 379.32, + "flow": 2707, + "inflow": 3520.8, + "volume": 10252.33, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:40:00.000Z", + "level": 379.33, + "flow": 2703.3, + "inflow": 3527.1, + "volume": 10252.82, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:50:00.000Z", + "level": 379.34, + "flow": 2710.6, + "inflow": 3512.5, + "volume": 10253.3, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:00:00.000Z", + "level": 379.35, + "flow": 2853.1, + "inflow": 3550.6, + "volume": 10253.72, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:10:00.000Z", + "level": 379.36, + "flow": 2864.7, + "inflow": 3541.1, + "volume": 10254.13, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:20:00.000Z", + "level": 379.36, + "flow": 2880.5, + "inflow": 3520.1, + "volume": 10254.51, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:30:00.000Z", + "level": 379.37, + "flow": 2864.8, + "inflow": 3558.5, + "volume": 10254.93, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:40:00.000Z", + "level": 379.38, + "flow": 2878.1, + "inflow": 3570.7, + "volume": 10255.35, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:50:00.000Z", + "level": 379.38, + "flow": 2882, + "inflow": 3544, + "volume": 10255.75, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:00:00.000Z", + "level": 379.39, + "flow": 3095.7, + "inflow": 3537.3, + "volume": 10256.01, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:10:00.000Z", + "level": 379.39, + "flow": 3113.4, + "inflow": 3567.4, + "volume": 10256.28, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:20:00.000Z", + "level": 379.4, + "flow": 3106.6, + "inflow": 3521.5, + "volume": 10256.53, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:30:00.000Z", + "level": 379.4, + "flow": 3096.5, + "inflow": 3566.4, + "volume": 10256.81, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:40:00.000Z", + "level": 379.41, + "flow": 3098.9, + "inflow": 3581.1, + "volume": 10257.1, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:50:00.000Z", + "level": 379.41, + "flow": 3099.9, + "inflow": 3534.1, + "volume": 10257.36, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:00:00.000Z", + "level": 379.41, + "flow": 3322.2, + "inflow": 3530.4, + "volume": 10257.48, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:10:00.000Z", + "level": 379.42, + "flow": 3337.5, + "inflow": 3563.5, + "volume": 10257.62, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:20:00.000Z", + "level": 379.42, + "flow": 3335.2, + "inflow": 3571.4, + "volume": 10257.76, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:30:00.000Z", + "level": 379.42, + "flow": 3324.9, + "inflow": 3548.7, + "volume": 10257.89, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:40:00.000Z", + "level": 379.42, + "flow": 3341.4, + "inflow": 3557.3, + "volume": 10258.02, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:50:00.000Z", + "level": 379.43, + "flow": 3326.9, + "inflow": 3515.8, + "volume": 10258.13, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:00:00.000Z", + "level": 379.43, + "flow": 3504.2, + "inflow": 3491.6, + "volume": 10258.12, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:10:00.000Z", + "level": 379.43, + "flow": 3517.9, + "inflow": 3492.5, + "volume": 10258.1, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:20:00.000Z", + "level": 379.43, + "flow": 3514.1, + "inflow": 3483.1, + "volume": 10258.08, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:30:00.000Z", + "level": 379.43, + "flow": 3494.3, + "inflow": 3532.5, + "volume": 10258.1, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:40:00.000Z", + "level": 379.43, + "flow": 3501.3, + "inflow": 3537, + "volume": 10258.12, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:50:00.000Z", + "level": 379.43, + "flow": 3507, + "inflow": 3480.9, + "volume": 10258.1, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:00:00.000Z", + "level": 379.42, + "flow": 3557, + "inflow": 3463.5, + "volume": 10258.04, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:10:00.000Z", + "level": 379.42, + "flow": 3567.2, + "inflow": 3470.2, + "volume": 10257.98, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:20:00.000Z", + "level": 379.42, + "flow": 3557.1, + "inflow": 3440.1, + "volume": 10257.91, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:30:00.000Z", + "level": 379.42, + "flow": 3579.5, + "inflow": 3443.7, + "volume": 10257.83, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:40:00.000Z", + "level": 379.42, + "flow": 3580, + "inflow": 3466, + "volume": 10257.76, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:50:00.000Z", + "level": 379.42, + "flow": 3571.6, + "inflow": 3429.8, + "volume": 10257.67, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:00:00.000Z", + "level": 379.42, + "flow": 3515.5, + "inflow": 3369.7, + "volume": 10257.58, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:10:00.000Z", + "level": 379.42, + "flow": 3506.5, + "inflow": 3402.8, + "volume": 10257.52, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:20:00.000Z", + "level": 379.41, + "flow": 3510.2, + "inflow": 3379.5, + "volume": 10257.44, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:30:00.000Z", + "level": 379.41, + "flow": 3504.2, + "inflow": 3386.6, + "volume": 10257.37, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:40:00.000Z", + "level": 379.41, + "flow": 3494.5, + "inflow": 3412.3, + "volume": 10257.32, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:50:00.000Z", + "level": 379.41, + "flow": 3511.8, + "inflow": 3369.8, + "volume": 10257.23, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:00:00.000Z", + "level": 379.41, + "flow": 3320.8, + "inflow": 3333.3, + "volume": 10257.24, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:10:00.000Z", + "level": 379.41, + "flow": 3340.9, + "inflow": 3323.2, + "volume": 10257.23, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:20:00.000Z", + "level": 379.41, + "flow": 3340.9, + "inflow": 3332.4, + "volume": 10257.22, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:30:00.000Z", + "level": 379.41, + "flow": 3329.4, + "inflow": 3350.7, + "volume": 10257.23, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:40:00.000Z", + "level": 379.41, + "flow": 3342.8, + "inflow": 3347.8, + "volume": 10257.23, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:50:00.000Z", + "level": 379.41, + "flow": 3333.6, + "inflow": 3310.1, + "volume": 10257.22, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:00:00.000Z", + "level": 379.41, + "flow": 3098.5, + "inflow": 3256.8, + "volume": 10257.31, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:10:00.000Z", + "level": 379.41, + "flow": 3089.5, + "inflow": 3259.4, + "volume": 10257.41, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:20:00.000Z", + "level": 379.41, + "flow": 3113, + "inflow": 3211.4, + "volume": 10257.47, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:30:00.000Z", + "level": 379.42, + "flow": 3101.4, + "inflow": 3224.2, + "volume": 10257.54, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:40:00.000Z", + "level": 379.42, + "flow": 3089.4, + "inflow": 3230.9, + "volume": 10257.62, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:50:00.000Z", + "level": 379.42, + "flow": 3095.4, + "inflow": 3257.5, + "volume": 10257.72, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:00:00.000Z", + "level": 379.42, + "flow": 2868.9, + "inflow": 3153.6, + "volume": 10257.89, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:10:00.000Z", + "level": 379.43, + "flow": 2880.9, + "inflow": 3185.3, + "volume": 10258.07, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:20:00.000Z", + "level": 379.43, + "flow": 2877.3, + "inflow": 3177.7, + "volume": 10258.25, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:30:00.000Z", + "level": 379.43, + "flow": 2861.2, + "inflow": 3171, + "volume": 10258.44, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:40:00.000Z", + "level": 379.43, + "flow": 2881, + "inflow": 3138.1, + "volume": 10258.59, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:50:00.000Z", + "level": 379.44, + "flow": 2877.8, + "inflow": 3165.6, + "volume": 10258.76, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:00:00.000Z", + "level": 379.44, + "flow": 2698.1, + "inflow": 3111, + "volume": 10259.01, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:10:00.000Z", + "level": 379.45, + "flow": 2685.2, + "inflow": 3115.8, + "volume": 10259.27, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:20:00.000Z", + "level": 379.45, + "flow": 2693.5, + "inflow": 3073.3, + "volume": 10259.5, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:30:00.000Z", + "level": 379.46, + "flow": 2710.9, + "inflow": 3108.8, + "volume": 10259.74, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:40:00.000Z", + "level": 379.46, + "flow": 2697.2, + "inflow": 3072.2, + "volume": 10259.96, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:50:00.000Z", + "level": 379.46, + "flow": 2693.2, + "inflow": 3065, + "volume": 10260.18, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:00:00.000Z", + "level": 379.47, + "flow": 2635.4, + "inflow": 3036.5, + "volume": 10260.42, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:10:00.000Z", + "level": 379.47, + "flow": 2641.6, + "inflow": 3024.3, + "volume": 10260.65, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:20:00.000Z", + "level": 379.48, + "flow": 2634.6, + "inflow": 3037.4, + "volume": 10260.89, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:30:00.000Z", + "level": 379.48, + "flow": 2622.1, + "inflow": 3051.6, + "volume": 10261.15, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:40:00.000Z", + "level": 379.48, + "flow": 2646, + "inflow": 2991.8, + "volume": 10261.36, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:50:00.000Z", + "level": 379.49, + "flow": 2632, + "inflow": 3002.1, + "volume": 10261.58, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:00:00.000Z", + "level": 379.49, + "flow": 2685.3, + "inflow": 2979.1, + "volume": 10261.76, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:10:00.000Z", + "level": 379.49, + "flow": 2699.8, + "inflow": 2945.2, + "volume": 10261.91, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:20:00.000Z", + "level": 379.5, + "flow": 2683.2, + "inflow": 2978.8, + "volume": 10262.09, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:30:00.000Z", + "level": 379.5, + "flow": 2683, + "inflow": 2942.3, + "volume": 10262.25, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:40:00.000Z", + "level": 379.5, + "flow": 2687.5, + "inflow": 3001.4, + "volume": 10262.44, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:50:00.000Z", + "level": 379.51, + "flow": 2708.2, + "inflow": 2991, + "volume": 10262.61, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:00:00.000Z", + "level": 379.51, + "flow": 2856.2, + "inflow": 2929.3, + "volume": 10262.65, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:10:00.000Z", + "level": 379.51, + "flow": 2868.1, + "inflow": 2943.4, + "volume": 10262.7, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:20:00.000Z", + "level": 379.51, + "flow": 2855.1, + "inflow": 2958.1, + "volume": 10262.76, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:30:00.000Z", + "level": 379.51, + "flow": 2882.4, + "inflow": 2962.3, + "volume": 10262.81, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:40:00.000Z", + "level": 379.51, + "flow": 2880.2, + "inflow": 2911, + "volume": 10262.83, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:50:00.000Z", + "level": 379.51, + "flow": 2869.3, + "inflow": 2923.1, + "volume": 10262.86, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:00:00.000Z", + "level": 379.51, + "flow": 3089.3, + "inflow": 2938.5, + "volume": 10262.77, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:10:00.000Z", + "level": 379.51, + "flow": 3094.5, + "inflow": 2903.2, + "volume": 10262.66, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:20:00.000Z", + "level": 379.5, + "flow": 3114.5, + "inflow": 2901.3, + "volume": 10262.53, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:30:00.000Z", + "level": 379.5, + "flow": 3084.9, + "inflow": 2943.8, + "volume": 10262.45, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:40:00.000Z", + "level": 379.5, + "flow": 3104.7, + "inflow": 2918.8, + "volume": 10262.34, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:50:00.000Z", + "level": 379.5, + "flow": 3106.6, + "inflow": 2909.9, + "volume": 10262.22, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:00:00.000Z", + "level": 379.5, + "flow": 3329.9, + "inflow": 2942.6, + "volume": 10261.99, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:10:00.000Z", + "level": 379.49, + "flow": 3344, + "inflow": 2950.5, + "volume": 10261.75, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:20:00.000Z", + "level": 379.49, + "flow": 3331.5, + "inflow": 2922, + "volume": 10261.5, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:30:00.000Z", + "level": 379.48, + "flow": 3323.6, + "inflow": 2936.3, + "volume": 10261.27, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:40:00.000Z", + "level": 379.48, + "flow": 3343.6, + "inflow": 2920.6, + "volume": 10261.02, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:50:00.000Z", + "level": 379.47, + "flow": 3339.8, + "inflow": 2930.3, + "volume": 10260.77, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:00:00.000Z", + "level": 379.47, + "flow": 3500.2, + "inflow": 2983.2, + "volume": 10260.46, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:10:00.000Z", + "level": 379.46, + "flow": 3493.2, + "inflow": 2945, + "volume": 10260.13, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:20:00.000Z", + "level": 379.46, + "flow": 3517.2, + "inflow": 2958.3, + "volume": 10259.79, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:30:00.000Z", + "level": 379.45, + "flow": 3508.6, + "inflow": 2965.2, + "volume": 10259.46, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:40:00.000Z", + "level": 379.44, + "flow": 3489.8, + "inflow": 2996.8, + "volume": 10259.16, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:50:00.000Z", + "level": 379.44, + "flow": 3509.9, + "inflow": 2985.2, + "volume": 10258.85, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:00:00.000Z", + "level": 379.43, + "flow": 3555.3, + "inflow": 3004.5, + "volume": 10258.52, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:10:00.000Z", + "level": 379.43, + "flow": 3553.5, + "inflow": 3007.1, + "volume": 10258.19, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:20:00.000Z", + "level": 379.42, + "flow": 3569.8, + "inflow": 3037.8, + "volume": 10257.87, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:30:00.000Z", + "level": 379.42, + "flow": 3569.8, + "inflow": 3044.9, + "volume": 10257.56, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:40:00.000Z", + "level": 379.41, + "flow": 3561.1, + "inflow": 3032.8, + "volume": 10257.24, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:50:00.000Z", + "level": 379.4, + "flow": 3570.6, + "inflow": 3007.2, + "volume": 10256.9, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:00:00.000Z", + "level": 379.4, + "flow": 3499.7, + "inflow": 3066.1, + "volume": 10256.64, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:10:00.000Z", + "level": 379.4, + "flow": 3516.8, + "inflow": 3092.7, + "volume": 10256.39, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:20:00.000Z", + "level": 379.39, + "flow": 3507.3, + "inflow": 3062.5, + "volume": 10256.12, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:30:00.000Z", + "level": 379.39, + "flow": 3517.3, + "inflow": 3083, + "volume": 10255.86, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:40:00.000Z", + "level": 379.38, + "flow": 3490.3, + "inflow": 3101.4, + "volume": 10255.63, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:50:00.000Z", + "level": 379.38, + "flow": 3512.4, + "inflow": 3092.9, + "volume": 10255.38, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:00:00.000Z", + "level": 379.38, + "flow": 3319.6, + "inflow": 3145.7, + "volume": 10255.28, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:10:00.000Z", + "level": 379.37, + "flow": 3318.1, + "inflow": 3177.2, + "volume": 10255.2, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:20:00.000Z", + "level": 379.37, + "flow": 3321, + "inflow": 3174.8, + "volume": 10255.11, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:30:00.000Z", + "level": 379.37, + "flow": 3318, + "inflow": 3162.1, + "volume": 10255.02, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:40:00.000Z", + "level": 379.37, + "flow": 3317.6, + "inflow": 3187.1, + "volume": 10254.94, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:50:00.000Z", + "level": 379.37, + "flow": 3317.7, + "inflow": 3144.5, + "volume": 10254.84, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:00:00.000Z", + "level": 379.37, + "flow": 3108.8, + "inflow": 3275.1, + "volume": 10254.94, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:10:00.000Z", + "level": 379.37, + "flow": 3100.9, + "inflow": 3240.2, + "volume": 10255.02, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:20:00.000Z", + "level": 379.37, + "flow": 3102.1, + "inflow": 3218.5, + "volume": 10255.09, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:30:00.000Z", + "level": 379.37, + "flow": 3103.2, + "inflow": 3272.3, + "volume": 10255.19, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:40:00.000Z", + "level": 379.38, + "flow": 3108.7, + "inflow": 3266, + "volume": 10255.28, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:50:00.000Z", + "level": 379.38, + "flow": 3093.6, + "inflow": 3279.5, + "volume": 10255.39, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:00:00.000Z", + "level": 379.38, + "flow": 2869.9, + "inflow": 3324.6, + "volume": 10255.66, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:10:00.000Z", + "level": 379.39, + "flow": 2855.7, + "inflow": 3317.6, + "volume": 10255.94, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:20:00.000Z", + "level": 379.39, + "flow": 2878.4, + "inflow": 3323.4, + "volume": 10256.21, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:30:00.000Z", + "level": 379.4, + "flow": 2870.4, + "inflow": 3349.7, + "volume": 10256.5, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:40:00.000Z", + "level": 379.4, + "flow": 2874.4, + "inflow": 3300.3, + "volume": 10256.76, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:50:00.000Z", + "level": 379.41, + "flow": 2867.7, + "inflow": 3311.1, + "volume": 10257.03, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:00:00.000Z", + "level": 379.41, + "flow": 2687.3, + "inflow": 3425.2, + "volume": 10257.47, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:10:00.000Z", + "level": 379.42, + "flow": 2686.9, + "inflow": 3394.7, + "volume": 10257.89, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:20:00.000Z", + "level": 379.43, + "flow": 2690.2, + "inflow": 3397.1, + "volume": 10258.31, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:30:00.000Z", + "level": 379.44, + "flow": 2705.4, + "inflow": 3392, + "volume": 10258.72, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:40:00.000Z", + "level": 379.44, + "flow": 2706, + "inflow": 3390.8, + "volume": 10259.13, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:50:00.000Z", + "level": 379.45, + "flow": 2684.7, + "inflow": 3412.5, + "volume": 10259.57, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:00:00.000Z", + "level": 379.46, + "flow": 2634.9, + "inflow": 3450.8, + "volume": 10260.06, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:10:00.000Z", + "level": 379.47, + "flow": 2645.8, + "inflow": 3480.4, + "volume": 10260.56, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:20:00.000Z", + "level": 379.48, + "flow": 2639.3, + "inflow": 3458.6, + "volume": 10261.05, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:30:00.000Z", + "level": 379.49, + "flow": 2646.7, + "inflow": 3477.8, + "volume": 10261.55, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:40:00.000Z", + "level": 379.5, + "flow": 2633.2, + "inflow": 3452.6, + "volume": 10262.04, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:50:00.000Z", + "level": 379.5, + "flow": 2629.3, + "inflow": 3446.4, + "volume": 10262.53, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:00:00.000Z", + "level": 379.51, + "flow": 2687.4, + "inflow": 3533.7, + "volume": 10263.04, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:10:00.000Z", + "level": 379.52, + "flow": 2709.1, + "inflow": 3510.7, + "volume": 10263.52, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:20:00.000Z", + "level": 379.53, + "flow": 2694.3, + "inflow": 3530.2, + "volume": 10264.02, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:30:00.000Z", + "level": 379.54, + "flow": 2694.8, + "inflow": 3544.1, + "volume": 10264.53, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:40:00.000Z", + "level": 379.55, + "flow": 2687.5, + "inflow": 3504, + "volume": 10265.02, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:50:00.000Z", + "level": 379.56, + "flow": 2707.6, + "inflow": 3488.4, + "volume": 10265.49, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:00:00.000Z", + "level": 379.56, + "flow": 2867.9, + "inflow": 3556.6, + "volume": 10265.9, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:10:00.000Z", + "level": 379.57, + "flow": 2876.5, + "inflow": 3554.6, + "volume": 10266.31, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:20:00.000Z", + "level": 379.58, + "flow": 2862.8, + "inflow": 3547.5, + "volume": 10266.72, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:30:00.000Z", + "level": 379.59, + "flow": 2879.8, + "inflow": 3535.6, + "volume": 10267.11, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:40:00.000Z", + "level": 379.59, + "flow": 2872.2, + "inflow": 3571.3, + "volume": 10267.53, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:50:00.000Z", + "level": 379.6, + "flow": 2882, + "inflow": 3543.6, + "volume": 10267.93, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:00:00.000Z", + "level": 379.61, + "flow": 3096.8, + "inflow": 3580.8, + "volume": 10268.22, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:10:00.000Z", + "level": 379.61, + "flow": 3087.7, + "inflow": 3558.3, + "volume": 10268.5, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:20:00.000Z", + "level": 379.62, + "flow": 3100.7, + "inflow": 3536.8, + "volume": 10268.76, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:30:00.000Z", + "level": 379.62, + "flow": 3097, + "inflow": 3538.3, + "volume": 10269.02, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:40:00.000Z", + "level": 379.63, + "flow": 3099.2, + "inflow": 3539.5, + "volume": 10269.28, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:50:00.000Z", + "level": 379.63, + "flow": 3086, + "inflow": 3532.7, + "volume": 10269.55, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:00:00.000Z", + "level": 379.63, + "flow": 3320, + "inflow": 3541.3, + "volume": 10269.68, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:10:00.000Z", + "level": 379.63, + "flow": 3323.7, + "inflow": 3525.4, + "volume": 10269.8, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:20:00.000Z", + "level": 379.64, + "flow": 3333.4, + "inflow": 3527.9, + "volume": 10269.92, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:30:00.000Z", + "level": 379.64, + "flow": 3334.3, + "inflow": 3535.9, + "volume": 10270.04, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:40:00.000Z", + "level": 379.64, + "flow": 3325.6, + "inflow": 3535.1, + "volume": 10270.17, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:50:00.000Z", + "level": 379.64, + "flow": 3328.1, + "inflow": 3545.5, + "volume": 10270.3, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:00:00.000Z", + "level": 379.64, + "flow": 3511.5, + "inflow": 3525.7, + "volume": 10270.31, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:10:00.000Z", + "level": 379.64, + "flow": 3496.5, + "inflow": 3507.3, + "volume": 10270.32, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:20:00.000Z", + "level": 379.64, + "flow": 3490.8, + "inflow": 3516.2, + "volume": 10270.34, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:30:00.000Z", + "level": 379.64, + "flow": 3503.9, + "inflow": 3497.8, + "volume": 10270.34, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:40:00.000Z", + "level": 379.64, + "flow": 3513.3, + "inflow": 3525.7, + "volume": 10270.35, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:50:00.000Z", + "level": 379.64, + "flow": 3516.1, + "inflow": 3501.3, + "volume": 10270.34, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:00:00.000Z", + "level": 379.64, + "flow": 3579.5, + "inflow": 3481.2, + "volume": 10270.28, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:10:00.000Z", + "level": 379.64, + "flow": 3576.8, + "inflow": 3470.5, + "volume": 10270.22, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:20:00.000Z", + "level": 379.64, + "flow": 3561.4, + "inflow": 3474, + "volume": 10270.17, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:30:00.000Z", + "level": 379.64, + "flow": 3576.5, + "inflow": 3437, + "volume": 10270.09, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:40:00.000Z", + "level": 379.64, + "flow": 3576.4, + "inflow": 3474.8, + "volume": 10270.03, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:50:00.000Z", + "level": 379.64, + "flow": 3564.5, + "inflow": 3445.7, + "volume": 10269.96, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:00:00.000Z", + "level": 379.64, + "flow": 3488.9, + "inflow": 3414.9, + "volume": 10269.92, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:10:00.000Z", + "level": 379.64, + "flow": 3502.5, + "inflow": 3401, + "volume": 10269.86, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:20:00.000Z", + "level": 379.63, + "flow": 3511.6, + "inflow": 3387.1, + "volume": 10269.79, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:30:00.000Z", + "level": 379.63, + "flow": 3515, + "inflow": 3421.7, + "volume": 10269.73, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:40:00.000Z", + "level": 379.63, + "flow": 3494.9, + "inflow": 3383.7, + "volume": 10269.66, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:50:00.000Z", + "level": 379.63, + "flow": 3508.4, + "inflow": 3401, + "volume": 10269.6, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:00:00.000Z", + "level": 379.63, + "flow": 3318.8, + "inflow": 3343.9, + "volume": 10269.62, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:10:00.000Z", + "level": 379.63, + "flow": 3343.3, + "inflow": 3346.9, + "volume": 10269.62, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:20:00.000Z", + "level": 379.63, + "flow": 3346.7, + "inflow": 3306.3, + "volume": 10269.6, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:30:00.000Z", + "level": 379.63, + "flow": 3339.1, + "inflow": 3333.3, + "volume": 10269.6, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:40:00.000Z", + "level": 379.63, + "flow": 3325, + "inflow": 3329.4, + "volume": 10269.6, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:50:00.000Z", + "level": 379.63, + "flow": 3326, + "inflow": 3356.3, + "volume": 10269.62, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:00:00.000Z", + "level": 379.63, + "flow": 3097.5, + "inflow": 3254.9, + "volume": 10269.71, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:10:00.000Z", + "level": 379.63, + "flow": 3107.8, + "inflow": 3247.3, + "volume": 10269.79, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:20:00.000Z", + "level": 379.64, + "flow": 3097.9, + "inflow": 3229.1, + "volume": 10269.87, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:30:00.000Z", + "level": 379.64, + "flow": 3098.3, + "inflow": 3222.4, + "volume": 10269.94, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:40:00.000Z", + "level": 379.64, + "flow": 3099.3, + "inflow": 3261.3, + "volume": 10270.04, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:50:00.000Z", + "level": 379.64, + "flow": 3092.2, + "inflow": 3221.3, + "volume": 10270.12, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:00:00.000Z", + "level": 379.64, + "flow": 2864.9, + "inflow": 3164.8, + "volume": 10270.3, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:10:00.000Z", + "level": 379.65, + "flow": 2857.2, + "inflow": 3185.9, + "volume": 10270.5, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:20:00.000Z", + "level": 379.65, + "flow": 2853.6, + "inflow": 3141, + "volume": 10270.67, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:30:00.000Z", + "level": 379.65, + "flow": 2875.1, + "inflow": 3155.5, + "volume": 10270.84, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:40:00.000Z", + "level": 379.66, + "flow": 2871.8, + "inflow": 3158, + "volume": 10271.01, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:50:00.000Z", + "level": 379.66, + "flow": 2859.2, + "inflow": 3181, + "volume": 10271.2, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:00:00.000Z", + "level": 379.66, + "flow": 2699.3, + "inflow": 3063.4, + "volume": 10271.42, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:10:00.000Z", + "level": 379.67, + "flow": 2701.4, + "inflow": 3077.6, + "volume": 10271.65, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:20:00.000Z", + "level": 379.67, + "flow": 2703.5, + "inflow": 3097.6, + "volume": 10271.89, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:30:00.000Z", + "level": 379.68, + "flow": 2706.9, + "inflow": 3122.3, + "volume": 10272.14, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:40:00.000Z", + "level": 379.68, + "flow": 2703.8, + "inflow": 3095.9, + "volume": 10272.38, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:50:00.000Z", + "level": 379.68, + "flow": 2692.7, + "inflow": 3089.7, + "volume": 10272.62, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:00:00.000Z", + "level": 379.69, + "flow": 2622.3, + "inflow": 3024.9, + "volume": 10272.86, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:10:00.000Z", + "level": 379.69, + "flow": 2640, + "inflow": 3002.2, + "volume": 10273.08, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:20:00.000Z", + "level": 379.7, + "flow": 2641.6, + "inflow": 3034.2, + "volume": 10273.32, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:30:00.000Z", + "level": 379.7, + "flow": 2630.7, + "inflow": 3040.1, + "volume": 10273.57, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:40:00.000Z", + "level": 379.71, + "flow": 2646.9, + "inflow": 3022.4, + "volume": 10273.8, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:50:00.000Z", + "level": 379.71, + "flow": 2628.3, + "inflow": 3006, + "volume": 10274.03, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:00:00.000Z", + "level": 379.71, + "flow": 2688.6, + "inflow": 2999.6, + "volume": 10274.22, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:10:00.000Z", + "level": 379.72, + "flow": 2703.7, + "inflow": 3002.8, + "volume": 10274.4, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:20:00.000Z", + "level": 379.72, + "flow": 2700.6, + "inflow": 2969.6, + "volume": 10274.56, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:30:00.000Z", + "level": 379.72, + "flow": 2702.3, + "inflow": 2950.5, + "volume": 10274.71, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:40:00.000Z", + "level": 379.73, + "flow": 2683, + "inflow": 3009.5, + "volume": 10274.91, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:50:00.000Z", + "level": 379.73, + "flow": 2683.2, + "inflow": 2982.5, + "volume": 10275.09, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:00:00.000Z", + "level": 379.73, + "flow": 2869.2, + "inflow": 2924.7, + "volume": 10275.12, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:10:00.000Z", + "level": 379.73, + "flow": 2878.9, + "inflow": 2936, + "volume": 10275.15, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:20:00.000Z", + "level": 379.73, + "flow": 2875.3, + "inflow": 2978.1, + "volume": 10275.21, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:30:00.000Z", + "level": 379.73, + "flow": 2877.8, + "inflow": 2962.9, + "volume": 10275.26, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:40:00.000Z", + "level": 379.73, + "flow": 2880.3, + "inflow": 2966.3, + "volume": 10275.31, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:50:00.000Z", + "level": 379.73, + "flow": 2881.1, + "inflow": 2922.5, + "volume": 10275.33, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:00:00.000Z", + "level": 379.73, + "flow": 3097.1, + "inflow": 2929.5, + "volume": 10275.23, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:10:00.000Z", + "level": 379.73, + "flow": 3091.2, + "inflow": 2925.1, + "volume": 10275.13, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:20:00.000Z", + "level": 379.73, + "flow": 3097.1, + "inflow": 2952.4, + "volume": 10275.04, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:30:00.000Z", + "level": 379.73, + "flow": 3093.8, + "inflow": 2954.2, + "volume": 10274.96, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 379.72, + "flow": 3109.3, + "inflow": 2908.2, + "volume": 10274.84, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 379.72, + "flow": 3100.8, + "inflow": 2966.9, + "volume": 10274.76, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 379.72, + "flow": 3342.4, + "inflow": 2957.7, + "volume": 10274.53, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 379.71, + "flow": 3323.7, + "inflow": 2922.1, + "volume": 10274.29, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 379.71, + "flow": 3320.1, + "inflow": 2960.1, + "volume": 10274.07, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 379.71, + "flow": 3339.1, + "inflow": 2934.6, + "volume": 10273.83, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 379.7, + "flow": 3318.9, + "inflow": 2969.4, + "volume": 10273.62, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 379.7, + "flow": 3342.7, + "inflow": 2938.9, + "volume": 10273.38, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 379.69, + "flow": 3511.6, + "inflow": 2988.9, + "volume": 10273.07, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 379.69, + "flow": 3498, + "inflow": 2959.4, + "volume": 10272.75, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 379.68, + "flow": 3512.5, + "inflow": 2959.3, + "volume": 10272.42, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 379.68, + "flow": 3507.3, + "inflow": 2962.5, + "volume": 10272.09, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 379.67, + "flow": 3497.3, + "inflow": 2961.8, + "volume": 10271.77, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 379.66, + "flow": 3491.2, + "inflow": 2984, + "volume": 10271.47, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 379.66, + "flow": 3558.2, + "inflow": 3014.8, + "volume": 10271.14, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 379.65, + "flow": 3556, + "inflow": 3043.5, + "volume": 10270.83, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 379.65, + "flow": 3554.4, + "inflow": 3009.1, + "volume": 10270.5, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 379.64, + "flow": 3558.2, + "inflow": 3011.8, + "volume": 10270.17, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 379.64, + "flow": 3554.2, + "inflow": 3043.9, + "volume": 10269.86, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 379.63, + "flow": 3549.6, + "inflow": 3033.4, + "volume": 10269.55, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 379.63, + "flow": 3503.6, + "inflow": 3122.9, + "volume": 10269.32, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 379.62, + "flow": 3502.4, + "inflow": 3101.3, + "volume": 10269.08, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 379.62, + "flow": 3517.8, + "inflow": 3109.1, + "volume": 10268.83, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 379.61, + "flow": 3513.7, + "inflow": 3110.5, + "volume": 10268.59, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 379.61, + "flow": 3497.2, + "inflow": 3121.4, + "volume": 10268.36, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 379.6, + "flow": 3504.4, + "inflow": 3092.2, + "volume": 10268.11, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 379.6, + "flow": 3331.1, + "inflow": 3195.7, + "volume": 10268.03, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 379.6, + "flow": 3334.8, + "inflow": 3180.4, + "volume": 10267.94, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 379.6, + "flow": 3323.1, + "inflow": 3159.2, + "volume": 10267.84, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 379.6, + "flow": 3332.4, + "inflow": 3179.7, + "volume": 10267.75, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 379.6, + "flow": 3343.2, + "inflow": 3199.2, + "volume": 10267.66, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 379.59, + "flow": 3347.3, + "inflow": 3188.8, + "volume": 10267.56, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 379.6, + "flow": 3086.3, + "inflow": 3260.7, + "volume": 10267.66, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 379.6, + "flow": 3105.2, + "inflow": 3273.4, + "volume": 10267.76, + "temperature": 21.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 379.6, + "flow": 3099.7, + "inflow": 3277.9, + "volume": 10267.87, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 379.6, + "flow": 3097.5, + "inflow": 3270.1, + "volume": 10267.97, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 379.6, + "flow": 3109, + "inflow": 3236.8, + "volume": 10268.05, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 379.6, + "flow": 3093.5, + "inflow": 3227.6, + "volume": 10268.13, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 379.61, + "flow": 2879, + "inflow": 3317.4, + "volume": 10268.39, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 379.61, + "flow": 2853.4, + "inflow": 3344.8, + "volume": 10268.68, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 379.62, + "flow": 2872.7, + "inflow": 3363.6, + "volume": 10268.97, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 379.62, + "flow": 2857.8, + "inflow": 3334.1, + "volume": 10269.26, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 379.63, + "flow": 2867.4, + "inflow": 3342, + "volume": 10269.54, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 379.63, + "flow": 2871.4, + "inflow": 3354.5, + "volume": 10269.83, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 379.64, + "flow": 2684.3, + "inflow": 3428.7, + "volume": 10270.28, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 379.65, + "flow": 2690.3, + "inflow": 3395.1, + "volume": 10270.7, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 379.66, + "flow": 2691.2, + "inflow": 3428.2, + "volume": 10271.14, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 379.67, + "flow": 2697.2, + "inflow": 3413.8, + "volume": 10271.57, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 379.67, + "flow": 2702.1, + "inflow": 3385.4, + "volume": 10271.98, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 379.68, + "flow": 2700.5, + "inflow": 3413.4, + "volume": 10272.41, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 379.69, + "flow": 2644.7, + "inflow": 3455.5, + "volume": 10272.9, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 379.7, + "flow": 2619.7, + "inflow": 3500.6, + "volume": 10273.43, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 379.71, + "flow": 2634.2, + "inflow": 3452.4, + "volume": 10273.92, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 379.72, + "flow": 2634.1, + "inflow": 3483.5, + "volume": 10274.43, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 379.73, + "flow": 2632.8, + "inflow": 3459.7, + "volume": 10274.93, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 379.73, + "flow": 2630.3, + "inflow": 3445.4, + "volume": 10275.42, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 379.74, + "flow": 2684.3, + "inflow": 3518.2, + "volume": 10275.92, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 379.75, + "flow": 2706.7, + "inflow": 3507.7, + "volume": 10276.4, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 379.76, + "flow": 2712.7, + "inflow": 3544.4, + "volume": 10276.9, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 379.77, + "flow": 2712.2, + "inflow": 3506.3, + "volume": 10277.38, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 379.78, + "flow": 2687.8, + "inflow": 3512.6, + "volume": 10277.87, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 379.79, + "flow": 2683.6, + "inflow": 3551.7, + "volume": 10278.39, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 379.79, + "flow": 2867.1, + "inflow": 3565.9, + "volume": 10278.81, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 379.8, + "flow": 2881.7, + "inflow": 3562.1, + "volume": 10279.22, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 379.81, + "flow": 2882.7, + "inflow": 3543.3, + "volume": 10279.62, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 379.82, + "flow": 2875.1, + "inflow": 3573.8, + "volume": 10280.04, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 379.82, + "flow": 2870.6, + "inflow": 3565.6, + "volume": 10280.46, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 379.83, + "flow": 2865.7, + "inflow": 3559.6, + "volume": 10280.88, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 379.84, + "flow": 3098.6, + "inflow": 3590.3, + "volume": 10281.17, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 379.84, + "flow": 3087.3, + "inflow": 3537.8, + "volume": 10281.44, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 379.85, + "flow": 3109.7, + "inflow": 3548.2, + "volume": 10281.7, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 379.85, + "flow": 3111.8, + "inflow": 3574.6, + "volume": 10281.98, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 379.86, + "flow": 3107.7, + "inflow": 3578.3, + "volume": 10282.26, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 379.86, + "flow": 3087.3, + "inflow": 3564.7, + "volume": 10282.55, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 379.86, + "flow": 3338.5, + "inflow": 3547.5, + "volume": 10282.68, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 379.87, + "flow": 3329.7, + "inflow": 3566.2, + "volume": 10282.82, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 379.87, + "flow": 3326.5, + "inflow": 3567.1, + "volume": 10282.96, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 379.87, + "flow": 3335.9, + "inflow": 3544.2, + "volume": 10283.09, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 379.87, + "flow": 3318.2, + "inflow": 3539.8, + "volume": 10283.22, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 379.88, + "flow": 3338.3, + "inflow": 3556.9, + "volume": 10283.35, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 379.88, + "flow": 3508.1, + "inflow": 3534.3, + "volume": 10283.37, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 379.88, + "flow": 3513.8, + "inflow": 3523.5, + "volume": 10283.38, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 379.88, + "flow": 3509.4, + "inflow": 3522.5, + "volume": 10283.39, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 379.88, + "flow": 3512.9, + "inflow": 3520.8, + "volume": 10283.39, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 379.88, + "flow": 3509.8, + "inflow": 3492.6, + "volume": 10283.38, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 379.88, + "flow": 3497.3, + "inflow": 3548.6, + "volume": 10283.41, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 379.88, + "flow": 3567.5, + "inflow": 3447.4, + "volume": 10283.34, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 379.87, + "flow": 3578.7, + "inflow": 3483.9, + "volume": 10283.28, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 379.87, + "flow": 3561, + "inflow": 3468.3, + "volume": 10283.22, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 379.87, + "flow": 3553, + "inflow": 3487.6, + "volume": 10283.18, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 379.87, + "flow": 3568.7, + "inflow": 3497.4, + "volume": 10283.14, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 379.87, + "flow": 3561.7, + "inflow": 3465.3, + "volume": 10283.08, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 379.87, + "flow": 3501.1, + "inflow": 3403.3, + "volume": 10283.02, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 379.87, + "flow": 3506, + "inflow": 3385.6, + "volume": 10282.95, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 379.87, + "flow": 3497.1, + "inflow": 3385.8, + "volume": 10282.88, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 379.87, + "flow": 3492.4, + "inflow": 3396.1, + "volume": 10282.82, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 379.87, + "flow": 3504.5, + "inflow": 3421.4, + "volume": 10282.77, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 379.86, + "flow": 3490, + "inflow": 3420.2, + "volume": 10282.73, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 379.86, + "flow": 3329.2, + "inflow": 3333.3, + "volume": 10282.73, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 379.86, + "flow": 3347.6, + "inflow": 3323.4, + "volume": 10282.72, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 379.86, + "flow": 3324.9, + "inflow": 3343, + "volume": 10282.73, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 379.86, + "flow": 3337.4, + "inflow": 3303.5, + "volume": 10282.71, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 379.86, + "flow": 3323.5, + "inflow": 3364.6, + "volume": 10282.73, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 379.86, + "flow": 3341.6, + "inflow": 3340.1, + "volume": 10282.73, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 379.87, + "flow": 3113.3, + "inflow": 3281.7, + "volume": 10282.83, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 379.87, + "flow": 3088, + "inflow": 3225.1, + "volume": 10282.91, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 379.87, + "flow": 3086.9, + "inflow": 3248.6, + "volume": 10283.01, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 379.87, + "flow": 3098.8, + "inflow": 3230.6, + "volume": 10283.09, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 379.87, + "flow": 3085, + "inflow": 3252.1, + "volume": 10283.19, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 379.87, + "flow": 3110.2, + "inflow": 3245.7, + "volume": 10283.27, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 379.88, + "flow": 2861.9, + "inflow": 3150.4, + "volume": 10283.44, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 379.88, + "flow": 2867.1, + "inflow": 3177.2, + "volume": 10283.63, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 379.88, + "flow": 2852.2, + "inflow": 3157.3, + "volume": 10283.81, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 379.89, + "flow": 2859.5, + "inflow": 3153.8, + "volume": 10283.99, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 379.89, + "flow": 2881.7, + "inflow": 3170.6, + "volume": 10284.16, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 379.89, + "flow": 2868.1, + "inflow": 3161.5, + "volume": 10284.34, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 379.9, + "flow": 2691.3, + "inflow": 3102.7, + "volume": 10284.59, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 379.9, + "flow": 2712.7, + "inflow": 3099.8, + "volume": 10284.82, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 379.91, + "flow": 2700.7, + "inflow": 3096.8, + "volume": 10285.06, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 379.91, + "flow": 2688.4, + "inflow": 3101, + "volume": 10285.31, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 379.91, + "flow": 2698.1, + "inflow": 3082.3, + "volume": 10285.54, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 379.92, + "flow": 2688.4, + "inflow": 3079.4, + "volume": 10285.77, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 379.92, + "flow": 2629.5, + "inflow": 3056.1, + "volume": 10286.03, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 379.93, + "flow": 2626.8, + "inflow": 3060.6, + "volume": 10286.29, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 379.93, + "flow": 2623.1, + "inflow": 3030.2, + "volume": 10286.53, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 379.94, + "flow": 2633.4, + "inflow": 3040.3, + "volume": 10286.77, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 379.94, + "flow": 2647.4, + "inflow": 3015.6, + "volume": 10286.99, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 379.94, + "flow": 2631.9, + "inflow": 3003.5, + "volume": 10287.21, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 379.95, + "flow": 2708.4, + "inflow": 2975.7, + "volume": 10287.37, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 379.95, + "flow": 2694.4, + "inflow": 2984.9, + "volume": 10287.54, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 379.95, + "flow": 2684, + "inflow": 2958.1, + "volume": 10287.7, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 379.96, + "flow": 2687.5, + "inflow": 2980.5, + "volume": 10287.88, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 379.96, + "flow": 2700.9, + "inflow": 2980.5, + "volume": 10288.05, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 379.96, + "flow": 2695.5, + "inflow": 2982.1, + "volume": 10288.22, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 379.96, + "flow": 2880.1, + "inflow": 2958, + "volume": 10288.27, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 379.96, + "flow": 2868.6, + "inflow": 2923.9, + "volume": 10288.3, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 379.96, + "flow": 2869.2, + "inflow": 2963.6, + "volume": 10288.36, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 379.97, + "flow": 2877.7, + "inflow": 2939.5, + "volume": 10288.4, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 379.97, + "flow": 2867.3, + "inflow": 2959.3, + "volume": 10288.46, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 379.97, + "flow": 2868.4, + "inflow": 2946.3, + "volume": 10288.51, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 379.97, + "flow": 3093.6, + "inflow": 2971, + "volume": 10288.44, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 379.96, + "flow": 3113.7, + "inflow": 2934.4, + "volume": 10288.33, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 379.96, + "flow": 3096.5, + "inflow": 2927.4, + "volume": 10288.23, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 379.96, + "flow": 3087.9, + "inflow": 2925.5, + "volume": 10288.13, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 379.96, + "flow": 3107, + "inflow": 2929.2, + "volume": 10288.02, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 379.96, + "flow": 3092.2, + "inflow": 2967.8, + "volume": 10287.95, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 379.95, + "flow": 3342.7, + "inflow": 2980.6, + "volume": 10287.73, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 379.95, + "flow": 3336.7, + "inflow": 2971.9, + "volume": 10287.51, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 379.95, + "flow": 3347.6, + "inflow": 2932.8, + "volume": 10287.26, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 379.94, + "flow": 3334.6, + "inflow": 2982.9, + "volume": 10287.05, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 379.94, + "flow": 3344.8, + "inflow": 2959.5, + "volume": 10286.82, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 379.93, + "flow": 3334.8, + "inflow": 2935.1, + "volume": 10286.58, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 379.93, + "flow": 3509.6, + "inflow": 2988.6, + "volume": 10286.27, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 379.92, + "flow": 3501, + "inflow": 2996.5, + "volume": 10285.97, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 379.92, + "flow": 3514.8, + "inflow": 2968.3, + "volume": 10285.64, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 379.91, + "flow": 3510.8, + "inflow": 2987.4, + "volume": 10285.33, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 379.91, + "flow": 3493, + "inflow": 3011.6, + "volume": 10285.04, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 379.9, + "flow": 3500.5, + "inflow": 2978.9, + "volume": 10284.73, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 379.89, + "flow": 3580, + "inflow": 3050.6, + "volume": 10284.41, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 379.89, + "flow": 3557.7, + "inflow": 3059.9, + "volume": 10284.11, + "temperature": 21, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 379.88, + "flow": 3556.7, + "inflow": 3039.4, + "volume": 10283.8, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 379.88, + "flow": 3560, + "inflow": 3044.4, + "volume": 10283.49, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 379.87, + "flow": 3579.9, + "inflow": 3028.1, + "volume": 10283.16, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 379.87, + "flow": 3569.9, + "inflow": 3057.4, + "volume": 10282.85, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 379.86, + "flow": 3497.7, + "inflow": 3123.1, + "volume": 10282.63, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 379.86, + "flow": 3502.1, + "inflow": 3121.1, + "volume": 10282.4, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 379.85, + "flow": 3500.8, + "inflow": 3125.8, + "volume": 10282.18, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 379.85, + "flow": 3511.6, + "inflow": 3082, + "volume": 10281.92, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 379.85, + "flow": 3500.2, + "inflow": 3114.6, + "volume": 10281.69, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 379.84, + "flow": 3493, + "inflow": 3088.8, + "volume": 10281.45, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 379.84, + "flow": 3317.7, + "inflow": 3182.8, + "volume": 10281.37, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 379.84, + "flow": 3331.2, + "inflow": 3142.6, + "volume": 10281.26, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 379.84, + "flow": 3332, + "inflow": 3168.1, + "volume": 10281.16, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 379.84, + "flow": 3345.1, + "inflow": 3186.8, + "volume": 10281.07, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 379.83, + "flow": 3328.3, + "inflow": 3170.1, + "volume": 10280.98, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 379.83, + "flow": 3325.5, + "inflow": 3163, + "volume": 10280.88, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 379.83, + "flow": 3093.3, + "inflow": 3256.8, + "volume": 10280.98, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 379.84, + "flow": 3100.6, + "inflow": 3249.8, + "volume": 10281.07, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 379.84, + "flow": 3085.6, + "inflow": 3262.8, + "volume": 10281.18, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 379.84, + "flow": 3111.9, + "inflow": 3230.6, + "volume": 10281.25, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 379.84, + "flow": 3094.4, + "inflow": 3265.3, + "volume": 10281.35, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 379.84, + "flow": 3112.7, + "inflow": 3264.8, + "volume": 10281.44, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 379.85, + "flow": 2874.8, + "inflow": 3331.3, + "volume": 10281.71, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 379.85, + "flow": 2878.6, + "inflow": 3363.2, + "volume": 10282, + "temperature": 24.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 379.86, + "flow": 2855.3, + "inflow": 3345.7, + "volume": 10282.29, + "temperature": 25.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 379.86, + "flow": 2872.7, + "inflow": 3351, + "volume": 10282.58, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 379.87, + "flow": 2861.5, + "inflow": 3336.5, + "volume": 10282.86, + "temperature": 24.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 379.87, + "flow": 2857.8, + "inflow": 3328.8, + "volume": 10283.14, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 379.88, + "flow": 2702.9, + "inflow": 3385.4, + "volume": 10283.55, + "temperature": 24.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 379.89, + "flow": 2690.9, + "inflow": 3394.7, + "volume": 10283.97, + "temperature": 25, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 379.89, + "flow": 2694.7, + "inflow": 3412.8, + "volume": 10284.4, + "temperature": 24.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 379.9, + "flow": 2685.4, + "inflow": 3398.2, + "volume": 10284.83, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 379.91, + "flow": 2710.7, + "inflow": 3406.4, + "volume": 10285.25, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 379.92, + "flow": 2702.8, + "inflow": 3403.6, + "volume": 10285.67, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 379.93, + "flow": 2645.1, + "inflow": 3451.1, + "volume": 10286.15, + "temperature": 24.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 379.93, + "flow": 2648.1, + "inflow": 3467.9, + "volume": 10286.64, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 379.94, + "flow": 2619.7, + "inflow": 3454.8, + "volume": 10287.14, + "temperature": 24.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 379.95, + "flow": 2627.8, + "inflow": 3468.6, + "volume": 10287.64, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 379.96, + "flow": 2641, + "inflow": 3475.4, + "volume": 10288.14, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 379.97, + "flow": 2645.1, + "inflow": 3470.7, + "volume": 10288.64, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 379.98, + "flow": 2693, + "inflow": 3551.1, + "volume": 10289.15, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 379.99, + "flow": 2712.5, + "inflow": 3526.8, + "volume": 10289.64, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 380, + "flow": 2709.7, + "inflow": 3543.5, + "volume": 10290.14, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 380.01, + "flow": 2688.8, + "inflow": 3492.7, + "volume": 10290.62, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 380.01, + "flow": 2710.7, + "inflow": 3504.3, + "volume": 10291.1, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 380.02, + "flow": 2706.5, + "inflow": 3527.1, + "volume": 10291.59, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 380.03, + "flow": 2881.2, + "inflow": 3581.2, + "volume": 10292.01, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 380.04, + "flow": 2882.6, + "inflow": 3559.3, + "volume": 10292.42, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 380.04, + "flow": 2877.6, + "inflow": 3543.8, + "volume": 10292.82, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 380.05, + "flow": 2864.7, + "inflow": 3540.3, + "volume": 10293.23, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 380.06, + "flow": 2874.2, + "inflow": 3553.6, + "volume": 10293.64, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 380.07, + "flow": 2865.4, + "inflow": 3551.1, + "volume": 10294.05, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 380.07, + "flow": 3107.8, + "inflow": 3569.8, + "volume": 10294.33, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 380.08, + "flow": 3085.3, + "inflow": 3569.9, + "volume": 10294.62, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 380.08, + "flow": 3098.4, + "inflow": 3558.8, + "volume": 10294.9, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 380.09, + "flow": 3086.4, + "inflow": 3541.8, + "volume": 10295.17, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 380.09, + "flow": 3100.8, + "inflow": 3543.6, + "volume": 10295.44, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 380.1, + "flow": 3105.7, + "inflow": 3562.5, + "volume": 10295.71, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 380.1, + "flow": 3339.4, + "inflow": 3570.7, + "volume": 10295.85, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 380.1, + "flow": 3339.2, + "inflow": 3549, + "volume": 10295.98, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 380.1, + "flow": 3346.6, + "inflow": 3529.3, + "volume": 10296.09, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 380.11, + "flow": 3322.2, + "inflow": 3577.5, + "volume": 10296.24, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 380.11, + "flow": 3511.3, + "inflow": 3518.5, + "volume": 10296.24, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 380.11, + "flow": 3512.4, + "inflow": 3534, + "volume": 10296.25, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 380.11, + "flow": 3501, + "inflow": 3504.1, + "volume": 10296.25, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 380.11, + "flow": 3505, + "inflow": 3510.3, + "volume": 10296.25, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 380.11, + "flow": 3515.4, + "inflow": 3531.7, + "volume": 10296.26, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 380.11, + "flow": 3517.2, + "inflow": 3538.4, + "volume": 10296.27, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 380.1, + "flow": 3553.5, + "inflow": 3460.2, + "volume": 10296.21, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 380.1, + "flow": 3566.7, + "inflow": 3452.1, + "volume": 10296.14, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 380.1, + "flow": 3557.9, + "inflow": 3494.3, + "volume": 10296.1, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 380.1, + "flow": 3552.6, + "inflow": 3444.4, + "volume": 10296.04, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 380.1, + "flow": 3555.6, + "inflow": 3466.1, + "volume": 10295.99, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 380.1, + "flow": 3501.5, + "inflow": 3396.7, + "volume": 10295.93, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 380.1, + "flow": 3493.9, + "inflow": 3418.6, + "volume": 10295.88, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 380.1, + "flow": 3498.3, + "inflow": 3382.4, + "volume": 10295.81, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 380.1, + "flow": 3516.9, + "inflow": 3395.2, + "volume": 10295.74, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 380.1, + "flow": 3501.2, + "inflow": 3411.6, + "volume": 10295.69, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 380.09, + "flow": 3499, + "inflow": 3385.3, + "volume": 10295.62, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 380.09, + "flow": 3331, + "inflow": 3363, + "volume": 10295.64, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 380.09, + "flow": 3326.5, + "inflow": 3305.4, + "volume": 10295.63, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 380.09, + "flow": 3319.2, + "inflow": 3334.6, + "volume": 10295.64, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 380.09, + "flow": 3319.4, + "inflow": 3327.5, + "volume": 10295.64, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 380.09, + "flow": 3328, + "inflow": 3307.9, + "volume": 10295.63, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 380.09, + "flow": 3347.3, + "inflow": 3347.8, + "volume": 10295.63, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 380.1, + "flow": 3103.5, + "inflow": 3231, + "volume": 10295.71, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 380.1, + "flow": 3106.8, + "inflow": 3229.5, + "volume": 10295.78, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 380.1, + "flow": 3098.8, + "inflow": 3267.7, + "volume": 10295.88, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 380.1, + "flow": 3099.2, + "inflow": 3269.6, + "volume": 10295.98, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 380.1, + "flow": 3099.8, + "inflow": 3230.9, + "volume": 10296.06, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 380.1, + "flow": 3104.9, + "inflow": 3267.3, + "volume": 10296.16, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 380.11, + "flow": 2859.1, + "inflow": 3202.2, + "volume": 10296.37, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 380.11, + "flow": 2880.5, + "inflow": 3157.5, + "volume": 10296.54, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 380.11, + "flow": 2857.6, + "inflow": 3180.5, + "volume": 10296.73, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 380.12, + "flow": 2866.6, + "inflow": 3155.8, + "volume": 10296.9, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 380.12, + "flow": 2865.2, + "inflow": 3197.9, + "volume": 10297.1, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 380.12, + "flow": 2873.5, + "inflow": 3164.3, + "volume": 10297.27, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 380.13, + "flow": 2710.6, + "inflow": 3125.6, + "volume": 10297.52, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 380.13, + "flow": 2710.4, + "inflow": 3109.1, + "volume": 10297.76, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 380.14, + "flow": 2692.1, + "inflow": 3094.3, + "volume": 10298, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 380.14, + "flow": 2705.6, + "inflow": 3127.2, + "volume": 10298.25, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 380.15, + "flow": 2711.4, + "inflow": 3091, + "volume": 10298.48, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 380.15, + "flow": 2692, + "inflow": 3076.7, + "volume": 10298.71, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 380.15, + "flow": 2628.6, + "inflow": 3012.9, + "volume": 10298.94, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 380.16, + "flow": 2634.9, + "inflow": 3008.4, + "volume": 10299.16, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 380.16, + "flow": 2649.8, + "inflow": 3024.8, + "volume": 10299.39, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 380.17, + "flow": 2643.9, + "inflow": 3030.1, + "volume": 10299.62, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 380.17, + "flow": 2640.7, + "inflow": 3028.6, + "volume": 10299.85, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 380.17, + "flow": 2643, + "inflow": 3034, + "volume": 10300.08, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 380.18, + "flow": 2711.7, + "inflow": 2989.3, + "volume": 10300.25, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 380.18, + "flow": 2712, + "inflow": 2981.3, + "volume": 10300.41, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 380.18, + "flow": 2700, + "inflow": 2987.5, + "volume": 10300.58, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 380.19, + "flow": 2691.4, + "inflow": 2984.3, + "volume": 10300.76, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 380.19, + "flow": 2682.2, + "inflow": 2964.8, + "volume": 10300.93, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 380.19, + "flow": 2695.8, + "inflow": 2958.8, + "volume": 10301.09, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 380.19, + "flow": 2875.7, + "inflow": 2960, + "volume": 10301.14, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 380.19, + "flow": 2864.1, + "inflow": 2949.1, + "volume": 10301.19, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 380.19, + "flow": 2866.2, + "inflow": 2950.3, + "volume": 10301.24, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 380.2, + "flow": 2869.8, + "inflow": 2927.1, + "volume": 10301.27, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 380.2, + "flow": 2862.9, + "inflow": 2937, + "volume": 10301.31, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 380.2, + "flow": 2876.5, + "inflow": 2931.7, + "volume": 10301.34, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 380.19, + "flow": 3097.9, + "inflow": 2953.3, + "volume": 10301.25, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 380.19, + "flow": 3111.8, + "inflow": 2924.2, + "volume": 10301.14, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 380.19, + "flow": 3096.1, + "inflow": 2926.6, + "volume": 10301.04, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 380.19, + "flow": 3105.2, + "inflow": 2954.3, + "volume": 10300.95, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 380.19, + "flow": 3104.8, + "inflow": 2964.8, + "volume": 10300.87, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 380.19, + "flow": 3114.4, + "inflow": 2936.8, + "volume": 10300.76, + "temperature": 19.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 380.18, + "flow": 3345.3, + "inflow": 2985.6, + "volume": 10300.54, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 380.18, + "flow": 3344.3, + "inflow": 2936.3, + "volume": 10300.3, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 380.17, + "flow": 3322, + "inflow": 2971, + "volume": 10300.09, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 380.17, + "flow": 3345.3, + "inflow": 2948.6, + "volume": 10299.85, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 380.17, + "flow": 3337.5, + "inflow": 2935.7, + "volume": 10299.61, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 380.16, + "flow": 3337, + "inflow": 2982.6, + "volume": 10299.4, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 380.16, + "flow": 3488.6, + "inflow": 2981.4, + "volume": 10299.1, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 380.15, + "flow": 3504.2, + "inflow": 2986.6, + "volume": 10298.79, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 380.15, + "flow": 3489.7, + "inflow": 3001.9, + "volume": 10298.5, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 380.14, + "flow": 3489.5, + "inflow": 3000.9, + "volume": 10298.21, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 380.13, + "flow": 3501.5, + "inflow": 2971.9, + "volume": 10297.89, + "temperature": 23.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 380.13, + "flow": 3515.4, + "inflow": 2986.1, + "volume": 10297.57, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 380.12, + "flow": 3554.8, + "inflow": 3063, + "volume": 10297.27, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 380.12, + "flow": 3571.8, + "inflow": 3010.9, + "volume": 10296.93, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 380.11, + "flow": 3569.1, + "inflow": 3044.8, + "volume": 10296.62, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 380.11, + "flow": 3567.8, + "inflow": 3026.3, + "volume": 10296.3, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 380.1, + "flow": 3551.5, + "inflow": 3010.6, + "volume": 10295.98, + "temperature": 23.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 380.1, + "flow": 3553.7, + "inflow": 3019, + "volume": 10295.66, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 380.09, + "flow": 3488.5, + "inflow": 3128.2, + "volume": 10295.44, + "temperature": 24.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 380.09, + "flow": 3491, + "inflow": 3109.2, + "volume": 10295.21, + "temperature": 24.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 380.08, + "flow": 3493.7, + "inflow": 3088.5, + "volume": 10294.97, + "temperature": 24.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 380.08, + "flow": 3490.4, + "inflow": 3097.3, + "volume": 10294.73, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 380.07, + "flow": 3488.2, + "inflow": 3119.4, + "volume": 10294.51, + "temperature": 25, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 380.07, + "flow": 3488.8, + "inflow": 3072.9, + "volume": 10294.26, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 380.07, + "flow": 3329.4, + "inflow": 3194.4, + "volume": 10294.18, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 380.07, + "flow": 3334.3, + "inflow": 3164.4, + "volume": 10294.08, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 380.07, + "flow": 3335.7, + "inflow": 3155.9, + "volume": 10293.97, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 380.06, + "flow": 3320.4, + "inflow": 3192.1, + "volume": 10293.89, + "temperature": 24.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 380.06, + "flow": 3345.7, + "inflow": 3202.6, + "volume": 10293.8, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 380.06, + "flow": 3320.6, + "inflow": 3196.6, + "volume": 10293.73, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 380.06, + "flow": 3103.4, + "inflow": 3280.9, + "volume": 10293.84, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 380.06, + "flow": 3099.5, + "inflow": 3233.7, + "volume": 10293.92, + "temperature": 26.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 380.07, + "flow": 3110.2, + "inflow": 3260.6, + "volume": 10294.01, + "temperature": 26.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 380.07, + "flow": 3109.7, + "inflow": 3269.8, + "volume": 10294.11, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 380.07, + "flow": 3088.5, + "inflow": 3283.9, + "volume": 10294.23, + "temperature": 25.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 380.07, + "flow": 3100.6, + "inflow": 3251.5, + "volume": 10294.32, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 380.08, + "flow": 2856.1, + "inflow": 3361.7, + "volume": 10294.62, + "temperature": 26.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 380.08, + "flow": 2873.7, + "inflow": 3322.6, + "volume": 10294.89, + "temperature": 26.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 380.09, + "flow": 2872.3, + "inflow": 3303.3, + "volume": 10295.15, + "temperature": 26.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 380.09, + "flow": 2862.1, + "inflow": 3331.7, + "volume": 10295.43, + "temperature": 26.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 380.1, + "flow": 2871.1, + "inflow": 3339.7, + "volume": 10295.71, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 380.1, + "flow": 2863.2, + "inflow": 3360, + "volume": 10296.01, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 380.11, + "flow": 2710.3, + "inflow": 3378.7, + "volume": 10296.41, + "temperature": 27.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 380.12, + "flow": 2686, + "inflow": 3392.3, + "volume": 10296.83, + "temperature": 27.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 380.12, + "flow": 2688.2, + "inflow": 3421.3, + "volume": 10297.27, + "temperature": 26.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 380.13, + "flow": 2709.7, + "inflow": 3385.6, + "volume": 10297.68, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 380.14, + "flow": 2694, + "inflow": 3407.1, + "volume": 10298.11, + "temperature": 27.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 380.15, + "flow": 2708.1, + "inflow": 3400.2, + "volume": 10298.53, + "temperature": 26.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 380.16, + "flow": 2643.7, + "inflow": 3466.2, + "volume": 10299.02, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 380.16, + "flow": 2639.6, + "inflow": 3448.8, + "volume": 10299.51, + "temperature": 26.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 380.17, + "flow": 2637.6, + "inflow": 3455, + "volume": 10300, + "temperature": 26.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 380.18, + "flow": 2634.7, + "inflow": 3464.8, + "volume": 10300.5, + "temperature": 25.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 380.19, + "flow": 2643.3, + "inflow": 3464.6, + "volume": 10300.99, + "temperature": 24.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 380.2, + "flow": 2635.9, + "inflow": 3492.6, + "volume": 10301.5, + "temperature": 25, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 380.21, + "flow": 2685.6, + "inflow": 3527.4, + "volume": 10302.01, + "temperature": 23.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 380.22, + "flow": 2683, + "inflow": 3531.4, + "volume": 10302.52, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 380.23, + "flow": 2696.7, + "inflow": 3499.1, + "volume": 10303, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 380.23, + "flow": 2697.6, + "inflow": 3501.4, + "volume": 10303.48, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 380.24, + "flow": 2710.1, + "inflow": 3542.4, + "volume": 10303.98, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 380.25, + "flow": 2694.3, + "inflow": 3526.4, + "volume": 10304.48, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 380.26, + "flow": 2874.5, + "inflow": 3577.7, + "volume": 10304.9, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 380.27, + "flow": 2865.4, + "inflow": 3569.9, + "volume": 10305.32, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 380.27, + "flow": 2873.1, + "inflow": 3554.5, + "volume": 10305.73, + "temperature": 22, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 380.28, + "flow": 2866.3, + "inflow": 3528.5, + "volume": 10306.13, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 380.29, + "flow": 2865.7, + "inflow": 3579.6, + "volume": 10306.56, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 380.3, + "flow": 2882.3, + "inflow": 3544.6, + "volume": 10306.96, + "temperature": 22.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 380.3, + "flow": 3106.8, + "inflow": 3547.5, + "volume": 10307.22, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 380.31, + "flow": 3099.8, + "inflow": 3549.7, + "volume": 10307.49, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 380.31, + "flow": 3113.8, + "inflow": 3583.4, + "volume": 10307.77, + "temperature": 21.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 380.32, + "flow": 3091.6, + "inflow": 3593.2, + "volume": 10308.07, + "temperature": 21.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 380.32, + "flow": 3089.5, + "inflow": 3541.1, + "volume": 10308.34, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 380.33, + "flow": 3085.6, + "inflow": 3576.2, + "volume": 10308.63, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 380.33, + "flow": 3333.8, + "inflow": 3572.6, + "volume": 10308.77, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 380.33, + "flow": 3330.1, + "inflow": 3557.3, + "volume": 10308.91, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 380.33, + "flow": 3330.9, + "inflow": 3536.6, + "volume": 10309.03, + "temperature": 20.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 380.34, + "flow": 3335.7, + "inflow": 3531, + "volume": 10309.15, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 380.34, + "flow": 3340.2, + "inflow": 3549.9, + "volume": 10309.28, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 380.34, + "flow": 3333.4, + "inflow": 3558.1, + "volume": 10309.41, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 380.34, + "flow": 3489.1, + "inflow": 3510.9, + "volume": 10309.42, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 380.34, + "flow": 3509.6, + "inflow": 3503.6, + "volume": 10309.42, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 380.34, + "flow": 3497.5, + "inflow": 3550.9, + "volume": 10309.45, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 380.34, + "flow": 3506, + "inflow": 3528.7, + "volume": 10309.46, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 380.34, + "flow": 3494.4, + "inflow": 3535.4, + "volume": 10309.48, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 380.34, + "flow": 3502.1, + "inflow": 3526.7, + "volume": 10309.49, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 380.34, + "flow": 3567.7, + "inflow": 3475, + "volume": 10309.43, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 380.34, + "flow": 3578.6, + "inflow": 3447.3, + "volume": 10309.35, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 380.34, + "flow": 3491.9, + "inflow": 3408.9, + "volume": 10309.3, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 380.34, + "flow": 3514.2, + "inflow": 3439.2, + "volume": 10309.26, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 380.34, + "flow": 3504, + "inflow": 3431.3, + "volume": 10309.22, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 380.34, + "flow": 3501.8, + "inflow": 3381.8, + "volume": 10309.15, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 380.33, + "flow": 3503, + "inflow": 3435.6, + "volume": 10309.11, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 380.33, + "flow": 3497.6, + "inflow": 3428.3, + "volume": 10309.07, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 380.33, + "flow": 3343.9, + "inflow": 3354.5, + "volume": 10309.08, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 380.33, + "flow": 3337.9, + "inflow": 3363.4, + "volume": 10309.1, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 380.33, + "flow": 3324.4, + "inflow": 3355.6, + "volume": 10309.12, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 380.34, + "flow": 3320.3, + "inflow": 3340, + "volume": 10309.13, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 380.34, + "flow": 3326, + "inflow": 3325.7, + "volume": 10309.13, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 380.34, + "flow": 3342.5, + "inflow": 3362.4, + "volume": 10309.14, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 380.34, + "flow": 3088.5, + "inflow": 3235.9, + "volume": 10309.23, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 380.34, + "flow": 3103.4, + "inflow": 3248.6, + "volume": 10309.32, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 380.34, + "flow": 3101.8, + "inflow": 3270.2, + "volume": 10309.42, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 380.34, + "flow": 3098.7, + "inflow": 3255.3, + "volume": 10309.51, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 380.34, + "flow": 3107.2, + "inflow": 3258.6, + "volume": 10309.6, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 380.35, + "flow": 3115.3, + "inflow": 3277.5, + "volume": 10309.7, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 380.35, + "flow": 2867.5, + "inflow": 3187.3, + "volume": 10309.89, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 380.35, + "flow": 2868.1, + "inflow": 3194.2, + "volume": 10310.09, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 380.36, + "flow": 2866.1, + "inflow": 3180.1, + "volume": 10310.28, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 380.36, + "flow": 2869.3, + "inflow": 3189.1, + "volume": 10310.47, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 380.36, + "flow": 2861.2, + "inflow": 3154.9, + "volume": 10310.65, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 380.37, + "flow": 2859.6, + "inflow": 3142.5, + "volume": 10310.82, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 380.37, + "flow": 2709.5, + "inflow": 3103.2, + "volume": 10311.06, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 380.37, + "flow": 2711.2, + "inflow": 3111.4, + "volume": 10311.3, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 380.38, + "flow": 2707.9, + "inflow": 3104, + "volume": 10311.54, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 380.38, + "flow": 2683.5, + "inflow": 3076.9, + "volume": 10311.78, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 380.39, + "flow": 2692.8, + "inflow": 3128.1, + "volume": 10312.04, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 380.39, + "flow": 2708.3, + "inflow": 3126.5, + "volume": 10312.29, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 380.4, + "flow": 2635.1, + "inflow": 3056, + "volume": 10312.54, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 380.4, + "flow": 2624.7, + "inflow": 3044.1, + "volume": 10312.79, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 380.4, + "flow": 2635.5, + "inflow": 3033.2, + "volume": 10313.03, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 380.41, + "flow": 2644.4, + "inflow": 3035.8, + "volume": 10313.26, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 380.41, + "flow": 2640.2, + "inflow": 3004.7, + "volume": 10313.48, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 380.42, + "flow": 2645.2, + "inflow": 3065, + "volume": 10313.73, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 380.42, + "flow": 2694.2, + "inflow": 3010.9, + "volume": 10313.92, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 380.42, + "flow": 2689.5, + "inflow": 3001.7, + "volume": 10314.11, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 380.43, + "flow": 2702.1, + "inflow": 2964.4, + "volume": 10314.27, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 380.43, + "flow": 2708.4, + "inflow": 3002.9, + "volume": 10314.45, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 380.43, + "flow": 2691.5, + "inflow": 2995.5, + "volume": 10314.63, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 380.44, + "flow": 2696.3, + "inflow": 2963.4, + "volume": 10314.79, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 380.44, + "flow": 2856.4, + "inflow": 2943, + "volume": 10314.84, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 380.44, + "flow": 2856, + "inflow": 2923.5, + "volume": 10314.88, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 380.44, + "flow": 2872.5, + "inflow": 2975.1, + "volume": 10314.94, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 380.44, + "flow": 2882.6, + "inflow": 2944.9, + "volume": 10314.98, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 380.44, + "flow": 2865.1, + "inflow": 2960.4, + "volume": 10315.04, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 380.44, + "flow": 2861.8, + "inflow": 2939.9, + "volume": 10315.09, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 380.44, + "flow": 3090.8, + "inflow": 2954.3, + "volume": 10315.01, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 380.44, + "flow": 3105.1, + "inflow": 2922.2, + "volume": 10314.9, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 380.44, + "flow": 3112, + "inflow": 2936.4, + "volume": 10314.79, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 380.43, + "flow": 3102.8, + "inflow": 2922.7, + "volume": 10314.68, + "temperature": 21.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 380.43, + "flow": 3089.7, + "inflow": 2927.7, + "volume": 10314.58, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 380.43, + "flow": 3113.6, + "inflow": 2921.8, + "volume": 10314.46, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 380.43, + "flow": 3334.3, + "inflow": 2975.2, + "volume": 10314.24, + "temperature": 22.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 380.42, + "flow": 3342.3, + "inflow": 2940.3, + "volume": 10314, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 380.42, + "flow": 3342.3, + "inflow": 2963.9, + "volume": 10313.77, + "temperature": 23.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 380.41, + "flow": 3343.3, + "inflow": 2957.7, + "volume": 10313.54, + "temperature": 23.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 380.41, + "flow": 3325.9, + "inflow": 2951.4, + "volume": 10313.32, + "temperature": 23.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 380.41, + "flow": 3321.8, + "inflow": 2949.9, + "volume": 10313.1, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 380.4, + "flow": 3508.8, + "inflow": 3013.1, + "volume": 10312.8, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 380.4, + "flow": 3500.6, + "inflow": 2991.9, + "volume": 10312.49, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 380.39, + "flow": 3515.8, + "inflow": 3013.4, + "volume": 10312.19, + "temperature": 22.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 380.38, + "flow": 3511.7, + "inflow": 2966.2, + "volume": 10311.86, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 380.38, + "flow": 3501.9, + "inflow": 2987.6, + "volume": 10311.55, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 380.37, + "flow": 3503.1, + "inflow": 2986.6, + "volume": 10311.24, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 380.37, + "flow": 3572.1, + "inflow": 3020, + "volume": 10310.91, + "temperature": 24.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 380.36, + "flow": 3562.1, + "inflow": 3023.6, + "volume": 10310.59, + "temperature": 23.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 380.36, + "flow": 3555, + "inflow": 3010.4, + "volume": 10310.26, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 380.35, + "flow": 3551.8, + "inflow": 3040, + "volume": 10309.95, + "temperature": 23.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 380.34, + "flow": 3552.4, + "inflow": 3003.5, + "volume": 10309.62, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 380.34, + "flow": 3573, + "inflow": 3007.6, + "volume": 10309.28, + "temperature": 24.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 380.33, + "flow": 3498.5, + "inflow": 3095.7, + "volume": 10309.04, + "temperature": 25.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 380.33, + "flow": 3513.7, + "inflow": 3068.8, + "volume": 10308.77, + "temperature": 24.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 380.32, + "flow": 3510.7, + "inflow": 3124.6, + "volume": 10308.54, + "temperature": 25.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 380.32, + "flow": 3503, + "inflow": 3109.5, + "volume": 10308.3, + "temperature": 25.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 380.32, + "flow": 3502.5, + "inflow": 3093.9, + "volume": 10308.05, + "temperature": 26.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 380.31, + "flow": 3492.5, + "inflow": 3116.1, + "volume": 10307.82, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 380.31, + "flow": 3336.3, + "inflow": 3171.4, + "volume": 10307.72, + "temperature": 27.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 380.31, + "flow": 3343.5, + "inflow": 3149.6, + "volume": 10307.6, + "temperature": 26.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 380.31, + "flow": 3318.1, + "inflow": 3176, + "volume": 10307.51, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 380.3, + "flow": 3321.7, + "inflow": 3191.9, + "volume": 10307.43, + "temperature": 26.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 380.3, + "flow": 3344.7, + "inflow": 3174.3, + "volume": 10307.33, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 380.3, + "flow": 3338.8, + "inflow": 3168.5, + "volume": 10307.23, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 380.3, + "flow": 3087.2, + "inflow": 3270.9, + "volume": 10307.34, + "temperature": 26.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 380.3, + "flow": 3101.2, + "inflow": 3229.2, + "volume": 10307.42, + "temperature": 25.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 380.31, + "flow": 3085.5, + "inflow": 3278.7, + "volume": 10307.54, + "temperature": 25.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 380.31, + "flow": 3111.7, + "inflow": 3224.2, + "volume": 10307.61, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 380.31, + "flow": 3105, + "inflow": 3265, + "volume": 10307.71, + "temperature": 27.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 380.31, + "flow": 3092.4, + "inflow": 3249.3, + "volume": 10307.8, + "temperature": 26.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 380.32, + "flow": 2857.4, + "inflow": 3333.1, + "volume": 10308.09, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 380.32, + "flow": 2872.5, + "inflow": 3359.9, + "volume": 10308.38, + "temperature": 27.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 380.33, + "flow": 2868.6, + "inflow": 3318.1, + "volume": 10308.65, + "temperature": 27.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 380.33, + "flow": 2865.8, + "inflow": 3340.5, + "volume": 10308.93, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 380.34, + "flow": 2859.1, + "inflow": 3304.8, + "volume": 10309.2, + "temperature": 26.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 380.34, + "flow": 2873.7, + "inflow": 3319.6, + "volume": 10309.47, + "temperature": 27, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 380.35, + "flow": 2706.5, + "inflow": 3385.8, + "volume": 10309.88, + "temperature": 26.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 380.36, + "flow": 2695.1, + "inflow": 3424.5, + "volume": 10310.32, + "temperature": 27.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 380.36, + "flow": 2709.6, + "inflow": 3401.9, + "volume": 10310.74, + "temperature": 27.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 380.37, + "flow": 2704, + "inflow": 3416.1, + "volume": 10311.17, + "temperature": 26.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 380.38, + "flow": 2701.5, + "inflow": 3421, + "volume": 10311.6, + "temperature": 27.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 380.39, + "flow": 2711.9, + "inflow": 3373.1, + "volume": 10312, + "temperature": 26.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 380.4, + "flow": 2627.1, + "inflow": 3451.3, + "volume": 10312.49, + "temperature": 27.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 380.4, + "flow": 2634.2, + "inflow": 3474.3, + "volume": 10312.99, + "temperature": 25.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 380.41, + "flow": 2641, + "inflow": 3487.7, + "volume": 10313.5, + "temperature": 25.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 380.42, + "flow": 2649.7, + "inflow": 3466.2, + "volume": 10313.99, + "temperature": 26.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 380.43, + "flow": 2634.7, + "inflow": 3496.2, + "volume": 10314.51, + "temperature": 24.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 380.44, + "flow": 2650, + "inflow": 3454.3, + "volume": 10314.99, + "temperature": 24.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 380.45, + "flow": 2689.5, + "inflow": 3488.6, + "volume": 10315.47, + "temperature": 24, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 380.46, + "flow": 2684, + "inflow": 3503.9, + "volume": 10315.96, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 380.47, + "flow": 2708.6, + "inflow": 3519.6, + "volume": 10316.45, + "temperature": 23.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 380.47, + "flow": 2685.8, + "inflow": 3546.4, + "volume": 10316.97, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 380.48, + "flow": 2693, + "inflow": 3532.1, + "volume": 10317.47, + "temperature": 24.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 380.49, + "flow": 2695.3, + "inflow": 3509.7, + "volume": 10317.96, + "temperature": 24.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 380.5, + "flow": 2861.1, + "inflow": 3544.4, + "volume": 10318.37, + "temperature": 23, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 380.51, + "flow": 2870.6, + "inflow": 3558.9, + "volume": 10318.78, + "temperature": 22.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 380.51, + "flow": 2862.6, + "inflow": 3542.2, + "volume": 10319.19, + "temperature": 22.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 380.52, + "flow": 2878.7, + "inflow": 3538.5, + "volume": 10319.59, + "temperature": 22.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 380.53, + "flow": 2852.5, + "inflow": 3561.7, + "volume": 10320.02, + "temperature": 21.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 380.54, + "flow": 2861.2, + "inflow": 3525.2, + "volume": 10320.42, + "temperature": 22.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 380.54, + "flow": 3101.4, + "inflow": 3562.8, + "volume": 10320.7, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 380.55, + "flow": 3108.7, + "inflow": 3555.3, + "volume": 10320.97, + "temperature": 22.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 380.55, + "flow": 3097.5, + "inflow": 3572, + "volume": 10321.25, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 380.56, + "flow": 3108.9, + "inflow": 3531.1, + "volume": 10321.5, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 380.56, + "flow": 3099.3, + "inflow": 3554.2, + "volume": 10321.77, + "temperature": 20.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 380.57, + "flow": 3110.5, + "inflow": 3577.8, + "volume": 10322.05, + "temperature": 22.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 380.57, + "flow": 3329.2, + "inflow": 3526.6, + "volume": 10322.17, + "temperature": 21.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 380.57, + "flow": 3334.1, + "inflow": 3573.2, + "volume": 10322.31, + "temperature": 21.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 380.57, + "flow": 3325.6, + "inflow": 3572.9, + "volume": 10322.46, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 380.57, + "flow": 3341.1, + "inflow": 3567.3, + "volume": 10322.6, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 380.58, + "flow": 3347.9, + "inflow": 3549.5, + "volume": 10322.72, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 380.58, + "flow": 3320, + "inflow": 3556.3, + "volume": 10322.86, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 380.58, + "flow": 3505.4, + "inflow": 3538.7, + "volume": 10322.88, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 380.58, + "flow": 3503.4, + "inflow": 3534.4, + "volume": 10322.9, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 380.58, + "flow": 3494.2, + "inflow": 3490.3, + "volume": 10322.9, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 380.58, + "flow": 3517.6, + "inflow": 3517, + "volume": 10322.9, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 380.58, + "flow": 3513.7, + "inflow": 3505.6, + "volume": 10322.9, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 380.58, + "flow": 3506.9, + "inflow": 3488.6, + "volume": 10322.89, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 380.58, + "flow": 3578.4, + "inflow": 3441.5, + "volume": 10322.81, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 380.58, + "flow": 3574.1, + "inflow": 3483.2, + "volume": 10322.76, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 380.58, + "flow": 3551.9, + "inflow": 3444.3, + "volume": 10322.7, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 380.58, + "flow": 3572.1, + "inflow": 3454.9, + "volume": 10322.63, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 380.57, + "flow": 3565.6, + "inflow": 3487.5, + "volume": 10322.58, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 380.57, + "flow": 3577.6, + "inflow": 3441.8, + "volume": 10322.5, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 380.57, + "flow": 3518.1, + "inflow": 3402.4, + "volume": 10322.43, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 380.57, + "flow": 3326.8, + "inflow": 3351.4, + "volume": 10322.44, + "temperature": 14.7, + "precipitation": 0 + } +] \ No newline at end of file diff --git a/public/data/US_HOOV.json b/public/data/US_HOOV.json new file mode 100644 index 0000000..59fac20 --- /dev/null +++ b/public/data/US_HOOV.json @@ -0,0 +1,13502 @@ +[ + { + "timestamp": "2026-06-02T23:10:00.000Z", + "level": 349.34, + "flow": 388.4, + "inflow": 354.9, + "volume": 30975.08, + "temperature": 35.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-02T23:20:00.000Z", + "level": 349.34, + "flow": 385.7, + "inflow": 357.4, + "volume": 30975.06, + "temperature": 34.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-02T23:30:00.000Z", + "level": 349.34, + "flow": 387.1, + "inflow": 357, + "volume": 30975.04, + "temperature": 34.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-02T23:40:00.000Z", + "level": 349.34, + "flow": 388.3, + "inflow": 356.3, + "volume": 30975.02, + "temperature": 35.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-02T23:50:00.000Z", + "level": 349.34, + "flow": 388.7, + "inflow": 354.7, + "volume": 30975, + "temperature": 35.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:00:00.000Z", + "level": 349.34, + "flow": 358.2, + "inflow": 366.3, + "volume": 30975, + "temperature": 36.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:10:00.000Z", + "level": 349.34, + "flow": 361.4, + "inflow": 366.3, + "volume": 30975, + "temperature": 36.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:20:00.000Z", + "level": 349.34, + "flow": 359.5, + "inflow": 368.7, + "volume": 30975.01, + "temperature": 36.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:30:00.000Z", + "level": 349.34, + "flow": 359.4, + "inflow": 366.7, + "volume": 30975.01, + "temperature": 36, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:40:00.000Z", + "level": 349.34, + "flow": 358.3, + "inflow": 371, + "volume": 30975.02, + "temperature": 35.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T00:50:00.000Z", + "level": 349.34, + "flow": 361.2, + "inflow": 364.3, + "volume": 30975.02, + "temperature": 35.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:00:00.000Z", + "level": 349.34, + "flow": 334.3, + "inflow": 379.6, + "volume": 30975.05, + "temperature": 36.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:10:00.000Z", + "level": 349.34, + "flow": 333.7, + "inflow": 378.4, + "volume": 30975.08, + "temperature": 36.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:20:00.000Z", + "level": 349.34, + "flow": 334.3, + "inflow": 377.2, + "volume": 30975.11, + "temperature": 36.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:30:00.000Z", + "level": 349.34, + "flow": 333.6, + "inflow": 379.7, + "volume": 30975.14, + "temperature": 37.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:40:00.000Z", + "level": 349.34, + "flow": 334.5, + "inflow": 374.5, + "volume": 30975.16, + "temperature": 37.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T01:50:00.000Z", + "level": 349.34, + "flow": 331.8, + "inflow": 377, + "volume": 30975.19, + "temperature": 36.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:00:00.000Z", + "level": 349.34, + "flow": 313, + "inflow": 388.6, + "volume": 30975.24, + "temperature": 37.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:10:00.000Z", + "level": 349.34, + "flow": 314.6, + "inflow": 388.1, + "volume": 30975.28, + "temperature": 36.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:20:00.000Z", + "level": 349.34, + "flow": 312.2, + "inflow": 384, + "volume": 30975.32, + "temperature": 37.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:30:00.000Z", + "level": 349.34, + "flow": 312.9, + "inflow": 388.7, + "volume": 30975.37, + "temperature": 38.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:40:00.000Z", + "level": 349.34, + "flow": 312.7, + "inflow": 388.6, + "volume": 30975.42, + "temperature": 36.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T02:50:00.000Z", + "level": 349.34, + "flow": 313.5, + "inflow": 387.1, + "volume": 30975.46, + "temperature": 38.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:00:00.000Z", + "level": 349.34, + "flow": 304.5, + "inflow": 392.9, + "volume": 30975.51, + "temperature": 37.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:10:00.000Z", + "level": 349.34, + "flow": 305.4, + "inflow": 395, + "volume": 30975.56, + "temperature": 39, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:20:00.000Z", + "level": 349.34, + "flow": 304.8, + "inflow": 396.5, + "volume": 30975.62, + "temperature": 37.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:30:00.000Z", + "level": 349.34, + "flow": 304.4, + "inflow": 392.9, + "volume": 30975.67, + "temperature": 37.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:40:00.000Z", + "level": 349.34, + "flow": 305.1, + "inflow": 392, + "volume": 30975.72, + "temperature": 38.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T03:50:00.000Z", + "level": 349.34, + "flow": 305.2, + "inflow": 394.3, + "volume": 30975.77, + "temperature": 39, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:00:00.000Z", + "level": 349.35, + "flow": 312, + "inflow": 399.6, + "volume": 30975.82, + "temperature": 39, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:10:00.000Z", + "level": 349.35, + "flow": 311.5, + "inflow": 399, + "volume": 30975.87, + "temperature": 38.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:20:00.000Z", + "level": 349.35, + "flow": 313.5, + "inflow": 395.1, + "volume": 30975.92, + "temperature": 39, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:30:00.000Z", + "level": 349.35, + "flow": 311.8, + "inflow": 397.7, + "volume": 30975.97, + "temperature": 38.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:40:00.000Z", + "level": 349.35, + "flow": 314.4, + "inflow": 399.4, + "volume": 30976.02, + "temperature": 39, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T04:50:00.000Z", + "level": 349.35, + "flow": 312.5, + "inflow": 398.4, + "volume": 30976.07, + "temperature": 39.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:00:00.000Z", + "level": 349.35, + "flow": 334.8, + "inflow": 404.5, + "volume": 30976.11, + "temperature": 37.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:10:00.000Z", + "level": 349.35, + "flow": 332.5, + "inflow": 399.3, + "volume": 30976.15, + "temperature": 38.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:20:00.000Z", + "level": 349.35, + "flow": 332.4, + "inflow": 403.7, + "volume": 30976.19, + "temperature": 39, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:30:00.000Z", + "level": 349.35, + "flow": 333.7, + "inflow": 405.1, + "volume": 30976.23, + "temperature": 39.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:40:00.000Z", + "level": 349.35, + "flow": 331.8, + "inflow": 399.6, + "volume": 30976.27, + "temperature": 38.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T05:50:00.000Z", + "level": 349.35, + "flow": 332.9, + "inflow": 403.2, + "volume": 30976.31, + "temperature": 39.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:00:00.000Z", + "level": 349.35, + "flow": 361.6, + "inflow": 403.4, + "volume": 30976.34, + "temperature": 38.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:10:00.000Z", + "level": 349.35, + "flow": 360.7, + "inflow": 400, + "volume": 30976.36, + "temperature": 38, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:20:00.000Z", + "level": 349.35, + "flow": 358.5, + "inflow": 402.4, + "volume": 30976.39, + "temperature": 39.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:30:00.000Z", + "level": 349.35, + "flow": 360.2, + "inflow": 403.3, + "volume": 30976.42, + "temperature": 38, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:40:00.000Z", + "level": 349.35, + "flow": 361.2, + "inflow": 401.2, + "volume": 30976.44, + "temperature": 39.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T06:50:00.000Z", + "level": 349.35, + "flow": 361.6, + "inflow": 403.1, + "volume": 30976.46, + "temperature": 39.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:00:00.000Z", + "level": 349.35, + "flow": 386.4, + "inflow": 404.5, + "volume": 30976.47, + "temperature": 39.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:10:00.000Z", + "level": 349.35, + "flow": 385.5, + "inflow": 402.8, + "volume": 30976.48, + "temperature": 39.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:20:00.000Z", + "level": 349.35, + "flow": 386.3, + "inflow": 399.3, + "volume": 30976.49, + "temperature": 39.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:30:00.000Z", + "level": 349.35, + "flow": 385.5, + "inflow": 404, + "volume": 30976.5, + "temperature": 39, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:40:00.000Z", + "level": 349.35, + "flow": 388.3, + "inflow": 399.2, + "volume": 30976.51, + "temperature": 39.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T07:50:00.000Z", + "level": 349.35, + "flow": 385.4, + "inflow": 399.2, + "volume": 30976.52, + "temperature": 38.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:00:00.000Z", + "level": 349.35, + "flow": 405.6, + "inflow": 400.6, + "volume": 30976.52, + "temperature": 39.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:10:00.000Z", + "level": 349.35, + "flow": 406.4, + "inflow": 398.4, + "volume": 30976.52, + "temperature": 37.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:20:00.000Z", + "level": 349.35, + "flow": 405.3, + "inflow": 396, + "volume": 30976.51, + "temperature": 38.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:30:00.000Z", + "level": 349.35, + "flow": 407.8, + "inflow": 395.2, + "volume": 30976.5, + "temperature": 39.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:40:00.000Z", + "level": 349.35, + "flow": 405, + "inflow": 398.5, + "volume": 30976.5, + "temperature": 39.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T08:50:00.000Z", + "level": 349.35, + "flow": 408.3, + "inflow": 397.4, + "volume": 30976.49, + "temperature": 38.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:00:00.000Z", + "level": 349.35, + "flow": 414.3, + "inflow": 393.2, + "volume": 30976.48, + "temperature": 38.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:10:00.000Z", + "level": 349.35, + "flow": 415.6, + "inflow": 390.5, + "volume": 30976.46, + "temperature": 38.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:20:00.000Z", + "level": 349.35, + "flow": 413.6, + "inflow": 395.4, + "volume": 30976.45, + "temperature": 37.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:30:00.000Z", + "level": 349.35, + "flow": 412.2, + "inflow": 390.7, + "volume": 30976.44, + "temperature": 38.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:40:00.000Z", + "level": 349.35, + "flow": 414.8, + "inflow": 392.7, + "volume": 30976.43, + "temperature": 37.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T09:50:00.000Z", + "level": 349.35, + "flow": 413.8, + "inflow": 391.5, + "volume": 30976.42, + "temperature": 37.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:00:00.000Z", + "level": 349.35, + "flow": 406.5, + "inflow": 387.3, + "volume": 30976.41, + "temperature": 37.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:10:00.000Z", + "level": 349.35, + "flow": 406, + "inflow": 382.1, + "volume": 30976.4, + "temperature": 36.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:20:00.000Z", + "level": 349.35, + "flow": 407.6, + "inflow": 388.9, + "volume": 30976.39, + "temperature": 38.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:30:00.000Z", + "level": 349.35, + "flow": 407.2, + "inflow": 382.6, + "volume": 30976.38, + "temperature": 37.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:40:00.000Z", + "level": 349.35, + "flow": 406.2, + "inflow": 382.2, + "volume": 30976.37, + "temperature": 37, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T10:50:00.000Z", + "level": 349.35, + "flow": 407.1, + "inflow": 388.2, + "volume": 30976.36, + "temperature": 36.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:00:00.000Z", + "level": 349.35, + "flow": 387.1, + "inflow": 377.9, + "volume": 30976.35, + "temperature": 36.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:10:00.000Z", + "level": 349.35, + "flow": 388.5, + "inflow": 378.6, + "volume": 30976.34, + "temperature": 37.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:20:00.000Z", + "level": 349.35, + "flow": 388.4, + "inflow": 376.3, + "volume": 30976.33, + "temperature": 36.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:30:00.000Z", + "level": 349.35, + "flow": 385.7, + "inflow": 376.9, + "volume": 30976.32, + "temperature": 37.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:40:00.000Z", + "level": 349.35, + "flow": 387.7, + "inflow": 377.5, + "volume": 30976.31, + "temperature": 36.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T11:50:00.000Z", + "level": 349.35, + "flow": 388.4, + "inflow": 374.8, + "volume": 30976.3, + "temperature": 36.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:00:00.000Z", + "level": 349.35, + "flow": 360.9, + "inflow": 366.2, + "volume": 30976.3, + "temperature": 35.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:10:00.000Z", + "level": 349.35, + "flow": 358.7, + "inflow": 364.7, + "volume": 30976.3, + "temperature": 36, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:20:00.000Z", + "level": 349.35, + "flow": 360.4, + "inflow": 369.4, + "volume": 30976.31, + "temperature": 34.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:30:00.000Z", + "level": 349.35, + "flow": 359.1, + "inflow": 368.2, + "volume": 30976.32, + "temperature": 35.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:40:00.000Z", + "level": 349.35, + "flow": 360.1, + "inflow": 366.8, + "volume": 30976.32, + "temperature": 35.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T12:50:00.000Z", + "level": 349.35, + "flow": 358.4, + "inflow": 370.2, + "volume": 30976.33, + "temperature": 36.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:00:00.000Z", + "level": 349.35, + "flow": 334.6, + "inflow": 356.3, + "volume": 30976.34, + "temperature": 35.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:10:00.000Z", + "level": 349.35, + "flow": 332.6, + "inflow": 359.5, + "volume": 30976.36, + "temperature": 35.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:20:00.000Z", + "level": 349.35, + "flow": 331.3, + "inflow": 361, + "volume": 30976.38, + "temperature": 34.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:30:00.000Z", + "level": 349.35, + "flow": 334.5, + "inflow": 355.5, + "volume": 30976.39, + "temperature": 35.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:40:00.000Z", + "level": 349.35, + "flow": 331.3, + "inflow": 361.6, + "volume": 30976.41, + "temperature": 35.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T13:50:00.000Z", + "level": 349.35, + "flow": 332.2, + "inflow": 360.5, + "volume": 30976.43, + "temperature": 35.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:00:00.000Z", + "level": 349.35, + "flow": 314.9, + "inflow": 352.4, + "volume": 30976.45, + "temperature": 34.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:10:00.000Z", + "level": 349.35, + "flow": 314.1, + "inflow": 352, + "volume": 30976.47, + "temperature": 34.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:20:00.000Z", + "level": 349.35, + "flow": 315, + "inflow": 351.1, + "volume": 30976.49, + "temperature": 35.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:30:00.000Z", + "level": 349.35, + "flow": 312.8, + "inflow": 349.8, + "volume": 30976.51, + "temperature": 34.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:40:00.000Z", + "level": 349.35, + "flow": 313.7, + "inflow": 347.9, + "volume": 30976.53, + "temperature": 34.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T14:50:00.000Z", + "level": 349.35, + "flow": 312, + "inflow": 350.7, + "volume": 30976.55, + "temperature": 35.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:00:00.000Z", + "level": 349.35, + "flow": 305.5, + "inflow": 341, + "volume": 30976.57, + "temperature": 34.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:10:00.000Z", + "level": 349.35, + "flow": 305.8, + "inflow": 342.1, + "volume": 30976.59, + "temperature": 33.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:20:00.000Z", + "level": 349.35, + "flow": 307.6, + "inflow": 345.5, + "volume": 30976.61, + "temperature": 33.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:30:00.000Z", + "level": 349.35, + "flow": 306.6, + "inflow": 342.1, + "volume": 30976.63, + "temperature": 34.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:40:00.000Z", + "level": 349.35, + "flow": 304.5, + "inflow": 342.6, + "volume": 30976.65, + "temperature": 33.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T15:50:00.000Z", + "level": 349.35, + "flow": 306.5, + "inflow": 339.3, + "volume": 30976.67, + "temperature": 34, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:00:00.000Z", + "level": 349.35, + "flow": 312.6, + "inflow": 339.2, + "volume": 30976.69, + "temperature": 33.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:10:00.000Z", + "level": 349.35, + "flow": 314.3, + "inflow": 339.7, + "volume": 30976.71, + "temperature": 33.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:20:00.000Z", + "level": 349.35, + "flow": 314.3, + "inflow": 338.3, + "volume": 30976.72, + "temperature": 32.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:30:00.000Z", + "level": 349.35, + "flow": 313.9, + "inflow": 334.1, + "volume": 30976.73, + "temperature": 33.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:40:00.000Z", + "level": 349.35, + "flow": 314.6, + "inflow": 337.7, + "volume": 30976.74, + "temperature": 34.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T16:50:00.000Z", + "level": 349.35, + "flow": 313.7, + "inflow": 337.2, + "volume": 30976.75, + "temperature": 34.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:00:00.000Z", + "level": 349.35, + "flow": 332, + "inflow": 334, + "volume": 30976.75, + "temperature": 32, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:10:00.000Z", + "level": 349.35, + "flow": 331.6, + "inflow": 334.9, + "volume": 30976.75, + "temperature": 32.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:20:00.000Z", + "level": 349.35, + "flow": 333, + "inflow": 334.4, + "volume": 30976.75, + "temperature": 32.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:30:00.000Z", + "level": 349.35, + "flow": 333, + "inflow": 335.9, + "volume": 30976.75, + "temperature": 32.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:40:00.000Z", + "level": 349.35, + "flow": 332.4, + "inflow": 335.8, + "volume": 30976.75, + "temperature": 32.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T17:50:00.000Z", + "level": 349.35, + "flow": 333.1, + "inflow": 335.3, + "volume": 30976.75, + "temperature": 32.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:00:00.000Z", + "level": 349.35, + "flow": 359.5, + "inflow": 334.8, + "volume": 30976.74, + "temperature": 32.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:10:00.000Z", + "level": 349.35, + "flow": 361.1, + "inflow": 332.4, + "volume": 30976.72, + "temperature": 33.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:20:00.000Z", + "level": 349.35, + "flow": 359.1, + "inflow": 328.1, + "volume": 30976.7, + "temperature": 33.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:30:00.000Z", + "level": 349.35, + "flow": 360.2, + "inflow": 328.4, + "volume": 30976.68, + "temperature": 32.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:40:00.000Z", + "level": 349.35, + "flow": 359.5, + "inflow": 329.2, + "volume": 30976.66, + "temperature": 32.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T18:50:00.000Z", + "level": 349.35, + "flow": 358.9, + "inflow": 333.8, + "volume": 30976.64, + "temperature": 32.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:00:00.000Z", + "level": 349.35, + "flow": 386.1, + "inflow": 329.2, + "volume": 30976.61, + "temperature": 32.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:10:00.000Z", + "level": 349.35, + "flow": 385.3, + "inflow": 331.6, + "volume": 30976.58, + "temperature": 33.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:20:00.000Z", + "level": 349.35, + "flow": 385.9, + "inflow": 334.3, + "volume": 30976.55, + "temperature": 33, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:30:00.000Z", + "level": 349.35, + "flow": 385.4, + "inflow": 330.9, + "volume": 30976.52, + "temperature": 33.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:40:00.000Z", + "level": 349.35, + "flow": 386.9, + "inflow": 330.5, + "volume": 30976.49, + "temperature": 32.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T19:50:00.000Z", + "level": 349.35, + "flow": 385.8, + "inflow": 333, + "volume": 30976.46, + "temperature": 32.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:00:00.000Z", + "level": 349.35, + "flow": 407.9, + "inflow": 334.7, + "volume": 30976.42, + "temperature": 32.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:10:00.000Z", + "level": 349.35, + "flow": 406.2, + "inflow": 334.8, + "volume": 30976.38, + "temperature": 33, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:20:00.000Z", + "level": 349.35, + "flow": 405.2, + "inflow": 336.6, + "volume": 30976.34, + "temperature": 33.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:30:00.000Z", + "level": 349.35, + "flow": 405.5, + "inflow": 337.5, + "volume": 30976.3, + "temperature": 34.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:40:00.000Z", + "level": 349.35, + "flow": 405.5, + "inflow": 336.9, + "volume": 30976.26, + "temperature": 34.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T20:50:00.000Z", + "level": 349.35, + "flow": 406.5, + "inflow": 334.8, + "volume": 30976.22, + "temperature": 33, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:00:00.000Z", + "level": 349.35, + "flow": 412.5, + "inflow": 343.6, + "volume": 30976.18, + "temperature": 33.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:10:00.000Z", + "level": 349.35, + "flow": 415, + "inflow": 344, + "volume": 30976.14, + "temperature": 33.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:20:00.000Z", + "level": 349.35, + "flow": 413.3, + "inflow": 339.2, + "volume": 30976.1, + "temperature": 33.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:30:00.000Z", + "level": 349.35, + "flow": 414.4, + "inflow": 340.2, + "volume": 30976.06, + "temperature": 34.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:40:00.000Z", + "level": 349.35, + "flow": 413.5, + "inflow": 343.7, + "volume": 30976.02, + "temperature": 34.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T21:50:00.000Z", + "level": 349.35, + "flow": 415.7, + "inflow": 343.3, + "volume": 30975.98, + "temperature": 34.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:00:00.000Z", + "level": 349.35, + "flow": 407.9, + "inflow": 350.4, + "volume": 30975.95, + "temperature": 33.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:10:00.000Z", + "level": 349.35, + "flow": 408.4, + "inflow": 348.7, + "volume": 30975.91, + "temperature": 33.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:20:00.000Z", + "level": 349.35, + "flow": 405.8, + "inflow": 347, + "volume": 30975.87, + "temperature": 33.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:30:00.000Z", + "level": 349.35, + "flow": 407.8, + "inflow": 349.7, + "volume": 30975.84, + "temperature": 35.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:40:00.000Z", + "level": 349.34, + "flow": 407.4, + "inflow": 349.2, + "volume": 30975.81, + "temperature": 34.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T22:50:00.000Z", + "level": 349.34, + "flow": 405.2, + "inflow": 347.7, + "volume": 30975.78, + "temperature": 34.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:00:00.000Z", + "level": 349.34, + "flow": 387, + "inflow": 358, + "volume": 30975.76, + "temperature": 34.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:10:00.000Z", + "level": 349.34, + "flow": 386.7, + "inflow": 357.3, + "volume": 30975.74, + "temperature": 36, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:20:00.000Z", + "level": 349.34, + "flow": 385.4, + "inflow": 355.8, + "volume": 30975.72, + "temperature": 35.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:30:00.000Z", + "level": 349.34, + "flow": 386.8, + "inflow": 355.2, + "volume": 30975.7, + "temperature": 35.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:40:00.000Z", + "level": 349.34, + "flow": 388.8, + "inflow": 357.3, + "volume": 30975.68, + "temperature": 34.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-03T23:50:00.000Z", + "level": 349.34, + "flow": 386.5, + "inflow": 356.5, + "volume": 30975.66, + "temperature": 35.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:00:00.000Z", + "level": 349.34, + "flow": 359.2, + "inflow": 373.1, + "volume": 30975.67, + "temperature": 36.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:10:00.000Z", + "level": 349.34, + "flow": 361.8, + "inflow": 368.2, + "volume": 30975.67, + "temperature": 35.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:20:00.000Z", + "level": 349.34, + "flow": 358.4, + "inflow": 366.8, + "volume": 30975.68, + "temperature": 36.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:30:00.000Z", + "level": 349.34, + "flow": 361.2, + "inflow": 370.8, + "volume": 30975.69, + "temperature": 36.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:40:00.000Z", + "level": 349.34, + "flow": 360.7, + "inflow": 370, + "volume": 30975.7, + "temperature": 36.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T00:50:00.000Z", + "level": 349.34, + "flow": 359.6, + "inflow": 371, + "volume": 30975.71, + "temperature": 34.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:00:00.000Z", + "level": 349.34, + "flow": 334.2, + "inflow": 382.3, + "volume": 30975.74, + "temperature": 36.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:10:00.000Z", + "level": 349.34, + "flow": 333.8, + "inflow": 376.8, + "volume": 30975.77, + "temperature": 37.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:20:00.000Z", + "level": 349.34, + "flow": 332.5, + "inflow": 379.5, + "volume": 30975.8, + "temperature": 37.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:30:00.000Z", + "level": 349.35, + "flow": 334.3, + "inflow": 375.5, + "volume": 30975.82, + "temperature": 36, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:40:00.000Z", + "level": 349.35, + "flow": 332.1, + "inflow": 377, + "volume": 30975.85, + "temperature": 36, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T01:50:00.000Z", + "level": 349.35, + "flow": 333.4, + "inflow": 377.4, + "volume": 30975.88, + "temperature": 36.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:00:00.000Z", + "level": 349.35, + "flow": 312, + "inflow": 386.6, + "volume": 30975.92, + "temperature": 38, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:10:00.000Z", + "level": 349.35, + "flow": 313.7, + "inflow": 389.8, + "volume": 30975.97, + "temperature": 36.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:20:00.000Z", + "level": 349.35, + "flow": 311.8, + "inflow": 391.1, + "volume": 30976.02, + "temperature": 38.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:30:00.000Z", + "level": 349.35, + "flow": 313.4, + "inflow": 387.8, + "volume": 30976.06, + "temperature": 36.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:40:00.000Z", + "level": 349.35, + "flow": 312.8, + "inflow": 388.6, + "volume": 30976.11, + "temperature": 37.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T02:50:00.000Z", + "level": 349.35, + "flow": 313.3, + "inflow": 387.6, + "volume": 30976.15, + "temperature": 37.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:00:00.000Z", + "level": 349.35, + "flow": 305.4, + "inflow": 397.1, + "volume": 30976.2, + "temperature": 38.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:10:00.000Z", + "level": 349.35, + "flow": 307.6, + "inflow": 391.9, + "volume": 30976.25, + "temperature": 37.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:20:00.000Z", + "level": 349.35, + "flow": 307.4, + "inflow": 393.6, + "volume": 30976.3, + "temperature": 38.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:30:00.000Z", + "level": 349.35, + "flow": 305.8, + "inflow": 394.9, + "volume": 30976.35, + "temperature": 37.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:40:00.000Z", + "level": 349.35, + "flow": 305.8, + "inflow": 397.6, + "volume": 30976.41, + "temperature": 38.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T03:50:00.000Z", + "level": 349.35, + "flow": 305.9, + "inflow": 393.6, + "volume": 30976.46, + "temperature": 37.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:00:00.000Z", + "level": 349.35, + "flow": 314.1, + "inflow": 402.8, + "volume": 30976.51, + "temperature": 39, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:10:00.000Z", + "level": 349.35, + "flow": 313.8, + "inflow": 398.1, + "volume": 30976.56, + "temperature": 37.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:20:00.000Z", + "level": 349.35, + "flow": 311.9, + "inflow": 400.9, + "volume": 30976.61, + "temperature": 38.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:30:00.000Z", + "level": 349.35, + "flow": 314.7, + "inflow": 403.4, + "volume": 30976.66, + "temperature": 39.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:40:00.000Z", + "level": 349.35, + "flow": 312.1, + "inflow": 401.5, + "volume": 30976.71, + "temperature": 38.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T04:50:00.000Z", + "level": 349.35, + "flow": 311.7, + "inflow": 403.6, + "volume": 30976.77, + "temperature": 38.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:00:00.000Z", + "level": 349.35, + "flow": 334.8, + "inflow": 405.1, + "volume": 30976.81, + "temperature": 39.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:10:00.000Z", + "level": 349.35, + "flow": 333.4, + "inflow": 405.6, + "volume": 30976.85, + "temperature": 39.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:20:00.000Z", + "level": 349.36, + "flow": 332.8, + "inflow": 407.4, + "volume": 30976.89, + "temperature": 38.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:30:00.000Z", + "level": 349.36, + "flow": 333.8, + "inflow": 403.1, + "volume": 30976.93, + "temperature": 39, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:40:00.000Z", + "level": 349.36, + "flow": 332.2, + "inflow": 402.1, + "volume": 30976.97, + "temperature": 38, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T05:50:00.000Z", + "level": 349.36, + "flow": 332.3, + "inflow": 406.3, + "volume": 30977.01, + "temperature": 39.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:00:00.000Z", + "level": 349.36, + "flow": 360.1, + "inflow": 404.3, + "volume": 30977.04, + "temperature": 39.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:10:00.000Z", + "level": 349.36, + "flow": 361.8, + "inflow": 409.1, + "volume": 30977.07, + "temperature": 38.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:20:00.000Z", + "level": 349.36, + "flow": 360.5, + "inflow": 406.5, + "volume": 30977.1, + "temperature": 38.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:30:00.000Z", + "level": 349.36, + "flow": 360.3, + "inflow": 405.9, + "volume": 30977.13, + "temperature": 39.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:40:00.000Z", + "level": 349.36, + "flow": 360.2, + "inflow": 407.2, + "volume": 30977.16, + "temperature": 39.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T06:50:00.000Z", + "level": 349.36, + "flow": 358.3, + "inflow": 406.4, + "volume": 30977.19, + "temperature": 38.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:00:00.000Z", + "level": 349.36, + "flow": 388.6, + "inflow": 405, + "volume": 30977.2, + "temperature": 38.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:10:00.000Z", + "level": 349.36, + "flow": 385.7, + "inflow": 403.6, + "volume": 30977.21, + "temperature": 37.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:20:00.000Z", + "level": 349.36, + "flow": 387.2, + "inflow": 402.6, + "volume": 30977.22, + "temperature": 39.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:30:00.000Z", + "level": 349.36, + "flow": 387, + "inflow": 406.8, + "volume": 30977.23, + "temperature": 39.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:40:00.000Z", + "level": 349.36, + "flow": 387.7, + "inflow": 404.3, + "volume": 30977.24, + "temperature": 38.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T07:50:00.000Z", + "level": 349.36, + "flow": 386.9, + "inflow": 406.6, + "volume": 30977.25, + "temperature": 39.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:00:00.000Z", + "level": 349.36, + "flow": 406.3, + "inflow": 400.1, + "volume": 30977.25, + "temperature": 38.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:10:00.000Z", + "level": 349.36, + "flow": 406.4, + "inflow": 404.1, + "volume": 30977.25, + "temperature": 39, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:20:00.000Z", + "level": 349.36, + "flow": 408.1, + "inflow": 400.1, + "volume": 30977.25, + "temperature": 38.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:30:00.000Z", + "level": 349.36, + "flow": 405.2, + "inflow": 398.7, + "volume": 30977.25, + "temperature": 38.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:40:00.000Z", + "level": 349.36, + "flow": 407.4, + "inflow": 401.2, + "volume": 30977.25, + "temperature": 39, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T08:50:00.000Z", + "level": 349.36, + "flow": 408.1, + "inflow": 404.3, + "volume": 30977.25, + "temperature": 39.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:00:00.000Z", + "level": 349.36, + "flow": 413, + "inflow": 397.1, + "volume": 30977.24, + "temperature": 37.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:10:00.000Z", + "level": 349.36, + "flow": 414.1, + "inflow": 394.4, + "volume": 30977.23, + "temperature": 37, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:20:00.000Z", + "level": 349.36, + "flow": 414, + "inflow": 396.1, + "volume": 30977.22, + "temperature": 37.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:30:00.000Z", + "level": 349.36, + "flow": 412.3, + "inflow": 391.7, + "volume": 30977.21, + "temperature": 39, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:40:00.000Z", + "level": 349.36, + "flow": 412.8, + "inflow": 395.2, + "volume": 30977.2, + "temperature": 37.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T09:50:00.000Z", + "level": 349.36, + "flow": 413.5, + "inflow": 393, + "volume": 30977.19, + "temperature": 37.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:00:00.000Z", + "level": 349.36, + "flow": 405, + "inflow": 390.1, + "volume": 30977.18, + "temperature": 37.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:10:00.000Z", + "level": 349.36, + "flow": 406.8, + "inflow": 384.6, + "volume": 30977.17, + "temperature": 37, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:20:00.000Z", + "level": 349.36, + "flow": 406.2, + "inflow": 390.7, + "volume": 30977.16, + "temperature": 37.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:30:00.000Z", + "level": 349.36, + "flow": 407.5, + "inflow": 385.6, + "volume": 30977.15, + "temperature": 37.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:40:00.000Z", + "level": 349.36, + "flow": 406.6, + "inflow": 388.1, + "volume": 30977.14, + "temperature": 36.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T10:50:00.000Z", + "level": 349.36, + "flow": 408.5, + "inflow": 390.3, + "volume": 30977.13, + "temperature": 38.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:00:00.000Z", + "level": 349.36, + "flow": 388, + "inflow": 377.8, + "volume": 30977.12, + "temperature": 35.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:10:00.000Z", + "level": 349.36, + "flow": 387.7, + "inflow": 378.8, + "volume": 30977.11, + "temperature": 37, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:20:00.000Z", + "level": 349.36, + "flow": 387.6, + "inflow": 379.5, + "volume": 30977.11, + "temperature": 35.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:30:00.000Z", + "level": 349.36, + "flow": 387.8, + "inflow": 375.7, + "volume": 30977.1, + "temperature": 35.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:40:00.000Z", + "level": 349.36, + "flow": 387.2, + "inflow": 378.1, + "volume": 30977.09, + "temperature": 36.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T11:50:00.000Z", + "level": 349.36, + "flow": 388.1, + "inflow": 381.3, + "volume": 30977.09, + "temperature": 36.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:00:00.000Z", + "level": 349.36, + "flow": 361.6, + "inflow": 370.7, + "volume": 30977.1, + "temperature": 35.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:10:00.000Z", + "level": 349.36, + "flow": 360, + "inflow": 370.1, + "volume": 30977.11, + "temperature": 36.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:20:00.000Z", + "level": 349.36, + "flow": 360, + "inflow": 369.9, + "volume": 30977.12, + "temperature": 36.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:30:00.000Z", + "level": 349.36, + "flow": 360.5, + "inflow": 372.6, + "volume": 30977.13, + "temperature": 36.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:40:00.000Z", + "level": 349.36, + "flow": 359.3, + "inflow": 370.6, + "volume": 30977.14, + "temperature": 35.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T12:50:00.000Z", + "level": 349.36, + "flow": 359.1, + "inflow": 367.1, + "volume": 30977.14, + "temperature": 35.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:00:00.000Z", + "level": 349.36, + "flow": 333.9, + "inflow": 359.5, + "volume": 30977.16, + "temperature": 35.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:10:00.000Z", + "level": 349.36, + "flow": 332.7, + "inflow": 359.9, + "volume": 30977.18, + "temperature": 34.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:20:00.000Z", + "level": 349.36, + "flow": 331.4, + "inflow": 358.5, + "volume": 30977.2, + "temperature": 35.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:30:00.000Z", + "level": 349.36, + "flow": 331.6, + "inflow": 360.2, + "volume": 30977.22, + "temperature": 35.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:40:00.000Z", + "level": 349.36, + "flow": 334.3, + "inflow": 361.3, + "volume": 30977.24, + "temperature": 35.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T13:50:00.000Z", + "level": 349.36, + "flow": 331.5, + "inflow": 361.3, + "volume": 30977.26, + "temperature": 35.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:00:00.000Z", + "level": 349.36, + "flow": 313.5, + "inflow": 348.5, + "volume": 30977.28, + "temperature": 34, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:10:00.000Z", + "level": 349.36, + "flow": 312.1, + "inflow": 349.3, + "volume": 30977.3, + "temperature": 35, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:20:00.000Z", + "level": 349.36, + "flow": 311.9, + "inflow": 354.9, + "volume": 30977.33, + "temperature": 34.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:30:00.000Z", + "level": 349.36, + "flow": 313.5, + "inflow": 352.1, + "volume": 30977.35, + "temperature": 35, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:40:00.000Z", + "level": 349.36, + "flow": 314.7, + "inflow": 350.6, + "volume": 30977.37, + "temperature": 35.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T14:50:00.000Z", + "level": 349.36, + "flow": 312.6, + "inflow": 351.6, + "volume": 30977.39, + "temperature": 33.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:00:00.000Z", + "level": 349.36, + "flow": 305, + "inflow": 344.1, + "volume": 30977.41, + "temperature": 33.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:10:00.000Z", + "level": 349.36, + "flow": 304.2, + "inflow": 343.7, + "volume": 30977.43, + "temperature": 34.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:20:00.000Z", + "level": 349.36, + "flow": 304.6, + "inflow": 341.8, + "volume": 30977.45, + "temperature": 34.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:30:00.000Z", + "level": 349.36, + "flow": 306.9, + "inflow": 345, + "volume": 30977.47, + "temperature": 33, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:40:00.000Z", + "level": 349.36, + "flow": 306.2, + "inflow": 346.9, + "volume": 30977.49, + "temperature": 33.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T15:50:00.000Z", + "level": 349.36, + "flow": 305.9, + "inflow": 344, + "volume": 30977.51, + "temperature": 34.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:00:00.000Z", + "level": 349.36, + "flow": 313, + "inflow": 335.8, + "volume": 30977.52, + "temperature": 34, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:10:00.000Z", + "level": 349.36, + "flow": 314.2, + "inflow": 336.7, + "volume": 30977.53, + "temperature": 32.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:20:00.000Z", + "level": 349.36, + "flow": 313.8, + "inflow": 337.6, + "volume": 30977.54, + "temperature": 32.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:30:00.000Z", + "level": 349.36, + "flow": 312.6, + "inflow": 336.8, + "volume": 30977.55, + "temperature": 34.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:40:00.000Z", + "level": 349.36, + "flow": 313.5, + "inflow": 337.8, + "volume": 30977.56, + "temperature": 33.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T16:50:00.000Z", + "level": 349.36, + "flow": 312.1, + "inflow": 341.1, + "volume": 30977.58, + "temperature": 32.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:00:00.000Z", + "level": 349.36, + "flow": 332.8, + "inflow": 331.9, + "volume": 30977.58, + "temperature": 33.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:10:00.000Z", + "level": 349.36, + "flow": 332.5, + "inflow": 336.7, + "volume": 30977.58, + "temperature": 32.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:20:00.000Z", + "level": 349.36, + "flow": 333.6, + "inflow": 331.8, + "volume": 30977.58, + "temperature": 32.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:30:00.000Z", + "level": 349.36, + "flow": 333.1, + "inflow": 335.2, + "volume": 30977.58, + "temperature": 32.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:40:00.000Z", + "level": 349.36, + "flow": 334.4, + "inflow": 332.4, + "volume": 30977.58, + "temperature": 32.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T17:50:00.000Z", + "level": 349.36, + "flow": 332.2, + "inflow": 337.6, + "volume": 30977.58, + "temperature": 33.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:00:00.000Z", + "level": 349.36, + "flow": 360.1, + "inflow": 334.3, + "volume": 30977.56, + "temperature": 32.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:10:00.000Z", + "level": 349.36, + "flow": 359.3, + "inflow": 333.1, + "volume": 30977.54, + "temperature": 33.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:20:00.000Z", + "level": 349.36, + "flow": 361.2, + "inflow": 332.5, + "volume": 30977.52, + "temperature": 32.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:30:00.000Z", + "level": 349.36, + "flow": 359.6, + "inflow": 336.4, + "volume": 30977.51, + "temperature": 33.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:40:00.000Z", + "level": 349.36, + "flow": 360.1, + "inflow": 335.8, + "volume": 30977.5, + "temperature": 32.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T18:50:00.000Z", + "level": 349.36, + "flow": 360.9, + "inflow": 334, + "volume": 30977.48, + "temperature": 33, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:00:00.000Z", + "level": 349.36, + "flow": 387, + "inflow": 336.8, + "volume": 30977.45, + "temperature": 33.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:10:00.000Z", + "level": 349.36, + "flow": 388.7, + "inflow": 332, + "volume": 30977.42, + "temperature": 32.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:20:00.000Z", + "level": 349.36, + "flow": 387.8, + "inflow": 335.8, + "volume": 30977.39, + "temperature": 33.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:30:00.000Z", + "level": 349.36, + "flow": 386.7, + "inflow": 337.7, + "volume": 30977.36, + "temperature": 33.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:40:00.000Z", + "level": 349.36, + "flow": 387.2, + "inflow": 336.5, + "volume": 30977.33, + "temperature": 33.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T19:50:00.000Z", + "level": 349.36, + "flow": 386.4, + "inflow": 337.5, + "volume": 30977.3, + "temperature": 33.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:00:00.000Z", + "level": 349.36, + "flow": 407.9, + "inflow": 336.6, + "volume": 30977.26, + "temperature": 33.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:10:00.000Z", + "level": 349.36, + "flow": 405.2, + "inflow": 337.2, + "volume": 30977.22, + "temperature": 33, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:20:00.000Z", + "level": 349.36, + "flow": 408.3, + "inflow": 341.3, + "volume": 30977.18, + "temperature": 34.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:30:00.000Z", + "level": 349.36, + "flow": 406.9, + "inflow": 338.5, + "volume": 30977.14, + "temperature": 34.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:40:00.000Z", + "level": 349.36, + "flow": 405.4, + "inflow": 340.9, + "volume": 30977.1, + "temperature": 33.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T20:50:00.000Z", + "level": 349.36, + "flow": 406.9, + "inflow": 336.2, + "volume": 30977.06, + "temperature": 33.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:00:00.000Z", + "level": 349.36, + "flow": 415.4, + "inflow": 346.5, + "volume": 30977.02, + "temperature": 34.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:10:00.000Z", + "level": 349.36, + "flow": 415.7, + "inflow": 341.5, + "volume": 30976.98, + "temperature": 33.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:20:00.000Z", + "level": 349.36, + "flow": 412.6, + "inflow": 345.9, + "volume": 30976.94, + "temperature": 34.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:30:00.000Z", + "level": 349.36, + "flow": 413.5, + "inflow": 343.9, + "volume": 30976.9, + "temperature": 34.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:40:00.000Z", + "level": 349.35, + "flow": 412.6, + "inflow": 343.3, + "volume": 30976.86, + "temperature": 34.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T21:50:00.000Z", + "level": 349.35, + "flow": 412.7, + "inflow": 344.1, + "volume": 30976.82, + "temperature": 33.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:00:00.000Z", + "level": 349.35, + "flow": 407.4, + "inflow": 350.3, + "volume": 30976.79, + "temperature": 34.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:10:00.000Z", + "level": 349.35, + "flow": 407, + "inflow": 350.5, + "volume": 30976.76, + "temperature": 33.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:20:00.000Z", + "level": 349.35, + "flow": 406.2, + "inflow": 353.9, + "volume": 30976.73, + "temperature": 34.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:30:00.000Z", + "level": 349.35, + "flow": 407.3, + "inflow": 351.8, + "volume": 30976.7, + "temperature": 34, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:40:00.000Z", + "level": 349.35, + "flow": 406.8, + "inflow": 348.9, + "volume": 30976.67, + "temperature": 35.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T22:50:00.000Z", + "level": 349.35, + "flow": 407.7, + "inflow": 354.1, + "volume": 30976.64, + "temperature": 33.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:00:00.000Z", + "level": 349.35, + "flow": 386.8, + "inflow": 362.4, + "volume": 30976.63, + "temperature": 34.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:10:00.000Z", + "level": 349.35, + "flow": 387.6, + "inflow": 358.5, + "volume": 30976.61, + "temperature": 35.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:20:00.000Z", + "level": 349.35, + "flow": 388.7, + "inflow": 363.7, + "volume": 30976.59, + "temperature": 36, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:30:00.000Z", + "level": 349.35, + "flow": 387.1, + "inflow": 361.9, + "volume": 30976.57, + "temperature": 34.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:40:00.000Z", + "level": 349.35, + "flow": 388.4, + "inflow": 359.2, + "volume": 30976.55, + "temperature": 35.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-04T23:50:00.000Z", + "level": 349.35, + "flow": 387.9, + "inflow": 361, + "volume": 30976.53, + "temperature": 34.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:00:00.000Z", + "level": 349.35, + "flow": 359.8, + "inflow": 370.1, + "volume": 30976.54, + "temperature": 36.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:10:00.000Z", + "level": 349.35, + "flow": 359.4, + "inflow": 368.9, + "volume": 30976.55, + "temperature": 36, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:20:00.000Z", + "level": 349.35, + "flow": 358.6, + "inflow": 369.2, + "volume": 30976.56, + "temperature": 36.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:30:00.000Z", + "level": 349.35, + "flow": 361.5, + "inflow": 369, + "volume": 30976.56, + "temperature": 36.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:40:00.000Z", + "level": 349.35, + "flow": 360.2, + "inflow": 371.5, + "volume": 30976.57, + "temperature": 36.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T00:50:00.000Z", + "level": 349.35, + "flow": 359.3, + "inflow": 368.6, + "volume": 30976.58, + "temperature": 35.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:00:00.000Z", + "level": 349.35, + "flow": 334.2, + "inflow": 384.4, + "volume": 30976.61, + "temperature": 37.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:10:00.000Z", + "level": 349.35, + "flow": 334.3, + "inflow": 381, + "volume": 30976.64, + "temperature": 37.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:20:00.000Z", + "level": 349.35, + "flow": 331.6, + "inflow": 382.2, + "volume": 30976.67, + "temperature": 36.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:30:00.000Z", + "level": 349.35, + "flow": 332.5, + "inflow": 380.7, + "volume": 30976.7, + "temperature": 35.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:40:00.000Z", + "level": 349.35, + "flow": 331.9, + "inflow": 382, + "volume": 30976.73, + "temperature": 37.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T01:50:00.000Z", + "level": 349.35, + "flow": 331.5, + "inflow": 381.4, + "volume": 30976.76, + "temperature": 35.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:00:00.000Z", + "level": 349.35, + "flow": 312.1, + "inflow": 390.9, + "volume": 30976.81, + "temperature": 37.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:10:00.000Z", + "level": 349.35, + "flow": 314.3, + "inflow": 390.2, + "volume": 30976.86, + "temperature": 38.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:20:00.000Z", + "level": 349.36, + "flow": 312.7, + "inflow": 386.3, + "volume": 30976.9, + "temperature": 38, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:30:00.000Z", + "level": 349.36, + "flow": 311.8, + "inflow": 392, + "volume": 30976.95, + "temperature": 37.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:40:00.000Z", + "level": 349.36, + "flow": 314.2, + "inflow": 387.8, + "volume": 30976.99, + "temperature": 36.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T02:50:00.000Z", + "level": 349.36, + "flow": 314.6, + "inflow": 390.6, + "volume": 30977.04, + "temperature": 38.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:00:00.000Z", + "level": 349.36, + "flow": 306.1, + "inflow": 398.9, + "volume": 30977.1, + "temperature": 38.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:10:00.000Z", + "level": 349.36, + "flow": 304.7, + "inflow": 398, + "volume": 30977.16, + "temperature": 39, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:20:00.000Z", + "level": 349.36, + "flow": 304.6, + "inflow": 399.2, + "volume": 30977.22, + "temperature": 37.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:30:00.000Z", + "level": 349.36, + "flow": 306.6, + "inflow": 396.1, + "volume": 30977.27, + "temperature": 38.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:40:00.000Z", + "level": 349.36, + "flow": 304.4, + "inflow": 396.1, + "volume": 30977.33, + "temperature": 38.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T03:50:00.000Z", + "level": 349.36, + "flow": 307.4, + "inflow": 399.5, + "volume": 30977.39, + "temperature": 37.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:00:00.000Z", + "level": 349.36, + "flow": 312.1, + "inflow": 400.6, + "volume": 30977.44, + "temperature": 38.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:10:00.000Z", + "level": 349.36, + "flow": 311.8, + "inflow": 406.5, + "volume": 30977.5, + "temperature": 38.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:20:00.000Z", + "level": 349.36, + "flow": 311.5, + "inflow": 404.8, + "volume": 30977.56, + "temperature": 38.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:30:00.000Z", + "level": 349.36, + "flow": 314.6, + "inflow": 403.4, + "volume": 30977.61, + "temperature": 39.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:40:00.000Z", + "level": 349.36, + "flow": 312.8, + "inflow": 405.1, + "volume": 30977.67, + "temperature": 38.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T04:50:00.000Z", + "level": 349.36, + "flow": 314, + "inflow": 400.7, + "volume": 30977.72, + "temperature": 38.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:00:00.000Z", + "level": 349.36, + "flow": 331.5, + "inflow": 408.1, + "volume": 30977.77, + "temperature": 38.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:10:00.000Z", + "level": 349.36, + "flow": 331.7, + "inflow": 408.6, + "volume": 30977.82, + "temperature": 38.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:20:00.000Z", + "level": 349.36, + "flow": 332.4, + "inflow": 406, + "volume": 30977.86, + "temperature": 39.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:30:00.000Z", + "level": 349.36, + "flow": 334.2, + "inflow": 403.7, + "volume": 30977.9, + "temperature": 38.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:40:00.000Z", + "level": 349.36, + "flow": 332.6, + "inflow": 407.7, + "volume": 30977.95, + "temperature": 38.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T05:50:00.000Z", + "level": 349.37, + "flow": 334.4, + "inflow": 404.3, + "volume": 30977.99, + "temperature": 38.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:00:00.000Z", + "level": 349.37, + "flow": 361.5, + "inflow": 406.7, + "volume": 30978.02, + "temperature": 39.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:10:00.000Z", + "level": 349.37, + "flow": 359.6, + "inflow": 409.4, + "volume": 30978.05, + "temperature": 39.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:20:00.000Z", + "level": 349.37, + "flow": 361.3, + "inflow": 404.3, + "volume": 30978.08, + "temperature": 38.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:30:00.000Z", + "level": 349.37, + "flow": 360, + "inflow": 406.8, + "volume": 30978.11, + "temperature": 39.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:40:00.000Z", + "level": 349.37, + "flow": 359.8, + "inflow": 408.9, + "volume": 30978.14, + "temperature": 38.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T06:50:00.000Z", + "level": 349.37, + "flow": 358.6, + "inflow": 410.9, + "volume": 30978.17, + "temperature": 38.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:00:00.000Z", + "level": 349.37, + "flow": 386.9, + "inflow": 404.5, + "volume": 30978.18, + "temperature": 39, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:10:00.000Z", + "level": 349.37, + "flow": 388.7, + "inflow": 409.8, + "volume": 30978.19, + "temperature": 38.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:20:00.000Z", + "level": 349.37, + "flow": 385.6, + "inflow": 405.4, + "volume": 30978.2, + "temperature": 38.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:30:00.000Z", + "level": 349.37, + "flow": 387.3, + "inflow": 408.9, + "volume": 30978.21, + "temperature": 38.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:40:00.000Z", + "level": 349.37, + "flow": 386, + "inflow": 405.9, + "volume": 30978.22, + "temperature": 39.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T07:50:00.000Z", + "level": 349.37, + "flow": 385.7, + "inflow": 405, + "volume": 30978.23, + "temperature": 39.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:00:00.000Z", + "level": 349.37, + "flow": 406.8, + "inflow": 401.3, + "volume": 30978.23, + "temperature": 38.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:10:00.000Z", + "level": 349.37, + "flow": 405.4, + "inflow": 403.7, + "volume": 30978.23, + "temperature": 37.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:20:00.000Z", + "level": 349.37, + "flow": 407.9, + "inflow": 399.7, + "volume": 30978.23, + "temperature": 38.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:30:00.000Z", + "level": 349.37, + "flow": 407.4, + "inflow": 402.5, + "volume": 30978.23, + "temperature": 38.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:40:00.000Z", + "level": 349.37, + "flow": 405.2, + "inflow": 400.9, + "volume": 30978.23, + "temperature": 38.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T08:50:00.000Z", + "level": 349.37, + "flow": 408.5, + "inflow": 402.2, + "volume": 30978.23, + "temperature": 38, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:00:00.000Z", + "level": 349.37, + "flow": 415.7, + "inflow": 393.8, + "volume": 30978.22, + "temperature": 37, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:10:00.000Z", + "level": 349.37, + "flow": 414.8, + "inflow": 397.5, + "volume": 30978.21, + "temperature": 38, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:20:00.000Z", + "level": 349.37, + "flow": 415.6, + "inflow": 396.2, + "volume": 30978.2, + "temperature": 37.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:30:00.000Z", + "level": 349.37, + "flow": 415.7, + "inflow": 398.2, + "volume": 30978.19, + "temperature": 38.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:40:00.000Z", + "level": 349.37, + "flow": 415.7, + "inflow": 394, + "volume": 30978.18, + "temperature": 37.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T09:50:00.000Z", + "level": 349.37, + "flow": 412.3, + "inflow": 397.9, + "volume": 30978.17, + "temperature": 37.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:00:00.000Z", + "level": 349.37, + "flow": 406, + "inflow": 390.4, + "volume": 30978.16, + "temperature": 38, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:10:00.000Z", + "level": 349.37, + "flow": 407.4, + "inflow": 391.2, + "volume": 30978.15, + "temperature": 37.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:20:00.000Z", + "level": 349.37, + "flow": 406.6, + "inflow": 387.7, + "volume": 30978.14, + "temperature": 36.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:30:00.000Z", + "level": 349.37, + "flow": 406, + "inflow": 387.6, + "volume": 30978.13, + "temperature": 36.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:40:00.000Z", + "level": 349.37, + "flow": 405.9, + "inflow": 392.6, + "volume": 30978.12, + "temperature": 36.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T10:50:00.000Z", + "level": 349.37, + "flow": 408.2, + "inflow": 392.1, + "volume": 30978.11, + "temperature": 37.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:00:00.000Z", + "level": 349.37, + "flow": 386.5, + "inflow": 379, + "volume": 30978.11, + "temperature": 36.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:10:00.000Z", + "level": 349.37, + "flow": 386, + "inflow": 377.6, + "volume": 30978.1, + "temperature": 36, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:20:00.000Z", + "level": 349.37, + "flow": 387.4, + "inflow": 378.5, + "volume": 30978.09, + "temperature": 37.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:30:00.000Z", + "level": 349.37, + "flow": 386, + "inflow": 383.9, + "volume": 30978.09, + "temperature": 36.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:40:00.000Z", + "level": 349.37, + "flow": 387.1, + "inflow": 384, + "volume": 30978.09, + "temperature": 37.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T11:50:00.000Z", + "level": 349.37, + "flow": 386.1, + "inflow": 379.6, + "volume": 30978.09, + "temperature": 36.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:00:00.000Z", + "level": 349.37, + "flow": 360.7, + "inflow": 373.9, + "volume": 30978.1, + "temperature": 36.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:10:00.000Z", + "level": 349.37, + "flow": 360.3, + "inflow": 368.2, + "volume": 30978.1, + "temperature": 35.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:20:00.000Z", + "level": 349.37, + "flow": 360.5, + "inflow": 369.8, + "volume": 30978.11, + "temperature": 36.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:30:00.000Z", + "level": 349.37, + "flow": 359.3, + "inflow": 374.1, + "volume": 30978.12, + "temperature": 35.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:40:00.000Z", + "level": 349.37, + "flow": 360.9, + "inflow": 371.5, + "volume": 30978.13, + "temperature": 36.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T12:50:00.000Z", + "level": 349.37, + "flow": 360.8, + "inflow": 373.4, + "volume": 30978.14, + "temperature": 36.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:00:00.000Z", + "level": 349.37, + "flow": 334.1, + "inflow": 359.6, + "volume": 30978.16, + "temperature": 35, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:10:00.000Z", + "level": 349.37, + "flow": 333.6, + "inflow": 363.7, + "volume": 30978.18, + "temperature": 35.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:20:00.000Z", + "level": 349.37, + "flow": 331.5, + "inflow": 362.2, + "volume": 30978.2, + "temperature": 34.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:30:00.000Z", + "level": 349.37, + "flow": 334.3, + "inflow": 359.6, + "volume": 30978.22, + "temperature": 34.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:40:00.000Z", + "level": 349.37, + "flow": 334.4, + "inflow": 361.6, + "volume": 30978.24, + "temperature": 35.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T13:50:00.000Z", + "level": 349.37, + "flow": 332.4, + "inflow": 360, + "volume": 30978.26, + "temperature": 34.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:00:00.000Z", + "level": 349.37, + "flow": 313.4, + "inflow": 353.3, + "volume": 30978.28, + "temperature": 34.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:10:00.000Z", + "level": 349.37, + "flow": 315, + "inflow": 354, + "volume": 30978.3, + "temperature": 34.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:20:00.000Z", + "level": 349.37, + "flow": 313.6, + "inflow": 352.6, + "volume": 30978.32, + "temperature": 34, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:30:00.000Z", + "level": 349.37, + "flow": 314, + "inflow": 357.1, + "volume": 30978.35, + "temperature": 34.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:40:00.000Z", + "level": 349.37, + "flow": 313.4, + "inflow": 357.2, + "volume": 30978.38, + "temperature": 34.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T14:50:00.000Z", + "level": 349.37, + "flow": 312.5, + "inflow": 355.1, + "volume": 30978.41, + "temperature": 33.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:00:00.000Z", + "level": 349.37, + "flow": 306.4, + "inflow": 345.4, + "volume": 30978.43, + "temperature": 33, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:10:00.000Z", + "level": 349.37, + "flow": 306.6, + "inflow": 349.5, + "volume": 30978.46, + "temperature": 34.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:20:00.000Z", + "level": 349.37, + "flow": 307.5, + "inflow": 349.3, + "volume": 30978.49, + "temperature": 33.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:30:00.000Z", + "level": 349.37, + "flow": 304.5, + "inflow": 348.7, + "volume": 30978.52, + "temperature": 33.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:40:00.000Z", + "level": 349.37, + "flow": 304.9, + "inflow": 345, + "volume": 30978.54, + "temperature": 32.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T15:50:00.000Z", + "level": 349.37, + "flow": 307, + "inflow": 346.4, + "volume": 30978.56, + "temperature": 33.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:00:00.000Z", + "level": 349.37, + "flow": 314.9, + "inflow": 338.2, + "volume": 30978.57, + "temperature": 33.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:10:00.000Z", + "level": 349.37, + "flow": 314.9, + "inflow": 340.6, + "volume": 30978.59, + "temperature": 32.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:20:00.000Z", + "level": 349.37, + "flow": 315, + "inflow": 341.3, + "volume": 30978.61, + "temperature": 32.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:30:00.000Z", + "level": 349.37, + "flow": 313.6, + "inflow": 337.8, + "volume": 30978.62, + "temperature": 33.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:40:00.000Z", + "level": 349.37, + "flow": 313.4, + "inflow": 343.6, + "volume": 30978.64, + "temperature": 33, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T16:50:00.000Z", + "level": 349.37, + "flow": 313.9, + "inflow": 337.4, + "volume": 30978.65, + "temperature": 32.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:00:00.000Z", + "level": 349.37, + "flow": 333.4, + "inflow": 335.6, + "volume": 30978.65, + "temperature": 32.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:10:00.000Z", + "level": 349.37, + "flow": 334.5, + "inflow": 340.6, + "volume": 30978.65, + "temperature": 33.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:20:00.000Z", + "level": 349.37, + "flow": 334.1, + "inflow": 338.2, + "volume": 30978.65, + "temperature": 32.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:30:00.000Z", + "level": 349.37, + "flow": 333.8, + "inflow": 337.2, + "volume": 30978.65, + "temperature": 32.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:40:00.000Z", + "level": 349.37, + "flow": 332.6, + "inflow": 339.9, + "volume": 30978.65, + "temperature": 32.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T17:50:00.000Z", + "level": 349.37, + "flow": 332.9, + "inflow": 337.1, + "volume": 30978.65, + "temperature": 33.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:00:00.000Z", + "level": 349.37, + "flow": 361.3, + "inflow": 339.1, + "volume": 30978.64, + "temperature": 32.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:10:00.000Z", + "level": 349.37, + "flow": 358.6, + "inflow": 338.4, + "volume": 30978.63, + "temperature": 32.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:20:00.000Z", + "level": 349.37, + "flow": 360.7, + "inflow": 333.9, + "volume": 30978.61, + "temperature": 33.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:30:00.000Z", + "level": 349.37, + "flow": 359.5, + "inflow": 339.1, + "volume": 30978.6, + "temperature": 33.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:40:00.000Z", + "level": 349.37, + "flow": 359.8, + "inflow": 337.3, + "volume": 30978.59, + "temperature": 33.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T18:50:00.000Z", + "level": 349.37, + "flow": 359.8, + "inflow": 337.7, + "volume": 30978.58, + "temperature": 33.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:00:00.000Z", + "level": 349.37, + "flow": 388.1, + "inflow": 337.5, + "volume": 30978.55, + "temperature": 32.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:10:00.000Z", + "level": 349.37, + "flow": 386.3, + "inflow": 337.1, + "volume": 30978.52, + "temperature": 33.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:20:00.000Z", + "level": 349.37, + "flow": 387.2, + "inflow": 336.3, + "volume": 30978.49, + "temperature": 32.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:30:00.000Z", + "level": 349.37, + "flow": 386.4, + "inflow": 335.1, + "volume": 30978.46, + "temperature": 32.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:40:00.000Z", + "level": 349.37, + "flow": 386.1, + "inflow": 338.8, + "volume": 30978.43, + "temperature": 32.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T19:50:00.000Z", + "level": 349.37, + "flow": 386.6, + "inflow": 340.5, + "volume": 30978.4, + "temperature": 33.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:00:00.000Z", + "level": 349.37, + "flow": 405.4, + "inflow": 342.5, + "volume": 30978.36, + "temperature": 33.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:10:00.000Z", + "level": 349.37, + "flow": 408, + "inflow": 341.3, + "volume": 30978.32, + "temperature": 33.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:20:00.000Z", + "level": 349.37, + "flow": 408, + "inflow": 342.2, + "volume": 30978.28, + "temperature": 34.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:30:00.000Z", + "level": 349.37, + "flow": 405.5, + "inflow": 342.8, + "volume": 30978.24, + "temperature": 34.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:40:00.000Z", + "level": 349.37, + "flow": 405.9, + "inflow": 338.8, + "volume": 30978.2, + "temperature": 33.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:50:00.000Z", + "level": 349.37, + "flow": 407.9, + "inflow": 341.6, + "volume": 30978.16, + "temperature": 34.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:00:00.000Z", + "level": 349.37, + "flow": 414.9, + "inflow": 346.1, + "volume": 30978.12, + "temperature": 33.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:10:00.000Z", + "level": 349.37, + "flow": 415.1, + "inflow": 344, + "volume": 30978.08, + "temperature": 34.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:20:00.000Z", + "level": 349.37, + "flow": 412.9, + "inflow": 346.1, + "volume": 30978.04, + "temperature": 34.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:30:00.000Z", + "level": 349.37, + "flow": 412.9, + "inflow": 342.8, + "volume": 30978, + "temperature": 33, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:40:00.000Z", + "level": 349.37, + "flow": 414, + "inflow": 347.6, + "volume": 30977.96, + "temperature": 33.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T21:50:00.000Z", + "level": 349.36, + "flow": 414.4, + "inflow": 345.7, + "volume": 30977.92, + "temperature": 33.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:00:00.000Z", + "level": 349.36, + "flow": 405.6, + "inflow": 352.2, + "volume": 30977.89, + "temperature": 34.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:10:00.000Z", + "level": 349.36, + "flow": 408.5, + "inflow": 355, + "volume": 30977.86, + "temperature": 34.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:20:00.000Z", + "level": 349.36, + "flow": 408.3, + "inflow": 355.7, + "volume": 30977.83, + "temperature": 34.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:30:00.000Z", + "level": 349.36, + "flow": 405.8, + "inflow": 351.7, + "volume": 30977.8, + "temperature": 35.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:40:00.000Z", + "level": 349.36, + "flow": 407.1, + "inflow": 352.9, + "volume": 30977.77, + "temperature": 35.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T22:50:00.000Z", + "level": 349.36, + "flow": 406.9, + "inflow": 354.4, + "volume": 30977.74, + "temperature": 33.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:00:00.000Z", + "level": 349.36, + "flow": 385.9, + "inflow": 362.9, + "volume": 30977.73, + "temperature": 35.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:10:00.000Z", + "level": 349.36, + "flow": 387.8, + "inflow": 361.3, + "volume": 30977.71, + "temperature": 34.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:20:00.000Z", + "level": 349.36, + "flow": 387.7, + "inflow": 365.9, + "volume": 30977.7, + "temperature": 35.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:30:00.000Z", + "level": 349.36, + "flow": 387.5, + "inflow": 361.8, + "volume": 30977.68, + "temperature": 36, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:40:00.000Z", + "level": 349.36, + "flow": 388.1, + "inflow": 360.5, + "volume": 30977.66, + "temperature": 36, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T23:50:00.000Z", + "level": 349.36, + "flow": 388.1, + "inflow": 363.2, + "volume": 30977.65, + "temperature": 36, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:00:00.000Z", + "level": 349.36, + "flow": 358.6, + "inflow": 372.3, + "volume": 30977.66, + "temperature": 36.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:10:00.000Z", + "level": 349.36, + "flow": 358.9, + "inflow": 374.6, + "volume": 30977.67, + "temperature": 36.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:20:00.000Z", + "level": 349.36, + "flow": 359.1, + "inflow": 373.4, + "volume": 30977.68, + "temperature": 36, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:30:00.000Z", + "level": 349.36, + "flow": 359.1, + "inflow": 374.3, + "volume": 30977.69, + "temperature": 36.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:40:00.000Z", + "level": 349.36, + "flow": 359.7, + "inflow": 375.5, + "volume": 30977.7, + "temperature": 35, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T00:50:00.000Z", + "level": 349.36, + "flow": 360.1, + "inflow": 374.5, + "volume": 30977.71, + "temperature": 36.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:00:00.000Z", + "level": 349.36, + "flow": 334.7, + "inflow": 381.6, + "volume": 30977.74, + "temperature": 36.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:10:00.000Z", + "level": 349.36, + "flow": 331.8, + "inflow": 385.5, + "volume": 30977.77, + "temperature": 36.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:20:00.000Z", + "level": 349.36, + "flow": 334.5, + "inflow": 385.7, + "volume": 30977.8, + "temperature": 37.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:30:00.000Z", + "level": 349.36, + "flow": 332.5, + "inflow": 381.9, + "volume": 30977.83, + "temperature": 36.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:40:00.000Z", + "level": 349.36, + "flow": 332.2, + "inflow": 382.2, + "volume": 30977.86, + "temperature": 37, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T01:50:00.000Z", + "level": 349.36, + "flow": 334.2, + "inflow": 384.7, + "volume": 30977.89, + "temperature": 37.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:00:00.000Z", + "level": 349.36, + "flow": 311.5, + "inflow": 391, + "volume": 30977.94, + "temperature": 38.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:10:00.000Z", + "level": 349.37, + "flow": 314.5, + "inflow": 393.2, + "volume": 30977.99, + "temperature": 38.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:20:00.000Z", + "level": 349.37, + "flow": 311.5, + "inflow": 388.6, + "volume": 30978.04, + "temperature": 36.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:30:00.000Z", + "level": 349.37, + "flow": 312.6, + "inflow": 391.6, + "volume": 30978.09, + "temperature": 37.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:40:00.000Z", + "level": 349.37, + "flow": 315, + "inflow": 393.2, + "volume": 30978.14, + "temperature": 36.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T02:50:00.000Z", + "level": 349.37, + "flow": 313.3, + "inflow": 393, + "volume": 30978.19, + "temperature": 37.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:00:00.000Z", + "level": 349.37, + "flow": 305.2, + "inflow": 399.3, + "volume": 30978.25, + "temperature": 38.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:10:00.000Z", + "level": 349.37, + "flow": 305, + "inflow": 395.7, + "volume": 30978.3, + "temperature": 38.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:20:00.000Z", + "level": 349.37, + "flow": 305.4, + "inflow": 398.9, + "volume": 30978.36, + "temperature": 37.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:30:00.000Z", + "level": 349.37, + "flow": 306.6, + "inflow": 398.3, + "volume": 30978.42, + "temperature": 37.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:40:00.000Z", + "level": 349.37, + "flow": 307.3, + "inflow": 399.3, + "volume": 30978.48, + "temperature": 38.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T03:50:00.000Z", + "level": 349.37, + "flow": 307.6, + "inflow": 400.5, + "volume": 30978.54, + "temperature": 37.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:00:00.000Z", + "level": 349.37, + "flow": 311.7, + "inflow": 403.2, + "volume": 30978.59, + "temperature": 38.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:10:00.000Z", + "level": 349.37, + "flow": 313, + "inflow": 401.7, + "volume": 30978.64, + "temperature": 39.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:20:00.000Z", + "level": 349.37, + "flow": 313.4, + "inflow": 404.8, + "volume": 30978.69, + "temperature": 37.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:30:00.000Z", + "level": 349.37, + "flow": 312.5, + "inflow": 402.2, + "volume": 30978.74, + "temperature": 39, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:40:00.000Z", + "level": 349.37, + "flow": 313.8, + "inflow": 406.5, + "volume": 30978.8, + "temperature": 38.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T04:50:00.000Z", + "level": 349.37, + "flow": 313.9, + "inflow": 403.5, + "volume": 30978.85, + "temperature": 38.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:00:00.000Z", + "level": 349.37, + "flow": 334.6, + "inflow": 405.4, + "volume": 30978.89, + "temperature": 38.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:10:00.000Z", + "level": 349.37, + "flow": 334.3, + "inflow": 408.6, + "volume": 30978.93, + "temperature": 38.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:20:00.000Z", + "level": 349.37, + "flow": 333.8, + "inflow": 410, + "volume": 30978.98, + "temperature": 38, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:30:00.000Z", + "level": 349.37, + "flow": 334.2, + "inflow": 411, + "volume": 30979.03, + "temperature": 38.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:40:00.000Z", + "level": 349.38, + "flow": 333.7, + "inflow": 406.6, + "volume": 30979.07, + "temperature": 38.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T05:50:00.000Z", + "level": 349.38, + "flow": 334.6, + "inflow": 409.4, + "volume": 30979.11, + "temperature": 37.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:00:00.000Z", + "level": 349.38, + "flow": 361.3, + "inflow": 410.9, + "volume": 30979.14, + "temperature": 39.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:10:00.000Z", + "level": 349.38, + "flow": 358.4, + "inflow": 410.9, + "volume": 30979.17, + "temperature": 39, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:20:00.000Z", + "level": 349.38, + "flow": 359, + "inflow": 409.8, + "volume": 30979.2, + "temperature": 38.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:30:00.000Z", + "level": 349.38, + "flow": 359.2, + "inflow": 407.8, + "volume": 30979.23, + "temperature": 39.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:40:00.000Z", + "level": 349.38, + "flow": 360.3, + "inflow": 406.4, + "volume": 30979.26, + "temperature": 38, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T06:50:00.000Z", + "level": 349.38, + "flow": 358.5, + "inflow": 410.5, + "volume": 30979.29, + "temperature": 39.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:00:00.000Z", + "level": 349.38, + "flow": 388.5, + "inflow": 405.9, + "volume": 30979.3, + "temperature": 38.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:10:00.000Z", + "level": 349.38, + "flow": 387.1, + "inflow": 406.2, + "volume": 30979.31, + "temperature": 39.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:20:00.000Z", + "level": 349.38, + "flow": 385.5, + "inflow": 411.2, + "volume": 30979.33, + "temperature": 38.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:30:00.000Z", + "level": 349.38, + "flow": 388.4, + "inflow": 410, + "volume": 30979.34, + "temperature": 39.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:40:00.000Z", + "level": 349.38, + "flow": 388.7, + "inflow": 407.3, + "volume": 30979.35, + "temperature": 38.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T07:50:00.000Z", + "level": 349.38, + "flow": 386.8, + "inflow": 410.7, + "volume": 30979.36, + "temperature": 38.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:00:00.000Z", + "level": 349.38, + "flow": 405.2, + "inflow": 403.8, + "volume": 30979.36, + "temperature": 39.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:10:00.000Z", + "level": 349.38, + "flow": 408.4, + "inflow": 403.6, + "volume": 30979.36, + "temperature": 38.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:20:00.000Z", + "level": 349.38, + "flow": 406, + "inflow": 406, + "volume": 30979.36, + "temperature": 37.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:30:00.000Z", + "level": 349.38, + "flow": 407.2, + "inflow": 405.5, + "volume": 30979.36, + "temperature": 37.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:40:00.000Z", + "level": 349.38, + "flow": 406.5, + "inflow": 405.8, + "volume": 30979.36, + "temperature": 39, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T08:50:00.000Z", + "level": 349.38, + "flow": 406.3, + "inflow": 407.5, + "volume": 30979.36, + "temperature": 38.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:00:00.000Z", + "level": 349.38, + "flow": 412.5, + "inflow": 400.9, + "volume": 30979.35, + "temperature": 37.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:10:00.000Z", + "level": 349.38, + "flow": 412.4, + "inflow": 399.2, + "volume": 30979.34, + "temperature": 37.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:20:00.000Z", + "level": 349.38, + "flow": 415.2, + "inflow": 401.2, + "volume": 30979.33, + "temperature": 38.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:30:00.000Z", + "level": 349.38, + "flow": 412.6, + "inflow": 397, + "volume": 30979.32, + "temperature": 37.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:40:00.000Z", + "level": 349.38, + "flow": 414.8, + "inflow": 400.6, + "volume": 30979.31, + "temperature": 38.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T09:50:00.000Z", + "level": 349.38, + "flow": 415.1, + "inflow": 397.6, + "volume": 30979.3, + "temperature": 37.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:00:00.000Z", + "level": 349.38, + "flow": 406.2, + "inflow": 392.6, + "volume": 30979.29, + "temperature": 36.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:10:00.000Z", + "level": 349.38, + "flow": 406.5, + "inflow": 388.3, + "volume": 30979.28, + "temperature": 36.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:20:00.000Z", + "level": 349.38, + "flow": 405.1, + "inflow": 394.3, + "volume": 30979.27, + "temperature": 38.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:30:00.000Z", + "level": 349.38, + "flow": 406.3, + "inflow": 390, + "volume": 30979.26, + "temperature": 38.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:40:00.000Z", + "level": 349.38, + "flow": 407.6, + "inflow": 393.6, + "volume": 30979.25, + "temperature": 37.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T10:50:00.000Z", + "level": 349.38, + "flow": 405, + "inflow": 391.7, + "volume": 30979.24, + "temperature": 36.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:00:00.000Z", + "level": 349.38, + "flow": 387.4, + "inflow": 383.9, + "volume": 30979.24, + "temperature": 36.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:10:00.000Z", + "level": 349.38, + "flow": 386.4, + "inflow": 381.7, + "volume": 30979.24, + "temperature": 36.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:20:00.000Z", + "level": 349.38, + "flow": 386.2, + "inflow": 381, + "volume": 30979.24, + "temperature": 36.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:30:00.000Z", + "level": 349.38, + "flow": 386.1, + "inflow": 382, + "volume": 30979.24, + "temperature": 37.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:40:00.000Z", + "level": 349.38, + "flow": 385.2, + "inflow": 383.9, + "volume": 30979.24, + "temperature": 35.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T11:50:00.000Z", + "level": 349.38, + "flow": 387.6, + "inflow": 381.7, + "volume": 30979.24, + "temperature": 36, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:00:00.000Z", + "level": 349.38, + "flow": 361.4, + "inflow": 375.4, + "volume": 30979.25, + "temperature": 36.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:10:00.000Z", + "level": 349.38, + "flow": 360.5, + "inflow": 372.5, + "volume": 30979.26, + "temperature": 36.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:20:00.000Z", + "level": 349.38, + "flow": 359.5, + "inflow": 375.8, + "volume": 30979.27, + "temperature": 35.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:30:00.000Z", + "level": 349.38, + "flow": 358.4, + "inflow": 370.5, + "volume": 30979.28, + "temperature": 35.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:40:00.000Z", + "level": 349.38, + "flow": 361.1, + "inflow": 371.7, + "volume": 30979.29, + "temperature": 35.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T12:50:00.000Z", + "level": 349.38, + "flow": 360.2, + "inflow": 372.9, + "volume": 30979.3, + "temperature": 36.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:00:00.000Z", + "level": 349.38, + "flow": 332, + "inflow": 364.9, + "volume": 30979.32, + "temperature": 35.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:10:00.000Z", + "level": 349.38, + "flow": 333.7, + "inflow": 365.6, + "volume": 30979.34, + "temperature": 34.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:20:00.000Z", + "level": 349.38, + "flow": 334.1, + "inflow": 362.6, + "volume": 30979.36, + "temperature": 35.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:30:00.000Z", + "level": 349.38, + "flow": 333.2, + "inflow": 366.1, + "volume": 30979.38, + "temperature": 34.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:40:00.000Z", + "level": 349.38, + "flow": 332.7, + "inflow": 362.2, + "volume": 30979.4, + "temperature": 35.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T13:50:00.000Z", + "level": 349.38, + "flow": 332.2, + "inflow": 363.9, + "volume": 30979.42, + "temperature": 35.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:00:00.000Z", + "level": 349.38, + "flow": 314.4, + "inflow": 357.9, + "volume": 30979.45, + "temperature": 34.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:10:00.000Z", + "level": 349.38, + "flow": 312.5, + "inflow": 354.3, + "volume": 30979.48, + "temperature": 33.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:20:00.000Z", + "level": 349.38, + "flow": 312.5, + "inflow": 358.4, + "volume": 30979.51, + "temperature": 33.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:30:00.000Z", + "level": 349.38, + "flow": 313.8, + "inflow": 354.1, + "volume": 30979.53, + "temperature": 34.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:40:00.000Z", + "level": 349.38, + "flow": 312.4, + "inflow": 358.2, + "volume": 30979.56, + "temperature": 35.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T14:50:00.000Z", + "level": 349.38, + "flow": 312.4, + "inflow": 353.6, + "volume": 30979.58, + "temperature": 35, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:00:00.000Z", + "level": 349.38, + "flow": 306.4, + "inflow": 349.9, + "volume": 30979.61, + "temperature": 33.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:10:00.000Z", + "level": 349.38, + "flow": 307.6, + "inflow": 347.1, + "volume": 30979.63, + "temperature": 32.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:20:00.000Z", + "level": 349.38, + "flow": 304.3, + "inflow": 347.1, + "volume": 30979.66, + "temperature": 34.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:30:00.000Z", + "level": 349.38, + "flow": 307, + "inflow": 346.1, + "volume": 30979.68, + "temperature": 33.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:40:00.000Z", + "level": 349.38, + "flow": 307.5, + "inflow": 348.9, + "volume": 30979.7, + "temperature": 34.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T15:50:00.000Z", + "level": 349.38, + "flow": 305.6, + "inflow": 346.3, + "volume": 30979.72, + "temperature": 34, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:00:00.000Z", + "level": 349.38, + "flow": 315, + "inflow": 345.5, + "volume": 30979.74, + "temperature": 32.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:10:00.000Z", + "level": 349.38, + "flow": 311.5, + "inflow": 339.2, + "volume": 30979.76, + "temperature": 32.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:20:00.000Z", + "level": 349.38, + "flow": 313.9, + "inflow": 343.5, + "volume": 30979.78, + "temperature": 33.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:30:00.000Z", + "level": 349.38, + "flow": 311.9, + "inflow": 340.8, + "volume": 30979.8, + "temperature": 34, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:40:00.000Z", + "level": 349.38, + "flow": 314.7, + "inflow": 339.7, + "volume": 30979.82, + "temperature": 33.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T16:50:00.000Z", + "level": 349.38, + "flow": 312.2, + "inflow": 343.7, + "volume": 30979.84, + "temperature": 33, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:00:00.000Z", + "level": 349.38, + "flow": 334, + "inflow": 341.7, + "volume": 30979.84, + "temperature": 32.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:10:00.000Z", + "level": 349.38, + "flow": 332.1, + "inflow": 335.8, + "volume": 30979.84, + "temperature": 33.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:20:00.000Z", + "level": 349.38, + "flow": 332.8, + "inflow": 338.8, + "volume": 30979.84, + "temperature": 33.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:30:00.000Z", + "level": 349.38, + "flow": 334, + "inflow": 337.4, + "volume": 30979.84, + "temperature": 33, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:40:00.000Z", + "level": 349.38, + "flow": 333.2, + "inflow": 339.7, + "volume": 30979.84, + "temperature": 33.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T17:50:00.000Z", + "level": 349.38, + "flow": 331.6, + "inflow": 335.6, + "volume": 30979.84, + "temperature": 32.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:00:00.000Z", + "level": 349.38, + "flow": 361.3, + "inflow": 340.2, + "volume": 30979.83, + "temperature": 33.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:10:00.000Z", + "level": 349.38, + "flow": 360.6, + "inflow": 336.3, + "volume": 30979.82, + "temperature": 32.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:20:00.000Z", + "level": 349.38, + "flow": 361.3, + "inflow": 335.1, + "volume": 30979.8, + "temperature": 32.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:30:00.000Z", + "level": 349.38, + "flow": 361.2, + "inflow": 339.9, + "volume": 30979.79, + "temperature": 33.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:40:00.000Z", + "level": 349.38, + "flow": 361.1, + "inflow": 335.5, + "volume": 30979.77, + "temperature": 32.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T18:50:00.000Z", + "level": 349.38, + "flow": 358.8, + "inflow": 338.8, + "volume": 30979.76, + "temperature": 32.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:00:00.000Z", + "level": 349.38, + "flow": 386.2, + "inflow": 342, + "volume": 30979.73, + "temperature": 32.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:10:00.000Z", + "level": 349.38, + "flow": 387.3, + "inflow": 338.6, + "volume": 30979.7, + "temperature": 33.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:20:00.000Z", + "level": 349.38, + "flow": 386.5, + "inflow": 337.5, + "volume": 30979.67, + "temperature": 33, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:30:00.000Z", + "level": 349.38, + "flow": 387.6, + "inflow": 341.4, + "volume": 30979.64, + "temperature": 33.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:40:00.000Z", + "level": 349.38, + "flow": 387, + "inflow": 340.1, + "volume": 30979.61, + "temperature": 33.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T19:50:00.000Z", + "level": 349.38, + "flow": 387.1, + "inflow": 336.7, + "volume": 30979.58, + "temperature": 32, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:00:00.000Z", + "level": 349.38, + "flow": 407.5, + "inflow": 344, + "volume": 30979.54, + "temperature": 33.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:10:00.000Z", + "level": 349.38, + "flow": 406.9, + "inflow": 339.8, + "volume": 30979.5, + "temperature": 33.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:20:00.000Z", + "level": 349.38, + "flow": 406.3, + "inflow": 341.3, + "volume": 30979.46, + "temperature": 32.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:30:00.000Z", + "level": 349.38, + "flow": 405.3, + "inflow": 341.7, + "volume": 30979.42, + "temperature": 33.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:40:00.000Z", + "level": 349.38, + "flow": 408.5, + "inflow": 341.8, + "volume": 30979.38, + "temperature": 33, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T20:50:00.000Z", + "level": 349.38, + "flow": 405.8, + "inflow": 341, + "volume": 30979.34, + "temperature": 32.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:00:00.000Z", + "level": 349.38, + "flow": 413.2, + "inflow": 344.8, + "volume": 30979.3, + "temperature": 32.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:10:00.000Z", + "level": 349.38, + "flow": 414.8, + "inflow": 350.2, + "volume": 30979.26, + "temperature": 33.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:20:00.000Z", + "level": 349.38, + "flow": 415.5, + "inflow": 350.5, + "volume": 30979.22, + "temperature": 33.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:30:00.000Z", + "level": 349.38, + "flow": 415, + "inflow": 349, + "volume": 30979.18, + "temperature": 33.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:40:00.000Z", + "level": 349.38, + "flow": 412.3, + "inflow": 345.4, + "volume": 30979.14, + "temperature": 33.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T21:50:00.000Z", + "level": 349.38, + "flow": 413.9, + "inflow": 345.8, + "volume": 30979.1, + "temperature": 33.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:00:00.000Z", + "level": 349.38, + "flow": 407.2, + "inflow": 356.6, + "volume": 30979.07, + "temperature": 35.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:10:00.000Z", + "level": 349.38, + "flow": 407.9, + "inflow": 354.9, + "volume": 30979.04, + "temperature": 34.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:20:00.000Z", + "level": 349.37, + "flow": 405.1, + "inflow": 358.5, + "volume": 30979.01, + "temperature": 34, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:30:00.000Z", + "level": 349.37, + "flow": 406.7, + "inflow": 354.3, + "volume": 30978.98, + "temperature": 33.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:40:00.000Z", + "level": 349.37, + "flow": 406.3, + "inflow": 355.8, + "volume": 30978.95, + "temperature": 35.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T22:50:00.000Z", + "level": 349.37, + "flow": 406.8, + "inflow": 355.8, + "volume": 30978.92, + "temperature": 34.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:00:00.000Z", + "level": 349.37, + "flow": 387.5, + "inflow": 364.4, + "volume": 30978.91, + "temperature": 35, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:10:00.000Z", + "level": 349.37, + "flow": 387.1, + "inflow": 361.1, + "volume": 30978.89, + "temperature": 35.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:20:00.000Z", + "level": 349.37, + "flow": 385.3, + "inflow": 365.9, + "volume": 30978.88, + "temperature": 34.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:30:00.000Z", + "level": 349.37, + "flow": 385.9, + "inflow": 366, + "volume": 30978.87, + "temperature": 34.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:40:00.000Z", + "level": 349.37, + "flow": 388.6, + "inflow": 366.1, + "volume": 30978.86, + "temperature": 35.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-06T23:50:00.000Z", + "level": 349.37, + "flow": 385.6, + "inflow": 364.1, + "volume": 30978.85, + "temperature": 35.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:00:00.000Z", + "level": 349.37, + "flow": 361.7, + "inflow": 377.7, + "volume": 30978.86, + "temperature": 36.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:10:00.000Z", + "level": 349.37, + "flow": 361, + "inflow": 373.1, + "volume": 30978.87, + "temperature": 35.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:20:00.000Z", + "level": 349.37, + "flow": 359.9, + "inflow": 372.6, + "volume": 30978.88, + "temperature": 36.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:30:00.000Z", + "level": 349.37, + "flow": 361.7, + "inflow": 377.8, + "volume": 30978.89, + "temperature": 34.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:40:00.000Z", + "level": 349.37, + "flow": 360.4, + "inflow": 372.5, + "volume": 30978.9, + "temperature": 35.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T00:50:00.000Z", + "level": 349.37, + "flow": 360.5, + "inflow": 372.4, + "volume": 30978.91, + "temperature": 36.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:00:00.000Z", + "level": 349.37, + "flow": 334.4, + "inflow": 386.5, + "volume": 30978.94, + "temperature": 36.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:10:00.000Z", + "level": 349.37, + "flow": 333.6, + "inflow": 383.3, + "volume": 30978.97, + "temperature": 35.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:20:00.000Z", + "level": 349.37, + "flow": 333.6, + "inflow": 381.9, + "volume": 30979, + "temperature": 35.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:30:00.000Z", + "level": 349.38, + "flow": 333.8, + "inflow": 386.7, + "volume": 30979.03, + "temperature": 36.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:40:00.000Z", + "level": 349.38, + "flow": 334.3, + "inflow": 387.2, + "volume": 30979.06, + "temperature": 37, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T01:50:00.000Z", + "level": 349.38, + "flow": 334.3, + "inflow": 387.1, + "volume": 30979.09, + "temperature": 35.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:00:00.000Z", + "level": 349.38, + "flow": 313.8, + "inflow": 391.3, + "volume": 30979.14, + "temperature": 37.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:10:00.000Z", + "level": 349.38, + "flow": 312.5, + "inflow": 396.7, + "volume": 30979.19, + "temperature": 36.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:20:00.000Z", + "level": 349.38, + "flow": 313.1, + "inflow": 392, + "volume": 30979.24, + "temperature": 38.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:30:00.000Z", + "level": 349.38, + "flow": 312.6, + "inflow": 396.6, + "volume": 30979.29, + "temperature": 37.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:40:00.000Z", + "level": 349.38, + "flow": 313.1, + "inflow": 390.9, + "volume": 30979.34, + "temperature": 37.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T02:50:00.000Z", + "level": 349.38, + "flow": 314.8, + "inflow": 390.9, + "volume": 30979.39, + "temperature": 37.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:00:00.000Z", + "level": 349.38, + "flow": 306.5, + "inflow": 402.9, + "volume": 30979.45, + "temperature": 38.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:10:00.000Z", + "level": 349.38, + "flow": 306.4, + "inflow": 398.8, + "volume": 30979.51, + "temperature": 37, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:20:00.000Z", + "level": 349.38, + "flow": 307.2, + "inflow": 397, + "volume": 30979.56, + "temperature": 37.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:30:00.000Z", + "level": 349.38, + "flow": 306.7, + "inflow": 397.5, + "volume": 30979.61, + "temperature": 38.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:40:00.000Z", + "level": 349.38, + "flow": 306.1, + "inflow": 400.2, + "volume": 30979.67, + "temperature": 38.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T03:50:00.000Z", + "level": 349.38, + "flow": 307.5, + "inflow": 400.4, + "volume": 30979.73, + "temperature": 38.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:00:00.000Z", + "level": 349.38, + "flow": 311.7, + "inflow": 409.8, + "volume": 30979.79, + "temperature": 39.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:10:00.000Z", + "level": 349.38, + "flow": 314.6, + "inflow": 408.5, + "volume": 30979.85, + "temperature": 37.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:20:00.000Z", + "level": 349.38, + "flow": 313.1, + "inflow": 404.1, + "volume": 30979.9, + "temperature": 38.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:30:00.000Z", + "level": 349.38, + "flow": 312.4, + "inflow": 404.6, + "volume": 30979.96, + "temperature": 37.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:40:00.000Z", + "level": 349.38, + "flow": 313.9, + "inflow": 404.2, + "volume": 30980.01, + "temperature": 38.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T04:50:00.000Z", + "level": 349.38, + "flow": 312.8, + "inflow": 408, + "volume": 30980.07, + "temperature": 38.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:00:00.000Z", + "level": 349.39, + "flow": 332.2, + "inflow": 410.2, + "volume": 30980.12, + "temperature": 39.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:10:00.000Z", + "level": 349.39, + "flow": 332, + "inflow": 408.4, + "volume": 30980.17, + "temperature": 39.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:20:00.000Z", + "level": 349.39, + "flow": 334.4, + "inflow": 409.5, + "volume": 30980.22, + "temperature": 38.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:30:00.000Z", + "level": 349.39, + "flow": 331.6, + "inflow": 411.5, + "volume": 30980.27, + "temperature": 38.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:40:00.000Z", + "level": 349.39, + "flow": 334.5, + "inflow": 411, + "volume": 30980.32, + "temperature": 38.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T05:50:00.000Z", + "level": 349.39, + "flow": 333.3, + "inflow": 409.2, + "volume": 30980.37, + "temperature": 38.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:00:00.000Z", + "level": 349.39, + "flow": 360.7, + "inflow": 410.6, + "volume": 30980.4, + "temperature": 39.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:10:00.000Z", + "level": 349.39, + "flow": 361.5, + "inflow": 407.9, + "volume": 30980.43, + "temperature": 38.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:20:00.000Z", + "level": 349.39, + "flow": 361, + "inflow": 408.3, + "volume": 30980.46, + "temperature": 39.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:30:00.000Z", + "level": 349.39, + "flow": 359.5, + "inflow": 410.6, + "volume": 30980.49, + "temperature": 38.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:40:00.000Z", + "level": 349.39, + "flow": 359.4, + "inflow": 412, + "volume": 30980.52, + "temperature": 38.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T06:50:00.000Z", + "level": 349.39, + "flow": 361.3, + "inflow": 409.8, + "volume": 30980.55, + "temperature": 38.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:00:00.000Z", + "level": 349.39, + "flow": 387.2, + "inflow": 413.1, + "volume": 30980.57, + "temperature": 39.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:10:00.000Z", + "level": 349.39, + "flow": 387.1, + "inflow": 408, + "volume": 30980.58, + "temperature": 39.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:20:00.000Z", + "level": 349.39, + "flow": 386.4, + "inflow": 407.7, + "volume": 30980.59, + "temperature": 39.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:30:00.000Z", + "level": 349.39, + "flow": 386.3, + "inflow": 410.8, + "volume": 30980.6, + "temperature": 39.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:40:00.000Z", + "level": 349.39, + "flow": 388.1, + "inflow": 407.9, + "volume": 30980.61, + "temperature": 39.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T07:50:00.000Z", + "level": 349.39, + "flow": 387.9, + "inflow": 412.3, + "volume": 30980.62, + "temperature": 38.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:00:00.000Z", + "level": 349.39, + "flow": 406.8, + "inflow": 404.1, + "volume": 30980.62, + "temperature": 38.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:10:00.000Z", + "level": 349.39, + "flow": 406.6, + "inflow": 405.4, + "volume": 30980.62, + "temperature": 39.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:20:00.000Z", + "level": 349.39, + "flow": 407.9, + "inflow": 404.5, + "volume": 30980.62, + "temperature": 39.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:30:00.000Z", + "level": 349.39, + "flow": 408.2, + "inflow": 409.9, + "volume": 30980.62, + "temperature": 39, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:40:00.000Z", + "level": 349.39, + "flow": 408.3, + "inflow": 406.7, + "volume": 30980.62, + "temperature": 38.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T08:50:00.000Z", + "level": 349.39, + "flow": 407.1, + "inflow": 407.4, + "volume": 30980.62, + "temperature": 38.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:00:00.000Z", + "level": 349.39, + "flow": 413.9, + "inflow": 400.9, + "volume": 30980.61, + "temperature": 38.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:10:00.000Z", + "level": 349.39, + "flow": 413, + "inflow": 397.1, + "volume": 30980.6, + "temperature": 38, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:20:00.000Z", + "level": 349.39, + "flow": 413.1, + "inflow": 398.7, + "volume": 30980.59, + "temperature": 37.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:30:00.000Z", + "level": 349.39, + "flow": 415.8, + "inflow": 398.5, + "volume": 30980.58, + "temperature": 38.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:40:00.000Z", + "level": 349.39, + "flow": 415.6, + "inflow": 402.2, + "volume": 30980.57, + "temperature": 37.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T09:50:00.000Z", + "level": 349.39, + "flow": 412.4, + "inflow": 400.1, + "volume": 30980.56, + "temperature": 37.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:00:00.000Z", + "level": 349.39, + "flow": 407.9, + "inflow": 391.8, + "volume": 30980.55, + "temperature": 36.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:10:00.000Z", + "level": 349.39, + "flow": 407.4, + "inflow": 394.6, + "volume": 30980.54, + "temperature": 37, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:20:00.000Z", + "level": 349.39, + "flow": 408.5, + "inflow": 392.4, + "volume": 30980.53, + "temperature": 37.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:30:00.000Z", + "level": 349.39, + "flow": 407, + "inflow": 392.2, + "volume": 30980.52, + "temperature": 37.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:40:00.000Z", + "level": 349.39, + "flow": 407.5, + "inflow": 393.2, + "volume": 30980.51, + "temperature": 37.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T10:50:00.000Z", + "level": 349.39, + "flow": 406.2, + "inflow": 391.8, + "volume": 30980.5, + "temperature": 37.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:00:00.000Z", + "level": 349.39, + "flow": 386.4, + "inflow": 383.3, + "volume": 30980.5, + "temperature": 37.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:10:00.000Z", + "level": 349.39, + "flow": 387.4, + "inflow": 382.2, + "volume": 30980.5, + "temperature": 37.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:20:00.000Z", + "level": 349.39, + "flow": 386.9, + "inflow": 386.5, + "volume": 30980.5, + "temperature": 36.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:30:00.000Z", + "level": 349.39, + "flow": 386.2, + "inflow": 382.1, + "volume": 30980.5, + "temperature": 36.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:40:00.000Z", + "level": 349.39, + "flow": 388.2, + "inflow": 384, + "volume": 30980.5, + "temperature": 36.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T11:50:00.000Z", + "level": 349.39, + "flow": 386.5, + "inflow": 384.3, + "volume": 30980.5, + "temperature": 36.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:00:00.000Z", + "level": 349.39, + "flow": 359.3, + "inflow": 373, + "volume": 30980.51, + "temperature": 36.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:10:00.000Z", + "level": 349.39, + "flow": 360, + "inflow": 374.1, + "volume": 30980.52, + "temperature": 35.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:20:00.000Z", + "level": 349.39, + "flow": 361.4, + "inflow": 377, + "volume": 30980.53, + "temperature": 35.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:30:00.000Z", + "level": 349.39, + "flow": 360, + "inflow": 374.7, + "volume": 30980.54, + "temperature": 36.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:40:00.000Z", + "level": 349.39, + "flow": 359.8, + "inflow": 376.7, + "volume": 30980.55, + "temperature": 35.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T12:50:00.000Z", + "level": 349.39, + "flow": 358.4, + "inflow": 378.4, + "volume": 30980.56, + "temperature": 36, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:00:00.000Z", + "level": 349.39, + "flow": 331.7, + "inflow": 367.2, + "volume": 30980.58, + "temperature": 34.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:10:00.000Z", + "level": 349.39, + "flow": 333, + "inflow": 363.4, + "volume": 30980.6, + "temperature": 35.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:20:00.000Z", + "level": 349.39, + "flow": 333.1, + "inflow": 364.4, + "volume": 30980.62, + "temperature": 35.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:30:00.000Z", + "level": 349.39, + "flow": 333.2, + "inflow": 368.9, + "volume": 30980.64, + "temperature": 36, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:40:00.000Z", + "level": 349.39, + "flow": 333.2, + "inflow": 367.6, + "volume": 30980.66, + "temperature": 34.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T13:50:00.000Z", + "level": 349.39, + "flow": 331.7, + "inflow": 366.8, + "volume": 30980.68, + "temperature": 34.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:00:00.000Z", + "level": 349.39, + "flow": 312.7, + "inflow": 355.8, + "volume": 30980.71, + "temperature": 33.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:10:00.000Z", + "level": 349.39, + "flow": 315, + "inflow": 354.9, + "volume": 30980.73, + "temperature": 34.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:20:00.000Z", + "level": 349.39, + "flow": 314.1, + "inflow": 356.8, + "volume": 30980.76, + "temperature": 33.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:30:00.000Z", + "level": 349.39, + "flow": 312.5, + "inflow": 357.6, + "volume": 30980.79, + "temperature": 34.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:40:00.000Z", + "level": 349.39, + "flow": 314.4, + "inflow": 359.1, + "volume": 30980.82, + "temperature": 34.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T14:50:00.000Z", + "level": 349.39, + "flow": 313.5, + "inflow": 353.7, + "volume": 30980.84, + "temperature": 34.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:00:00.000Z", + "level": 349.39, + "flow": 305.7, + "inflow": 353.2, + "volume": 30980.87, + "temperature": 33.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:10:00.000Z", + "level": 349.39, + "flow": 307.7, + "inflow": 349.9, + "volume": 30980.9, + "temperature": 34.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:20:00.000Z", + "level": 349.39, + "flow": 307.5, + "inflow": 349, + "volume": 30980.92, + "temperature": 33.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:30:00.000Z", + "level": 349.39, + "flow": 304.9, + "inflow": 349.4, + "volume": 30980.95, + "temperature": 34.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:40:00.000Z", + "level": 349.39, + "flow": 305, + "inflow": 349.5, + "volume": 30980.98, + "temperature": 33.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T15:50:00.000Z", + "level": 349.39, + "flow": 307.5, + "inflow": 348.9, + "volume": 30981, + "temperature": 34.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:00:00.000Z", + "level": 349.39, + "flow": 314.2, + "inflow": 346.2, + "volume": 30981.02, + "temperature": 32.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:10:00.000Z", + "level": 349.39, + "flow": 314, + "inflow": 344.5, + "volume": 30981.04, + "temperature": 33.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:20:00.000Z", + "level": 349.39, + "flow": 314.3, + "inflow": 342.5, + "volume": 30981.06, + "temperature": 34, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:30:00.000Z", + "level": 349.39, + "flow": 312.5, + "inflow": 347.5, + "volume": 30981.08, + "temperature": 33.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:40:00.000Z", + "level": 349.39, + "flow": 312.4, + "inflow": 343.5, + "volume": 30981.1, + "temperature": 32.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T16:50:00.000Z", + "level": 349.39, + "flow": 313.6, + "inflow": 346.1, + "volume": 30981.12, + "temperature": 33.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:00:00.000Z", + "level": 349.39, + "flow": 333.9, + "inflow": 340.6, + "volume": 30981.12, + "temperature": 32, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:10:00.000Z", + "level": 349.39, + "flow": 334.4, + "inflow": 341.1, + "volume": 30981.12, + "temperature": 33.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:20:00.000Z", + "level": 349.39, + "flow": 332.4, + "inflow": 337.3, + "volume": 30981.12, + "temperature": 33.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:30:00.000Z", + "level": 349.39, + "flow": 333.6, + "inflow": 339.4, + "volume": 30981.12, + "temperature": 33.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:40:00.000Z", + "level": 349.39, + "flow": 331.4, + "inflow": 338.4, + "volume": 30981.12, + "temperature": 33, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T17:50:00.000Z", + "level": 349.39, + "flow": 334, + "inflow": 339.6, + "volume": 30981.12, + "temperature": 33.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:00:00.000Z", + "level": 349.39, + "flow": 359.5, + "inflow": 339, + "volume": 30981.11, + "temperature": 31.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:10:00.000Z", + "level": 349.39, + "flow": 359.3, + "inflow": 339.5, + "volume": 30981.1, + "temperature": 31.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:20:00.000Z", + "level": 349.39, + "flow": 360.2, + "inflow": 342.2, + "volume": 30981.09, + "temperature": 32.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:30:00.000Z", + "level": 349.39, + "flow": 361.3, + "inflow": 336.5, + "volume": 30981.08, + "temperature": 32.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:40:00.000Z", + "level": 349.39, + "flow": 361.7, + "inflow": 339.5, + "volume": 30981.07, + "temperature": 33, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T18:50:00.000Z", + "level": 349.39, + "flow": 358.4, + "inflow": 338.4, + "volume": 30981.06, + "temperature": 32.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:00:00.000Z", + "level": 349.39, + "flow": 388.6, + "inflow": 340.5, + "volume": 30981.03, + "temperature": 33.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:10:00.000Z", + "level": 349.39, + "flow": 386, + "inflow": 338.7, + "volume": 30981, + "temperature": 32.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:20:00.000Z", + "level": 349.39, + "flow": 388.3, + "inflow": 339.5, + "volume": 30980.97, + "temperature": 32.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:30:00.000Z", + "level": 349.39, + "flow": 385.5, + "inflow": 336.9, + "volume": 30980.94, + "temperature": 33.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:40:00.000Z", + "level": 349.39, + "flow": 388.1, + "inflow": 339, + "volume": 30980.91, + "temperature": 32.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T19:50:00.000Z", + "level": 349.39, + "flow": 387.2, + "inflow": 337.8, + "volume": 30980.88, + "temperature": 32.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:00:00.000Z", + "level": 349.39, + "flow": 408.1, + "inflow": 347.5, + "volume": 30980.84, + "temperature": 33.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:10:00.000Z", + "level": 349.39, + "flow": 406.2, + "inflow": 347.2, + "volume": 30980.8, + "temperature": 33.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:20:00.000Z", + "level": 349.39, + "flow": 405.3, + "inflow": 340.4, + "volume": 30980.76, + "temperature": 34.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:30:00.000Z", + "level": 349.39, + "flow": 407, + "inflow": 343.1, + "volume": 30980.72, + "temperature": 33.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:40:00.000Z", + "level": 349.39, + "flow": 405.8, + "inflow": 342.1, + "volume": 30980.68, + "temperature": 34.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T20:50:00.000Z", + "level": 349.39, + "flow": 406.3, + "inflow": 344.6, + "volume": 30980.64, + "temperature": 34.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:00:00.000Z", + "level": 349.39, + "flow": 412.3, + "inflow": 347.2, + "volume": 30980.6, + "temperature": 34.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:10:00.000Z", + "level": 349.39, + "flow": 412.9, + "inflow": 350.4, + "volume": 30980.56, + "temperature": 34.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:20:00.000Z", + "level": 349.39, + "flow": 415.6, + "inflow": 352.2, + "volume": 30980.52, + "temperature": 33.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:30:00.000Z", + "level": 349.39, + "flow": 413, + "inflow": 352.3, + "volume": 30980.48, + "temperature": 33.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:40:00.000Z", + "level": 349.39, + "flow": 414.1, + "inflow": 348, + "volume": 30980.44, + "temperature": 34.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T21:50:00.000Z", + "level": 349.39, + "flow": 413, + "inflow": 349.4, + "volume": 30980.4, + "temperature": 34.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:00:00.000Z", + "level": 349.39, + "flow": 406.2, + "inflow": 357.9, + "volume": 30980.37, + "temperature": 34.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:10:00.000Z", + "level": 349.39, + "flow": 408.4, + "inflow": 356.3, + "volume": 30980.34, + "temperature": 34.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:20:00.000Z", + "level": 349.39, + "flow": 408.3, + "inflow": 354.7, + "volume": 30980.31, + "temperature": 35.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:30:00.000Z", + "level": 349.39, + "flow": 406, + "inflow": 357, + "volume": 30980.28, + "temperature": 35, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:40:00.000Z", + "level": 349.39, + "flow": 407.8, + "inflow": 357.1, + "volume": 30980.25, + "temperature": 35.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T22:50:00.000Z", + "level": 349.39, + "flow": 406.8, + "inflow": 355.7, + "volume": 30980.22, + "temperature": 34.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:00:00.000Z", + "level": 349.39, + "flow": 388.3, + "inflow": 362.6, + "volume": 30980.2, + "temperature": 34.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:10:00.000Z", + "level": 349.39, + "flow": 385.9, + "inflow": 368.5, + "volume": 30980.19, + "temperature": 35.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:20:00.000Z", + "level": 349.39, + "flow": 385.7, + "inflow": 368.3, + "volume": 30980.18, + "temperature": 35.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:30:00.000Z", + "level": 349.39, + "flow": 387.3, + "inflow": 363.4, + "volume": 30980.17, + "temperature": 35.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:40:00.000Z", + "level": 349.39, + "flow": 386.4, + "inflow": 367.4, + "volume": 30980.16, + "temperature": 35.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-07T23:50:00.000Z", + "level": 349.39, + "flow": 388, + "inflow": 366.4, + "volume": 30980.15, + "temperature": 34.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:00:00.000Z", + "level": 349.39, + "flow": 358.9, + "inflow": 374.8, + "volume": 30980.16, + "temperature": 35.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:10:00.000Z", + "level": 349.39, + "flow": 358.9, + "inflow": 375.7, + "volume": 30980.17, + "temperature": 35.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:20:00.000Z", + "level": 349.39, + "flow": 359.6, + "inflow": 374.4, + "volume": 30980.18, + "temperature": 34.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:30:00.000Z", + "level": 349.39, + "flow": 358.7, + "inflow": 373.7, + "volume": 30980.19, + "temperature": 35.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:40:00.000Z", + "level": 349.39, + "flow": 359.5, + "inflow": 377.6, + "volume": 30980.2, + "temperature": 36.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T00:50:00.000Z", + "level": 349.39, + "flow": 359.2, + "inflow": 378.2, + "volume": 30980.21, + "temperature": 36.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:00:00.000Z", + "level": 349.39, + "flow": 331.6, + "inflow": 382.9, + "volume": 30980.24, + "temperature": 36.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:10:00.000Z", + "level": 349.39, + "flow": 333.8, + "inflow": 387.3, + "volume": 30980.27, + "temperature": 36.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:20:00.000Z", + "level": 349.39, + "flow": 334.7, + "inflow": 384.1, + "volume": 30980.3, + "temperature": 37, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:30:00.000Z", + "level": 349.39, + "flow": 334.1, + "inflow": 385.1, + "volume": 30980.33, + "temperature": 36.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:40:00.000Z", + "level": 349.39, + "flow": 332.2, + "inflow": 388, + "volume": 30980.36, + "temperature": 36.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T01:50:00.000Z", + "level": 349.39, + "flow": 331.4, + "inflow": 388.8, + "volume": 30980.39, + "temperature": 36.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:00:00.000Z", + "level": 349.39, + "flow": 312.2, + "inflow": 394.9, + "volume": 30980.44, + "temperature": 36.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:10:00.000Z", + "level": 349.39, + "flow": 313.7, + "inflow": 395.4, + "volume": 30980.49, + "temperature": 36.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:20:00.000Z", + "level": 349.39, + "flow": 312.9, + "inflow": 394, + "volume": 30980.54, + "temperature": 37.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:30:00.000Z", + "level": 349.39, + "flow": 312.7, + "inflow": 391.1, + "volume": 30980.59, + "temperature": 37.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:40:00.000Z", + "level": 349.39, + "flow": 313, + "inflow": 393.1, + "volume": 30980.64, + "temperature": 37.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T02:50:00.000Z", + "level": 349.39, + "flow": 311.5, + "inflow": 394.8, + "volume": 30980.69, + "temperature": 37, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:00:00.000Z", + "level": 349.39, + "flow": 305.9, + "inflow": 400, + "volume": 30980.75, + "temperature": 38, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:10:00.000Z", + "level": 349.39, + "flow": 306.6, + "inflow": 402.4, + "volume": 30980.81, + "temperature": 38.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:20:00.000Z", + "level": 349.39, + "flow": 306.2, + "inflow": 400.7, + "volume": 30980.87, + "temperature": 38, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:30:00.000Z", + "level": 349.39, + "flow": 304.9, + "inflow": 403.7, + "volume": 30980.93, + "temperature": 37.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:40:00.000Z", + "level": 349.39, + "flow": 305.9, + "inflow": 402, + "volume": 30980.99, + "temperature": 38.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T03:50:00.000Z", + "level": 349.39, + "flow": 306.3, + "inflow": 403.5, + "volume": 30981.05, + "temperature": 37.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:00:00.000Z", + "level": 349.39, + "flow": 314.1, + "inflow": 408.5, + "volume": 30981.11, + "temperature": 39.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:10:00.000Z", + "level": 349.4, + "flow": 312.4, + "inflow": 407.9, + "volume": 30981.17, + "temperature": 38.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:20:00.000Z", + "level": 349.4, + "flow": 311.6, + "inflow": 407.9, + "volume": 30981.23, + "temperature": 37.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:30:00.000Z", + "level": 349.4, + "flow": 313.4, + "inflow": 405.5, + "volume": 30981.29, + "temperature": 38.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:40:00.000Z", + "level": 349.4, + "flow": 311.7, + "inflow": 408.3, + "volume": 30981.35, + "temperature": 37.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T04:50:00.000Z", + "level": 349.4, + "flow": 312.9, + "inflow": 406.2, + "volume": 30981.41, + "temperature": 37.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:00:00.000Z", + "level": 349.4, + "flow": 333.3, + "inflow": 412.2, + "volume": 30981.46, + "temperature": 38, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:10:00.000Z", + "level": 349.4, + "flow": 333.5, + "inflow": 414.6, + "volume": 30981.51, + "temperature": 38.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:20:00.000Z", + "level": 349.4, + "flow": 332.3, + "inflow": 407.7, + "volume": 30981.56, + "temperature": 38.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:30:00.000Z", + "level": 349.4, + "flow": 332.6, + "inflow": 412.8, + "volume": 30981.61, + "temperature": 39.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:40:00.000Z", + "level": 349.4, + "flow": 334.3, + "inflow": 410.3, + "volume": 30981.66, + "temperature": 39, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T05:50:00.000Z", + "level": 349.4, + "flow": 334.5, + "inflow": 414.5, + "volume": 30981.71, + "temperature": 39.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:00:00.000Z", + "level": 349.4, + "flow": 360.6, + "inflow": 410.1, + "volume": 30981.74, + "temperature": 38.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:10:00.000Z", + "level": 349.4, + "flow": 358.4, + "inflow": 411.3, + "volume": 30981.77, + "temperature": 38.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:20:00.000Z", + "level": 349.4, + "flow": 359.1, + "inflow": 413.8, + "volume": 30981.8, + "temperature": 38.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:30:00.000Z", + "level": 349.4, + "flow": 361.5, + "inflow": 414.3, + "volume": 30981.83, + "temperature": 39, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:40:00.000Z", + "level": 349.4, + "flow": 360, + "inflow": 414, + "volume": 30981.86, + "temperature": 39.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T06:50:00.000Z", + "level": 349.4, + "flow": 360.8, + "inflow": 411.4, + "volume": 30981.89, + "temperature": 39.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:00:00.000Z", + "level": 349.4, + "flow": 385.7, + "inflow": 410.2, + "volume": 30981.9, + "temperature": 39, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:10:00.000Z", + "level": 349.4, + "flow": 385.2, + "inflow": 413.4, + "volume": 30981.92, + "temperature": 39.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:20:00.000Z", + "level": 349.4, + "flow": 385.4, + "inflow": 413.5, + "volume": 30981.94, + "temperature": 39, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:30:00.000Z", + "level": 349.4, + "flow": 386.3, + "inflow": 411.4, + "volume": 30981.96, + "temperature": 39, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:40:00.000Z", + "level": 349.4, + "flow": 387.1, + "inflow": 414.1, + "volume": 30981.98, + "temperature": 38.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T07:50:00.000Z", + "level": 349.4, + "flow": 387.3, + "inflow": 408.9, + "volume": 30981.99, + "temperature": 39.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:00:00.000Z", + "level": 349.4, + "flow": 408.5, + "inflow": 409.4, + "volume": 30981.99, + "temperature": 39.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:10:00.000Z", + "level": 349.4, + "flow": 407.2, + "inflow": 407.7, + "volume": 30981.99, + "temperature": 37.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:20:00.000Z", + "level": 349.4, + "flow": 406.3, + "inflow": 406.8, + "volume": 30981.99, + "temperature": 38, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:30:00.000Z", + "level": 349.4, + "flow": 406.6, + "inflow": 410, + "volume": 30981.99, + "temperature": 37.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:40:00.000Z", + "level": 349.4, + "flow": 405.2, + "inflow": 410, + "volume": 30981.99, + "temperature": 38.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T08:50:00.000Z", + "level": 349.4, + "flow": 407.4, + "inflow": 407.6, + "volume": 30981.99, + "temperature": 38.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:00:00.000Z", + "level": 349.4, + "flow": 415.6, + "inflow": 401.1, + "volume": 30981.98, + "temperature": 37.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:10:00.000Z", + "level": 349.4, + "flow": 415.4, + "inflow": 399.5, + "volume": 30981.97, + "temperature": 38.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:20:00.000Z", + "level": 349.4, + "flow": 414.8, + "inflow": 399.3, + "volume": 30981.96, + "temperature": 37.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:30:00.000Z", + "level": 349.4, + "flow": 415, + "inflow": 398.9, + "volume": 30981.95, + "temperature": 38.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:40:00.000Z", + "level": 349.4, + "flow": 413.8, + "inflow": 401.4, + "volume": 30981.94, + "temperature": 38.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T09:50:00.000Z", + "level": 349.4, + "flow": 412.3, + "inflow": 404.4, + "volume": 30981.94, + "temperature": 38.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:00:00.000Z", + "level": 349.4, + "flow": 407.2, + "inflow": 392.9, + "volume": 30981.93, + "temperature": 36.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:10:00.000Z", + "level": 349.4, + "flow": 405.9, + "inflow": 397.5, + "volume": 30981.92, + "temperature": 37.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:20:00.000Z", + "level": 349.4, + "flow": 407, + "inflow": 394, + "volume": 30981.91, + "temperature": 36.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:30:00.000Z", + "level": 349.4, + "flow": 405.9, + "inflow": 393.9, + "volume": 30981.9, + "temperature": 36.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:40:00.000Z", + "level": 349.4, + "flow": 406.4, + "inflow": 391.3, + "volume": 30981.89, + "temperature": 36.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T10:50:00.000Z", + "level": 349.4, + "flow": 406, + "inflow": 396.4, + "volume": 30981.88, + "temperature": 37.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:00:00.000Z", + "level": 349.4, + "flow": 385.5, + "inflow": 387.7, + "volume": 30981.88, + "temperature": 36.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:10:00.000Z", + "level": 349.4, + "flow": 388.4, + "inflow": 384.4, + "volume": 30981.88, + "temperature": 37.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:20:00.000Z", + "level": 349.4, + "flow": 386.9, + "inflow": 387.1, + "volume": 30981.88, + "temperature": 36.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:30:00.000Z", + "level": 349.4, + "flow": 386.3, + "inflow": 383.2, + "volume": 30981.88, + "temperature": 37.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:40:00.000Z", + "level": 349.4, + "flow": 387.2, + "inflow": 387.7, + "volume": 30981.88, + "temperature": 36.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T11:50:00.000Z", + "level": 349.4, + "flow": 388.6, + "inflow": 383.6, + "volume": 30981.88, + "temperature": 36.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:00:00.000Z", + "level": 349.4, + "flow": 358.6, + "inflow": 377.8, + "volume": 30981.89, + "temperature": 35.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:10:00.000Z", + "level": 349.4, + "flow": 359.7, + "inflow": 374.5, + "volume": 30981.9, + "temperature": 36.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:20:00.000Z", + "level": 349.4, + "flow": 360.3, + "inflow": 379.4, + "volume": 30981.91, + "temperature": 36.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:30:00.000Z", + "level": 349.4, + "flow": 359.1, + "inflow": 375.8, + "volume": 30981.92, + "temperature": 35.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:40:00.000Z", + "level": 349.4, + "flow": 360.7, + "inflow": 378, + "volume": 30981.93, + "temperature": 34.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T12:50:00.000Z", + "level": 349.4, + "flow": 360.1, + "inflow": 373.2, + "volume": 30981.94, + "temperature": 35.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:00:00.000Z", + "level": 349.4, + "flow": 333.4, + "inflow": 364.6, + "volume": 30981.96, + "temperature": 34.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:10:00.000Z", + "level": 349.4, + "flow": 332.6, + "inflow": 367, + "volume": 30981.98, + "temperature": 35.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:20:00.000Z", + "level": 349.4, + "flow": 331.7, + "inflow": 365.1, + "volume": 30982, + "temperature": 35.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:30:00.000Z", + "level": 349.4, + "flow": 331.6, + "inflow": 366, + "volume": 30982.02, + "temperature": 34.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:40:00.000Z", + "level": 349.4, + "flow": 331.6, + "inflow": 365.2, + "volume": 30982.04, + "temperature": 35.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T13:50:00.000Z", + "level": 349.4, + "flow": 333.9, + "inflow": 364, + "volume": 30982.06, + "temperature": 35.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:00:00.000Z", + "level": 349.4, + "flow": 313, + "inflow": 359.8, + "volume": 30982.09, + "temperature": 34.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:10:00.000Z", + "level": 349.4, + "flow": 311.9, + "inflow": 360.2, + "volume": 30982.12, + "temperature": 34.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:20:00.000Z", + "level": 349.4, + "flow": 313.3, + "inflow": 355.7, + "volume": 30982.15, + "temperature": 33.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:30:00.000Z", + "level": 349.4, + "flow": 313.4, + "inflow": 359, + "volume": 30982.18, + "temperature": 33.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:40:00.000Z", + "level": 349.4, + "flow": 311.9, + "inflow": 359.5, + "volume": 30982.21, + "temperature": 34.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T14:50:00.000Z", + "level": 349.41, + "flow": 311.7, + "inflow": 360.5, + "volume": 30982.24, + "temperature": 34.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:00:00.000Z", + "level": 349.41, + "flow": 307, + "inflow": 348.3, + "volume": 30982.26, + "temperature": 33.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:10:00.000Z", + "level": 349.41, + "flow": 306.6, + "inflow": 348.9, + "volume": 30982.29, + "temperature": 34.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:20:00.000Z", + "level": 349.41, + "flow": 304.9, + "inflow": 352.9, + "volume": 30982.32, + "temperature": 34.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:30:00.000Z", + "level": 349.41, + "flow": 307.1, + "inflow": 348.6, + "volume": 30982.34, + "temperature": 34.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:40:00.000Z", + "level": 349.41, + "flow": 307.4, + "inflow": 351.2, + "volume": 30982.37, + "temperature": 33.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T15:50:00.000Z", + "level": 349.41, + "flow": 305.5, + "inflow": 353.1, + "volume": 30982.4, + "temperature": 34.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:00:00.000Z", + "level": 349.41, + "flow": 313.2, + "inflow": 342, + "volume": 30982.42, + "temperature": 32.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:10:00.000Z", + "level": 349.41, + "flow": 312.9, + "inflow": 348.5, + "volume": 30982.44, + "temperature": 34.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:20:00.000Z", + "level": 349.41, + "flow": 312.3, + "inflow": 348.3, + "volume": 30982.46, + "temperature": 33.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:30:00.000Z", + "level": 349.41, + "flow": 314.4, + "inflow": 346.1, + "volume": 30982.48, + "temperature": 33, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:40:00.000Z", + "level": 349.41, + "flow": 312.9, + "inflow": 345.7, + "volume": 30982.5, + "temperature": 32.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T16:50:00.000Z", + "level": 349.41, + "flow": 311.5, + "inflow": 342.4, + "volume": 30982.52, + "temperature": 32.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:00:00.000Z", + "level": 349.41, + "flow": 331.5, + "inflow": 343.7, + "volume": 30982.53, + "temperature": 33.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:10:00.000Z", + "level": 349.41, + "flow": 333.9, + "inflow": 345.2, + "volume": 30982.54, + "temperature": 32.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:20:00.000Z", + "level": 349.41, + "flow": 332.8, + "inflow": 344.7, + "volume": 30982.55, + "temperature": 33.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:30:00.000Z", + "level": 349.41, + "flow": 331.5, + "inflow": 341.6, + "volume": 30982.56, + "temperature": 33.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:40:00.000Z", + "level": 349.41, + "flow": 332.2, + "inflow": 339.2, + "volume": 30982.56, + "temperature": 32.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T17:50:00.000Z", + "level": 349.41, + "flow": 332.1, + "inflow": 344.9, + "volume": 30982.57, + "temperature": 32.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:00:00.000Z", + "level": 349.41, + "flow": 358.8, + "inflow": 341.4, + "volume": 30982.56, + "temperature": 32.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:10:00.000Z", + "level": 349.41, + "flow": 360, + "inflow": 341.4, + "volume": 30982.55, + "temperature": 32.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:20:00.000Z", + "level": 349.41, + "flow": 360.9, + "inflow": 342.2, + "volume": 30982.54, + "temperature": 33.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:30:00.000Z", + "level": 349.41, + "flow": 360.5, + "inflow": 338.9, + "volume": 30982.53, + "temperature": 33.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:40:00.000Z", + "level": 349.41, + "flow": 359.7, + "inflow": 344, + "volume": 30982.52, + "temperature": 33.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T18:50:00.000Z", + "level": 349.41, + "flow": 359.1, + "inflow": 342.7, + "volume": 30982.51, + "temperature": 32.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:00:00.000Z", + "level": 349.41, + "flow": 387, + "inflow": 340, + "volume": 30982.48, + "temperature": 33.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:10:00.000Z", + "level": 349.41, + "flow": 386.1, + "inflow": 343.7, + "volume": 30982.45, + "temperature": 32.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:20:00.000Z", + "level": 349.41, + "flow": 386.6, + "inflow": 343.3, + "volume": 30982.42, + "temperature": 32.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:30:00.000Z", + "level": 349.41, + "flow": 388.5, + "inflow": 341.7, + "volume": 30982.39, + "temperature": 33.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:40:00.000Z", + "level": 349.41, + "flow": 386.4, + "inflow": 339.7, + "volume": 30982.36, + "temperature": 33, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T19:50:00.000Z", + "level": 349.41, + "flow": 385.2, + "inflow": 344.2, + "volume": 30982.34, + "temperature": 32.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:00:00.000Z", + "level": 349.41, + "flow": 406.3, + "inflow": 346.4, + "volume": 30982.3, + "temperature": 33.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:10:00.000Z", + "level": 349.41, + "flow": 407.8, + "inflow": 346.8, + "volume": 30982.26, + "temperature": 33, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:20:00.000Z", + "level": 349.4, + "flow": 405, + "inflow": 344.8, + "volume": 30982.22, + "temperature": 33.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:30:00.000Z", + "level": 349.4, + "flow": 406.4, + "inflow": 345.9, + "volume": 30982.18, + "temperature": 32.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:40:00.000Z", + "level": 349.4, + "flow": 406.9, + "inflow": 342.2, + "volume": 30982.14, + "temperature": 34.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T20:50:00.000Z", + "level": 349.4, + "flow": 408.2, + "inflow": 343.1, + "volume": 30982.1, + "temperature": 33.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:00:00.000Z", + "level": 349.4, + "flow": 412.5, + "inflow": 353.1, + "volume": 30982.06, + "temperature": 33.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:10:00.000Z", + "level": 349.4, + "flow": 412.4, + "inflow": 350.3, + "volume": 30982.02, + "temperature": 34.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:20:00.000Z", + "level": 349.4, + "flow": 413.2, + "inflow": 352.5, + "volume": 30981.98, + "temperature": 34.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:30:00.000Z", + "level": 349.4, + "flow": 415.2, + "inflow": 351, + "volume": 30981.94, + "temperature": 33.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:40:00.000Z", + "level": 349.4, + "flow": 415.5, + "inflow": 352.7, + "volume": 30981.9, + "temperature": 33.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T21:50:00.000Z", + "level": 349.4, + "flow": 415.1, + "inflow": 347.6, + "volume": 30981.86, + "temperature": 34.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:00:00.000Z", + "level": 349.4, + "flow": 408.2, + "inflow": 355.4, + "volume": 30981.83, + "temperature": 34.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:10:00.000Z", + "level": 349.4, + "flow": 406.7, + "inflow": 356.2, + "volume": 30981.8, + "temperature": 34.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:20:00.000Z", + "level": 349.4, + "flow": 406.9, + "inflow": 360.1, + "volume": 30981.77, + "temperature": 34.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:30:00.000Z", + "level": 349.4, + "flow": 407.5, + "inflow": 357.6, + "volume": 30981.74, + "temperature": 33.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:40:00.000Z", + "level": 349.4, + "flow": 407.8, + "inflow": 361.1, + "volume": 30981.71, + "temperature": 34.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T22:50:00.000Z", + "level": 349.4, + "flow": 406.6, + "inflow": 359, + "volume": 30981.68, + "temperature": 33.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:00:00.000Z", + "level": 349.4, + "flow": 385.4, + "inflow": 365.6, + "volume": 30981.67, + "temperature": 34.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:10:00.000Z", + "level": 349.4, + "flow": 386.3, + "inflow": 363.7, + "volume": 30981.66, + "temperature": 36.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:20:00.000Z", + "level": 349.4, + "flow": 387.9, + "inflow": 368.2, + "volume": 30981.65, + "temperature": 34.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:30:00.000Z", + "level": 349.4, + "flow": 386.8, + "inflow": 366.6, + "volume": 30981.64, + "temperature": 34.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:40:00.000Z", + "level": 349.4, + "flow": 388.7, + "inflow": 370.6, + "volume": 30981.63, + "temperature": 36, + "precipitation": 0 + }, + { + "timestamp": "2026-06-08T23:50:00.000Z", + "level": 349.4, + "flow": 385.9, + "inflow": 369, + "volume": 30981.62, + "temperature": 35.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:00:00.000Z", + "level": 349.4, + "flow": 358.5, + "inflow": 375.3, + "volume": 30981.63, + "temperature": 36.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:10:00.000Z", + "level": 349.4, + "flow": 359.6, + "inflow": 378.2, + "volume": 30981.64, + "temperature": 35.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:20:00.000Z", + "level": 349.4, + "flow": 358.3, + "inflow": 377.5, + "volume": 30981.65, + "temperature": 35, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:30:00.000Z", + "level": 349.4, + "flow": 358.5, + "inflow": 379.9, + "volume": 30981.66, + "temperature": 36.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:40:00.000Z", + "level": 349.4, + "flow": 361.1, + "inflow": 374.9, + "volume": 30981.67, + "temperature": 36.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T00:50:00.000Z", + "level": 349.4, + "flow": 358.4, + "inflow": 375.9, + "volume": 30981.68, + "temperature": 35, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:00:00.000Z", + "level": 349.4, + "flow": 331.9, + "inflow": 383.7, + "volume": 30981.71, + "temperature": 35.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:10:00.000Z", + "level": 349.4, + "flow": 333.1, + "inflow": 385.2, + "volume": 30981.74, + "temperature": 35.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:20:00.000Z", + "level": 349.4, + "flow": 331.5, + "inflow": 383.7, + "volume": 30981.77, + "temperature": 37.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:30:00.000Z", + "level": 349.4, + "flow": 334, + "inflow": 389, + "volume": 30981.8, + "temperature": 37.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:40:00.000Z", + "level": 349.4, + "flow": 333.6, + "inflow": 389.9, + "volume": 30981.83, + "temperature": 35.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T01:50:00.000Z", + "level": 349.4, + "flow": 334.4, + "inflow": 387, + "volume": 30981.86, + "temperature": 37.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:00:00.000Z", + "level": 349.4, + "flow": 313.9, + "inflow": 394.9, + "volume": 30981.91, + "temperature": 36.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:10:00.000Z", + "level": 349.4, + "flow": 311.5, + "inflow": 397.5, + "volume": 30981.96, + "temperature": 37.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:20:00.000Z", + "level": 349.4, + "flow": 314.5, + "inflow": 397.4, + "volume": 30982.01, + "temperature": 36.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:30:00.000Z", + "level": 349.4, + "flow": 315, + "inflow": 395, + "volume": 30982.06, + "temperature": 37.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:40:00.000Z", + "level": 349.4, + "flow": 312.3, + "inflow": 394.6, + "volume": 30982.11, + "temperature": 36.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T02:50:00.000Z", + "level": 349.4, + "flow": 313.3, + "inflow": 396.9, + "volume": 30982.16, + "temperature": 36.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:00:00.000Z", + "level": 349.4, + "flow": 304.9, + "inflow": 401.1, + "volume": 30982.22, + "temperature": 38.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:10:00.000Z", + "level": 349.41, + "flow": 307.7, + "inflow": 401.2, + "volume": 30982.28, + "temperature": 38.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:20:00.000Z", + "level": 349.41, + "flow": 306, + "inflow": 402.6, + "volume": 30982.34, + "temperature": 38.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:30:00.000Z", + "level": 349.41, + "flow": 307, + "inflow": 405.6, + "volume": 30982.4, + "temperature": 38.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:40:00.000Z", + "level": 349.41, + "flow": 306, + "inflow": 405.8, + "volume": 30982.46, + "temperature": 37.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T03:50:00.000Z", + "level": 349.41, + "flow": 306.1, + "inflow": 405.3, + "volume": 30982.52, + "temperature": 38.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:00:00.000Z", + "level": 349.41, + "flow": 312.8, + "inflow": 410.8, + "volume": 30982.58, + "temperature": 37.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:10:00.000Z", + "level": 349.41, + "flow": 312.9, + "inflow": 409.7, + "volume": 30982.64, + "temperature": 37.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:20:00.000Z", + "level": 349.41, + "flow": 313.1, + "inflow": 411.3, + "volume": 30982.7, + "temperature": 38.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:30:00.000Z", + "level": 349.41, + "flow": 315, + "inflow": 408.8, + "volume": 30982.76, + "temperature": 37.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:40:00.000Z", + "level": 349.41, + "flow": 313.1, + "inflow": 406.6, + "volume": 30982.82, + "temperature": 37.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T04:50:00.000Z", + "level": 349.41, + "flow": 312.1, + "inflow": 406.6, + "volume": 30982.88, + "temperature": 38.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:00:00.000Z", + "level": 349.41, + "flow": 333.2, + "inflow": 411.7, + "volume": 30982.93, + "temperature": 39.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:10:00.000Z", + "level": 349.41, + "flow": 334.5, + "inflow": 410, + "volume": 30982.98, + "temperature": 39.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:20:00.000Z", + "level": 349.41, + "flow": 332, + "inflow": 411.7, + "volume": 30983.03, + "temperature": 38.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:30:00.000Z", + "level": 349.41, + "flow": 333.4, + "inflow": 408.8, + "volume": 30983.08, + "temperature": 37.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:40:00.000Z", + "level": 349.41, + "flow": 333.7, + "inflow": 412.6, + "volume": 30983.13, + "temperature": 39.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T05:50:00.000Z", + "level": 349.41, + "flow": 333.5, + "inflow": 411.1, + "volume": 30983.18, + "temperature": 38.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:00:00.000Z", + "level": 349.41, + "flow": 360, + "inflow": 410.7, + "volume": 30983.21, + "temperature": 38.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:10:00.000Z", + "level": 349.41, + "flow": 360.5, + "inflow": 414.8, + "volume": 30983.24, + "temperature": 39.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:20:00.000Z", + "level": 349.41, + "flow": 361, + "inflow": 415, + "volume": 30983.27, + "temperature": 38.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:30:00.000Z", + "level": 349.41, + "flow": 361.1, + "inflow": 410.2, + "volume": 30983.3, + "temperature": 39, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:40:00.000Z", + "level": 349.42, + "flow": 361.5, + "inflow": 409.7, + "volume": 30983.33, + "temperature": 38.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T06:50:00.000Z", + "level": 349.42, + "flow": 358.5, + "inflow": 413.6, + "volume": 30983.36, + "temperature": 38.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:00:00.000Z", + "level": 349.42, + "flow": 386.6, + "inflow": 410.4, + "volume": 30983.37, + "temperature": 38.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:10:00.000Z", + "level": 349.42, + "flow": 388.7, + "inflow": 410.2, + "volume": 30983.38, + "temperature": 38.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:20:00.000Z", + "level": 349.42, + "flow": 386.1, + "inflow": 415.6, + "volume": 30983.4, + "temperature": 37.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:30:00.000Z", + "level": 349.42, + "flow": 387.6, + "inflow": 415.2, + "volume": 30983.42, + "temperature": 37.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:40:00.000Z", + "level": 349.42, + "flow": 387.9, + "inflow": 414.5, + "volume": 30983.44, + "temperature": 38.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T07:50:00.000Z", + "level": 349.42, + "flow": 388.4, + "inflow": 414.4, + "volume": 30983.46, + "temperature": 39.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:00:00.000Z", + "level": 349.42, + "flow": 407.6, + "inflow": 407, + "volume": 30983.46, + "temperature": 38.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:10:00.000Z", + "level": 349.42, + "flow": 406.6, + "inflow": 408.2, + "volume": 30983.46, + "temperature": 37.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:20:00.000Z", + "level": 349.42, + "flow": 407.1, + "inflow": 408.6, + "volume": 30983.46, + "temperature": 37.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:30:00.000Z", + "level": 349.42, + "flow": 405, + "inflow": 411.9, + "volume": 30983.46, + "temperature": 38.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:40:00.000Z", + "level": 349.42, + "flow": 407.7, + "inflow": 411.4, + "volume": 30983.46, + "temperature": 37.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T08:50:00.000Z", + "level": 349.42, + "flow": 407.3, + "inflow": 410.7, + "volume": 30983.46, + "temperature": 38.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:00:00.000Z", + "level": 349.42, + "flow": 412.5, + "inflow": 399.7, + "volume": 30983.45, + "temperature": 38.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:10:00.000Z", + "level": 349.42, + "flow": 414.5, + "inflow": 400.9, + "volume": 30983.44, + "temperature": 38.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:20:00.000Z", + "level": 349.42, + "flow": 413.1, + "inflow": 403.9, + "volume": 30983.43, + "temperature": 38.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:30:00.000Z", + "level": 349.42, + "flow": 415.1, + "inflow": 402.4, + "volume": 30983.42, + "temperature": 38.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:40:00.000Z", + "level": 349.42, + "flow": 412.8, + "inflow": 404.3, + "volume": 30983.41, + "temperature": 37.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T09:50:00.000Z", + "level": 349.42, + "flow": 413.6, + "inflow": 404.3, + "volume": 30983.4, + "temperature": 38.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:00:00.000Z", + "level": 349.42, + "flow": 406, + "inflow": 394.5, + "volume": 30983.39, + "temperature": 38.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:10:00.000Z", + "level": 349.42, + "flow": 405.4, + "inflow": 396.6, + "volume": 30983.38, + "temperature": 38.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:20:00.000Z", + "level": 349.42, + "flow": 407.2, + "inflow": 396.7, + "volume": 30983.37, + "temperature": 36.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:30:00.000Z", + "level": 349.42, + "flow": 407, + "inflow": 394.5, + "volume": 30983.36, + "temperature": 36.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:40:00.000Z", + "level": 349.42, + "flow": 406.2, + "inflow": 392.5, + "volume": 30983.35, + "temperature": 37.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T10:50:00.000Z", + "level": 349.42, + "flow": 407.9, + "inflow": 397.4, + "volume": 30983.34, + "temperature": 38.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:00:00.000Z", + "level": 349.42, + "flow": 385.7, + "inflow": 389.3, + "volume": 30983.34, + "temperature": 35.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:10:00.000Z", + "level": 349.42, + "flow": 388.3, + "inflow": 386.7, + "volume": 30983.34, + "temperature": 35.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:20:00.000Z", + "level": 349.42, + "flow": 388, + "inflow": 385.9, + "volume": 30983.34, + "temperature": 35.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:30:00.000Z", + "level": 349.42, + "flow": 385.8, + "inflow": 385.7, + "volume": 30983.34, + "temperature": 36.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:40:00.000Z", + "level": 349.42, + "flow": 386.5, + "inflow": 383.8, + "volume": 30983.34, + "temperature": 36.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T11:50:00.000Z", + "level": 349.42, + "flow": 386.5, + "inflow": 387.9, + "volume": 30983.34, + "temperature": 36.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:00:00.000Z", + "level": 349.42, + "flow": 359.6, + "inflow": 379, + "volume": 30983.35, + "temperature": 35.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:10:00.000Z", + "level": 349.42, + "flow": 359.5, + "inflow": 378, + "volume": 30983.36, + "temperature": 35.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:20:00.000Z", + "level": 349.42, + "flow": 360.9, + "inflow": 380.8, + "volume": 30983.37, + "temperature": 35.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:30:00.000Z", + "level": 349.42, + "flow": 360.8, + "inflow": 378, + "volume": 30983.38, + "temperature": 35.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:40:00.000Z", + "level": 349.42, + "flow": 361.8, + "inflow": 379.3, + "volume": 30983.39, + "temperature": 35.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T12:50:00.000Z", + "level": 349.42, + "flow": 358.9, + "inflow": 380.5, + "volume": 30983.4, + "temperature": 36.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:00:00.000Z", + "level": 349.42, + "flow": 332.6, + "inflow": 368.5, + "volume": 30983.42, + "temperature": 34.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:10:00.000Z", + "level": 349.42, + "flow": 331.2, + "inflow": 366.3, + "volume": 30983.44, + "temperature": 35, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:20:00.000Z", + "level": 349.42, + "flow": 333.8, + "inflow": 366.3, + "volume": 30983.46, + "temperature": 34.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:30:00.000Z", + "level": 349.42, + "flow": 334.5, + "inflow": 370.1, + "volume": 30983.48, + "temperature": 35.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:40:00.000Z", + "level": 349.42, + "flow": 332.4, + "inflow": 364.5, + "volume": 30983.5, + "temperature": 35.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T13:50:00.000Z", + "level": 349.42, + "flow": 332.7, + "inflow": 365.2, + "volume": 30983.52, + "temperature": 35.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:00:00.000Z", + "level": 349.42, + "flow": 314.7, + "inflow": 355.7, + "volume": 30983.54, + "temperature": 33.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:10:00.000Z", + "level": 349.42, + "flow": 314.5, + "inflow": 361.8, + "volume": 30983.57, + "temperature": 33.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:20:00.000Z", + "level": 349.42, + "flow": 312, + "inflow": 362.4, + "volume": 30983.6, + "temperature": 35.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:30:00.000Z", + "level": 349.42, + "flow": 311.6, + "inflow": 359.8, + "volume": 30983.63, + "temperature": 34.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:40:00.000Z", + "level": 349.42, + "flow": 314.5, + "inflow": 358, + "volume": 30983.66, + "temperature": 34.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T14:50:00.000Z", + "level": 349.42, + "flow": 312.2, + "inflow": 359.6, + "volume": 30983.69, + "temperature": 34.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:00:00.000Z", + "level": 349.42, + "flow": 307.6, + "inflow": 351.8, + "volume": 30983.72, + "temperature": 33.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:10:00.000Z", + "level": 349.42, + "flow": 304.6, + "inflow": 353, + "volume": 30983.75, + "temperature": 33.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:20:00.000Z", + "level": 349.42, + "flow": 305.9, + "inflow": 350.9, + "volume": 30983.78, + "temperature": 33.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:30:00.000Z", + "level": 349.42, + "flow": 305.2, + "inflow": 351, + "volume": 30983.81, + "temperature": 33, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:40:00.000Z", + "level": 349.42, + "flow": 307.3, + "inflow": 350.1, + "volume": 30983.84, + "temperature": 34.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T15:50:00.000Z", + "level": 349.42, + "flow": 305.9, + "inflow": 352.2, + "volume": 30983.87, + "temperature": 34.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:00:00.000Z", + "level": 349.42, + "flow": 313.4, + "inflow": 348.8, + "volume": 30983.89, + "temperature": 32.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:10:00.000Z", + "level": 349.42, + "flow": 313, + "inflow": 347.3, + "volume": 30983.91, + "temperature": 32.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:20:00.000Z", + "level": 349.42, + "flow": 314.9, + "inflow": 346.1, + "volume": 30983.93, + "temperature": 32.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:30:00.000Z", + "level": 349.42, + "flow": 311.5, + "inflow": 346.4, + "volume": 30983.95, + "temperature": 32.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:40:00.000Z", + "level": 349.42, + "flow": 311.6, + "inflow": 346.9, + "volume": 30983.97, + "temperature": 34, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T16:50:00.000Z", + "level": 349.42, + "flow": 313.8, + "inflow": 346.5, + "volume": 30983.99, + "temperature": 32.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:00:00.000Z", + "level": 349.42, + "flow": 332.6, + "inflow": 343, + "volume": 30984, + "temperature": 33.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:10:00.000Z", + "level": 349.42, + "flow": 334.3, + "inflow": 345, + "volume": 30984.01, + "temperature": 32.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:20:00.000Z", + "level": 349.42, + "flow": 333.9, + "inflow": 346.1, + "volume": 30984.02, + "temperature": 32.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:30:00.000Z", + "level": 349.42, + "flow": 332.9, + "inflow": 345.1, + "volume": 30984.03, + "temperature": 32.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:40:00.000Z", + "level": 349.42, + "flow": 332.1, + "inflow": 344.7, + "volume": 30984.04, + "temperature": 33.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T17:50:00.000Z", + "level": 349.42, + "flow": 333.5, + "inflow": 340.4, + "volume": 30984.04, + "temperature": 33.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:00:00.000Z", + "level": 349.42, + "flow": 361.1, + "inflow": 342.9, + "volume": 30984.03, + "temperature": 33.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:10:00.000Z", + "level": 349.42, + "flow": 361.3, + "inflow": 338.5, + "volume": 30984.02, + "temperature": 33.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:20:00.000Z", + "level": 349.42, + "flow": 361.2, + "inflow": 338.4, + "volume": 30984.01, + "temperature": 33.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:30:00.000Z", + "level": 349.42, + "flow": 360.1, + "inflow": 342.7, + "volume": 30984, + "temperature": 32.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 349.42, + "flow": 359, + "inflow": 343.3, + "volume": 30983.99, + "temperature": 33.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 349.42, + "flow": 361, + "inflow": 342.5, + "volume": 30983.98, + "temperature": 33.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 349.42, + "flow": 388.8, + "inflow": 342.3, + "volume": 30983.95, + "temperature": 33.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 349.42, + "flow": 387.1, + "inflow": 339.8, + "volume": 30983.92, + "temperature": 33.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 349.42, + "flow": 388.1, + "inflow": 340.3, + "volume": 30983.89, + "temperature": 33.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 349.42, + "flow": 387, + "inflow": 344.4, + "volume": 30983.86, + "temperature": 33.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 349.42, + "flow": 388, + "inflow": 341, + "volume": 30983.83, + "temperature": 32.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 349.42, + "flow": 387.9, + "inflow": 344, + "volume": 30983.8, + "temperature": 33.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 349.42, + "flow": 407, + "inflow": 347.3, + "volume": 30983.76, + "temperature": 35.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 349.42, + "flow": 405.8, + "inflow": 344.7, + "volume": 30983.72, + "temperature": 34.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 349.42, + "flow": 405.6, + "inflow": 348.1, + "volume": 30983.69, + "temperature": 36, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 349.42, + "flow": 405, + "inflow": 344.9, + "volume": 30983.65, + "temperature": 34.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 349.42, + "flow": 407.1, + "inflow": 346.1, + "volume": 30983.61, + "temperature": 35.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 349.42, + "flow": 405.3, + "inflow": 346.5, + "volume": 30983.57, + "temperature": 35, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 349.42, + "flow": 414.6, + "inflow": 349.2, + "volume": 30983.53, + "temperature": 36.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 349.42, + "flow": 414.2, + "inflow": 354.4, + "volume": 30983.49, + "temperature": 35.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 349.42, + "flow": 412.3, + "inflow": 350.4, + "volume": 30983.45, + "temperature": 37.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 349.42, + "flow": 414.6, + "inflow": 352.1, + "volume": 30983.41, + "temperature": 36.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 349.42, + "flow": 415.2, + "inflow": 351.2, + "volume": 30983.37, + "temperature": 35.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 349.42, + "flow": 414.9, + "inflow": 353.1, + "volume": 30983.33, + "temperature": 36.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 349.41, + "flow": 406.4, + "inflow": 361.5, + "volume": 30983.3, + "temperature": 37.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 349.41, + "flow": 407.1, + "inflow": 356.5, + "volume": 30983.27, + "temperature": 37, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 349.41, + "flow": 407.3, + "inflow": 360.5, + "volume": 30983.24, + "temperature": 37.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 349.41, + "flow": 407.9, + "inflow": 359.3, + "volume": 30983.21, + "temperature": 36.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 349.41, + "flow": 406.8, + "inflow": 355.9, + "volume": 30983.18, + "temperature": 37.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 349.41, + "flow": 405.1, + "inflow": 361.9, + "volume": 30983.15, + "temperature": 38.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 349.41, + "flow": 385.5, + "inflow": 368, + "volume": 30983.14, + "temperature": 38.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 349.41, + "flow": 385.4, + "inflow": 371.1, + "volume": 30983.13, + "temperature": 37.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 349.41, + "flow": 388.4, + "inflow": 371.2, + "volume": 30983.12, + "temperature": 37.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 349.41, + "flow": 386.9, + "inflow": 368, + "volume": 30983.11, + "temperature": 37.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 349.41, + "flow": 386.3, + "inflow": 368.5, + "volume": 30983.1, + "temperature": 38.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 349.41, + "flow": 388.5, + "inflow": 370.1, + "volume": 30983.09, + "temperature": 36.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 349.41, + "flow": 358.5, + "inflow": 378.4, + "volume": 30983.1, + "temperature": 38.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 349.41, + "flow": 358.7, + "inflow": 378.4, + "volume": 30983.11, + "temperature": 37.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 349.41, + "flow": 361.1, + "inflow": 376.9, + "volume": 30983.12, + "temperature": 38.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 349.41, + "flow": 358.8, + "inflow": 378.6, + "volume": 30983.13, + "temperature": 38.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 349.41, + "flow": 361, + "inflow": 375.7, + "volume": 30983.14, + "temperature": 38.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 349.41, + "flow": 359.6, + "inflow": 374.7, + "volume": 30983.15, + "temperature": 37.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 349.41, + "flow": 333, + "inflow": 390.7, + "volume": 30983.18, + "temperature": 38.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 349.41, + "flow": 332.5, + "inflow": 388.1, + "volume": 30983.21, + "temperature": 37.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 349.41, + "flow": 331.7, + "inflow": 390.2, + "volume": 30983.25, + "temperature": 38.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 349.41, + "flow": 332.4, + "inflow": 389.9, + "volume": 30983.28, + "temperature": 38.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 349.42, + "flow": 331.5, + "inflow": 384.6, + "volume": 30983.31, + "temperature": 38.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 349.42, + "flow": 331.8, + "inflow": 386, + "volume": 30983.34, + "temperature": 38, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 349.42, + "flow": 311.9, + "inflow": 398.8, + "volume": 30983.39, + "temperature": 39.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 349.42, + "flow": 314.7, + "inflow": 393.6, + "volume": 30983.44, + "temperature": 37.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 349.42, + "flow": 313.5, + "inflow": 396.7, + "volume": 30983.49, + "temperature": 37.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 349.42, + "flow": 312.2, + "inflow": 393.7, + "volume": 30983.54, + "temperature": 37.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 349.42, + "flow": 314.5, + "inflow": 398.3, + "volume": 30983.59, + "temperature": 35.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 349.42, + "flow": 312.2, + "inflow": 398.4, + "volume": 30983.64, + "temperature": 35.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 349.42, + "flow": 306, + "inflow": 406, + "volume": 30983.7, + "temperature": 35.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 349.42, + "flow": 304.6, + "inflow": 406.4, + "volume": 30983.76, + "temperature": 35, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 349.42, + "flow": 305.7, + "inflow": 403.3, + "volume": 30983.82, + "temperature": 36.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 349.42, + "flow": 306.8, + "inflow": 405.5, + "volume": 30983.88, + "temperature": 34.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 349.42, + "flow": 306.6, + "inflow": 402.6, + "volume": 30983.94, + "temperature": 35.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 349.42, + "flow": 304.5, + "inflow": 404.2, + "volume": 30984, + "temperature": 34.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 349.42, + "flow": 313.4, + "inflow": 412.1, + "volume": 30984.06, + "temperature": 34.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 349.42, + "flow": 312.6, + "inflow": 406.9, + "volume": 30984.12, + "temperature": 35.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 349.42, + "flow": 313.6, + "inflow": 412.6, + "volume": 30984.18, + "temperature": 34.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 349.42, + "flow": 314, + "inflow": 406.7, + "volume": 30984.24, + "temperature": 35, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 349.42, + "flow": 314.6, + "inflow": 412.5, + "volume": 30984.3, + "temperature": 34.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 349.42, + "flow": 314.7, + "inflow": 408.2, + "volume": 30984.36, + "temperature": 34.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 349.43, + "flow": 333.1, + "inflow": 412.3, + "volume": 30984.41, + "temperature": 34.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 349.43, + "flow": 334.4, + "inflow": 412.1, + "volume": 30984.46, + "temperature": 34.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 349.43, + "flow": 333.3, + "inflow": 411.8, + "volume": 30984.51, + "temperature": 33.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 349.43, + "flow": 332.6, + "inflow": 410.4, + "volume": 30984.56, + "temperature": 35.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 349.43, + "flow": 334.4, + "inflow": 415.9, + "volume": 30984.61, + "temperature": 34, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 349.43, + "flow": 333.8, + "inflow": 411.5, + "volume": 30984.66, + "temperature": 34.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 349.43, + "flow": 361.1, + "inflow": 412.2, + "volume": 30984.69, + "temperature": 33.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 349.43, + "flow": 359, + "inflow": 417, + "volume": 30984.72, + "temperature": 34.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 349.43, + "flow": 361.3, + "inflow": 417.3, + "volume": 30984.75, + "temperature": 33.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 349.43, + "flow": 360.9, + "inflow": 414.5, + "volume": 30984.78, + "temperature": 33.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 349.43, + "flow": 358.9, + "inflow": 413.3, + "volume": 30984.81, + "temperature": 34.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 349.43, + "flow": 360.9, + "inflow": 411.8, + "volume": 30984.84, + "temperature": 32.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 349.43, + "flow": 387.8, + "inflow": 412.6, + "volume": 30984.85, + "temperature": 34, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 349.43, + "flow": 388.5, + "inflow": 413.3, + "volume": 30984.86, + "temperature": 34, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 349.43, + "flow": 386.3, + "inflow": 409.9, + "volume": 30984.87, + "temperature": 34.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 349.43, + "flow": 386.9, + "inflow": 411.8, + "volume": 30984.88, + "temperature": 32.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 349.43, + "flow": 386.9, + "inflow": 411.1, + "volume": 30984.89, + "temperature": 32.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 349.43, + "flow": 385.9, + "inflow": 415.7, + "volume": 30984.91, + "temperature": 33.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 349.43, + "flow": 405.1, + "inflow": 410.5, + "volume": 30984.91, + "temperature": 33.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 349.43, + "flow": 405, + "inflow": 409.2, + "volume": 30984.91, + "temperature": 32.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 349.43, + "flow": 406.1, + "inflow": 406.2, + "volume": 30984.91, + "temperature": 31.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 349.43, + "flow": 406.8, + "inflow": 406.2, + "volume": 30984.91, + "temperature": 32.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 349.43, + "flow": 406.1, + "inflow": 410.3, + "volume": 30984.91, + "temperature": 30.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 349.43, + "flow": 407.1, + "inflow": 407.4, + "volume": 30984.91, + "temperature": 31.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 349.43, + "flow": 414.6, + "inflow": 404.2, + "volume": 30984.9, + "temperature": 31.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 349.43, + "flow": 415.5, + "inflow": 403.9, + "volume": 30984.89, + "temperature": 30.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 349.43, + "flow": 415.6, + "inflow": 402.2, + "volume": 30984.88, + "temperature": 30.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 349.43, + "flow": 412.2, + "inflow": 404, + "volume": 30984.88, + "temperature": 30.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 349.43, + "flow": 414.4, + "inflow": 399.9, + "volume": 30984.87, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 349.43, + "flow": 415.3, + "inflow": 402.4, + "volume": 30984.86, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 349.43, + "flow": 408.4, + "inflow": 397, + "volume": 30984.85, + "temperature": 30.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 349.43, + "flow": 406.8, + "inflow": 393.7, + "volume": 30984.84, + "temperature": 29.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 349.43, + "flow": 406.8, + "inflow": 398.8, + "volume": 30984.84, + "temperature": 29.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 349.43, + "flow": 408.1, + "inflow": 397.7, + "volume": 30984.83, + "temperature": 29.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 349.43, + "flow": 405.4, + "inflow": 397, + "volume": 30984.82, + "temperature": 29.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 349.43, + "flow": 407.1, + "inflow": 392.9, + "volume": 30984.81, + "temperature": 29, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 349.43, + "flow": 388.7, + "inflow": 387.7, + "volume": 30984.81, + "temperature": 27.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 349.43, + "flow": 388.8, + "inflow": 389.3, + "volume": 30984.81, + "temperature": 28.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 349.43, + "flow": 386.7, + "inflow": 385.2, + "volume": 30984.81, + "temperature": 27.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 349.43, + "flow": 387.3, + "inflow": 385.1, + "volume": 30984.81, + "temperature": 26.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 349.43, + "flow": 386, + "inflow": 389.8, + "volume": 30984.81, + "temperature": 28, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 349.43, + "flow": 385.4, + "inflow": 383.7, + "volume": 30984.81, + "temperature": 28.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 349.43, + "flow": 361.8, + "inflow": 380, + "volume": 30984.82, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 349.43, + "flow": 360.4, + "inflow": 375.1, + "volume": 30984.83, + "temperature": 27.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 349.43, + "flow": 359.9, + "inflow": 379, + "volume": 30984.84, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 349.43, + "flow": 359.5, + "inflow": 374.3, + "volume": 30984.85, + "temperature": 26.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 349.43, + "flow": 361.1, + "inflow": 377.2, + "volume": 30984.86, + "temperature": 26.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 349.43, + "flow": 359.5, + "inflow": 380.2, + "volume": 30984.87, + "temperature": 27, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 349.43, + "flow": 333.7, + "inflow": 368.9, + "volume": 30984.89, + "temperature": 26.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 349.43, + "flow": 333.6, + "inflow": 370.3, + "volume": 30984.91, + "temperature": 26, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 349.43, + "flow": 333, + "inflow": 366.8, + "volume": 30984.93, + "temperature": 25.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 349.43, + "flow": 334.4, + "inflow": 370.9, + "volume": 30984.95, + "temperature": 27.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 349.43, + "flow": 333.5, + "inflow": 368.7, + "volume": 30984.97, + "temperature": 28.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 349.43, + "flow": 333.7, + "inflow": 365.7, + "volume": 30984.99, + "temperature": 28.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 349.43, + "flow": 313, + "inflow": 359.6, + "volume": 30985.02, + "temperature": 28.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 349.43, + "flow": 313.7, + "inflow": 360.7, + "volume": 30985.05, + "temperature": 27.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 349.43, + "flow": 312.5, + "inflow": 358.1, + "volume": 30985.08, + "temperature": 29.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 349.43, + "flow": 314.8, + "inflow": 363, + "volume": 30985.11, + "temperature": 28.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 349.43, + "flow": 312, + "inflow": 357.7, + "volume": 30985.14, + "temperature": 29.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 349.43, + "flow": 312.3, + "inflow": 363.1, + "volume": 30985.17, + "temperature": 29.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 349.43, + "flow": 304.6, + "inflow": 353.5, + "volume": 30985.2, + "temperature": 29.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 349.43, + "flow": 306, + "inflow": 353.7, + "volume": 30985.23, + "temperature": 30.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 349.43, + "flow": 305.1, + "inflow": 352.4, + "volume": 30985.26, + "temperature": 29.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 349.43, + "flow": 305.7, + "inflow": 354.3, + "volume": 30985.29, + "temperature": 30.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 349.43, + "flow": 304.8, + "inflow": 352.1, + "volume": 30985.32, + "temperature": 31.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 349.43, + "flow": 306.2, + "inflow": 353.5, + "volume": 30985.35, + "temperature": 29.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 349.43, + "flow": 313.1, + "inflow": 346.4, + "volume": 30985.37, + "temperature": 31.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 349.43, + "flow": 314.8, + "inflow": 346, + "volume": 30985.39, + "temperature": 31, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 349.43, + "flow": 313.5, + "inflow": 344.5, + "volume": 30985.41, + "temperature": 30.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 349.43, + "flow": 314.3, + "inflow": 344.8, + "volume": 30985.43, + "temperature": 31.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 349.44, + "flow": 312.8, + "inflow": 344.5, + "volume": 30985.45, + "temperature": 32.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 349.44, + "flow": 312.3, + "inflow": 347.6, + "volume": 30985.47, + "temperature": 32.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 349.44, + "flow": 333.2, + "inflow": 342.2, + "volume": 30985.48, + "temperature": 32.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 349.44, + "flow": 334.5, + "inflow": 339.7, + "volume": 30985.48, + "temperature": 34, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 349.44, + "flow": 333.1, + "inflow": 345.5, + "volume": 30985.49, + "temperature": 34.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 349.44, + "flow": 332.3, + "inflow": 344.3, + "volume": 30985.5, + "temperature": 35, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 349.44, + "flow": 332.8, + "inflow": 345.4, + "volume": 30985.51, + "temperature": 33.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 349.44, + "flow": 333.7, + "inflow": 341.1, + "volume": 30985.51, + "temperature": 34.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 349.44, + "flow": 359.7, + "inflow": 338.5, + "volume": 30985.5, + "temperature": 34.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 349.44, + "flow": 360.4, + "inflow": 339.3, + "volume": 30985.49, + "temperature": 36.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 349.44, + "flow": 360.6, + "inflow": 339.9, + "volume": 30985.48, + "temperature": 36.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 349.44, + "flow": 360.9, + "inflow": 338.4, + "volume": 30985.47, + "temperature": 36.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 349.44, + "flow": 358.9, + "inflow": 341, + "volume": 30985.46, + "temperature": 36.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 349.44, + "flow": 360.1, + "inflow": 344.6, + "volume": 30985.45, + "temperature": 36, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 349.43, + "flow": 388.7, + "inflow": 344, + "volume": 30985.42, + "temperature": 37.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 349.43, + "flow": 387.8, + "inflow": 340.4, + "volume": 30985.39, + "temperature": 36.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 349.43, + "flow": 387.9, + "inflow": 346.5, + "volume": 30985.37, + "temperature": 36.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 349.43, + "flow": 386.9, + "inflow": 341.5, + "volume": 30985.34, + "temperature": 37, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 349.43, + "flow": 388.4, + "inflow": 344.7, + "volume": 30985.31, + "temperature": 37.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 349.43, + "flow": 386.4, + "inflow": 344.3, + "volume": 30985.28, + "temperature": 37.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 349.43, + "flow": 408.4, + "inflow": 345.6, + "volume": 30985.24, + "temperature": 37.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 349.43, + "flow": 408.4, + "inflow": 343.6, + "volume": 30985.2, + "temperature": 37.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 349.43, + "flow": 405.4, + "inflow": 343.6, + "volume": 30985.16, + "temperature": 38.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 349.43, + "flow": 407.5, + "inflow": 347.8, + "volume": 30985.12, + "temperature": 38.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 349.43, + "flow": 407.5, + "inflow": 344.7, + "volume": 30985.08, + "temperature": 38.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 349.43, + "flow": 406.8, + "inflow": 345.2, + "volume": 30985.04, + "temperature": 38.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 349.43, + "flow": 415.1, + "inflow": 352.4, + "volume": 30985, + "temperature": 38.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 349.43, + "flow": 415.5, + "inflow": 349.6, + "volume": 30984.96, + "temperature": 39.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 349.43, + "flow": 413, + "inflow": 353.5, + "volume": 30984.92, + "temperature": 39.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 349.43, + "flow": 414, + "inflow": 349.1, + "volume": 30984.88, + "temperature": 38.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 349.43, + "flow": 413.9, + "inflow": 355, + "volume": 30984.84, + "temperature": 39.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 349.43, + "flow": 415, + "inflow": 352.8, + "volume": 30984.8, + "temperature": 39.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 349.43, + "flow": 407.5, + "inflow": 360.3, + "volume": 30984.77, + "temperature": 39.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 349.43, + "flow": 405.7, + "inflow": 362.4, + "volume": 30984.74, + "temperature": 39.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 349.43, + "flow": 406.5, + "inflow": 358.7, + "volume": 30984.71, + "temperature": 39.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 349.43, + "flow": 406, + "inflow": 363.3, + "volume": 30984.68, + "temperature": 40.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 349.43, + "flow": 405.8, + "inflow": 356.4, + "volume": 30984.65, + "temperature": 40.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 349.43, + "flow": 405.6, + "inflow": 357, + "volume": 30984.62, + "temperature": 40.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 349.43, + "flow": 387.2, + "inflow": 371.2, + "volume": 30984.61, + "temperature": 40.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 349.43, + "flow": 386.6, + "inflow": 369.5, + "volume": 30984.6, + "temperature": 40.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 349.43, + "flow": 385.8, + "inflow": 369.4, + "volume": 30984.59, + "temperature": 40.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 349.43, + "flow": 387.2, + "inflow": 368.6, + "volume": 30984.58, + "temperature": 40, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 349.43, + "flow": 388.2, + "inflow": 365.9, + "volume": 30984.57, + "temperature": 41.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 349.43, + "flow": 387.7, + "inflow": 367.3, + "volume": 30984.56, + "temperature": 41.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 349.43, + "flow": 360.6, + "inflow": 379.6, + "volume": 30984.57, + "temperature": 41.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 349.43, + "flow": 361.5, + "inflow": 380.5, + "volume": 30984.58, + "temperature": 41.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 349.43, + "flow": 358.4, + "inflow": 378.5, + "volume": 30984.59, + "temperature": 41.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 349.43, + "flow": 360.3, + "inflow": 378.4, + "volume": 30984.6, + "temperature": 40.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 349.43, + "flow": 359.3, + "inflow": 381.5, + "volume": 30984.61, + "temperature": 41.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 349.43, + "flow": 361.2, + "inflow": 375.5, + "volume": 30984.62, + "temperature": 40.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 349.43, + "flow": 332.5, + "inflow": 388.4, + "volume": 30984.65, + "temperature": 41.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 349.43, + "flow": 332, + "inflow": 389.4, + "volume": 30984.68, + "temperature": 40.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 349.43, + "flow": 334.4, + "inflow": 385.3, + "volume": 30984.71, + "temperature": 41.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 349.43, + "flow": 333.9, + "inflow": 390.7, + "volume": 30984.74, + "temperature": 42.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 349.43, + "flow": 334.4, + "inflow": 383.8, + "volume": 30984.77, + "temperature": 41.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 349.43, + "flow": 332.5, + "inflow": 383.9, + "volume": 30984.8, + "temperature": 40.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 349.43, + "flow": 313.4, + "inflow": 395.7, + "volume": 30984.85, + "temperature": 41.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 349.43, + "flow": 312.5, + "inflow": 398.8, + "volume": 30984.9, + "temperature": 40.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 349.43, + "flow": 312, + "inflow": 398.3, + "volume": 30984.95, + "temperature": 39.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 349.43, + "flow": 311.8, + "inflow": 393, + "volume": 30985, + "temperature": 39.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 349.43, + "flow": 312.3, + "inflow": 395.2, + "volume": 30985.05, + "temperature": 38.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 349.43, + "flow": 311.6, + "inflow": 394.3, + "volume": 30985.1, + "temperature": 38.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 349.43, + "flow": 307.2, + "inflow": 406.5, + "volume": 30985.16, + "temperature": 38.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 349.43, + "flow": 307.4, + "inflow": 404, + "volume": 30985.22, + "temperature": 39.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 349.43, + "flow": 306.1, + "inflow": 406.4, + "volume": 30985.28, + "temperature": 38.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 349.43, + "flow": 305.4, + "inflow": 402.3, + "volume": 30985.34, + "temperature": 38.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 349.43, + "flow": 305.1, + "inflow": 405.3, + "volume": 30985.4, + "temperature": 38.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 349.44, + "flow": 304.5, + "inflow": 401, + "volume": 30985.46, + "temperature": 37.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 349.44, + "flow": 313, + "inflow": 411, + "volume": 30985.52, + "temperature": 38.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 349.44, + "flow": 314.8, + "inflow": 410.4, + "volume": 30985.58, + "temperature": 37.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 349.44, + "flow": 311.6, + "inflow": 411.6, + "volume": 30985.64, + "temperature": 37.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 349.44, + "flow": 314.8, + "inflow": 407.7, + "volume": 30985.7, + "temperature": 36.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 349.44, + "flow": 312.8, + "inflow": 409.9, + "volume": 30985.76, + "temperature": 37, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 349.44, + "flow": 313.9, + "inflow": 412.2, + "volume": 30985.82, + "temperature": 37.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 349.44, + "flow": 332.6, + "inflow": 409.3, + "volume": 30985.87, + "temperature": 36.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 349.44, + "flow": 332, + "inflow": 415.1, + "volume": 30985.92, + "temperature": 37.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 349.44, + "flow": 332.7, + "inflow": 414.4, + "volume": 30985.97, + "temperature": 37.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 349.44, + "flow": 331.6, + "inflow": 415.9, + "volume": 30986.02, + "temperature": 36.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 349.44, + "flow": 334.2, + "inflow": 414.8, + "volume": 30986.07, + "temperature": 35.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 349.44, + "flow": 332.9, + "inflow": 413.4, + "volume": 30986.12, + "temperature": 35.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 349.44, + "flow": 359.7, + "inflow": 414.3, + "volume": 30986.15, + "temperature": 36.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 349.44, + "flow": 359.2, + "inflow": 410.7, + "volume": 30986.18, + "temperature": 36.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 349.44, + "flow": 359.7, + "inflow": 411, + "volume": 30986.21, + "temperature": 36.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 349.44, + "flow": 359.9, + "inflow": 416.7, + "volume": 30986.24, + "temperature": 36.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 349.44, + "flow": 359.1, + "inflow": 411.5, + "volume": 30986.27, + "temperature": 35.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 349.44, + "flow": 360.5, + "inflow": 415.4, + "volume": 30986.3, + "temperature": 36.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 349.44, + "flow": 385.4, + "inflow": 414.2, + "volume": 30986.32, + "temperature": 35.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 349.44, + "flow": 385.8, + "inflow": 413.1, + "volume": 30986.34, + "temperature": 35.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 349.44, + "flow": 386.3, + "inflow": 413, + "volume": 30986.36, + "temperature": 37.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 349.44, + "flow": 387.7, + "inflow": 413.4, + "volume": 30986.38, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 349.44, + "flow": 407.1, + "inflow": 409.1, + "volume": 30986.38, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 349.44, + "flow": 405, + "inflow": 410.7, + "volume": 30986.38, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 349.44, + "flow": 406.3, + "inflow": 410.9, + "volume": 30986.38, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 349.44, + "flow": 407.7, + "inflow": 412, + "volume": 30986.38, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 349.44, + "flow": 406, + "inflow": 408.8, + "volume": 30986.38, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 349.44, + "flow": 407.4, + "inflow": 411.8, + "volume": 30986.38, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 349.44, + "flow": 412.5, + "inflow": 403, + "volume": 30986.37, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 349.44, + "flow": 412.2, + "inflow": 403.7, + "volume": 30986.36, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 349.44, + "flow": 413.4, + "inflow": 399.9, + "volume": 30986.35, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 349.44, + "flow": 415.6, + "inflow": 402.9, + "volume": 30986.34, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 349.44, + "flow": 412.6, + "inflow": 402.9, + "volume": 30986.33, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 349.44, + "flow": 405.6, + "inflow": 399.2, + "volume": 30986.33, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 349.44, + "flow": 406.2, + "inflow": 398.9, + "volume": 30986.33, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 349.44, + "flow": 405.5, + "inflow": 392.9, + "volume": 30986.32, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 349.44, + "flow": 406.6, + "inflow": 397.8, + "volume": 30986.31, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 349.44, + "flow": 405.4, + "inflow": 396.6, + "volume": 30986.3, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 349.44, + "flow": 406.5, + "inflow": 397.2, + "volume": 30986.29, + "temperature": 32.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 349.44, + "flow": 387.7, + "inflow": 390.9, + "volume": 30986.29, + "temperature": 30.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 349.44, + "flow": 388, + "inflow": 388.2, + "volume": 30986.29, + "temperature": 32.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 349.44, + "flow": 387.6, + "inflow": 389.3, + "volume": 30986.29, + "temperature": 32.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 349.44, + "flow": 386.9, + "inflow": 386.2, + "volume": 30986.29, + "temperature": 31.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 349.44, + "flow": 387.1, + "inflow": 386.4, + "volume": 30986.29, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 349.44, + "flow": 388.4, + "inflow": 390.7, + "volume": 30986.29, + "temperature": 29.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 349.44, + "flow": 359.3, + "inflow": 380.2, + "volume": 30986.3, + "temperature": 29.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 349.44, + "flow": 361.6, + "inflow": 379.1, + "volume": 30986.31, + "temperature": 30, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 349.44, + "flow": 361.7, + "inflow": 377.8, + "volume": 30986.32, + "temperature": 30.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 349.44, + "flow": 359.1, + "inflow": 381.6, + "volume": 30986.33, + "temperature": 30, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 349.44, + "flow": 359.4, + "inflow": 377.2, + "volume": 30986.34, + "temperature": 28.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 349.44, + "flow": 359.2, + "inflow": 375.6, + "volume": 30986.35, + "temperature": 30, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 349.44, + "flow": 331.6, + "inflow": 365.1, + "volume": 30986.37, + "temperature": 27.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 349.44, + "flow": 331.3, + "inflow": 365.8, + "volume": 30986.39, + "temperature": 28.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 349.44, + "flow": 333.6, + "inflow": 371.6, + "volume": 30986.41, + "temperature": 28.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 349.44, + "flow": 333, + "inflow": 370.9, + "volume": 30986.43, + "temperature": 29.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 349.44, + "flow": 331.3, + "inflow": 372.2, + "volume": 30986.45, + "temperature": 29.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 349.44, + "flow": 333.3, + "inflow": 369.5, + "volume": 30986.47, + "temperature": 28.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 349.44, + "flow": 312.3, + "inflow": 357.9, + "volume": 30986.5, + "temperature": 29.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 349.45, + "flow": 311.9, + "inflow": 363.4, + "volume": 30986.53, + "temperature": 29.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 349.45, + "flow": 312.2, + "inflow": 358, + "volume": 30986.56, + "temperature": 30.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 349.45, + "flow": 314.3, + "inflow": 357.9, + "volume": 30986.59, + "temperature": 29.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 349.45, + "flow": 312.3, + "inflow": 358.6, + "volume": 30986.62, + "temperature": 29.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 349.45, + "flow": 312.6, + "inflow": 362, + "volume": 30986.65, + "temperature": 30.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 349.45, + "flow": 306.1, + "inflow": 353.7, + "volume": 30986.68, + "temperature": 28.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 349.45, + "flow": 307, + "inflow": 355, + "volume": 30986.71, + "temperature": 29.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 349.45, + "flow": 306.8, + "inflow": 355.4, + "volume": 30986.74, + "temperature": 29.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 349.45, + "flow": 306.9, + "inflow": 352, + "volume": 30986.77, + "temperature": 29.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 349.45, + "flow": 304.8, + "inflow": 353, + "volume": 30986.8, + "temperature": 30.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 349.45, + "flow": 304.6, + "inflow": 354.6, + "volume": 30986.83, + "temperature": 30, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 349.45, + "flow": 314.6, + "inflow": 345.3, + "volume": 30986.85, + "temperature": 30.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 349.45, + "flow": 313.9, + "inflow": 344.6, + "volume": 30986.87, + "temperature": 30.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 349.45, + "flow": 314.6, + "inflow": 344.9, + "volume": 30986.89, + "temperature": 29.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 349.45, + "flow": 313.8, + "inflow": 346.3, + "volume": 30986.91, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 349.45, + "flow": 313.6, + "inflow": 345.9, + "volume": 30986.93, + "temperature": 31.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 349.45, + "flow": 314.7, + "inflow": 343.5, + "volume": 30986.95, + "temperature": 31.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 349.45, + "flow": 334.6, + "inflow": 341.7, + "volume": 30986.95, + "temperature": 32.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 349.45, + "flow": 334.7, + "inflow": 346.8, + "volume": 30986.96, + "temperature": 33.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 349.45, + "flow": 332.3, + "inflow": 342.2, + "volume": 30986.97, + "temperature": 32.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 349.45, + "flow": 333.7, + "inflow": 341.3, + "volume": 30986.97, + "temperature": 31.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 349.45, + "flow": 333.8, + "inflow": 344.2, + "volume": 30986.98, + "temperature": 32.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 349.45, + "flow": 334.7, + "inflow": 340.9, + "volume": 30986.98, + "temperature": 33.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 349.45, + "flow": 359.1, + "inflow": 340.6, + "volume": 30986.97, + "temperature": 33.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 349.45, + "flow": 361.1, + "inflow": 345, + "volume": 30986.96, + "temperature": 33.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 349.45, + "flow": 358.7, + "inflow": 345, + "volume": 30986.95, + "temperature": 33.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 349.45, + "flow": 359.4, + "inflow": 339.9, + "volume": 30986.94, + "temperature": 34.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 349.45, + "flow": 359.2, + "inflow": 340.4, + "volume": 30986.93, + "temperature": 33.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 349.45, + "flow": 359.7, + "inflow": 345.1, + "volume": 30986.92, + "temperature": 34, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 349.45, + "flow": 385.4, + "inflow": 339.8, + "volume": 30986.89, + "temperature": 33.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 349.45, + "flow": 388.6, + "inflow": 339.7, + "volume": 30986.86, + "temperature": 34.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 349.45, + "flow": 388, + "inflow": 340.6, + "volume": 30986.83, + "temperature": 34.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 349.45, + "flow": 385.7, + "inflow": 346.5, + "volume": 30986.81, + "temperature": 35.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 349.45, + "flow": 387.4, + "inflow": 344, + "volume": 30986.78, + "temperature": 36.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 349.45, + "flow": 388.6, + "inflow": 339.9, + "volume": 30986.75, + "temperature": 36.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 349.45, + "flow": 406.2, + "inflow": 349.5, + "volume": 30986.72, + "temperature": 36.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 349.45, + "flow": 405.9, + "inflow": 345.9, + "volume": 30986.68, + "temperature": 36.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 349.45, + "flow": 406.8, + "inflow": 348.4, + "volume": 30986.64, + "temperature": 36.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 349.45, + "flow": 408, + "inflow": 348.6, + "volume": 30986.6, + "temperature": 37.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 349.45, + "flow": 406, + "inflow": 348.9, + "volume": 30986.57, + "temperature": 37, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 349.45, + "flow": 407, + "inflow": 346.7, + "volume": 30986.53, + "temperature": 37.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 349.44, + "flow": 413, + "inflow": 349.8, + "volume": 30986.49, + "temperature": 36, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 349.44, + "flow": 413.7, + "inflow": 354.9, + "volume": 30986.45, + "temperature": 36.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 349.44, + "flow": 415.8, + "inflow": 352.8, + "volume": 30986.41, + "temperature": 37, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 349.44, + "flow": 414.3, + "inflow": 352.8, + "volume": 30986.37, + "temperature": 37.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 349.44, + "flow": 413.6, + "inflow": 354.1, + "volume": 30986.33, + "temperature": 37.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 349.44, + "flow": 412.5, + "inflow": 349.1, + "volume": 30986.29, + "temperature": 36.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 349.44, + "flow": 407.3, + "inflow": 357.9, + "volume": 30986.26, + "temperature": 37.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 349.44, + "flow": 407.5, + "inflow": 361, + "volume": 30986.23, + "temperature": 37.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 349.44, + "flow": 406.8, + "inflow": 361.6, + "volume": 30986.2, + "temperature": 38.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 349.44, + "flow": 406.6, + "inflow": 357, + "volume": 30986.17, + "temperature": 38.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 349.44, + "flow": 408.1, + "inflow": 362.7, + "volume": 30986.14, + "temperature": 38.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 349.44, + "flow": 408.4, + "inflow": 361.6, + "volume": 30986.11, + "temperature": 37.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 349.44, + "flow": 388.1, + "inflow": 371.4, + "volume": 30986.1, + "temperature": 39.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 349.44, + "flow": 385.7, + "inflow": 366.3, + "volume": 30986.09, + "temperature": 39.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 349.44, + "flow": 386.3, + "inflow": 367.2, + "volume": 30986.08, + "temperature": 39.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 349.44, + "flow": 387.3, + "inflow": 367.8, + "volume": 30986.07, + "temperature": 37.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 349.44, + "flow": 388.7, + "inflow": 371.4, + "volume": 30986.06, + "temperature": 38.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 349.44, + "flow": 386.7, + "inflow": 367.5, + "volume": 30986.05, + "temperature": 39.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 349.44, + "flow": 359.7, + "inflow": 381, + "volume": 30986.06, + "temperature": 40.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 349.44, + "flow": 361.8, + "inflow": 381.4, + "volume": 30986.07, + "temperature": 40.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 349.44, + "flow": 359.5, + "inflow": 376.1, + "volume": 30986.08, + "temperature": 40.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 349.44, + "flow": 360.1, + "inflow": 376.2, + "volume": 30986.09, + "temperature": 39.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 349.44, + "flow": 359.3, + "inflow": 376.2, + "volume": 30986.1, + "temperature": 39.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 349.44, + "flow": 360.9, + "inflow": 378.8, + "volume": 30986.11, + "temperature": 39.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 349.44, + "flow": 331.8, + "inflow": 387.2, + "volume": 30986.14, + "temperature": 40.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 349.44, + "flow": 334, + "inflow": 386.7, + "volume": 30986.17, + "temperature": 39.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 349.44, + "flow": 333.7, + "inflow": 385.4, + "volume": 30986.2, + "temperature": 39.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 349.44, + "flow": 333.2, + "inflow": 384.9, + "volume": 30986.23, + "temperature": 41, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 349.44, + "flow": 334.7, + "inflow": 387.9, + "volume": 30986.26, + "temperature": 40.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 349.44, + "flow": 333.1, + "inflow": 388.7, + "volume": 30986.29, + "temperature": 39.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 349.44, + "flow": 312.6, + "inflow": 392.6, + "volume": 30986.34, + "temperature": 40.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 349.44, + "flow": 311.8, + "inflow": 393, + "volume": 30986.39, + "temperature": 39.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 349.44, + "flow": 314.4, + "inflow": 397.7, + "volume": 30986.44, + "temperature": 39.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 349.44, + "flow": 314.7, + "inflow": 397.2, + "volume": 30986.49, + "temperature": 38.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 349.45, + "flow": 313.9, + "inflow": 395.8, + "volume": 30986.54, + "temperature": 38.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 349.45, + "flow": 313.4, + "inflow": 394.6, + "volume": 30986.59, + "temperature": 37.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 349.45, + "flow": 306.2, + "inflow": 402.3, + "volume": 30986.65, + "temperature": 38, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 349.45, + "flow": 304.9, + "inflow": 400.3, + "volume": 30986.71, + "temperature": 36.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 349.45, + "flow": 307.2, + "inflow": 406.7, + "volume": 30986.77, + "temperature": 37.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 349.45, + "flow": 304.9, + "inflow": 400.5, + "volume": 30986.83, + "temperature": 38.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 349.45, + "flow": 306.4, + "inflow": 404.8, + "volume": 30986.89, + "temperature": 37.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 349.45, + "flow": 306.4, + "inflow": 400.9, + "volume": 30986.95, + "temperature": 36.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 349.45, + "flow": 311.7, + "inflow": 406.6, + "volume": 30987.01, + "temperature": 37.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 349.45, + "flow": 314.3, + "inflow": 410.4, + "volume": 30987.07, + "temperature": 36.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 349.45, + "flow": 312, + "inflow": 411.7, + "volume": 30987.13, + "temperature": 37.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 349.45, + "flow": 311.5, + "inflow": 411.6, + "volume": 30987.19, + "temperature": 37.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 349.45, + "flow": 312.3, + "inflow": 410.2, + "volume": 30987.25, + "temperature": 36.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 349.45, + "flow": 312.3, + "inflow": 406.1, + "volume": 30987.31, + "temperature": 37.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 349.45, + "flow": 331.5, + "inflow": 409, + "volume": 30987.36, + "temperature": 37.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 349.45, + "flow": 331.9, + "inflow": 409.1, + "volume": 30987.41, + "temperature": 36.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 349.45, + "flow": 333.9, + "inflow": 412.1, + "volume": 30987.46, + "temperature": 37.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 349.45, + "flow": 334.2, + "inflow": 415.1, + "volume": 30987.51, + "temperature": 35.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 349.45, + "flow": 333.2, + "inflow": 409.9, + "volume": 30987.56, + "temperature": 36.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 349.46, + "flow": 332.3, + "inflow": 412.2, + "volume": 30987.61, + "temperature": 36.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 349.46, + "flow": 360, + "inflow": 417.2, + "volume": 30987.64, + "temperature": 35.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 349.46, + "flow": 359.1, + "inflow": 413.2, + "volume": 30987.67, + "temperature": 35.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 349.46, + "flow": 361.2, + "inflow": 410.2, + "volume": 30987.7, + "temperature": 36.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 349.46, + "flow": 361.5, + "inflow": 412.9, + "volume": 30987.73, + "temperature": 34.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 349.46, + "flow": 359.4, + "inflow": 415.3, + "volume": 30987.76, + "temperature": 34.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 349.46, + "flow": 358.3, + "inflow": 415, + "volume": 30987.79, + "temperature": 34.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 349.46, + "flow": 388.4, + "inflow": 412.3, + "volume": 30987.8, + "temperature": 35, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 349.46, + "flow": 388.1, + "inflow": 409.7, + "volume": 30987.81, + "temperature": 35.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 349.46, + "flow": 386.1, + "inflow": 414.8, + "volume": 30987.83, + "temperature": 34.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 349.46, + "flow": 387.5, + "inflow": 410.9, + "volume": 30987.84, + "temperature": 34.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 349.46, + "flow": 387.3, + "inflow": 409.1, + "volume": 30987.85, + "temperature": 34.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 349.46, + "flow": 386.2, + "inflow": 414.8, + "volume": 30987.87, + "temperature": 35.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 349.46, + "flow": 406.2, + "inflow": 409.5, + "volume": 30987.87, + "temperature": 34, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 349.46, + "flow": 405, + "inflow": 408.3, + "volume": 30987.87, + "temperature": 34.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 349.46, + "flow": 408.5, + "inflow": 407.6, + "volume": 30987.87, + "temperature": 33.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 349.46, + "flow": 405.7, + "inflow": 406.8, + "volume": 30987.87, + "temperature": 35.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 349.46, + "flow": 408.3, + "inflow": 407.1, + "volume": 30987.87, + "temperature": 34.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 349.46, + "flow": 407.8, + "inflow": 405.5, + "volume": 30987.87, + "temperature": 34.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 349.46, + "flow": 415, + "inflow": 399.9, + "volume": 30987.86, + "temperature": 33.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 349.46, + "flow": 414, + "inflow": 402.2, + "volume": 30987.85, + "temperature": 33.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 349.46, + "flow": 406.8, + "inflow": 393.5, + "volume": 30987.84, + "temperature": 32.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 349.46, + "flow": 408.3, + "inflow": 395.9, + "volume": 30987.83, + "temperature": 31.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 349.46, + "flow": 406.7, + "inflow": 396, + "volume": 30987.82, + "temperature": 31.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 349.46, + "flow": 408.1, + "inflow": 392.5, + "volume": 30987.81, + "temperature": 31.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 349.46, + "flow": 407.6, + "inflow": 393.6, + "volume": 30987.8, + "temperature": 31.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 349.46, + "flow": 407.4, + "inflow": 394.5, + "volume": 30987.79, + "temperature": 31.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 349.46, + "flow": 388.6, + "inflow": 388.6, + "volume": 30987.79, + "temperature": 30.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 349.46, + "flow": 387.8, + "inflow": 383.6, + "volume": 30987.79, + "temperature": 30.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 349.46, + "flow": 385.6, + "inflow": 390.2, + "volume": 30987.79, + "temperature": 30.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 349.46, + "flow": 385.7, + "inflow": 387.1, + "volume": 30987.79, + "temperature": 31.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 349.46, + "flow": 388.3, + "inflow": 385.8, + "volume": 30987.79, + "temperature": 31.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 349.46, + "flow": 387.4, + "inflow": 386.5, + "volume": 30987.79, + "temperature": 29.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 349.46, + "flow": 359.1, + "inflow": 378.7, + "volume": 30987.8, + "temperature": 30.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 349.46, + "flow": 360.1, + "inflow": 378.8, + "volume": 30987.81, + "temperature": 29.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 349.46, + "flow": 358.3, + "inflow": 380.2, + "volume": 30987.82, + "temperature": 29.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 349.46, + "flow": 358.4, + "inflow": 380.9, + "volume": 30987.83, + "temperature": 30, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 349.46, + "flow": 361.3, + "inflow": 381.1, + "volume": 30987.84, + "temperature": 28.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 349.46, + "flow": 360.6, + "inflow": 381.3, + "volume": 30987.85, + "temperature": 28.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 349.46, + "flow": 333.7, + "inflow": 366.7, + "volume": 30987.87, + "temperature": 28.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 349.46, + "flow": 334.3, + "inflow": 365.4, + "volume": 30987.89, + "temperature": 29, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 349.46, + "flow": 331.6, + "inflow": 365.1, + "volume": 30987.91, + "temperature": 29.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 349.46, + "flow": 334.6, + "inflow": 369.3, + "volume": 30987.93, + "temperature": 31.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 349.46, + "flow": 331.5, + "inflow": 371.5, + "volume": 30987.95, + "temperature": 32.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 349.46, + "flow": 332, + "inflow": 369.2, + "volume": 30987.97, + "temperature": 31, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 349.46, + "flow": 313.3, + "inflow": 358.7, + "volume": 30988, + "temperature": 32.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 349.46, + "flow": 311.8, + "inflow": 362.9, + "volume": 30988.03, + "temperature": 31.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 349.46, + "flow": 313.6, + "inflow": 356.8, + "volume": 30988.06, + "temperature": 32.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 349.46, + "flow": 313.9, + "inflow": 360.3, + "volume": 30988.09, + "temperature": 31, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 349.46, + "flow": 312.9, + "inflow": 358.4, + "volume": 30988.12, + "temperature": 32.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 349.46, + "flow": 313.7, + "inflow": 363.3, + "volume": 30988.15, + "temperature": 33.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 349.46, + "flow": 304.6, + "inflow": 352.7, + "volume": 30988.18, + "temperature": 32.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 349.46, + "flow": 306.3, + "inflow": 354.2, + "volume": 30988.21, + "temperature": 32.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 349.46, + "flow": 305.4, + "inflow": 354, + "volume": 30988.24, + "temperature": 33, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 349.46, + "flow": 304.6, + "inflow": 355.7, + "volume": 30988.27, + "temperature": 32.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 349.46, + "flow": 305.7, + "inflow": 350.6, + "volume": 30988.3, + "temperature": 34.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 349.46, + "flow": 307.1, + "inflow": 350.4, + "volume": 30988.33, + "temperature": 34.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 349.46, + "flow": 313.6, + "inflow": 350.1, + "volume": 30988.35, + "temperature": 33.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 349.46, + "flow": 314.7, + "inflow": 344.7, + "volume": 30988.37, + "temperature": 35, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 349.46, + "flow": 313.9, + "inflow": 347.6, + "volume": 30988.39, + "temperature": 34.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 349.46, + "flow": 312.1, + "inflow": 348.9, + "volume": 30988.41, + "temperature": 34.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 349.46, + "flow": 311.5, + "inflow": 350.1, + "volume": 30988.43, + "temperature": 35.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 349.46, + "flow": 314.4, + "inflow": 347.8, + "volume": 30988.45, + "temperature": 36.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 349.46, + "flow": 334.8, + "inflow": 342.7, + "volume": 30988.45, + "temperature": 36, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 349.46, + "flow": 333.6, + "inflow": 346.2, + "volume": 30988.46, + "temperature": 37.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 349.46, + "flow": 333.4, + "inflow": 339.8, + "volume": 30988.46, + "temperature": 37.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 349.46, + "flow": 334.4, + "inflow": 340, + "volume": 30988.46, + "temperature": 37, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 349.46, + "flow": 334.8, + "inflow": 343.2, + "volume": 30988.47, + "temperature": 38.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 349.46, + "flow": 331.5, + "inflow": 345.8, + "volume": 30988.48, + "temperature": 38.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 349.46, + "flow": 359, + "inflow": 343.6, + "volume": 30988.47, + "temperature": 37.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 349.46, + "flow": 360.9, + "inflow": 343.9, + "volume": 30988.46, + "temperature": 39.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 349.46, + "flow": 359.9, + "inflow": 339.8, + "volume": 30988.45, + "temperature": 37.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 349.46, + "flow": 359.4, + "inflow": 343.1, + "volume": 30988.44, + "temperature": 38.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 349.46, + "flow": 358.3, + "inflow": 341.3, + "volume": 30988.43, + "temperature": 38.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 349.46, + "flow": 358.9, + "inflow": 344.5, + "volume": 30988.42, + "temperature": 39.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 349.46, + "flow": 385.3, + "inflow": 343.9, + "volume": 30988.4, + "temperature": 38.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 349.46, + "flow": 385.2, + "inflow": 344.5, + "volume": 30988.38, + "temperature": 39.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 349.46, + "flow": 387.6, + "inflow": 344.7, + "volume": 30988.35, + "temperature": 39.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 349.46, + "flow": 385.2, + "inflow": 343.1, + "volume": 30988.32, + "temperature": 39.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 349.46, + "flow": 388.3, + "inflow": 343.8, + "volume": 30988.29, + "temperature": 39, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 349.46, + "flow": 385.3, + "inflow": 343.5, + "volume": 30988.26, + "temperature": 40, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 349.46, + "flow": 405.8, + "inflow": 348.5, + "volume": 30988.23, + "temperature": 39.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 349.46, + "flow": 405.5, + "inflow": 347.4, + "volume": 30988.2, + "temperature": 39.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 349.46, + "flow": 408.5, + "inflow": 345.9, + "volume": 30988.16, + "temperature": 39.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 349.46, + "flow": 408, + "inflow": 350.2, + "volume": 30988.13, + "temperature": 39.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 349.46, + "flow": 406.3, + "inflow": 347.4, + "volume": 30988.09, + "temperature": 40.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 349.46, + "flow": 405.8, + "inflow": 343.8, + "volume": 30988.05, + "temperature": 40.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 349.46, + "flow": 414.7, + "inflow": 353.5, + "volume": 30988.01, + "temperature": 40.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 349.46, + "flow": 412.8, + "inflow": 351.3, + "volume": 30987.97, + "temperature": 40.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 349.46, + "flow": 415.7, + "inflow": 354.9, + "volume": 30987.93, + "temperature": 40.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 349.46, + "flow": 412.8, + "inflow": 351, + "volume": 30987.89, + "temperature": 42.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 349.46, + "flow": 415.7, + "inflow": 353.5, + "volume": 30987.85, + "temperature": 41.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 349.46, + "flow": 414.7, + "inflow": 350.2, + "volume": 30987.81, + "temperature": 40.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 349.46, + "flow": 407.9, + "inflow": 356.9, + "volume": 30987.78, + "temperature": 41.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 349.46, + "flow": 405.7, + "inflow": 359.1, + "volume": 30987.75, + "temperature": 41, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 349.46, + "flow": 405.6, + "inflow": 359.5, + "volume": 30987.72, + "temperature": 41.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 349.46, + "flow": 406.2, + "inflow": 357.5, + "volume": 30987.69, + "temperature": 41.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 349.46, + "flow": 406.1, + "inflow": 361.8, + "volume": 30987.66, + "temperature": 41.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 349.46, + "flow": 405.1, + "inflow": 360.2, + "volume": 30987.63, + "temperature": 42.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 349.46, + "flow": 385.5, + "inflow": 370.9, + "volume": 30987.62, + "temperature": 43.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 349.46, + "flow": 388.4, + "inflow": 370.3, + "volume": 30987.61, + "temperature": 42.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 349.46, + "flow": 386.1, + "inflow": 370.5, + "volume": 30987.6, + "temperature": 43.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 349.46, + "flow": 386.1, + "inflow": 366.1, + "volume": 30987.59, + "temperature": 41.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 349.45, + "flow": 387.9, + "inflow": 366.9, + "volume": 30987.58, + "temperature": 41.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 349.45, + "flow": 385.6, + "inflow": 367.8, + "volume": 30987.57, + "temperature": 41.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 349.46, + "flow": 361.7, + "inflow": 378.4, + "volume": 30987.58, + "temperature": 42.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 349.46, + "flow": 361.1, + "inflow": 378.2, + "volume": 30987.59, + "temperature": 43.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 349.46, + "flow": 358.8, + "inflow": 373.9, + "volume": 30987.6, + "temperature": 41.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 349.46, + "flow": 360.3, + "inflow": 375.1, + "volume": 30987.61, + "temperature": 42.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 349.46, + "flow": 360.4, + "inflow": 380.7, + "volume": 30987.62, + "temperature": 41.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 349.46, + "flow": 360.3, + "inflow": 374, + "volume": 30987.63, + "temperature": 42.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 349.46, + "flow": 334, + "inflow": 388.3, + "volume": 30987.66, + "temperature": 43.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 349.46, + "flow": 334, + "inflow": 383.5, + "volume": 30987.69, + "temperature": 43.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 349.46, + "flow": 333.3, + "inflow": 388.1, + "volume": 30987.72, + "temperature": 42.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 349.46, + "flow": 331.3, + "inflow": 386.2, + "volume": 30987.75, + "temperature": 42.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 349.46, + "flow": 331.8, + "inflow": 387.7, + "volume": 30987.78, + "temperature": 42.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 349.46, + "flow": 334, + "inflow": 387.7, + "volume": 30987.81, + "temperature": 41.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 349.46, + "flow": 313.7, + "inflow": 396.6, + "volume": 30987.86, + "temperature": 42.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 349.46, + "flow": 314.6, + "inflow": 398.6, + "volume": 30987.91, + "temperature": 42.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 349.46, + "flow": 314.4, + "inflow": 396.8, + "volume": 30987.96, + "temperature": 41.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 349.46, + "flow": 312, + "inflow": 394.5, + "volume": 30988.01, + "temperature": 42.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 349.46, + "flow": 313.9, + "inflow": 394.3, + "volume": 30988.06, + "temperature": 41.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 349.46, + "flow": 313.3, + "inflow": 394.6, + "volume": 30988.11, + "temperature": 40.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 349.46, + "flow": 307.1, + "inflow": 402.1, + "volume": 30988.17, + "temperature": 39.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 349.46, + "flow": 305.6, + "inflow": 401.9, + "volume": 30988.23, + "temperature": 40, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 349.46, + "flow": 307.2, + "inflow": 404.8, + "volume": 30988.29, + "temperature": 41.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 349.46, + "flow": 306.4, + "inflow": 401.8, + "volume": 30988.35, + "temperature": 39.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 349.46, + "flow": 306.7, + "inflow": 403.3, + "volume": 30988.41, + "temperature": 39.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 349.46, + "flow": 304.6, + "inflow": 401.6, + "volume": 30988.47, + "temperature": 40, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 349.46, + "flow": 313, + "inflow": 407.1, + "volume": 30988.53, + "temperature": 38.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 349.46, + "flow": 313, + "inflow": 405.2, + "volume": 30988.59, + "temperature": 38.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 349.47, + "flow": 312.5, + "inflow": 410.1, + "volume": 30988.65, + "temperature": 38.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 349.47, + "flow": 311.5, + "inflow": 409.2, + "volume": 30988.71, + "temperature": 38.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 349.47, + "flow": 312.8, + "inflow": 410.5, + "volume": 30988.77, + "temperature": 38.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 349.47, + "flow": 313.4, + "inflow": 411.7, + "volume": 30988.83, + "temperature": 38.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 349.47, + "flow": 333.4, + "inflow": 413.3, + "volume": 30988.88, + "temperature": 39.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 349.47, + "flow": 332.4, + "inflow": 413.3, + "volume": 30988.93, + "temperature": 39.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 349.47, + "flow": 334.2, + "inflow": 410.3, + "volume": 30988.98, + "temperature": 38.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 349.47, + "flow": 333.7, + "inflow": 412.9, + "volume": 30989.03, + "temperature": 38.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 349.47, + "flow": 331.3, + "inflow": 409, + "volume": 30989.08, + "temperature": 38.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 349.47, + "flow": 334.8, + "inflow": 414.6, + "volume": 30989.13, + "temperature": 39, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 349.47, + "flow": 361.7, + "inflow": 413.6, + "volume": 30989.16, + "temperature": 37.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 349.47, + "flow": 360.5, + "inflow": 412.4, + "volume": 30989.19, + "temperature": 38.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 349.47, + "flow": 359.5, + "inflow": 415.1, + "volume": 30989.22, + "temperature": 38.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 349.47, + "flow": 359.7, + "inflow": 415, + "volume": 30989.25, + "temperature": 38.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 349.47, + "flow": 359.9, + "inflow": 411.2, + "volume": 30989.28, + "temperature": 38.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 349.47, + "flow": 359.4, + "inflow": 416.3, + "volume": 30989.31, + "temperature": 38.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 349.47, + "flow": 385.9, + "inflow": 408.8, + "volume": 30989.32, + "temperature": 37.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 349.47, + "flow": 388.2, + "inflow": 410.9, + "volume": 30989.33, + "temperature": 38.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 349.47, + "flow": 387.7, + "inflow": 409.8, + "volume": 30989.34, + "temperature": 37.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 349.47, + "flow": 386.5, + "inflow": 409.2, + "volume": 30989.35, + "temperature": 38, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 349.47, + "flow": 386, + "inflow": 414.6, + "volume": 30989.37, + "temperature": 37.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 349.47, + "flow": 388.3, + "inflow": 413.3, + "volume": 30989.38, + "temperature": 37.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 349.47, + "flow": 407.4, + "inflow": 406.3, + "volume": 30989.38, + "temperature": 36.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 349.47, + "flow": 407, + "inflow": 409.5, + "volume": 30989.38, + "temperature": 36.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 349.47, + "flow": 405.4, + "inflow": 410.4, + "volume": 30989.38, + "temperature": 36, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 349.47, + "flow": 405.6, + "inflow": 405.7, + "volume": 30989.38, + "temperature": 36.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 349.47, + "flow": 407, + "inflow": 406, + "volume": 30989.38, + "temperature": 36.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 349.47, + "flow": 408.6, + "inflow": 407.1, + "volume": 30989.38, + "temperature": 37.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 349.47, + "flow": 413.4, + "inflow": 403.6, + "volume": 30989.37, + "temperature": 35.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 349.47, + "flow": 412.7, + "inflow": 403.3, + "volume": 30989.36, + "temperature": 35.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 349.47, + "flow": 414.3, + "inflow": 404.7, + "volume": 30989.35, + "temperature": 36.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 349.47, + "flow": 414.9, + "inflow": 404.1, + "volume": 30989.34, + "temperature": 35.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 349.47, + "flow": 413.7, + "inflow": 404.8, + "volume": 30989.33, + "temperature": 36.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 349.47, + "flow": 413.7, + "inflow": 406, + "volume": 30989.33, + "temperature": 34.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 349.47, + "flow": 407.4, + "inflow": 396.3, + "volume": 30989.32, + "temperature": 33.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 349.47, + "flow": 386.2, + "inflow": 387.2, + "volume": 30989.32, + "temperature": 34, + "precipitation": 0 + } +] \ No newline at end of file diff --git a/public/data/VLCB.json b/public/data/VLCB.json index c2a853f..3499f44 100644 --- a/public/data/VLCB.json +++ b/public/data/VLCB.json @@ -3157,5 +3157,3965 @@ "volume": 0, "temperature": 15.4, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:10:00.000Z", + "level": 108, + "flow": 6.67, + "temperature": 15.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T18:20:00.000Z", + "level": 108, + "flow": 8.06, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:30:00.000Z", + "level": 105, + "flow": 9.51, + "temperature": 15.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 104, + "flow": 9.51, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 101, + "flow": 8.52, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 102, + "flow": 8.52, + "temperature": 15.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 103, + "flow": 7.77, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 104, + "flow": 8.03, + "temperature": 15.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 104, + "flow": 8.03, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 106, + "flow": 8.81, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 105, + "flow": 8.81, + "temperature": 15.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 104, + "flow": 9.07, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 103, + "flow": 8.77, + "temperature": 15.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 102, + "flow": 8.77, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 104, + "flow": 8.07, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 104, + "flow": 8.07, + "temperature": 15.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 105, + "flow": 8.55, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 105, + "flow": 8.39, + "temperature": 15.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 105, + "flow": 8.39, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 104, + "flow": 8.88, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 103, + "flow": 8.88, + "temperature": 14.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 103, + "flow": 8.9, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 103, + "flow": 8.42, + "temperature": 14.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 104, + "flow": 8.42, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 104, + "flow": 8.48, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 105, + "flow": 8.48, + "temperature": 14.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 105, + "flow": 8.51, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 105, + "flow": 8.97, + "temperature": 14.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 104, + "flow": 8.97, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 104, + "flow": 8.91, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 103, + "flow": 8.91, + "temperature": 14, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 103, + "flow": 9.08, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 103, + "flow": 8.35, + "temperature": 14, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 104, + "flow": 8.35, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 104, + "flow": 8.4, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 105, + "flow": 8.4, + "temperature": 13.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 105, + "flow": 8.58, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 105, + "flow": 8.96, + "temperature": 13.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 105, + "flow": 8.96, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 104, + "flow": 9.05, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 104, + "flow": 9.05, + "temperature": 13.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 103, + "flow": 8.88, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 104, + "flow": 8.79, + "temperature": 13.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 104, + "flow": 8.79, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 104, + "flow": 8.68, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 105, + "flow": 8.68, + "temperature": 13.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 105, + "flow": 8.85, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 105, + "flow": 8.79, + "temperature": 13.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 105, + "flow": 8.79, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 105, + "flow": 8.92, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 104, + "flow": 8.92, + "temperature": 13.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 104, + "flow": 9.05, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 104, + "flow": 9.18, + "temperature": 13.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 104, + "flow": 9.18, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 104, + "flow": 8.81, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 103, + "flow": 8.81, + "temperature": 13.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 104, + "flow": 9, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 104, + "flow": 9.23, + "temperature": 13.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 105, + "flow": 9.23, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 105, + "flow": 9.2, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 105, + "flow": 9.2, + "temperature": 13.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 105, + "flow": 9.15, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 104, + "flow": 8.41, + "temperature": 14, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 104, + "flow": 8.41, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 103, + "flow": 8.37, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 103, + "flow": 8.37, + "temperature": 14.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 104, + "flow": 8.06, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 103, + "flow": 10.37, + "temperature": 14.1, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 100, + "flow": 10.37, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 100, + "flow": 9.28, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 99, + "flow": 9.28, + "temperature": 14.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 99, + "flow": 9.63, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 99, + "flow": 8.99, + "temperature": 14.1, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 99, + "flow": 8.99, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 99, + "flow": 8.69, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 99, + "flow": 8.69, + "temperature": 14.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 99, + "flow": 8.98, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 98, + "flow": 9.46, + "temperature": 14.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 99, + "flow": 9.46, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 98, + "flow": 9.37, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 98, + "flow": 9.37, + "temperature": 14.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 98, + "flow": 9.36, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 98, + "flow": 9.63, + "temperature": 14, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 98, + "flow": 9.63, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 98, + "flow": 9.35, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 98, + "flow": 9.35, + "temperature": 14.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 100, + "flow": 9.37, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 104, + "flow": 7.83, + "temperature": 14.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 105, + "flow": 7.83, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 107, + "flow": 8.87, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 107, + "flow": 8.87, + "temperature": 14.4, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 105, + "flow": 10.67, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 102, + "flow": 11.06, + "temperature": 14.4, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 100, + "flow": 11.06, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 100, + "flow": 9.47, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 99, + "flow": 9.47, + "temperature": 13.4, + "precipitation": 0.3, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 98, + "flow": 9.16, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 97, + "flow": 9.21, + "temperature": 13.3, + "precipitation": 0.3, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 98, + "flow": 9.21, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 97, + "flow": 9.99, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 97, + "flow": 9.99, + "temperature": 13.1, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 98, + "flow": 8.79, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 98, + "flow": 9.02, + "temperature": 13, + "precipitation": 0.4, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 97, + "flow": 9.02, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 97, + "flow": 9.12, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 97, + "flow": 9.12, + "temperature": 12.7, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 97, + "flow": 9.6, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 97, + "flow": 9.32, + "temperature": 12.6, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 97, + "flow": 9.32, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 97, + "flow": 9.59, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 97, + "flow": 9.59, + "temperature": 12.4, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 97, + "flow": 9.18, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 97, + "flow": 9.72, + "temperature": 12.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 97, + "flow": 9.72, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 97, + "flow": 9.46, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 97, + "flow": 9.46, + "temperature": 12.2, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 101, + "flow": 8.41, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 104, + "flow": 7.8, + "temperature": 12.2, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 105, + "flow": 7.8, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 108, + "flow": 9.14, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 108, + "flow": 9.14, + "temperature": 12.3, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 106, + "flow": 11, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 105, + "flow": 10.43, + "temperature": 12.3, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 104, + "flow": 10.43, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 104, + "flow": 9.11, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 105, + "flow": 9.11, + "temperature": 12.1, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 105, + "flow": 9.5, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 106, + "flow": 9.75, + "temperature": 12.1, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 106, + "flow": 9.75, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 105, + "flow": 10.67, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 104, + "flow": 10.67, + "temperature": 12, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 104, + "flow": 10.76, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 104, + "flow": 10.79, + "temperature": 12, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 104, + "flow": 10.79, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 105, + "flow": 10.98, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 105, + "flow": 10.98, + "temperature": 12, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 105, + "flow": 11.15, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 105, + "flow": 11.4, + "temperature": 11.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 105, + "flow": 11.4, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 105, + "flow": 11.63, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 104, + "flow": 11.63, + "temperature": 11.9, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 104, + "flow": 12.03, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 104, + "flow": 11.94, + "temperature": 11.8, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 104, + "flow": 11.94, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 104, + "flow": 12.3, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 104, + "flow": 12.3, + "temperature": 11.7, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 105, + "flow": 12.1, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 105, + "flow": 12.25, + "temperature": 11, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 105, + "flow": 12.25, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 105, + "flow": 12.28, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 105, + "flow": 12.28, + "temperature": 10.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 105, + "flow": 12.13, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 105, + "flow": 12.11, + "temperature": 10.8, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 105, + "flow": 12.11, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 104, + "flow": 12.04, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 104, + "flow": 12.04, + "temperature": 10.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 104, + "flow": 12.37, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 104, + "flow": 12.43, + "temperature": 10.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 104, + "flow": 12.43, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 104, + "flow": 12.4, + "inflow": 0, + "volume": 0, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 104, + "flow": 12.4, + "temperature": 10.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 104, + "flow": 12.27, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 104, + "flow": 12.43, + "temperature": 10.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 105, + "flow": 12.43, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 105, + "flow": 12.55, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 105, + "flow": 12.55, + "temperature": 9.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 106, + "flow": 13.36, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 105, + "flow": 13.24, + "temperature": 9.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 105, + "flow": 13.24, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 104, + "flow": 12.16, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 104, + "flow": 12.16, + "temperature": 9.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 103, + "flow": 12.05, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 104, + "flow": 11.88, + "temperature": 10.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 104, + "flow": 11.88, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 104, + "flow": 11.79, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 105, + "flow": 11.79, + "temperature": 10.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 105, + "flow": 11.68, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 105, + "flow": 11.63, + "temperature": 10.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 105, + "flow": 11.63, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 105, + "flow": 11.97, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 105, + "flow": 11.97, + "temperature": 11.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 105, + "flow": 11.73, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 105, + "flow": 12.2, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 104, + "flow": 12.2, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 102, + "flow": 7.77, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 103, + "flow": 7.77, + "temperature": 12.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 104, + "flow": 9.85, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 101, + "flow": 12.26, + "temperature": 12.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 100, + "flow": 12.26, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 104, + "flow": 13.86, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 103, + "flow": 13.86, + "temperature": 12.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 104, + "flow": 16.1, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 105, + "flow": 15.43, + "temperature": 12.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 104, + "flow": 15.43, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 106, + "flow": 12.98, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 105, + "flow": 12.98, + "temperature": 12.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 102, + "flow": 12.89, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 102, + "flow": 10.84, + "temperature": 12.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 102, + "flow": 10.84, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 100, + "flow": 11.76, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 101, + "flow": 11.76, + "temperature": 12.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 101, + "flow": 11.68, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 101, + "flow": 13.42, + "temperature": 13.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 101, + "flow": 13.42, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 102, + "flow": 12.81, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 102, + "flow": 12.81, + "temperature": 14.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 103, + "flow": 12.89, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 109, + "flow": 9.97, + "temperature": 15.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 109, + "flow": 9.97, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 105, + "flow": 13.52, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 103, + "flow": 13.52, + "temperature": 15.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 102, + "flow": 13.29, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 103, + "flow": 11.58, + "temperature": 15.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 103, + "flow": 11.58, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 102, + "flow": 12.17, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 102, + "flow": 12.17, + "temperature": 15.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 102, + "flow": 12.65, + "inflow": 0, + "volume": 0, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 102, + "flow": 12.15, + "temperature": 16.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 102, + "flow": 12.15, + "inflow": 0, + "volume": 0, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 101, + "flow": 10.62, + "inflow": 0, + "volume": 0, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 102, + "flow": 10.62, + "temperature": 16.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 102, + "flow": 12.32, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 101, + "flow": 12.78, + "temperature": 16.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 103, + "flow": 12.78, + "inflow": 0, + "volume": 0, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 102, + "flow": 11.27, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 103, + "flow": 11.27, + "temperature": 15.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 104, + "flow": 12.2, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 103, + "flow": 12.86, + "temperature": 15.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 104, + "flow": 12.86, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 106, + "flow": 15.14, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 107, + "flow": 15.14, + "temperature": 14.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 108, + "flow": 16.19, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 106, + "flow": 18.49, + "temperature": 14.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 106, + "flow": 18.49, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 105, + "flow": 17.9, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 104, + "flow": 17.9, + "temperature": 14.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 105, + "flow": 16.42, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 107, + "flow": 13.58, + "temperature": 14.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 106, + "flow": 13.58, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 104, + "flow": 14.36, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 104, + "flow": 14.36, + "temperature": 13.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 104, + "flow": 14.15, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 105, + "flow": 14.46, + "temperature": 13, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 105, + "flow": 14.46, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 106, + "flow": 14.67, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 106, + "flow": 14.67, + "temperature": 12.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 105, + "flow": 14.96, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 104, + "flow": 14.74, + "temperature": 11.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 104, + "flow": 14.74, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 104, + "flow": 13.72, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 105, + "flow": 13.72, + "temperature": 11.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 105, + "flow": 14.19, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 105, + "flow": 14.16, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 105, + "flow": 14.16, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 106, + "flow": 14.58, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 105, + "flow": 14.58, + "temperature": 10.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 105, + "flow": 14.55, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 105, + "flow": 14.59, + "temperature": 10.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 105, + "flow": 14.59, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 104, + "flow": 14.73, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 104, + "flow": 14.73, + "temperature": 9.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 105, + "flow": 14.16, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 105, + "flow": 14.48, + "temperature": 9.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 105, + "flow": 14.48, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 106, + "flow": 13.61, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 106, + "flow": 13.61, + "temperature": 9.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 105, + "flow": 14.34, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 105, + "flow": 13.83, + "temperature": 9.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 105, + "flow": 13.83, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 105, + "flow": 13.94, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 105, + "flow": 13.94, + "temperature": 9.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 104, + "flow": 14.05, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 104, + "flow": 13.39, + "temperature": 9.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 105, + "flow": 13.39, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 105, + "flow": 13.53, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 105, + "flow": 13.53, + "temperature": 9.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 105, + "flow": 13.4, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 105, + "flow": 13.35, + "temperature": 8.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 105, + "flow": 13.35, + "inflow": 0, + "volume": 0, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 105, + "flow": 13.39, + "inflow": 0, + "volume": 0, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 105, + "flow": 13.39, + "temperature": 8.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 105, + "flow": 13.59, + "inflow": 0, + "volume": 0, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 104, + "flow": 13.86, + "temperature": 8.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 104, + "flow": 13.86, + "inflow": 0, + "volume": 0, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 104, + "flow": 13.37, + "inflow": 0, + "volume": 0, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 104, + "flow": 13.37, + "temperature": 8.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 104, + "flow": 13.7, + "inflow": 0, + "volume": 0, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 105, + "flow": 12.68, + "temperature": 8.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 105, + "flow": 12.68, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 106, + "flow": 12.96, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 105, + "flow": 12.96, + "temperature": 9.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 105, + "flow": 13.4, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 104, + "flow": 13.21, + "temperature": 9.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 104, + "flow": 13.21, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 104, + "flow": 13, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 104, + "flow": 13, + "temperature": 10.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 104, + "flow": 12.63, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 104, + "flow": 12.73, + "temperature": 10.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 105, + "flow": 12.73, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 106, + "flow": 13.4, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 105, + "flow": 13.4, + "temperature": 12, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 105, + "flow": 13.89, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 104, + "flow": 13.19, + "temperature": 12.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 104, + "flow": 13.19, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 104, + "flow": 12.76, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 104, + "flow": 12.76, + "temperature": 12.9, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 101, + "flow": 13.63, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 101, + "flow": 11.79, + "temperature": 13.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 102, + "flow": 11.79, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 102, + "flow": 12.74, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 101, + "flow": 12.74, + "temperature": 13.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 101, + "flow": 12.48, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 102, + "flow": 12.26, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 103, + "flow": 12.26, + "temperature": 14.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 102, + "flow": 11.87, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 103, + "flow": 12.42, + "temperature": 14.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 101, + "flow": 12.42, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 103, + "flow": 12.84, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 103, + "flow": 12.84, + "temperature": 14.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 104, + "flow": 12.76, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 108, + "flow": 10.8, + "temperature": 14.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 107, + "flow": 10.8, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 104, + "flow": 13.03, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 102, + "flow": 13.03, + "temperature": 14.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 102, + "flow": 12.56, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 104, + "flow": 11.28, + "temperature": 14.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 105, + "flow": 11.28, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 106, + "flow": 12.4, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 105, + "flow": 12.4, + "temperature": 14.3, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 104, + "flow": 12.37, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 101, + "flow": 13.48, + "temperature": 14.3, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 100, + "flow": 13.48, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 101, + "flow": 12.44, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 100, + "flow": 12.44, + "temperature": 14.3, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 99, + "flow": 12.86, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 100, + "flow": 10.66, + "temperature": 14.3, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 99, + "flow": 10.66, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 100, + "flow": 11.74, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 100, + "flow": 11.74, + "temperature": 14.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 99, + "flow": 11.87, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 100, + "flow": 11.07, + "temperature": 14.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 100, + "flow": 11.07, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 100, + "flow": 11.41, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 100, + "flow": 11.41, + "temperature": 15, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 100, + "flow": 11.69, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 101, + "flow": 11.98, + "temperature": 15.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 101, + "flow": 11.98, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 101, + "flow": 11.89, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 101, + "flow": 11.89, + "temperature": 15.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 101, + "flow": 12.53, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 102, + "flow": 11.99, + "temperature": 15.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 102, + "flow": 11.99, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 102, + "flow": 11.95, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 102, + "flow": 11.95, + "temperature": 15, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 102, + "flow": 11.83, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 104, + "flow": 10.58, + "temperature": 14.8, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 108, + "flow": 10.58, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 105, + "flow": 12.58, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 104, + "flow": 12.58, + "temperature": 14.4, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 103, + "flow": 12.55, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 103, + "flow": 11.57, + "temperature": 14.3, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 104, + "flow": 11.57, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 105, + "flow": 11.51, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 106, + "flow": 11.51, + "temperature": 14.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 105, + "flow": 12.37, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 105, + "flow": 12, + "temperature": 14.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 104, + "flow": 12, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 103, + "flow": 11.7, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 104, + "flow": 11.7, + "temperature": 14.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 104, + "flow": 11.7, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 105, + "flow": 11.75, + "temperature": 14.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 105, + "flow": 11.75, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 105, + "flow": 11.64, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 105, + "flow": 11.64, + "temperature": 13.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 105, + "flow": 11.78, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 104, + "flow": 11.52, + "temperature": 13.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 104, + "flow": 11.52, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 104, + "flow": 12.02, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 104, + "flow": 12.02, + "temperature": 13.9, + "precipitation": 0.4, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 104, + "flow": 11.53, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 105, + "flow": 11.43, + "temperature": 13.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 105, + "flow": 11.43, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 105, + "flow": 11.78, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 105, + "flow": 11.78, + "temperature": 13.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 105, + "flow": 12.21, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 104, + "flow": 11.82, + "temperature": 13.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 105, + "flow": 11.82, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 104, + "flow": 12.27, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 104, + "flow": 12.27, + "temperature": 13.8, + "precipitation": 0.3, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 104, + "flow": 11.97, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 104, + "flow": 11.83, + "temperature": 13.7, + "precipitation": 0.1, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 104, + "flow": 11.83, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 1.4 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 105, + "flow": 11.77, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.8 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 105, + "flow": 11.77, + "temperature": 13.7, + "precipitation": 0.8, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 105, + "flow": 11.43, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 105, + "flow": 11.86, + "temperature": 13.7, + "precipitation": 0.4, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 105, + "flow": 11.86, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 104, + "flow": 12.19, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 104, + "flow": 12.19, + "temperature": 14.1, + "precipitation": 0.3, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 104, + "flow": 11.88, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 104, + "flow": 12.28, + "temperature": 14.1, + "precipitation": 0.4, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 104, + "flow": 12.28, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 104, + "flow": 11.86, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 104, + "flow": 11.86, + "temperature": 14.2, + "precipitation": 0.2, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 104, + "flow": 11.95, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 105, + "flow": 11.47, + "temperature": 14.2, + "precipitation": 0.5, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 105, + "flow": 11.47, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 105, + "flow": 12.23, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 105, + "flow": 12.23, + "temperature": 14.6, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 105, + "flow": 12.08, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 105, + "flow": 11.76, + "temperature": 14.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 104, + "flow": 11.76, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 104, + "flow": 12.12, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 104, + "flow": 12.12, + "temperature": 15, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 104, + "flow": 11.75, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 104, + "flow": 11.5, + "temperature": 15.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 104, + "flow": 11.5, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 104, + "flow": 11.8, + "inflow": 0, + "volume": 0, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 104, + "flow": 11.8, + "temperature": 16.4, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 104, + "flow": 11.45, + "inflow": 0, + "volume": 0, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 104, + "flow": 11.45, + "temperature": 16.8, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 104, + "flow": 11.45, + "inflow": 0, + "volume": 0, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 105, + "flow": 11.74, + "inflow": 0, + "volume": 0, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 104, + "flow": 11.74, + "temperature": 18, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 104, + "flow": 11.47, + "inflow": 0, + "volume": 0, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 105, + "flow": 11.53, + "temperature": 18.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 105, + "flow": 11.53, + "inflow": 0, + "volume": 0, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 101, + "flow": 11.97, + "inflow": 0, + "volume": 0, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 101, + "flow": 11.97, + "temperature": 18.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 100, + "flow": 12.49, + "inflow": 0, + "volume": 0, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 100, + "flow": 11.82, + "temperature": 19.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 101, + "flow": 11.82, + "inflow": 0, + "volume": 0, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 101, + "flow": 11.46, + "inflow": 0, + "volume": 0, + "temperature": 19.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 99, + "flow": 11.46, + "temperature": 19.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 100, + "flow": 10.58, + "inflow": 0, + "volume": 0, + "temperature": 20.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 98, + "flow": 7.68, + "temperature": 20.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 99, + "flow": 7.68, + "temperature": 20.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 96, + "flow": 11.4, + "inflow": 0, + "volume": 0, + "temperature": 20.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 97, + "flow": 10.43, + "temperature": 20.9, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 98, + "flow": 10.43, + "inflow": 0, + "volume": 0, + "temperature": 21.2, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/VLCH.json b/public/data/VLCH.json index ea5fef6..3e0426e 100644 --- a/public/data/VLCH.json +++ b/public/data/VLCH.json @@ -3670,5 +3670,4784 @@ "volume": 0, "temperature": 17.4, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 46, + "flow": 54.72, + "inflow": 0, + "volume": 0, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 47, + "flow": 55, + "inflow": 0, + "volume": 0, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 46, + "flow": 53.6, + "inflow": 0, + "volume": 0, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 47, + "flow": 55.56, + "inflow": 0, + "volume": 0, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 46, + "flow": 54.16, + "inflow": 0, + "volume": 0, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 46, + "flow": 53.88, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 45, + "flow": 50.64, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 46, + "flow": 54.44, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 47, + "flow": 55.28, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 47, + "flow": 56.12, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 46, + "flow": 54.72, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 46, + "flow": 54.16, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 47, + "flow": 55, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 47, + "flow": 55.56, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 47, + "flow": 55.56, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 47, + "flow": 55.28, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 47, + "flow": 56.12, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 47, + "flow": 55.56, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 47, + "flow": 56.12, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 47, + "flow": 55.56, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 47, + "flow": 55.84, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 47, + "flow": 55.84, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 47, + "flow": 56.4, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 47, + "flow": 56.4, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 47, + "flow": 55.84, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 47, + "flow": 56.12, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 47, + "flow": 56.98, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 47, + "flow": 56.12, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 47, + "flow": 56.4, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 47, + "flow": 56.4, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 47, + "flow": 56.98, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 47, + "flow": 56.4, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 47, + "flow": 56.4, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 47, + "flow": 56.98, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 47, + "flow": 56.4, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 47, + "flow": 56.4, + "temperature": 12.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 47, + "flow": 56.12, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 47, + "flow": 56.4, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 47, + "flow": 56.4, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 47, + "flow": 56.4, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 47, + "flow": 56.4, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 47, + "flow": 56.4, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 47, + "flow": 56.4, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 47, + "flow": 56.4, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 47, + "flow": 56.12, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 47, + "flow": 56.12, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 47, + "flow": 55.84, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 47, + "flow": 56.12, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 47, + "flow": 56.4, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 47, + "flow": 55.84, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 47, + "flow": 56.4, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 44, + "flow": 48.56, + "inflow": 0, + "volume": 0, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 44, + "flow": 48.05, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 46, + "flow": 52.52, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 47, + "flow": 55.56, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 44, + "flow": 49.34, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 43, + "flow": 46.3, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 44, + "flow": 48.82, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 46, + "flow": 54.72, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 46, + "flow": 53.33, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 46, + "flow": 53.33, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 43, + "flow": 45.32, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 46, + "flow": 53.6, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 49, + "flow": 61.16, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 47, + "flow": 55.28, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 46, + "flow": 54.44, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 46, + "flow": 54.44, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 46, + "flow": 53.33, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 47, + "flow": 56.4, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 47, + "flow": 56.12, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 46, + "flow": 53.88, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 47, + "flow": 55, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 48, + "flow": 57.85, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 47, + "flow": 55.56, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 48, + "flow": 59.61, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 47, + "flow": 57.56, + "inflow": 0, + "volume": 0, + "temperature": 16.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 16.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 47, + "flow": 57.27, + "inflow": 0, + "volume": 0, + "temperature": 16.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 48, + "flow": 58.14, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 47, + "flow": 55.28, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 47, + "flow": 56.4, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 48, + "flow": 59.01, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 47, + "flow": 57.27, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 46, + "flow": 53.88, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 47, + "flow": 55.84, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 48, + "flow": 57.85, + "inflow": 0, + "volume": 0, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 47, + "flow": 57.56, + "inflow": 0, + "volume": 0, + "temperature": 16.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 47, + "flow": 56.12, + "inflow": 0, + "volume": 0, + "temperature": 16.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 46, + "flow": 54.44, + "inflow": 0, + "volume": 0, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 44, + "flow": 49.08, + "inflow": 0, + "volume": 0, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 45, + "flow": 49.6, + "inflow": 0, + "volume": 0, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 45, + "flow": 51.98, + "inflow": 0, + "volume": 0, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 48, + "flow": 57.85, + "inflow": 0, + "volume": 0, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 47, + "flow": 56.12, + "inflow": 0, + "volume": 0, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 46, + "flow": 53.6, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 46, + "flow": 54.72, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 45, + "flow": 51.71, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 46, + "flow": 53.6, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 46, + "flow": 53.33, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 46, + "flow": 53.06, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 46, + "flow": 54.16, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 46, + "flow": 53.06, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 46, + "flow": 54.44, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 46, + "flow": 54.16, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 46, + "flow": 53.88, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 46, + "flow": 54.72, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 47, + "flow": 55.28, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 47, + "flow": 56.98, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 47, + "flow": 55.84, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 46, + "flow": 53.33, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 46, + "flow": 53.88, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 46, + "flow": 53.33, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 46, + "flow": 54.16, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 46, + "flow": 54.16, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 46, + "flow": 53.6, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 45, + "flow": 51.44, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 47, + "flow": 56.98, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 46, + "flow": 53.88, + "temperature": 15.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 46, + "flow": 53.33, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 46, + "flow": 53.6, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 46, + "flow": 52.25, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 47, + "flow": 55.84, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 47, + "flow": 57.56, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 47, + "flow": 55, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 47, + "flow": 55.84, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 47, + "flow": 56.12, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 47, + "flow": 55.28, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 47, + "flow": 57.27, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 48, + "flow": 58.72, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 48, + "flow": 58.72, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 48, + "flow": 58.72, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 49, + "flow": 61.78, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 47, + "flow": 56.98, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 47, + "flow": 57.56, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 49, + "flow": 60.85, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 49, + "flow": 61.78, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 49, + "flow": 61.16, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 48, + "flow": 59.92, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 48, + "flow": 59.61, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 49, + "flow": 61.78, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 48, + "flow": 60.54, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 49, + "flow": 61.47, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 49, + "flow": 60.85, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 49, + "flow": 61.78, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 49, + "flow": 61.16, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 48, + "flow": 60.54, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 49, + "flow": 60.85, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 49, + "flow": 61.47, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 49, + "flow": 61.47, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 49, + "flow": 61.16, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 49, + "flow": 61.47, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 49, + "flow": 60.85, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 49, + "flow": 61.47, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 49, + "flow": 61.16, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 49, + "flow": 61.16, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 48, + "flow": 60.54, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 49, + "flow": 60.85, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 49, + "flow": 60.85, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 49, + "flow": 61.16, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 48, + "flow": 60.23, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 48, + "flow": 60.54, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 48, + "flow": 60.54, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 48, + "flow": 60.54, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 48, + "flow": 60.23, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 48, + "flow": 60.54, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 48, + "flow": 59.92, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 48, + "flow": 60.54, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 48, + "flow": 60.23, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 48, + "flow": 59.92, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 48, + "flow": 59.61, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 48, + "flow": 60.23, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 48, + "flow": 59.92, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 48, + "flow": 59.92, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 48, + "flow": 59.61, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 48, + "flow": 59.61, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 48, + "flow": 59.61, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 48, + "flow": 59.92, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 48, + "flow": 59.01, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 48, + "flow": 59.01, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 48, + "flow": 58.72, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 48, + "flow": 58.72, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 48, + "flow": 58.43, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 48, + "flow": 59.01, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 47, + "flow": 57.27, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 47, + "flow": 56.98, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 48, + "flow": 57.85, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 47, + "flow": 57.56, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 48, + "flow": 57.85, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 47, + "flow": 57.56, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 48, + "flow": 57.85, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 47, + "flow": 56.98, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 47, + "flow": 56.4, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 46, + "flow": 52.25, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 45, + "flow": 51.71, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 44, + "flow": 48.05, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 44, + "flow": 48.82, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 45, + "flow": 51.98, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 47, + "flow": 55, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 46, + "flow": 53.06, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 45, + "flow": 50.9, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 46, + "flow": 52.52, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 46, + "flow": 54.72, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 47, + "flow": 55, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 46, + "flow": 53.88, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 46, + "flow": 54.16, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 46, + "flow": 54.72, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 46, + "flow": 53.88, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 46, + "flow": 53.33, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 47, + "flow": 56.12, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 46, + "flow": 52.52, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 46, + "flow": 52.52, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 46, + "flow": 52.52, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 46, + "flow": 53.06, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 46, + "flow": 53.6, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 46, + "flow": 53.33, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 47, + "flow": 55.28, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 46, + "flow": 53.6, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 50, + "flow": 64, + "inflow": 0, + "volume": 0, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 47, + "flow": 55.84, + "inflow": 0, + "volume": 0, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 46, + "flow": 54.44, + "inflow": 0, + "volume": 0, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 46, + "flow": 53.6, + "inflow": 0, + "volume": 0, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 46, + "flow": 54.16, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 46, + "flow": 52.25, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 45, + "flow": 50.9, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0.9 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 47, + "flow": 55.84, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 47, + "flow": 57.27, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 47, + "flow": 55.28, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 47, + "flow": 56.4, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0.7 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 46, + "flow": 54.72, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 47, + "flow": 55, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 47, + "flow": 56.12, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 47, + "flow": 56.12, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 47, + "flow": 57.27, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 47, + "flow": 55.56, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 46, + "flow": 54.16, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 48, + "flow": 58.14, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 48, + "flow": 58.72, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 47, + "flow": 55, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 47, + "flow": 55.84, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 47, + "flow": 57.56, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 47, + "flow": 56.98, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 46, + "flow": 54.16, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 46, + "flow": 53.88, + "inflow": 0, + "volume": 0, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 47, + "flow": 56.4, + "inflow": 0, + "volume": 0, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 48, + "flow": 59.92, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 46, + "flow": 54.16, + "inflow": 0, + "volume": 0, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 47, + "flow": 57.27, + "inflow": 0, + "volume": 0, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 48, + "flow": 58.43, + "inflow": 0, + "volume": 0, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 47, + "flow": 55.28, + "inflow": 0, + "volume": 0, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 47, + "flow": 57.27, + "inflow": 0, + "volume": 0, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 47, + "flow": 55.28, + "inflow": 0, + "volume": 0, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 48, + "flow": 57.85, + "inflow": 0, + "volume": 0, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 47, + "flow": 57.56, + "inflow": 0, + "volume": 0, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 47, + "flow": 55.56, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 47, + "flow": 56.98, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 47, + "flow": 55.56, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 47, + "flow": 56.4, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 47, + "flow": 56.4, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 46, + "flow": 53.88, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 47, + "flow": 56.4, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 47, + "flow": 56.12, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 48, + "flow": 57.85, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 46, + "flow": 54.16, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 47, + "flow": 56.12, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 47, + "flow": 56.98, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 47, + "flow": 55.28, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 47, + "flow": 55.56, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 47, + "flow": 55.56, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 47, + "flow": 55.56, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 47, + "flow": 55, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 47, + "flow": 55.56, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 47, + "flow": 56.98, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 47, + "flow": 56.12, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 48, + "flow": 58.14, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 48, + "flow": 58.14, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 48, + "flow": 57.85, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 47, + "flow": 57.56, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 48, + "flow": 58.43, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 48, + "flow": 58.72, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 48, + "flow": 58.72, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 48, + "flow": 58.14, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 48, + "flow": 58.14, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 48, + "flow": 59.01, + "temperature": 11.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 48, + "flow": 58.72, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 48, + "flow": 59.01, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 48, + "flow": 59.61, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 48, + "flow": 58.72, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 48, + "flow": 59.61, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 48, + "flow": 58.72, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 48, + "flow": 58.72, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 48, + "flow": 58.43, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 48, + "flow": 58.43, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 48, + "flow": 58.72, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 48, + "flow": 58.72, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 48, + "flow": 58.43, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 48, + "flow": 58.43, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 48, + "flow": 58.72, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 48, + "flow": 58.43, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 48, + "flow": 59.01, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 48, + "flow": 58.14, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 48, + "flow": 57.85, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 48, + "flow": 57.85, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 47, + "flow": 57.56, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 47, + "flow": 57.56, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 47, + "flow": 57.56, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 47, + "flow": 57.27, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 47, + "flow": 57.27, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 47, + "flow": 57.27, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 47, + "flow": 57.27, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 47, + "flow": 57.27, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 47, + "flow": 57.56, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 47, + "flow": 57.27, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 47, + "flow": 57.27, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 47, + "flow": 56.98, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 47, + "flow": 56.98, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 46, + "flow": 54.44, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 47, + "flow": 57.27, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 48, + "flow": 58.72, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 47, + "flow": 56.12, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 47, + "flow": 55.28, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 47, + "flow": 55.28, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 47, + "flow": 56.12, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 47, + "flow": 57.56, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 46, + "flow": 54.16, + "inflow": 0, + "volume": 0, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 46, + "flow": 54.16, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 45, + "flow": 51.17, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 47, + "flow": 55.28, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 46, + "flow": 53.33, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 46, + "flow": 52.25, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 47, + "flow": 55.56, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 47, + "flow": 56.98, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 47, + "flow": 55, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 45, + "flow": 50.64, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 46, + "flow": 54.44, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 46, + "flow": 53.6, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 47, + "flow": 55.84, + "temperature": 15.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 47, + "flow": 56.12, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 47, + "flow": 55.28, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 47, + "flow": 56.98, + "temperature": 15.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 47, + "flow": 55, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 46, + "flow": 53.6, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 46, + "flow": 53.88, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 46, + "flow": 54.44, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 47, + "flow": 57.56, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 46, + "flow": 53.33, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 47, + "flow": 55.28, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 47, + "flow": 55, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 48, + "flow": 58.14, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 48, + "flow": 57.85, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 46, + "flow": 53.88, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 46, + "flow": 52.25, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 47, + "flow": 55.84, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 48, + "flow": 59.61, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 48, + "flow": 59.61, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 48, + "flow": 59.01, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 48, + "flow": 59.92, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 48, + "flow": 58.14, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 46, + "flow": 54.72, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 47, + "flow": 55, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 47, + "flow": 56.12, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 48, + "flow": 58.14, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 48, + "flow": 58.14, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 48, + "flow": 58.72, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 46, + "flow": 52.25, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 47, + "flow": 55.56, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 48, + "flow": 58.72, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 47, + "flow": 56.98, + "inflow": 0, + "volume": 0, + "temperature": 14.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 46, + "flow": 54.72, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 46, + "flow": 54.16, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 47, + "flow": 55.56, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 47, + "flow": 55.56, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 46, + "flow": 54.72, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 46, + "flow": 54.44, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 46, + "flow": 52.25, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 45, + "flow": 49.6, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 45, + "flow": 50.9, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 46, + "flow": 53.6, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 47, + "flow": 55.28, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 47, + "flow": 56.12, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 46, + "flow": 52.52, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 45, + "flow": 50.9, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 45, + "flow": 51.71, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 47, + "flow": 55, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 46, + "flow": 54.44, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 46, + "flow": 54.72, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 46, + "flow": 54.16, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 45, + "flow": 51.44, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 46, + "flow": 54.72, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 47, + "flow": 55.84, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 47, + "flow": 57.27, + "inflow": 0, + "volume": 0, + "temperature": 15.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 47, + "flow": 57.27, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 46, + "flow": 54.44, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 47, + "flow": 56.12, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 47, + "flow": 55.84, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 49, + "flow": 60.85, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 48, + "flow": 59.01, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 47, + "flow": 55.28, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 48, + "flow": 58.43, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 47, + "flow": 56.12, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 47, + "flow": 56.98, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 48, + "flow": 59.92, + "temperature": 15.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 48, + "flow": 59.01, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 47, + "flow": 56.69, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 47, + "flow": 56.98, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 48, + "flow": 58.43, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 47, + "flow": 56.98, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 47, + "flow": 56.98, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 48, + "flow": 58.43, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 48, + "flow": 57.85, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 48, + "flow": 58.72, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 48, + "flow": 59.01, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 48, + "flow": 59.01, + "temperature": 15.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 48, + "flow": 58.72, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 48, + "flow": 57.85, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 48, + "flow": 59.61, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 48, + "flow": 60.23, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 48, + "flow": 59.61, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 48, + "flow": 59.92, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 48, + "flow": 59.61, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 48, + "flow": 59.61, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 48, + "flow": 59.92, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 48, + "flow": 59.61, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 48, + "flow": 59.61, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 48, + "flow": 59.61, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 48, + "flow": 59.01, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 48, + "flow": 59.61, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 48, + "flow": 59.61, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 48, + "flow": 59.61, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 48, + "flow": 59.61, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 48, + "flow": 59.3, + "temperature": 15.2, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 48, + "flow": 59.61, + "inflow": 0, + "volume": 0, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 48, + "flow": 59.92, + "inflow": 0, + "volume": 0, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 48, + "flow": 59.92, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 48, + "flow": 59.01, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 48, + "flow": 59.92, + "inflow": 0, + "volume": 0, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 48, + "flow": 59.61, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 48, + "flow": 59.01, + "inflow": 0, + "volume": 0, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 48, + "flow": 59.01, + "temperature": 16.5, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 48, + "flow": 59.61, + "inflow": 0, + "volume": 0, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 48, + "flow": 59.01, + "inflow": 0, + "volume": 0, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 48, + "flow": 60.54, + "inflow": 0, + "volume": 0, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 48, + "flow": 58.43, + "inflow": 0, + "volume": 0, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 47, + "flow": 55.84, + "inflow": 0, + "volume": 0, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 48, + "flow": 59.01, + "inflow": 0, + "volume": 0, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 48, + "flow": 59.61, + "inflow": 0, + "volume": 0, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 48, + "flow": 60.54, + "inflow": 0, + "volume": 0, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 48, + "flow": 58.43, + "inflow": 0, + "volume": 0, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 46, + "flow": 54.72, + "inflow": 0, + "volume": 0, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 46, + "flow": 53.88, + "inflow": 0, + "volume": 0, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 47, + "flow": 56.98, + "inflow": 0, + "volume": 0, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 49, + "flow": 60.85, + "inflow": 0, + "volume": 0, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 48, + "flow": 59.92, + "inflow": 0, + "volume": 0, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 47, + "flow": 56.98, + "inflow": 0, + "volume": 0, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 48, + "flow": 59.3, + "inflow": 0, + "volume": 0, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 47, + "flow": 56.98, + "inflow": 0, + "volume": 0, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 48, + "flow": 59.61, + "inflow": 0, + "volume": 0, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 48, + "flow": 60.54, + "inflow": 0, + "volume": 0, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 47, + "flow": 57.56, + "inflow": 0, + "volume": 0, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 47, + "flow": 56.98, + "inflow": 0, + "volume": 0, + "temperature": 19.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 48, + "flow": 58.72, + "inflow": 0, + "volume": 0, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 47, + "flow": 56.4, + "inflow": 0, + "volume": 0, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 47, + "flow": 56.98, + "temperature": 20.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 48, + "flow": 58.72, + "temperature": 20.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 47, + "flow": 56.98, + "temperature": 20.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 47, + "flow": 56.4, + "temperature": 20.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 52, + "flow": 71.86, + "temperature": 20.1, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 49, + "flow": 63.36, + "inflow": 0, + "volume": 0, + "temperature": 21.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 47, + "flow": 57.56, + "inflow": 0, + "volume": 0, + "temperature": 21.8, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/VLHN.json b/public/data/VLHN.json index a974493..64b69a8 100644 --- a/public/data/VLHN.json +++ b/public/data/VLHN.json @@ -10553,7 +10553,4687 @@ "flow": 14.2, "inflow": 10.38, "volume": 19.49, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 369.51, + "flow": 14.2, + "temperature": 14.5, + "precipitation": 0, + "inflow": 10.38, + "volume": 19.49 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 369.51, + "flow": 14.19, + "inflow": 10.38, + "volume": 19.49, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 369.51, + "flow": 14.19, + "inflow": 10.38, + "volume": 19.49, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 369.5, + "flow": 14.19, + "inflow": 10.38, + "volume": 19.49, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 369.5, + "flow": 14.19, + "temperature": 14.3, + "precipitation": 0, + "inflow": 10.38, + "volume": 19.49 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 369.5, + "flow": 14.2, + "inflow": 10.38, + "volume": 19.49, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 369.5, + "flow": 14.2, + "inflow": 10.38, + "volume": 19.49, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 369.5, + "flow": 14.2, + "inflow": 10.38, + "volume": 19.49, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 369.5, + "flow": 14.2, + "inflow": 10.38, + "volume": 19.46, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 369.5, + "flow": 14.2, + "inflow": 10.38, + "volume": 19.46, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 369.5, + "flow": 14.2, + "inflow": 10.38, + "volume": 19.46, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 369.5, + "flow": 14.19, + "inflow": 10.38, + "volume": 19.46, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 369.5, + "flow": 14.19, + "inflow": 10.38, + "volume": 19.46, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 369.5, + "flow": 14.19, + "inflow": 10.38, + "volume": 19.46, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 369.5, + "flow": 14.19, + "inflow": 10.38, + "volume": 19.46, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 369.5, + "flow": 14.19, + "inflow": 10.38, + "volume": 19.46, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 369.5, + "flow": 14.19, + "temperature": 13.7, + "precipitation": 0, + "inflow": 10.38, + "volume": 19.46 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 369.5, + "flow": 14.19, + "inflow": 10.38, + "volume": 19.46, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 369.5, + "flow": 14.19, + "inflow": 10.38, + "volume": 19.46, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 369.5, + "flow": 14.21, + "inflow": 10.38, + "volume": 19.46, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 369.5, + "flow": 14.21, + "inflow": 10.38, + "volume": 19.46, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 369.5, + "flow": 14.21, + "inflow": 10.38, + "volume": 19.46, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 369.49, + "flow": 14.21, + "inflow": 10.38, + "volume": 19.46, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 369.49, + "flow": 14.21, + "inflow": 10.38, + "volume": 19.46, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 369.49, + "flow": 14.21, + "inflow": 10.38, + "volume": 19.46, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 369.49, + "flow": 14.21, + "inflow": 10.38, + "volume": 19.46, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 369.49, + "flow": 14.21, + "inflow": 10.38, + "volume": 19.44, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 369.49, + "flow": 14.21, + "inflow": 10.38, + "volume": 19.44, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 369.49, + "flow": 14.21, + "inflow": 10.38, + "volume": 19.44, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 369.49, + "flow": 14.2, + "inflow": 10.38, + "volume": 19.44, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 369.47, + "flow": 14.2, + "inflow": 10.38, + "volume": 19.44, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 369.47, + "flow": 14.2, + "inflow": 10.38, + "volume": 19.44, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 369.47, + "flow": 14.2, + "inflow": 10.38, + "volume": 19.41, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 369.47, + "flow": 14.2, + "inflow": 10.38, + "volume": 19.41, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 369.47, + "flow": 14.2, + "inflow": 10.38, + "volume": 19.41, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 369.47, + "flow": 14.19, + "inflow": 10.38, + "volume": 19.41, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 369.47, + "flow": 14.19, + "temperature": 12.7, + "precipitation": 0, + "inflow": 10.38, + "volume": 19.41 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 369.47, + "flow": 14.19, + "inflow": 10.38, + "volume": 19.41, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 369.47, + "flow": 14.19, + "inflow": 10.38, + "volume": 19.41, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 369.47, + "flow": 14.19, + "inflow": 10.38, + "volume": 19.41, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 369.47, + "flow": 14.19, + "inflow": 10.38, + "volume": 19.41, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 369.47, + "flow": 14.2, + "inflow": 10.38, + "volume": 19.41, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 369.47, + "flow": 14.2, + "temperature": 12.3, + "precipitation": 0, + "inflow": 10.38, + "volume": 19.41 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 369.46, + "flow": 14.2, + "inflow": 10.38, + "volume": 19.41, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 369.46, + "flow": 14.2, + "inflow": 10.38, + "volume": 19.38, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 369.46, + "flow": 14.2, + "inflow": 10.38, + "volume": 19.38, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 369.46, + "flow": 14.19, + "inflow": 10.38, + "volume": 19.38, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 369.46, + "flow": 14.19, + "inflow": 10.38, + "volume": 19.38, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 369.46, + "flow": 14.19, + "inflow": 10.38, + "volume": 19.38, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 369.46, + "flow": 14.19, + "inflow": 10.38, + "volume": 19.38, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 369.46, + "flow": 14.19, + "inflow": 10.38, + "volume": 19.38, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 369.46, + "flow": 14.19, + "inflow": 10.38, + "volume": 19.38, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 369.46, + "flow": 14.19, + "temperature": 12, + "precipitation": 0, + "inflow": 10.38, + "volume": 19.38 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 369.46, + "flow": 14.19, + "inflow": 10.38, + "volume": 19.38, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 369.45, + "flow": 14.19, + "inflow": 10.38, + "volume": 19.38, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 369.45, + "flow": 14.19, + "inflow": 10.38, + "volume": 19.38, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 369.45, + "flow": 14.19, + "inflow": 10.38, + "volume": 19.35, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 369.45, + "flow": 14.19, + "inflow": 10.38, + "volume": 19.35, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 369.45, + "flow": 14.18, + "inflow": 10.38, + "volume": 19.35, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 369.45, + "flow": 14.18, + "inflow": 10.38, + "volume": 19.35, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 369.45, + "flow": 14.18, + "inflow": 10.38, + "volume": 19.35, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 369.45, + "flow": 14.18, + "inflow": 10.38, + "volume": 19.35, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 369.45, + "flow": 14.18, + "inflow": 0, + "volume": 19.35, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 369.45, + "flow": 14.18, + "temperature": 12.9, + "precipitation": 0, + "inflow": 0, + "volume": 19.35 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 369.45, + "flow": 14.18, + "inflow": 0, + "volume": 19.35, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 369.45, + "flow": 14.18, + "inflow": 0, + "volume": 19.35, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 369.45, + "flow": 14.18, + "temperature": 13.3, + "precipitation": 0.2, + "inflow": 0, + "volume": 19.35 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 369.45, + "flow": 14.18, + "inflow": 0, + "volume": 19.35, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 369.45, + "flow": 14.18, + "inflow": 0, + "volume": 19.35, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 369.45, + "flow": 14.18, + "inflow": 0, + "volume": 19.35, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 369.45, + "flow": 14.18, + "inflow": 0, + "volume": 19.35, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 369.44, + "flow": 14.18, + "inflow": 0, + "volume": 19.35, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 369.46, + "flow": 14.18, + "inflow": 0, + "volume": 19.35, + "temperature": 13.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 369.46, + "flow": 14.18, + "inflow": 0, + "volume": 19.35, + "temperature": 13.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 369.44, + "flow": 14.16, + "inflow": 11.86, + "volume": 19.32, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 369.43, + "flow": 14.16, + "inflow": 11.86, + "volume": 19.32, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 369.43, + "flow": 14.16, + "inflow": 11.86, + "volume": 19.32, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 369.43, + "flow": 14.16, + "inflow": 11.86, + "volume": 19.32, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 369.43, + "flow": 13.37, + "inflow": 11.86, + "volume": 19.32, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 369.42, + "flow": 13.37, + "inflow": 11.86, + "volume": 19.32, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 369.42, + "flow": 13.37, + "inflow": 11.86, + "volume": 19.27, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 369.42, + "flow": 13.37, + "inflow": 11.86, + "volume": 19.27, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 369.42, + "flow": 13.71, + "temperature": 14.1, + "precipitation": 0, + "inflow": 11.86, + "volume": 19.27 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 369.42, + "flow": 18.37, + "inflow": 11.86, + "volume": 19.27, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 369.42, + "flow": 21.32, + "inflow": 11.86, + "volume": 19.27, + "temperature": 13.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 369.42, + "flow": 25.59, + "inflow": 11.86, + "volume": 19.27, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 369.42, + "flow": 25.59, + "inflow": 11.86, + "volume": 19.27, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 369.42, + "flow": 43.67, + "inflow": 11.86, + "volume": 19.27, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 369.41, + "flow": 28.47, + "inflow": 11.86, + "volume": 19.27, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 369.41, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.27, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 369.42, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.27, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 369.42, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.27, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 369.41, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.27, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 369.41, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.27, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 369.41, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.27, "temperature": 14.7, "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 369.41, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.27, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 369.41, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.27, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 369.4, + "flow": 13.38, + "temperature": 14.4, + "precipitation": 0, + "inflow": 11.86, + "volume": 19.27 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 369.4, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.22, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 369.4, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.22, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 369.4, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.22, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 369.4, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.22, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 369.4, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.22, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 369.4, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.22, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 369.4, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.22, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 369.4, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.22, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 369.4, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.22, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 369.4, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.22, + "temperature": 14.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 369.4, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.22, + "temperature": 14.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 369.4, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.22, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 369.4, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.22, + "temperature": 14.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 369.4, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.22, + "temperature": 13.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 369.4, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.22, + "temperature": 12.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 369.4, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.22, + "temperature": 12.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.19, + "temperature": 12.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.19, + "temperature": 12.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 369.39, + "flow": 13.38, + "temperature": 12.7, + "precipitation": 0.3, + "inflow": 11.86, + "volume": 19.19 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.19, + "temperature": 12.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.19, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.19, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.19, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.19, + "temperature": 12.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.19, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 369.39, + "flow": 13.38, + "temperature": 12.7, + "precipitation": 0.1, + "inflow": 11.86, + "volume": 19.19 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.19, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.19, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 369.39, + "flow": 13.38, + "temperature": 12.6, + "precipitation": 0.1, + "inflow": 11.86, + "volume": 19.19 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.19, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.19, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.19, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.19, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.19, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.19, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.19, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 369.39, + "flow": 13.38, + "temperature": 12.4, + "precipitation": 0.1, + "inflow": 11.86, + "volume": 19.19 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.19, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.19, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.19, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 11.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 11.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 11.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 11.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 369.38, + "flow": 13.38, + "temperature": 10.4, + "precipitation": 0, + "inflow": 11.86, + "volume": 19.17 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 369.38, + "flow": 13.38, + "temperature": 9.6, + "precipitation": 0, + "inflow": 11.86, + "volume": 19.17 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 369.38, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 11.86, + "volume": 19.17, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 0, + "volume": 19.19, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 0, + "volume": 19.19, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 0, + "volume": 19.19, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 0, + "volume": 19.19, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 0, + "volume": 19.19, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 0, + "volume": 19.19, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 0, + "volume": 19.19, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 0, + "volume": 19.19, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 369.39, + "flow": 13.38, + "temperature": 10.9, + "precipitation": 0, + "inflow": 0, + "volume": 19.19 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 0, + "volume": 19.19, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 369.39, + "flow": 13.38, + "temperature": 11.4, + "precipitation": 0, + "inflow": 0, + "volume": 19.19 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 0, + "volume": 19.19, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 369.39, + "flow": 30.96, + "inflow": 0, + "volume": 19.19, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 13.56, + "volume": 19.19, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 13.56, + "volume": 19.19, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 13.56, + "volume": 19.19, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 13.56, + "volume": 19.19, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 13.56, + "volume": 19.19, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 369.39, + "flow": 13.38, + "inflow": 13.56, + "volume": 19.19, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 369.39, + "flow": 6.26, + "inflow": 13.56, + "volume": 19.19, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 369.39, + "flow": 2.5, + "inflow": 13.56, + "volume": 19.19, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 369.39, + "flow": 2.5, + "inflow": 13.56, + "volume": 19.19, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 369.39, + "flow": 2.5, + "inflow": 13.56, + "volume": 19.19, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 369.39, + "flow": 2.5, + "inflow": 13.56, + "volume": 19.19, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 369.39, + "flow": 7.15, + "inflow": 13.56, + "volume": 19.19, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 369.39, + "flow": 3.19, + "inflow": 13.56, + "volume": 19.19, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 369.41, + "flow": 2.5, + "inflow": 13.56, + "volume": 19.19, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 369.41, + "flow": 5.66, + "inflow": 13.56, + "volume": 19.19, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 369.39, + "flow": 2.5, + "inflow": 13.56, + "volume": 19.19, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 369.39, + "flow": 11.94, + "inflow": 13.56, + "volume": 19.19, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 369.39, + "flow": 7.94, + "inflow": 13.56, + "volume": 19.19, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 369.39, + "flow": 2.5, + "inflow": 13.56, + "volume": 19.19, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 369.4, + "flow": 2.5, + "inflow": 13.56, + "volume": 19.19, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 369.4, + "flow": 2.5, + "inflow": 13.56, + "volume": 19.19, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 369.4, + "flow": 2.5, + "inflow": 13.56, + "volume": 19.19, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 369.4, + "flow": 2.5, + "inflow": 13.56, + "volume": 19.19, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 369.4, + "flow": 2.5, + "inflow": 13.56, + "volume": 19.22, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 369.4, + "flow": 2.5, + "inflow": 13.56, + "volume": 19.22, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 369.4, + "flow": 2.5, + "inflow": 13.56, + "volume": 19.22, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 369.4, + "flow": 2.5, + "inflow": 13.56, + "volume": 19.22, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 369.42, + "flow": 2.5, + "inflow": 13.56, + "volume": 19.22, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 369.42, + "flow": 2.5, + "inflow": 13.56, + "volume": 19.22, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 369.43, + "flow": 2.5, + "inflow": 13.56, + "volume": 19.28, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 369.43, + "flow": 2.5, + "inflow": 13.56, + "volume": 19.28, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 369.43, + "flow": 2.5, + "temperature": 16.3, + "precipitation": 0, + "inflow": 13.56, + "volume": 19.28 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 369.43, + "flow": 2.5, + "inflow": 13.56, + "volume": 19.28, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 369.43, + "flow": 2.5, + "inflow": 13.56, + "volume": 19.28, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 369.44, + "flow": 2.5, + "inflow": 13.56, + "volume": 19.28, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 369.44, + "flow": 2.5, + "inflow": 13.56, + "volume": 19.31, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 369.44, + "flow": 2.5, + "inflow": 13.56, + "volume": 19.31, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 369.44, + "flow": 2.5, + "inflow": 13.56, + "volume": 19.31, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 369.45, + "flow": 2.5, + "inflow": 13.56, + "volume": 19.31, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 369.45, + "flow": 2.5, + "inflow": 13.56, + "volume": 19.31, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 369.45, + "flow": 2.5, + "inflow": 13.56, + "volume": 19.31, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 369.45, + "flow": 2.5, + "inflow": 13.56, + "volume": 19.34, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 369.45, + "flow": 11.7, + "temperature": 16.2, + "precipitation": 0, + "inflow": 13.56, + "volume": 19.34 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 369.45, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.34, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 369.45, + "flow": 13.18, + "temperature": 16.1, + "precipitation": 0, + "inflow": 13.56, + "volume": 19.34 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 369.45, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.34, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 369.45, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.34, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 369.45, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.34, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 369.46, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.34, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 369.46, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.34, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 369.46, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.34, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 369.46, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.34, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 369.46, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.36, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 369.46, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.36, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 369.46, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.36, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 369.46, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.36, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 369.46, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.36, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 369.45, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.36, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 369.45, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.33, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 369.45, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.33, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 369.46, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.33, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 369.46, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.33, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 369.46, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.33, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 369.46, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.33, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 369.46, + "flow": 13.18, + "temperature": 13.3, + "precipitation": 0, + "inflow": 13.56, + "volume": 19.33 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 369.46, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.36, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 369.46, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.36, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 369.46, + "flow": 13.18, + "temperature": 12.7, + "precipitation": 0, + "inflow": 13.56, + "volume": 19.36 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 369.46, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.36, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 369.46, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.36, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 369.46, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.36, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 369.46, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.36, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 369.46, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.36, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 369.46, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.36, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 369.46, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.36, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 369.46, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.36, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 369.46, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.36, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 369.46, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.36, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 369.46, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.36, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 369.46, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.36, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 369.46, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.36, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 369.47, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.36, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 369.47, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.39, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 369.47, + "flow": 13.18, + "temperature": 9.7, + "precipitation": 0, + "inflow": 13.56, + "volume": 19.39 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 369.47, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.39, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 369.47, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.39, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 369.47, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.39, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 369.47, + "flow": 13.18, + "inflow": 13.56, + "volume": 19.39, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 369.47, + "flow": 5.06, + "inflow": 13.56, + "volume": 19.39, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 369.47, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.39, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 369.47, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.39, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 369.48, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.39, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 369.48, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.39, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 369.48, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.42, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 369.48, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.42, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 369.48, + "flow": 1.25, + "temperature": 9.3, + "precipitation": 0, + "inflow": 13.56, + "volume": 19.42 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 369.48, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.42, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 369.48, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.42, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 369.49, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.42, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 369.49, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.45, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 369.49, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.45, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 369.49, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.45, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 369.49, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.45, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 369.5, + "flow": 1.25, + "temperature": 8.8, + "precipitation": 0, + "inflow": 13.56, + "volume": 19.45 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 369.5, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.45, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 369.5, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.48, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 369.5, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.48, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 369.5, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.48, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 369.51, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.48, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 369.51, + "flow": 1.25, + "temperature": 8.8, + "precipitation": 0, + "inflow": 13.56, + "volume": 19.48 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 369.51, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.48, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 369.52, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.54, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 369.52, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.54, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 369.52, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.54, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 369.52, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.54, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 369.52, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.54, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 369.53, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.54, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 369.53, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.57, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 369.53, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.57, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 369.53, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.57, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 369.55, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.57, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 369.55, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.57, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 369.55, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.57, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 369.55, + "flow": 1.25, + "inflow": 13.56, + "volume": 19.6, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 369.55, + "flow": 8.26, + "inflow": 13.56, + "volume": 19.6, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 369.55, + "flow": 13.19, + "inflow": 13.56, + "volume": 19.6, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 369.55, + "flow": 13.19, + "inflow": 13.56, + "volume": 19.6, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 369.55, + "flow": 13.19, + "temperature": 8.6, + "precipitation": 0, + "inflow": 13.56, + "volume": 19.6 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 369.55, + "flow": 13.19, + "inflow": 13.56, + "volume": 19.6, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 369.55, + "flow": 13.18, + "inflow": 0, + "volume": 19.6, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 369.55, + "flow": 13.18, + "inflow": 0, + "volume": 19.6, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 369.55, + "flow": 13.18, + "inflow": 0, + "volume": 19.6, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 369.55, + "flow": 13.18, + "inflow": 0, + "volume": 19.6, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 369.55, + "flow": 13.18, + "inflow": 0, + "volume": 19.6, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 369.55, + "flow": 13.18, + "inflow": 0, + "volume": 19.6, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 369.55, + "flow": 13.18, + "inflow": 0, + "volume": 19.6, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 369.55, + "flow": 13.18, + "inflow": 0, + "volume": 19.6, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 369.55, + "flow": 13.18, + "inflow": 0, + "volume": 19.6, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 369.55, + "flow": 13.18, + "inflow": 0, + "volume": 19.6, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 369.55, + "flow": 13.18, + "inflow": 0, + "volume": 19.6, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 369.55, + "flow": 13.18, + "inflow": 0, + "volume": 19.6, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 369.55, + "flow": 13.18, + "inflow": 0, + "volume": 19.6, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 369.55, + "flow": 13.18, + "inflow": 0, + "volume": 19.6, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 369.55, + "flow": 13.18, + "inflow": 0, + "volume": 19.6, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 369.55, + "flow": 13.18, + "inflow": 0, + "volume": 19.6, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 369.55, + "flow": 13.18, + "inflow": 0, + "volume": 19.6, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 369.55, + "flow": 13.18, + "inflow": 0, + "volume": 19.6, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 369.55, + "flow": 13.18, + "inflow": 0, + "volume": 19.6, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 369.55, + "flow": 13.18, + "inflow": 0, + "volume": 19.6, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 369.55, + "flow": 13.18, + "inflow": 0, + "volume": 19.6, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 369.55, + "flow": 13.18, + "inflow": 0, + "volume": 19.6, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 369.55, + "flow": 13.18, + "inflow": 0, + "volume": 19.6, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 369.55, + "flow": 13.18, + "temperature": 13.7, + "precipitation": 0, + "inflow": 0, + "volume": 19.6 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 369.55, + "flow": 13.18, + "inflow": 0, + "volume": 19.6, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 369.55, + "flow": 13.18, + "inflow": 0, + "volume": 19.6, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 369.55, + "flow": 13.18, + "temperature": 13.8, + "precipitation": 0, + "inflow": 0, + "volume": 19.6 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 369.54, + "flow": 13.18, + "inflow": 0, + "volume": 19.6, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 369.54, + "flow": 13.18, + "inflow": 0, + "volume": 19.6, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 369.54, + "flow": 13.18, + "inflow": 0, + "volume": 19.57, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 369.54, + "flow": 6.57, + "inflow": 0, + "volume": 19.57, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 369.54, + "flow": 2.5, + "inflow": 0, + "volume": 19.57, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 369.54, + "flow": 2.5, + "inflow": 0, + "volume": 19.57, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 369.54, + "flow": 2.5, + "inflow": 0, + "volume": 19.57, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 369.54, + "flow": 2.5, + "inflow": 0, + "volume": 19.57, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 369.54, + "flow": 2.5, + "inflow": 0, + "volume": 19.57, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 369.55, + "flow": 2.5, + "inflow": 0, + "volume": 19.57, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 369.55, + "flow": 2.5, + "inflow": 0, + "volume": 19.57, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 369.55, + "flow": 2.5, + "inflow": 0, + "volume": 19.57, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 369.55, + "flow": 2.5, + "inflow": 0, + "volume": 19.57, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 369.56, + "flow": 2.5, + "inflow": 0, + "volume": 19.63, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 369.56, + "flow": 2.5, + "inflow": 0, + "volume": 19.63, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 369.56, + "flow": 2.5, + "inflow": 0, + "volume": 19.63, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 369.56, + "flow": 2.5, + "inflow": 0, + "volume": 19.63, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 369.56, + "flow": 2.5, + "temperature": 14, + "precipitation": 0.1, + "inflow": 0, + "volume": 19.63 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 369.56, + "flow": 2.5, + "inflow": 0, + "volume": 19.63, + "temperature": 14, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 369.56, + "flow": 2.5, + "temperature": 14, + "precipitation": 0.2, + "inflow": 0, + "volume": 19.63 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 369.56, + "flow": 8.49, + "inflow": 0, + "volume": 19.63, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 369.56, + "flow": 11.93, + "temperature": 14, + "precipitation": 0.1, + "inflow": 0, + "volume": 19.63 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 369.56, + "flow": 11.93, + "inflow": 0, + "volume": 19.63, + "temperature": 14, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 369.56, + "flow": 11.93, + "inflow": 0, + "volume": 19.63, + "temperature": 14, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 369.56, + "flow": 11.93, + "inflow": 0, + "volume": 19.63, + "temperature": 14, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 369.57, + "flow": 11.93, + "inflow": 0, + "volume": 19.63, + "temperature": 14.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 369.57, + "flow": 11.93, + "inflow": 0, + "volume": 19.63, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 369.57, + "flow": 11.93, + "inflow": 0, + "volume": 19.63, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 369.57, + "flow": 11.93, + "inflow": 0, + "volume": 19.63, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 369.57, + "flow": 11.93, + "inflow": 0, + "volume": 19.63, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 369.57, + "flow": 11.93, + "inflow": 0, + "volume": 19.66, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 369.57, + "flow": 11.93, + "inflow": 0, + "volume": 19.66, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 369.57, + "flow": 11.93, + "inflow": 0, + "volume": 19.66, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 369.57, + "flow": 11.93, + "inflow": 0, + "volume": 19.66, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 369.57, + "flow": 11.93, + "inflow": 0, + "volume": 19.66, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 369.57, + "flow": 11.93, + "inflow": 0, + "volume": 19.66, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 369.57, + "flow": 11.93, + "temperature": 14.5, + "precipitation": 0, + "inflow": 0, + "volume": 19.66 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 369.56, + "flow": 11.93, + "inflow": 0, + "volume": 19.66, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 369.56, + "flow": 11.93, + "inflow": 0, + "volume": 19.66, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 369.56, + "flow": 11.93, + "inflow": 0, + "volume": 19.66, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 369.56, + "flow": 11.93, + "inflow": 0, + "volume": 19.66, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 369.56, + "flow": 11.93, + "inflow": 0, + "volume": 19.63, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 369.56, + "flow": 11.93, + "inflow": 0, + "volume": 19.63, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 369.56, + "flow": 11.93, + "inflow": 0, + "volume": 19.63, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 369.56, + "flow": 11.93, + "inflow": 0, + "volume": 19.63, + "temperature": 14.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 369.56, + "flow": 11.92, + "inflow": 0, + "volume": 19.63, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 369.56, + "flow": 11.92, + "inflow": 0, + "volume": 19.63, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 369.56, + "flow": 11.92, + "inflow": 0, + "volume": 19.63, + "temperature": 14.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 369.56, + "flow": 11.92, + "inflow": 0, + "volume": 19.63, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 369.56, + "flow": 11.92, + "inflow": 0, + "volume": 19.63, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 369.56, + "flow": 11.92, + "inflow": 0, + "volume": 19.63, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 369.56, + "flow": 11.92, + "inflow": 0, + "volume": 19.63, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 369.56, + "flow": 11.92, + "inflow": 0, + "volume": 19.63, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 369.56, + "flow": 11.92, + "temperature": 14, + "precipitation": 0.1, + "inflow": 0, + "volume": 19.63 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 369.57, + "flow": 5.36, + "inflow": 0, + "volume": 19.63, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 369.57, + "flow": 2.5, + "inflow": 0, + "volume": 19.63, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 369.57, + "flow": 2.5, + "inflow": 0, + "volume": 19.63, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 369.57, + "flow": 2.5, + "inflow": 0, + "volume": 19.63, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 369.57, + "flow": 2.5, + "inflow": 0, + "volume": 19.63, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 369.57, + "flow": 2.5, + "inflow": 0, + "volume": 19.66, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 369.57, + "flow": 2.5, + "inflow": 0, + "volume": 19.66, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 369.57, + "flow": 2.5, + "inflow": 0, + "volume": 19.66, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 369.57, + "flow": 2.5, + "inflow": 0, + "volume": 19.66, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 369.58, + "flow": 2.5, + "inflow": 0, + "volume": 19.66, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 369.58, + "flow": 2.5, + "inflow": 0, + "volume": 19.66, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 369.58, + "flow": 2.5, + "temperature": 13.8, + "precipitation": 0, + "inflow": 0, + "volume": 19.66 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 369.58, + "flow": 2.5, + "inflow": 0, + "volume": 19.68, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 369.58, + "flow": 2.5, + "inflow": 0, + "volume": 19.68, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 369.58, + "flow": 2.5, + "inflow": 0, + "volume": 19.68, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 369.58, + "flow": 2.5, + "inflow": 0, + "volume": 19.68, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 369.58, + "flow": 2.5, + "inflow": 0, + "volume": 19.68, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 369.58, + "flow": 2.5, + "inflow": 0, + "volume": 19.68, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 369.59, + "flow": 2.5, + "inflow": 0, + "volume": 19.68, + "temperature": 13.6, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 369.59, + "flow": 2.5, + "inflow": 0, + "volume": 19.68, + "temperature": 14, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 369.6, + "flow": 2.5, + "inflow": 0, + "volume": 19.68, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 369.6, + "flow": 2.5, + "inflow": 0, + "volume": 19.68, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 369.6, + "flow": 2.5, + "inflow": 0, + "volume": 19.68, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 369.6, + "flow": 2.5, + "inflow": 0, + "volume": 19.74, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 369.6, + "flow": 2.5, + "temperature": 14, + "precipitation": 0, + "inflow": 0, + "volume": 19.74 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 369.6, + "flow": 2.5, + "inflow": 0, + "volume": 19.74, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 369.6, + "flow": 2.5, + "inflow": 0, + "volume": 19.74, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 369.61, + "flow": 2.5, + "inflow": 0, + "volume": 19.74, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 369.61, + "flow": 2.5, + "inflow": 0, + "volume": 19.77, + "temperature": 14, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 369.61, + "flow": 2.5, + "inflow": 0, + "volume": 19.77, + "temperature": 14, + "precipitation": 0.8 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 369.61, + "flow": 2.5, + "inflow": 0, + "volume": 19.77, + "temperature": 14, + "precipitation": 0.8 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 369.62, + "flow": 2.5, + "inflow": 0, + "volume": 19.77, + "temperature": 13.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 369.62, + "flow": 2.5, + "inflow": 0, + "volume": 19.77, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 369.62, + "flow": 2.5, + "inflow": 0, + "volume": 19.77, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 369.62, + "flow": 2.5, + "inflow": 0, + "volume": 19.8, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 369.62, + "flow": 7.81, + "inflow": 0, + "volume": 19.8, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 369.62, + "flow": 11.92, + "inflow": 0, + "volume": 19.8, + "temperature": 14.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 369.62, + "flow": 11.92, + "temperature": 14.1, + "precipitation": 0.2, + "inflow": 0, + "volume": 19.8 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 369.62, + "flow": 13.17, + "inflow": 0, + "volume": 19.8, + "temperature": 14.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 369.62, + "flow": 13.17, + "inflow": 0, + "volume": 19.8, + "temperature": 14.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 369.62, + "flow": 13.17, + "inflow": 0, + "volume": 19.8, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 369.63, + "flow": 13.17, + "inflow": 0, + "volume": 19.8, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 369.63, + "flow": 13.17, + "inflow": 0, + "volume": 19.8, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 369.63, + "flow": 13.17, + "inflow": 0, + "volume": 19.8, + "temperature": 14.4, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 369.63, + "flow": 13.17, + "inflow": 0, + "volume": 19.8, + "temperature": 14.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 369.63, + "flow": 13.17, + "inflow": 0, + "volume": 19.8, + "temperature": 14.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 369.63, + "flow": 13.17, + "inflow": 0, + "volume": 19.83, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 369.63, + "flow": 13.17, + "inflow": 0, + "volume": 19.83, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 369.63, + "flow": 13.17, + "inflow": 0, + "volume": 19.83, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 369.63, + "flow": 13.17, + "inflow": 0, + "volume": 19.83, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 369.64, + "flow": 13.17, + "inflow": 0, + "volume": 19.83, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 369.64, + "flow": 13.17, + "inflow": 0, + "volume": 19.83, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 369.64, + "flow": 13.17, + "inflow": 0, + "volume": 19.86, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 369.64, + "flow": 13.17, + "inflow": 0, + "volume": 19.86, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 369.64, + "flow": 13.17, + "inflow": 0, + "volume": 19.86, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 369.64, + "flow": 13.17, + "inflow": 0, + "volume": 19.86, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 369.64, + "flow": 13.17, + "inflow": 0, + "volume": 19.86, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 369.64, + "flow": 13.17, + "inflow": 0, + "volume": 19.86, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 369.64, + "flow": 13.17, + "inflow": 0, + "volume": 19.86, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 369.64, + "flow": 13.17, + "inflow": 0, + "volume": 19.86, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 369.64, + "flow": 13.17, + "temperature": 15.2, + "precipitation": 0, + "inflow": 0, + "volume": 19.86 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 369.64, + "flow": 13.17, + "inflow": 0, + "volume": 19.86, + "temperature": 15.4, + "precipitation": 0.8 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 369.64, + "flow": 13.17, + "inflow": 0, + "volume": 19.86, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 369.64, + "flow": 13.17, + "inflow": 0, + "volume": 19.86, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 369.63, + "flow": 13.17, + "inflow": 0, + "volume": 19.83, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 369.63, + "flow": 13.17, + "inflow": 0, + "volume": 19.83, + "temperature": 15.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 369.65, + "flow": 13.17, + "inflow": 0, + "volume": 19.83, + "temperature": 15.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 369.65, + "flow": 13.17, + "inflow": 0, + "volume": 19.83, + "temperature": 15.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 369.65, + "flow": 13.17, + "inflow": 0, + "volume": 19.83, + "temperature": 16, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 369.65, + "flow": 13.17, + "inflow": 0, + "volume": 19.83, + "temperature": 16, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 369.65, + "flow": 13.17, + "inflow": 13.25, + "volume": 19.87, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 369.65, + "flow": 13.17, + "inflow": 13.25, + "volume": 19.87, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 369.65, + "flow": 13.17, + "inflow": 13.25, + "volume": 19.87, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 369.65, + "flow": 13.17, + "inflow": 13.25, + "volume": 19.87, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 369.65, + "flow": 13.17, + "inflow": 13.25, + "volume": 19.87, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 369.65, + "flow": 13.17, + "inflow": 13.25, + "volume": 19.87, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 369.65, + "flow": 13.17, + "inflow": 13.25, + "volume": 19.87, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 369.64, + "flow": 13.17, + "temperature": 18, + "precipitation": 0, + "inflow": 13.25, + "volume": 19.87 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 369.64, + "flow": 13.17, + "inflow": 13.25, + "volume": 19.87, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 369.64, + "flow": 13.17, + "inflow": 13.25, + "volume": 19.87, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 369.64, + "flow": 13.17, + "temperature": 18.3, + "precipitation": 0, + "inflow": 13.25, + "volume": 19.87 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 369.62, + "flow": 13.17, + "inflow": 13.25, + "volume": 19.87, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 369.62, + "flow": 13.17, + "inflow": 13.25, + "volume": 19.81, + "temperature": 18.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 369.64, + "flow": 5.98, + "inflow": 13.25, + "volume": 19.81, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 369.65, + "flow": 2.5, + "temperature": 18.8, + "precipitation": 0, + "inflow": 13.25, + "volume": 19.81 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 369.65, + "flow": 2.5, + "inflow": 13.25, + "volume": 19.81, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 369.65, + "flow": 2.5, + "inflow": 13.25, + "volume": 19.81, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 369.65, + "flow": 2.5, + "inflow": 13.25, + "volume": 19.81, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 369.64, + "flow": 2.5, + "temperature": 19.4, + "precipitation": 0, + "inflow": 13.25, + "volume": 19.81 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 369.64, + "flow": 2.5, + "temperature": 19.4, + "precipitation": 0, + "inflow": 13.25, + "volume": 19.81 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 369.64, + "flow": 2.5, + "temperature": 19.4, + "precipitation": 0, + "inflow": 13.25, + "volume": 19.81 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 369.64, + "flow": 2.5, + "temperature": 19.4, + "precipitation": 0, + "inflow": 13.25, + "volume": 19.81 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 369.64, + "flow": 2.5, + "temperature": 19.4, + "precipitation": 0, + "inflow": 13.25, + "volume": 19.81 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 369.65, + "flow": 2.5, + "inflow": 13.25, + "volume": 19.84, + "temperature": 20.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 369.66, + "flow": 2.5, + "inflow": 13.25, + "volume": 19.9, + "temperature": 20.7, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/VLKA.json b/public/data/VLKA.json index ff330df..2c65d6f 100644 --- a/public/data/VLKA.json +++ b/public/data/VLKA.json @@ -10256,7 +10256,4750 @@ "flow": 39.49, "inflow": 26.33, "volume": 9.89, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 283.04, + "flow": 39.6, + "temperature": 15.5, + "precipitation": 0, + "inflow": 26.33, + "volume": 9.89 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 283.04, + "flow": 39.66, + "inflow": 26.33, + "volume": 9.89, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 283.01, + "flow": 39.64, + "temperature": 15.3, + "precipitation": 0, + "inflow": 26.33, + "volume": 9.89 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 283.02, + "flow": 39.66, + "inflow": 26.33, + "volume": 9.95, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 283.08, + "flow": 39.91, + "inflow": 26.33, + "volume": 9.95, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 283.01, + "flow": 39.94, + "inflow": 26.33, + "volume": 9.95, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 282.96, + "flow": 39.91, + "inflow": 26.33, + "volume": 9.95, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 282.95, + "flow": 39.88, + "inflow": 26.33, + "volume": 9.95, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 282.96, + "flow": 39.88, + "inflow": 26.33, + "volume": 9.87, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 283, + "flow": 39.93, + "inflow": 26.33, + "volume": 9.87, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 282.94, + "flow": 39.64, + "inflow": 26.33, + "volume": 9.87, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 282.91, + "flow": 39.53, + "inflow": 26.33, + "volume": 9.87, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 282.9, + "flow": 39.52, + "inflow": 26.33, + "volume": 9.87, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 282.91, + "flow": 39.67, + "inflow": 26.33, + "volume": 9.87, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 282.9, + "flow": 39.71, + "inflow": 26.33, + "volume": 9.75, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 282.87, + "flow": 39.69, + "inflow": 26.33, + "volume": 9.75, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 282.85, + "flow": 39.66, + "temperature": 13.7, + "precipitation": 0, + "inflow": 26.33, + "volume": 9.75 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 282.83, + "flow": 39.67, + "inflow": 26.33, + "volume": 9.75, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 282.86, + "flow": 39.69, + "inflow": 26.33, + "volume": 9.75, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 282.85, + "flow": 39.7, + "inflow": 26.33, + "volume": 9.75, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 282.81, + "flow": 20.93, + "inflow": 26.33, + "volume": 9.59, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 282.82, + "flow": 0, + "inflow": 26.33, + "volume": 9.59, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 282.8, + "flow": 0, + "inflow": 26.33, + "volume": 9.59, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 26.33, + "volume": 9.59, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 282.81, + "flow": 0, + "temperature": 13, + "precipitation": 0, + "inflow": 26.33, + "volume": 9.59 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 282.81, + "flow": 0, + "inflow": 26.33, + "volume": 9.59, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 282.81, + "flow": 0, + "inflow": 26.33, + "volume": 9.59, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 282.81, + "flow": 0, + "inflow": 26.33, + "volume": 9.59, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 26.33, + "volume": 9.59, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 282.81, + "flow": 0, + "inflow": 26.33, + "volume": 9.59, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 282.81, + "flow": 0, + "inflow": 26.33, + "volume": 9.59, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 282.81, + "flow": 0, + "inflow": 26.33, + "volume": 9.59, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 282.81, + "flow": 0, + "inflow": 26.33, + "volume": 9.6, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 26.33, + "volume": 9.6, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 282.82, + "flow": 0, + "inflow": 26.33, + "volume": 9.6, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 282.82, + "flow": 0, + "inflow": 26.33, + "volume": 9.6, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 282.81, + "flow": 0, + "temperature": 12.5, + "precipitation": 0, + "inflow": 26.33, + "volume": 9.6 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 282.82, + "flow": 0, + "inflow": 26.33, + "volume": 9.6, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 26.33, + "volume": 9.62, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 282.81, + "flow": 0, + "inflow": 26.33, + "volume": 9.62, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 282.82, + "flow": 0, + "inflow": 26.33, + "volume": 9.62, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 282.81, + "flow": 0, + "inflow": 26.33, + "volume": 9.62, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 282.82, + "flow": 0, + "temperature": 12.4, + "precipitation": 0, + "inflow": 26.33, + "volume": 9.62 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 26.33, + "volume": 9.62, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 282.81, + "flow": 0, + "inflow": 26.33, + "volume": 9.6, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 282.81, + "flow": 0, + "inflow": 26.33, + "volume": 9.6, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 282.81, + "flow": 0, + "inflow": 26.33, + "volume": 9.6, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 282.82, + "flow": 0, + "inflow": 26.33, + "volume": 9.6, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 282.82, + "flow": 0, + "inflow": 26.33, + "volume": 9.6, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 282.81, + "flow": 0, + "inflow": 26.33, + "volume": 9.6, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 282.82, + "flow": 0, + "inflow": 26.33, + "volume": 9.6, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 282.82, + "flow": 0, + "inflow": 26.33, + "volume": 9.6, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 282.84, + "flow": 0, + "temperature": 12.3, + "precipitation": 0, + "inflow": 26.33, + "volume": 9.6 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 282.82, + "flow": 0, + "inflow": 26.33, + "volume": 9.6, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 26.33, + "volume": 9.6, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 282.82, + "flow": 0, + "inflow": 26.33, + "volume": 9.6, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 282.82, + "flow": 0, + "inflow": 26.33, + "volume": 9.61, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 26.33, + "volume": 9.61, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 282.82, + "flow": 0, + "inflow": 26.33, + "volume": 9.61, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 26.33, + "volume": 9.61, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 282.81, + "flow": 0, + "inflow": 26.33, + "volume": 9.61, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 26.33, + "volume": 9.61, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 282.82, + "flow": 0, + "inflow": 4.09, + "volume": 9.61, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 282.83, + "flow": 0, + "temperature": 13.4, + "precipitation": 0, + "inflow": 4.09, + "volume": 9.61 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 4.09, + "volume": 9.61, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 282.82, + "flow": 0, + "inflow": 4.09, + "volume": 9.61, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 282.83, + "flow": 0, + "temperature": 13.8, + "precipitation": 0, + "inflow": 4.09, + "volume": 9.61 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 4.09, + "volume": 9.61, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 282.82, + "flow": 0, + "inflow": 4.09, + "volume": 9.61, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 4.09, + "volume": 9.61, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 282.82, + "flow": 0, + "inflow": 4.09, + "volume": 9.61, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 4.09, + "volume": 9.61, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 282.82, + "flow": 0, + "inflow": 4.09, + "volume": 9.61, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 282.82, + "flow": 0, + "inflow": 4.09, + "volume": 9.61, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 4.09, + "volume": 9.63, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 282.82, + "flow": 0, + "inflow": 4.09, + "volume": 9.63, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 282.84, + "flow": 0, + "inflow": 4.09, + "volume": 9.63, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 282.82, + "flow": 0, + "inflow": 4.09, + "volume": 9.63, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 4.09, + "volume": 9.63, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 4.09, + "volume": 9.63, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 4.09, + "volume": 9.63, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 4.09, + "volume": 9.63, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 4.09, + "volume": 9.63, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 4.09, + "volume": 9.63, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 282.82, + "flow": 0, + "inflow": 4.09, + "volume": 9.63, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 4.09, + "volume": 9.63, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 282.84, + "flow": 0, + "inflow": 4.09, + "volume": 9.63, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 4.09, + "volume": 9.64, + "temperature": 14.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 4.09, + "volume": 9.64, + "temperature": 14.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 282.82, + "flow": 0, + "inflow": 4.09, + "volume": 9.64, + "temperature": 14.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 282.85, + "flow": 0, + "inflow": 4.09, + "volume": 9.64, + "temperature": 14.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 282.84, + "flow": 0, + "inflow": 4.09, + "volume": 9.64, + "temperature": 14.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 282.84, + "flow": 0, + "inflow": 4.09, + "volume": 9.64, + "temperature": 14.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 282.84, + "flow": 0, + "inflow": 4.09, + "volume": 9.64, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 282.82, + "flow": 0, + "inflow": 4.09, + "volume": 9.64, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 282.84, + "flow": 0, + "inflow": 4.09, + "volume": 9.64, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 4.09, + "volume": 9.64, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 282.84, + "flow": 0, + "inflow": 4.09, + "volume": 9.64, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 282.82, + "flow": 0, + "temperature": 14.6, + "precipitation": 0, + "inflow": 4.09, + "volume": 9.64 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 282.82, + "flow": 0, + "inflow": 4.09, + "volume": 9.61, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 4.09, + "volume": 9.61, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 4.09, + "volume": 9.61, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 4.09, + "volume": 9.61, + "temperature": 14.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 4.09, + "volume": 9.61, + "temperature": 14.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 4.09, + "volume": 9.63, + "temperature": 14.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 282.84, + "flow": 0, + "inflow": 4.09, + "volume": 9.63, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 4.09, + "volume": 9.63, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 282.84, + "flow": 0, + "inflow": 4.09, + "volume": 9.63, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 282.82, + "flow": 0, + "inflow": 4.09, + "volume": 9.63, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 282.84, + "flow": 0, + "inflow": 4.09, + "volume": 9.63, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 4.09, + "volume": 9.64, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 4.09, + "volume": 9.64, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 282.82, + "flow": 0, + "inflow": 4.09, + "volume": 9.64, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 282.84, + "flow": 0, + "inflow": 4.09, + "volume": 9.64, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 282.84, + "flow": 0, + "inflow": 4.09, + "volume": 9.64, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 4.09, + "volume": 9.63, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 282.84, + "flow": 0, + "inflow": 4.09, + "volume": 9.63, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 282.83, + "flow": 0, + "temperature": 14.5, + "precipitation": 0, + "inflow": 4.09, + "volume": 9.63 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 282.85, + "flow": 0, + "inflow": 4.09, + "volume": 9.63, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 282.84, + "flow": 0, + "inflow": 4.09, + "volume": 9.63, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 282.83, + "flow": 0, + "inflow": 4.09, + "volume": 9.63, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 282.84, + "flow": 0, + "inflow": 4.09, + "volume": 9.64, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 282.84, + "flow": 0, + "inflow": 4.09, + "volume": 9.64, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 282.86, + "flow": 0, + "inflow": 4.09, + "volume": 9.64, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 282.84, + "flow": 0, + "inflow": 4.09, + "volume": 9.64, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 282.84, + "flow": 0, + "inflow": 4.09, + "volume": 9.64, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 282.84, + "flow": 0, + "inflow": 4.09, + "volume": 9.64, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 282.84, + "flow": 17.87, + "temperature": 14.2, + "precipitation": 0, + "inflow": 4.09, + "volume": 9.64 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 282.82, + "flow": 39.26, + "inflow": 4.09, + "volume": 9.64, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 282.81, + "flow": 39.3, + "inflow": 4.09, + "volume": 9.64, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 282.98, + "flow": 39.57, + "inflow": 4.09, + "volume": 9.64, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 283.11, + "flow": 39.77, + "inflow": 4.09, + "volume": 9.64, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 283.12, + "flow": 39.93, + "inflow": 4.09, + "volume": 9.64, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 283.14, + "flow": 44.96, + "inflow": 4.09, + "volume": 10.21, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 283.15, + "flow": 61.86, + "inflow": 4.09, + "volume": 10.21, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 283.32, + "flow": 64.66, + "temperature": 14, + "precipitation": 0, + "inflow": 4.09, + "volume": 10.21 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 283.43, + "flow": 65.02, + "inflow": 4.09, + "volume": 10.21, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 283.48, + "flow": 65.2, + "inflow": 4.09, + "volume": 10.21, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 283.53, + "flow": 65.3, + "inflow": 4.09, + "volume": 10.21, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 283.58, + "flow": 82.95, + "inflow": 4.09, + "volume": 11.01, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 283.54, + "flow": 292.29, + "inflow": 4.09, + "volume": 11.01, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 283.49, + "flow": 418.36, + "inflow": 4.09, + "volume": 11.01, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 283.39, + "flow": 418.82, + "inflow": 4.09, + "volume": 11.01, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 283.37, + "flow": 418.76, + "inflow": 4.09, + "volume": 11.01, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 283.28, + "flow": 418.49, + "inflow": 4.09, + "volume": 11.01, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 283.21, + "flow": 418.68, + "inflow": 4.09, + "volume": 10.33, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 283.13, + "flow": 418.44, + "inflow": 4.09, + "volume": 10.33, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 283.07, + "flow": 418.21, + "inflow": 4.09, + "volume": 10.33, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 283.01, + "flow": 417.92, + "inflow": 4.09, + "volume": 10.33, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 283, + "flow": 419.08, + "inflow": 4.09, + "volume": 10.33, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 282.93, + "flow": 418.88, + "inflow": 4.09, + "volume": 10.33, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 282.88, + "flow": 418.18, + "temperature": 12.9, + "precipitation": 0, + "inflow": 4.09, + "volume": 10.33 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 282.82, + "flow": 418.26, + "inflow": 4.09, + "volume": 9.73, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 282.77, + "flow": 417.72, + "inflow": 4.09, + "volume": 9.73, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 282.64, + "flow": 416.39, + "inflow": 4.09, + "volume": 9.73, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 282.64, + "flow": 416.51, + "inflow": 4.09, + "volume": 9.73, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 282.59, + "flow": 416.34, + "inflow": 4.09, + "volume": 9.73, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 282.65, + "flow": 241.71, + "inflow": 4.09, + "volume": 9.29, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 282.78, + "flow": 41.74, + "inflow": 4.09, + "volume": 9.29, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 282.8, + "flow": 41.74, + "inflow": 4.09, + "volume": 9.29, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 282.73, + "flow": 41.69, + "inflow": 4.09, + "volume": 9.29, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 282.66, + "flow": 41.81, + "inflow": 4.09, + "volume": 9.29, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 282.77, + "flow": 41.82, + "inflow": 4.09, + "volume": 9.29, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 282.87, + "flow": 41.45, + "inflow": 4.09, + "volume": 9.71, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 282.89, + "flow": 41.26, + "inflow": 4.09, + "volume": 9.71, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 282.87, + "flow": 41.03, + "inflow": 4.09, + "volume": 9.71, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 282.78, + "flow": 40.86, + "inflow": 4.09, + "volume": 9.71, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 282.83, + "flow": 40.99, + "inflow": 4.09, + "volume": 9.71, + "temperature": 12.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 282.94, + "flow": 41.15, + "inflow": 4.09, + "volume": 9.71, + "temperature": 12.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 282.94, + "flow": 41.19, + "inflow": 4.09, + "volume": 9.82, + "temperature": 12.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 282.92, + "flow": 41.21, + "inflow": 4.09, + "volume": 9.82, + "temperature": 12.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 282.89, + "flow": 41.28, + "inflow": 4.09, + "volume": 9.82, + "temperature": 12.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 282.87, + "flow": 41.44, + "inflow": 4.09, + "volume": 9.82, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 282.88, + "flow": 41.55, + "inflow": 4.09, + "volume": 9.82, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 282.86, + "flow": 41.52, + "inflow": 4.09, + "volume": 9.82, + "temperature": 11.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 282.85, + "flow": 41.45, + "inflow": 4.09, + "volume": 9.66, + "temperature": 11.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 282.81, + "flow": 41.25, + "inflow": 4.09, + "volume": 9.66, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 282.79, + "flow": 41.05, + "inflow": 4.09, + "volume": 9.66, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 282.8, + "flow": 40.92, + "inflow": 4.09, + "volume": 9.66, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 282.78, + "flow": 40.89, + "inflow": 4.09, + "volume": 9.66, + "temperature": 11.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 282.75, + "flow": 40.92, + "inflow": 4.09, + "volume": 9.66, + "temperature": 11.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 282.71, + "flow": 41.06, + "inflow": 4.09, + "volume": 9.41, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 282.73, + "flow": 41.1, + "inflow": 4.09, + "volume": 9.41, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 282.72, + "flow": 41.16, + "inflow": 4.09, + "volume": 9.41, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 282.73, + "flow": 41.22, + "inflow": 4.09, + "volume": 9.41, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 282.69, + "flow": 41.22, + "inflow": 4.09, + "volume": 9.41, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 282.68, + "flow": 41.15, + "inflow": 4.09, + "volume": 9.41, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 282.66, + "flow": 41.07, + "inflow": 4.09, + "volume": 9.32, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 282.66, + "flow": 40.99, + "inflow": 4.09, + "volume": 9.32, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 282.65, + "flow": 40.87, + "inflow": 4.09, + "volume": 9.32, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 282.62, + "flow": 40.79, + "inflow": 4.09, + "volume": 9.32, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 282.6, + "flow": 40.74, + "inflow": 4.09, + "volume": 9.32, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 282.59, + "flow": 40.75, + "inflow": 4.09, + "volume": 9.32, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 282.59, + "flow": 40.83, + "inflow": 4.09, + "volume": 9.19, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 282.57, + "flow": 40.91, + "inflow": 4.09, + "volume": 9.19, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 282.56, + "flow": 40.94, + "inflow": 4.09, + "volume": 9.19, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 282.52, + "flow": 40.93, + "inflow": 4.09, + "volume": 9.19, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 282.52, + "flow": 40.92, + "temperature": 10.6, + "precipitation": 0, + "inflow": 4.09, + "volume": 9.19 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 282.51, + "flow": 40.87, + "inflow": 4.09, + "volume": 9.19, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 282.5, + "flow": 55.74, + "inflow": 4.09, + "volume": 9.02, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 282.45, + "flow": 94.57, + "inflow": 4.09, + "volume": 9.02, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 282.44, + "flow": 92.88, + "inflow": 4.09, + "volume": 9.02, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 282.61, + "flow": 93.83, + "inflow": 4.09, + "volume": 9.02, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 282.76, + "flow": 93.89, + "inflow": 4.09, + "volume": 9.02, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 282.78, + "flow": 93.82, + "inflow": 4.09, + "volume": 9.02, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 282.81, + "flow": 93.92, + "inflow": 69.29, + "volume": 9.6, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 282.86, + "flow": 93.89, + "inflow": 69.29, + "volume": 9.6, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 283, + "flow": 93.83, + "inflow": 69.29, + "volume": 9.6, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 283.03, + "flow": 93.85, + "inflow": 69.29, + "volume": 9.6, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 283.09, + "flow": 93.83, + "inflow": 69.29, + "volume": 9.6, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 283.16, + "flow": 93.73, + "inflow": 69.29, + "volume": 9.6, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 283.23, + "flow": 87.83, + "inflow": 69.29, + "volume": 10.36, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 283.34, + "flow": 44.89, + "inflow": 69.29, + "volume": 10.36, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 283.4, + "flow": 40.73, + "temperature": 12.1, + "precipitation": 0, + "inflow": 69.29, + "volume": 10.36 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 283.27, + "flow": 40.52, + "inflow": 69.29, + "volume": 10.36, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 283.21, + "flow": 40.48, + "temperature": 12.5, + "precipitation": 0, + "inflow": 69.29, + "volume": 10.36 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 283.32, + "flow": 40.65, + "inflow": 69.29, + "volume": 10.36, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 283.38, + "flow": 40.85, + "inflow": 69.29, + "volume": 10.36, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 283.39, + "flow": 40.89, + "inflow": 69.29, + "volume": 10.63, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 283.27, + "flow": 40.74, + "inflow": 69.29, + "volume": 10.63, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 283.22, + "flow": 40.64, + "inflow": 69.29, + "volume": 10.63, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 283.27, + "flow": 40.68, + "inflow": 69.29, + "volume": 10.63, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 283.32, + "flow": 40.73, + "inflow": 69.29, + "volume": 10.63, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 283.27, + "flow": 20.83, + "inflow": 69.29, + "volume": 10.43, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 283.24, + "flow": 0, + "inflow": 69.29, + "volume": 10.43, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 283.21, + "flow": 0, + "inflow": 69.29, + "volume": 10.43, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 283.28, + "flow": 0, + "inflow": 69.29, + "volume": 10.43, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 283.28, + "flow": 0, + "inflow": 69.29, + "volume": 10.43, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 283.26, + "flow": 0, + "inflow": 69.29, + "volume": 10.43, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 283.22, + "flow": 0, + "inflow": 69.29, + "volume": 10.35, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 283.22, + "flow": 0, + "inflow": 69.29, + "volume": 10.35, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 283.27, + "flow": 0, + "inflow": 69.29, + "volume": 10.35, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 283.26, + "flow": 0, + "temperature": 14.4, + "precipitation": 0, + "inflow": 69.29, + "volume": 10.35 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 283.26, + "flow": 0, + "inflow": 69.29, + "volume": 10.35, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 283.21, + "flow": 0, + "inflow": 69.29, + "volume": 10.35, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 283.23, + "flow": 0, + "inflow": 69.29, + "volume": 10.36, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 283.26, + "flow": 0, + "inflow": 69.29, + "volume": 10.36, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 283.26, + "flow": 0, + "inflow": 69.29, + "volume": 10.36, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 283.25, + "flow": 0, + "inflow": 69.29, + "volume": 10.36, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 283.22, + "flow": 0, + "inflow": 69.29, + "volume": 10.36, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 283.27, + "flow": 0, + "inflow": 69.29, + "volume": 10.36, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 283.27, + "flow": 0, + "inflow": 69.29, + "volume": 10.43, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 283.26, + "flow": 0, + "inflow": 69.29, + "volume": 10.43, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 283.23, + "flow": 0, + "inflow": 69.29, + "volume": 10.43, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 283.22, + "flow": 0, + "inflow": 69.29, + "volume": 10.43, "temperature": 16, "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 283.26, + "flow": 0, + "inflow": 69.29, + "volume": 10.43, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 283.26, + "flow": 0, + "inflow": 69.29, + "volume": 10.43, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 283.25, + "flow": 0, + "inflow": 69.29, + "volume": 10.4, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 283.24, + "flow": 0, + "inflow": 69.29, + "volume": 10.4, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 283.25, + "flow": 0, + "inflow": 69.29, + "volume": 10.4, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 283.26, + "flow": 0, + "temperature": 14.5, + "precipitation": 0, + "inflow": 69.29, + "volume": 10.4 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 283.26, + "flow": 0, + "inflow": 69.29, + "volume": 10.4, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 283.24, + "flow": 0, + "inflow": 69.29, + "volume": 10.4, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 283.23, + "flow": 0, + "inflow": 69.29, + "volume": 10.36, + "temperature": 13.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 283.25, + "flow": 0, + "inflow": 69.29, + "volume": 10.36, + "temperature": 13.3, + "precipitation": 0.8 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 283.26, + "flow": 0, + "inflow": 69.29, + "volume": 10.36, + "temperature": 13.3, + "precipitation": 0.8 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 283.25, + "flow": 0, + "inflow": 69.29, + "volume": 10.36, + "temperature": 13.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 283.24, + "flow": 0, + "inflow": 69.29, + "volume": 10.36, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 283.24, + "flow": 0, + "inflow": 69.29, + "volume": 10.36, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 283.25, + "flow": 0, + "inflow": 69.29, + "volume": 10.4, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 283.26, + "flow": 0, + "temperature": 14.5, + "precipitation": 0, + "inflow": 69.29, + "volume": 10.4 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 283.25, + "flow": 0, + "inflow": 69.29, + "volume": 10.4, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 283.23, + "flow": 0, + "temperature": 15.2, + "precipitation": 0, + "inflow": 69.29, + "volume": 10.4 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 283.23, + "flow": 0, + "inflow": 69.29, + "volume": 10.4, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 283.26, + "flow": 0, + "inflow": 69.29, + "volume": 10.4, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 283.26, + "flow": 0, + "inflow": 69.29, + "volume": 10.4, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 283.24, + "flow": 0, + "inflow": 69.29, + "volume": 10.42, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 283.23, + "flow": 0, + "inflow": 69.29, + "volume": 10.42, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 283.25, + "flow": 0, + "inflow": 69.29, + "volume": 10.42, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 283.26, + "flow": 0, + "inflow": 69.29, + "volume": 10.42, + "temperature": 13.5, + "precipitation": 1.4 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 283.25, + "flow": 0, + "inflow": 69.29, + "volume": 10.42, + "temperature": 13.5, + "precipitation": 1.4 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 283.25, + "flow": 0, + "inflow": 69.29, + "volume": 10.4, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 283.22, + "flow": 19.67, + "inflow": 69.29, + "volume": 10.4, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 283.21, + "flow": 39.39, + "inflow": 69.29, + "volume": 10.4, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 283.23, + "flow": 39.48, + "inflow": 69.29, + "volume": 10.4, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 283.21, + "flow": 39.46, + "inflow": 69.29, + "volume": 10.4, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 283.18, + "flow": 39.57, + "inflow": 69.29, + "volume": 10.4, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 283.16, + "flow": 43.03, + "inflow": 69.29, + "volume": 10.24, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 283.16, + "flow": 53.55, + "inflow": 69.29, + "volume": 10.24, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 283.17, + "flow": 55.31, + "inflow": 69.29, + "volume": 10.24, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 283.29, + "flow": 55.67, + "inflow": 69.29, + "volume": 10.24, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 283.34, + "flow": 55.77, + "inflow": 69.29, + "volume": 10.24, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 283.33, + "flow": 55.74, + "inflow": 69.29, + "volume": 10.24, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 283.35, + "flow": 55.82, + "temperature": 14, + "precipitation": 0, + "inflow": 69.29, + "volume": 10.24 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 283.24, + "flow": 253.15, + "inflow": 69.29, + "volume": 10.59, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 283.25, + "flow": 397.84, + "inflow": 69.29, + "volume": 10.59, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 283.29, + "flow": 398.48, + "inflow": 69.29, + "volume": 10.59, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 283.27, + "flow": 398.25, + "inflow": 69.29, + "volume": 10.59, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 283.2, + "flow": 398.05, + "inflow": 69.29, + "volume": 10.59, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 283.11, + "flow": 398.17, + "inflow": 69.29, + "volume": 10.15, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 283.11, + "flow": 398.77, + "inflow": 69.29, + "volume": 10.15, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 283.08, + "flow": 398.87, + "inflow": 69.29, + "volume": 10.15, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 283.03, + "flow": 399.27, + "inflow": 69.29, + "volume": 10.15, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 282.97, + "flow": 398.78, + "inflow": 69.29, + "volume": 10.15, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 282.93, + "flow": 399.32, + "inflow": 69.29, + "volume": 10.15, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 282.94, + "flow": 235.64, + "inflow": 69.29, + "volume": 9.83, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 283.09, + "flow": 40.66, + "inflow": 69.29, + "volume": 9.83, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 283.11, + "flow": 40.7, + "inflow": 69.29, + "volume": 9.83, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 283.01, + "flow": 40.61, + "inflow": 69.29, + "volume": 9.83, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 282.98, + "flow": 40.39, + "inflow": 69.29, + "volume": 9.83, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 283.05, + "flow": 40.55, + "inflow": 69.29, + "volume": 9.83, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 283.21, + "flow": 40.81, + "inflow": 69.29, + "volume": 10.32, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 283.23, + "flow": 40.69, + "inflow": 69.29, + "volume": 10.32, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 283.17, + "flow": 40.64, + "temperature": 10.7, + "precipitation": 0, + "inflow": 69.29, + "volume": 10.32 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 283.11, + "flow": 40.56, + "inflow": 69.29, + "volume": 10.32, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 283.18, + "flow": 40.69, + "inflow": 69.29, + "volume": 10.32, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 283.25, + "flow": 40.76, + "inflow": 69.29, + "volume": 10.32, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 283.23, + "flow": 40.61, + "inflow": 69.29, + "volume": 10.37, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 283.19, + "flow": 40.52, + "temperature": 10.5, + "precipitation": 0, + "inflow": 69.29, + "volume": 10.37 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 283.19, + "flow": 40.55, + "inflow": 69.29, + "volume": 10.37, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 283.18, + "flow": 40.71, + "inflow": 69.29, + "volume": 10.37, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 283.18, + "flow": 40.84, + "inflow": 69.29, + "volume": 10.37, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 283.16, + "flow": 40.83, + "inflow": 69.29, + "volume": 10.37, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 283.13, + "flow": 20.87, + "inflow": 69.29, + "volume": 10.17, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 283.14, + "flow": 0, + "inflow": 69.29, + "volume": 10.17, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 283.15, + "flow": 0, + "inflow": 69.29, + "volume": 10.17, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 283.15, + "flow": 0, + "inflow": 69.29, + "volume": 10.17, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 283.14, + "flow": 0, + "inflow": 69.29, + "volume": 10.17, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 283.13, + "flow": 0, + "inflow": 69.29, + "volume": 10.17, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 283.14, + "flow": 0, + "inflow": 69.29, + "volume": 10.2, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 283.15, + "flow": 0, + "inflow": 69.29, + "volume": 10.2, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 283.14, + "flow": 0, + "inflow": 69.29, + "volume": 10.2, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 283.14, + "flow": 0, + "inflow": 69.29, + "volume": 10.2, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 283.13, + "flow": 0, + "temperature": 9.5, + "precipitation": 0, + "inflow": 69.29, + "volume": 10.2 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 283.14, + "flow": 0, + "inflow": 69.29, + "volume": 10.2, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 283.15, + "flow": 0, + "inflow": 69.29, + "volume": 10.22, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 283.15, + "flow": 0, + "inflow": 69.29, + "volume": 10.22, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 283.13, + "flow": 0, + "inflow": 69.29, + "volume": 10.22, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 283.14, + "flow": 0, + "inflow": 69.29, + "volume": 10.22, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 283.15, + "flow": 0, + "inflow": 69.29, + "volume": 10.22, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 283.14, + "flow": 0, + "inflow": 69.29, + "volume": 10.2, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 283.15, + "flow": 0, + "temperature": 9.3, + "precipitation": 0, + "inflow": 69.29, + "volume": 10.2 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 283.14, + "flow": 0, + "inflow": 69.29, + "volume": 10.2, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 283.15, + "flow": 0, + "inflow": 69.29, + "volume": 10.2, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 283.16, + "flow": 0, + "inflow": 69.29, + "volume": 10.2, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 283.14, + "flow": 0, + "inflow": 69.29, + "volume": 10.2, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 283.14, + "flow": 0, + "inflow": 69.29, + "volume": 10.2, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 283.15, + "flow": 0, + "inflow": 69.29, + "volume": 10.2, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 283.15, + "flow": 0, + "inflow": 69.29, + "volume": 10.2, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 283.14, + "flow": 0, + "inflow": 69.29, + "volume": 10.2, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 283.14, + "flow": 0, + "inflow": 69.29, + "volume": 10.2, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 283.13, + "flow": 0, + "inflow": 69.29, + "volume": 10.2, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 283.15, + "flow": 0, + "inflow": 69.29, + "volume": 10.21, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 283.15, + "flow": 0, + "inflow": 69.29, + "volume": 10.21, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 283.15, + "flow": 0, + "inflow": 69.29, + "volume": 10.21, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 283.15, + "flow": 0, + "inflow": 69.29, + "volume": 10.21, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 283.15, + "flow": 0, + "temperature": 10.7, + "precipitation": 0, + "inflow": 69.29, + "volume": 10.21 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 283.15, + "flow": 0, + "inflow": 69.29, + "volume": 10.21, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 283.15, + "flow": 0, + "inflow": 0, + "volume": 10.21, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 283.14, + "flow": 0, + "inflow": 54.82, + "volume": 10.22, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 283.15, + "flow": 0, + "inflow": 54.82, + "volume": 10.22, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 283.15, + "flow": 0, + "inflow": 54.82, + "volume": 10.22, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 283.15, + "flow": 0, + "inflow": 54.82, + "volume": 10.22, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 283.16, + "flow": 0, + "inflow": 54.82, + "volume": 10.22, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 283.15, + "flow": 0, + "inflow": 54.82, + "volume": 10.22, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 283.15, + "flow": 0, + "inflow": 54.82, + "volume": 10.22, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 283.15, + "flow": 0, + "inflow": 54.82, + "volume": 10.22, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 283.16, + "flow": 0, + "inflow": 54.82, + "volume": 10.22, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 283.15, + "flow": 0, + "inflow": 54.82, + "volume": 10.22, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 283.15, + "flow": 0, + "inflow": 54.82, + "volume": 10.22, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 283.15, + "flow": 0, + "inflow": 54.82, + "volume": 10.22, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 283.15, + "flow": 0, + "inflow": 54.82, + "volume": 10.22, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 283.16, + "flow": 0, + "inflow": 54.82, + "volume": 10.22, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 283.15, + "flow": 0, + "inflow": 54.82, + "volume": 10.22, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 283.15, + "flow": 0, + "inflow": 54.82, + "volume": 10.22, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 283.18, + "flow": 0, + "inflow": 54.82, + "volume": 10.22, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 283.17, + "flow": 0, + "inflow": 54.82, + "volume": 10.28, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 283.15, + "flow": 0, + "inflow": 54.82, + "volume": 10.28, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 283.27, + "flow": 0, + "inflow": 54.82, + "volume": 10.28, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 283.33, + "flow": 0, + "inflow": 54.82, + "volume": 10.28, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 283.36, + "flow": 0, + "inflow": 54.82, + "volume": 10.28, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 283.39, + "flow": 0, + "temperature": 14.3, + "precipitation": 0, + "inflow": 54.82, + "volume": 10.28 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 283.39, + "flow": 0, + "inflow": 54.82, + "volume": 10.66, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 283.5, + "flow": 0, + "inflow": 54.82, + "volume": 10.66, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 283.43, + "flow": 0, + "temperature": 14.4, + "precipitation": 0, + "inflow": 54.82, + "volume": 10.66 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 283.36, + "flow": 2.54, + "inflow": 54.82, + "volume": 10.66, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 283.37, + "flow": 2.01, + "inflow": 54.82, + "volume": 10.66, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 283.42, + "flow": 0, + "inflow": 54.82, + "volume": 10.72, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 283.46, + "flow": 0, + "inflow": 54.82, + "volume": 10.72, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 283.38, + "flow": 0, + "inflow": 54.82, + "volume": 10.72, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 283.38, + "flow": 0, + "inflow": 54.82, + "volume": 10.72, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 283.38, + "flow": 0, + "inflow": 54.82, + "volume": 10.72, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 283.47, + "flow": 0, + "inflow": 54.82, + "volume": 10.72, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 283.42, + "flow": 0, + "inflow": 54.82, + "volume": 10.72, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 283.38, + "flow": 0, + "inflow": 54.82, + "volume": 10.72, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 283.39, + "flow": 0, + "inflow": 54.82, + "volume": 10.72, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 283.44, + "flow": 0, + "inflow": 54.82, + "volume": 10.72, + "temperature": 14, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 283.46, + "flow": 0, + "inflow": 54.82, + "volume": 10.72, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 283.41, + "flow": 0, + "inflow": 54.82, + "volume": 10.72, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 283.39, + "flow": 0, + "inflow": 54.82, + "volume": 10.65, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 283.38, + "flow": 0, + "inflow": 54.82, + "volume": 10.65, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 283.42, + "flow": 0, + "inflow": 54.82, + "volume": 10.65, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 283.43, + "flow": 0, + "inflow": 54.82, + "volume": 10.65, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 283.39, + "flow": 0, + "inflow": 54.82, + "volume": 10.65, + "temperature": 13.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 283.39, + "flow": 0, + "inflow": 54.82, + "volume": 10.65, + "temperature": 13.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 283.39, + "flow": 0, + "inflow": 54.82, + "volume": 10.66, + "temperature": 13.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 283.44, + "flow": 0, + "inflow": 54.82, + "volume": 10.66, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 283.42, + "flow": 0, + "temperature": 13.7, + "precipitation": 0.2, + "inflow": 54.82, + "volume": 10.66 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 283.4, + "flow": 0, + "inflow": 54.82, + "volume": 10.66, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 283.4, + "flow": 0, + "inflow": 54.82, + "volume": 10.66, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 283.42, + "flow": 0, + "inflow": 54.82, + "volume": 10.66, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 283.44, + "flow": 0, + "inflow": 54.82, + "volume": 10.66, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 283.41, + "flow": 0, + "inflow": 54.82, + "volume": 10.75, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 283.4, + "flow": 0, + "inflow": 54.82, + "volume": 10.75, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 283.4, + "flow": 0, + "inflow": 54.82, + "volume": 10.75, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 283.44, + "flow": 0, + "inflow": 54.82, + "volume": 10.75, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 283.41, + "flow": 0, + "inflow": 54.82, + "volume": 10.75, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 283.41, + "flow": 0, + "inflow": 54.82, + "volume": 10.69, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 283.4, + "flow": 0, + "inflow": 54.82, + "volume": 10.69, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 283.41, + "flow": 0, + "inflow": 54.82, + "volume": 10.69, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 283.44, + "flow": 0, + "inflow": 54.82, + "volume": 10.69, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 283.42, + "flow": 0, + "inflow": 54.82, + "volume": 10.69, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 283.41, + "flow": 0, + "inflow": 54.82, + "volume": 10.7, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 283.44, + "flow": 0, + "temperature": 15.3, + "precipitation": 0, + "inflow": 54.82, + "volume": 10.7 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 283.44, + "flow": 0, + "inflow": 54.82, + "volume": 10.7, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 283.42, + "flow": 0, + "inflow": 54.82, + "volume": 10.7, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 283.4, + "flow": 0, + "inflow": 54.82, + "volume": 10.7, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 283.41, + "flow": 0, + "inflow": 54.82, + "volume": 10.7, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 283.43, + "flow": 0, + "inflow": 54.82, + "volume": 10.74, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 283.42, + "flow": 20.16, + "inflow": 54.82, + "volume": 10.74, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 283.38, + "flow": 39.33, + "inflow": 54.82, + "volume": 10.74, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 283.37, + "flow": 39.34, + "inflow": 54.82, + "volume": 10.74, + "temperature": 15.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 283.38, + "flow": 39.41, + "inflow": 54.82, + "volume": 10.74, + "temperature": 15.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 283.38, + "flow": 39.5, + "inflow": 54.82, + "volume": 10.74, + "temperature": 15.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 283.34, + "flow": 39.92, + "inflow": 54.82, + "volume": 10.56, + "temperature": 15.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 283.32, + "flow": 42.01, + "inflow": 54.82, + "volume": 10.56, + "temperature": 15.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 283.3, + "flow": 42.28, + "inflow": 54.82, + "volume": 10.56, + "temperature": 15.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 283.33, + "flow": 42.41, + "inflow": 54.82, + "volume": 10.56, + "temperature": 14.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 283.3, + "flow": 42.45, + "inflow": 54.82, + "volume": 10.56, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 283.27, + "flow": 42.34, + "inflow": 54.82, + "volume": 10.56, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 283.26, + "flow": 41.45, + "temperature": 14.6, + "precipitation": 0, + "inflow": 54.82, + "volume": 10.56 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 283.24, + "flow": 40.48, + "inflow": 54.82, + "volume": 10.41, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 283.26, + "flow": 40.52, + "inflow": 54.82, + "volume": 10.41, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 283.23, + "flow": 40.53, + "inflow": 54.82, + "volume": 10.41, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 283.2, + "flow": 40.57, + "inflow": 54.82, + "volume": 10.41, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 283.19, + "flow": 40.59, + "inflow": 54.82, + "volume": 10.41, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 283.19, + "flow": 40.67, + "inflow": 54.82, + "volume": 10.3, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 283.19, + "flow": 40.68, + "inflow": 54.82, + "volume": 10.3, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 283.16, + "flow": 40.69, + "inflow": 54.82, + "volume": 10.3, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 283.14, + "flow": 40.68, + "inflow": 54.82, + "volume": 10.3, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 283.12, + "flow": 40.65, + "inflow": 54.82, + "volume": 10.3, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 283.13, + "flow": 40.65, + "inflow": 54.82, + "volume": 10.3, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 283.11, + "flow": 40.66, + "temperature": 14.6, + "precipitation": 0, + "inflow": 54.82, + "volume": 10.3 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 283.09, + "flow": 40.61, + "inflow": 54.82, + "volume": 10.14, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 283.07, + "flow": 40.56, + "temperature": 14.6, + "precipitation": 0, + "inflow": 54.82, + "volume": 10.14 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 283.07, + "flow": 40.51, + "inflow": 54.82, + "volume": 10.14, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 283.06, + "flow": 40.54, + "inflow": 54.82, + "volume": 10.14, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 283.04, + "flow": 40.53, + "inflow": 54.82, + "volume": 10.14, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 283.03, + "flow": 22.15, + "inflow": 54.82, + "volume": 9.99, + "temperature": 14.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 283.02, + "flow": 0, + "inflow": 54.82, + "volume": 9.99, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 283.03, + "flow": 0, + "inflow": 54.82, + "volume": 9.99, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 283.03, + "flow": 0, + "temperature": 14.9, + "precipitation": 0, + "inflow": 54.82, + "volume": 9.99 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 283.01, + "flow": 0, + "inflow": 54.82, + "volume": 9.99, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 283.03, + "flow": 0, + "inflow": 54.82, + "volume": 9.99, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 283.03, + "flow": 0, + "temperature": 15, + "precipitation": 0, + "inflow": 54.82, + "volume": 9.99 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 283.04, + "flow": 0, + "inflow": 54.82, + "volume": 9.99, + "temperature": 15, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 283.04, + "flow": 0, + "temperature": 15, + "precipitation": 0.1, + "inflow": 54.82, + "volume": 9.99 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 283.01, + "flow": 0, + "inflow": 54.82, + "volume": 9.99, + "temperature": 15, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 283.03, + "flow": 0, + "inflow": 54.82, + "volume": 9.99, + "temperature": 15, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 283.03, + "flow": 0, + "inflow": 54.82, + "volume": 9.99, + "temperature": 15, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 283.03, + "flow": 0, + "inflow": 54.82, + "volume": 10, + "temperature": 15, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 283.02, + "flow": 0, + "inflow": 54.82, + "volume": 10, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 283.02, + "flow": 0, + "inflow": 54.82, + "volume": 10, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 283.03, + "flow": 0, + "inflow": 54.82, + "volume": 10, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 283.04, + "flow": 0, + "inflow": 54.82, + "volume": 10, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 283.04, + "flow": 0, + "inflow": 54.82, + "volume": 10, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 283.03, + "flow": 0, + "inflow": 54.82, + "volume": 9.99, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 283.04, + "flow": 0, + "inflow": 54.82, + "volume": 9.99, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 283.04, + "flow": 0, + "inflow": 54.82, + "volume": 9.99, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 283.04, + "flow": 0, + "temperature": 14.7, + "precipitation": 0, + "inflow": 54.82, + "volume": 9.99 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 283.03, + "flow": 0, + "inflow": 54.82, + "volume": 9.99, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 283.03, + "flow": 0, + "inflow": 54.82, + "volume": 9.99, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 283.03, + "flow": 0, + "inflow": 54.82, + "volume": 10, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 283.04, + "flow": 0, + "inflow": 54.82, + "volume": 10, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 283.04, + "flow": 0, + "inflow": 54.82, + "volume": 10, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 283.04, + "flow": 0, + "inflow": 54.82, + "volume": 10, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 283.03, + "flow": 0, + "inflow": 54.82, + "volume": 10, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 283.05, + "flow": 0, + "inflow": 54.82, + "volume": 10, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 283.03, + "flow": 0, + "inflow": 54.82, + "volume": 10, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 283.04, + "flow": 0, + "inflow": 54.82, + "volume": 10, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 283.04, + "flow": 0, + "inflow": 54.82, + "volume": 10, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 283.03, + "flow": 0, + "inflow": 54.82, + "volume": 10, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 283.04, + "flow": 0, + "inflow": 54.82, + "volume": 10, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 283.04, + "flow": 0, + "inflow": 54.82, + "volume": 10, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 283.05, + "flow": 0, + "inflow": 54.82, + "volume": 10.03, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 283.03, + "flow": 0, + "inflow": 54.82, + "volume": 10.03, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 283.03, + "flow": 0, + "inflow": 54.82, + "volume": 10.03, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 283.04, + "flow": 0, + "inflow": 54.82, + "volume": 10.03, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 283.05, + "flow": 0, + "inflow": 54.82, + "volume": 10.03, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 283.02, + "flow": 0, + "inflow": 54.82, + "volume": 10.03, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 283.04, + "flow": 0, + "inflow": 5.53, + "volume": 10.01, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 283.04, + "flow": 0, + "inflow": 5.53, + "volume": 10.01, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 283.04, + "flow": 0, + "temperature": 15.9, + "precipitation": 0, + "inflow": 5.53, + "volume": 10.01 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 283.04, + "flow": 0, + "inflow": 5.53, + "volume": 10.01, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 283.04, + "flow": 0, + "temperature": 16.3, + "precipitation": 0, + "inflow": 5.53, + "volume": 10.01 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 283.04, + "flow": 0, + "inflow": 5.53, + "volume": 10.01, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 283.06, + "flow": 0, + "inflow": 5.53, + "volume": 10.05, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 283.04, + "flow": 0, + "inflow": 5.53, + "volume": 10.05, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 283.05, + "flow": 0, + "inflow": 5.53, + "volume": 10.05, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 283.04, + "flow": 0, + "inflow": 5.53, + "volume": 10.05, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 283.04, + "flow": 0, + "inflow": 5.53, + "volume": 10.05, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 283.05, + "flow": 0, + "inflow": 5.53, + "volume": 10.05, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 283.04, + "flow": 0, + "inflow": 5.53, + "volume": 10.02, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 283.05, + "flow": 0, + "inflow": 5.53, + "volume": 10.02, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 283.04, + "flow": 0, + "inflow": 5.53, + "volume": 10.02, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 283.05, + "flow": 0, + "inflow": 5.53, + "volume": 10.02, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 283.05, + "flow": 0, + "inflow": 5.53, + "volume": 10.02, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 283.06, + "flow": 0, + "inflow": 5.53, + "volume": 10.02, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 283.05, + "flow": 0, + "inflow": 5.53, + "volume": 10.03, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 283.04, + "flow": 0, + "inflow": 5.53, + "volume": 10.03, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 283.04, + "flow": 0, + "inflow": 5.53, + "volume": 10.03, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 283.04, + "flow": 0, + "inflow": 5.53, + "volume": 10.03, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 283.05, + "flow": 0, + "temperature": 19.1, + "precipitation": 0, + "inflow": 5.53, + "volume": 10.03 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 283.05, + "flow": 0, + "inflow": 5.53, + "volume": 10.03, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 283.04, + "flow": 0, + "inflow": 5.53, + "volume": 10.03, + "temperature": 19.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 283.06, + "flow": 0, + "inflow": 5.53, + "volume": 10.02, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 283.08, + "flow": 0, + "temperature": 19.6, + "precipitation": 0, + "inflow": 5.53, + "volume": 10.02 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 283.05, + "flow": 0, + "inflow": 5.53, + "volume": 10.02, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 283.05, + "flow": 0, + "inflow": 5.53, + "volume": 10.02, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 283.04, + "flow": 0, + "inflow": 5.53, + "volume": 10.02, + "temperature": 20, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 283.05, + "flow": 0, + "temperature": 20, + "precipitation": 0, + "inflow": 5.53, + "volume": 10.02 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 283.06, + "flow": 0, + "temperature": 20, + "precipitation": 0, + "inflow": 5.53, + "volume": 10.02 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 283.06, + "flow": 0, + "temperature": 20, + "precipitation": 0, + "inflow": 5.53, + "volume": 10.02 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 283.04, + "flow": 0, + "temperature": 20, + "precipitation": 0, + "inflow": 5.53, + "volume": 10.02 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 283.04, + "flow": 0, + "temperature": 20, + "precipitation": 0, + "inflow": 5.53, + "volume": 10.02 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 283.03, + "flow": 0, + "inflow": 5.53, + "volume": 10.02, + "temperature": 21.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 283.05, + "flow": 0, + "inflow": 5.53, + "volume": 10.04, + "temperature": 21.5, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/VLKO.json b/public/data/VLKO.json index 8e3cfc2..aa67154 100644 --- a/public/data/VLKO.json +++ b/public/data/VLKO.json @@ -10582,5 +10582,4694 @@ "volume": 2.78, "temperature": 14.2, "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T18:30:00.000Z", + "level": 352.54, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.78, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 352.53, + "flow": 19.09, + "temperature": 14.1, + "precipitation": 0, + "inflow": 19.99, + "volume": 2.78 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 352.53, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.78, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 352.53, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.78, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 352.53, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.78, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 352.53, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.78, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 352.52, + "flow": 19.09, + "temperature": 13.9, + "precipitation": 0, + "inflow": 19.99, + "volume": 2.78 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 352.52, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.78, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 352.52, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.78, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 352.52, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.77, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 352.52, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.77, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 352.52, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.77, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 352.51, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.77, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 352.51, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.77, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 352.51, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.77, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 352.51, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.77, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 352.51, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.77, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 352.51, + "flow": 19.09, + "temperature": 13, + "precipitation": 0, + "inflow": 19.99, + "volume": 2.77 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 352.5, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.77, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 352.5, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.77, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 352.5, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.77, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 352.5, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.76, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 352.5, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.76, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 352.49, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.76, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 352.49, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.76, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 352.49, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.76, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 352.49, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.76, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 352.49, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.76, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 352.49, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.76, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 352.49, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.76, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 352.48, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.76, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 352.48, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.76, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 352.48, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.76, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 352.48, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.76, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 352.48, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.76, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 352.48, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.76, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 352.47, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.76, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 352.47, + "flow": 19.09, + "temperature": 12.3, + "precipitation": 0, + "inflow": 19.99, + "volume": 2.76 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 352.47, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.76, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 352.47, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.75, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 352.47, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.75, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 352.47, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.75, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 352.47, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.75, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 352.46, + "flow": 19.09, + "temperature": 12.1, + "precipitation": 0, + "inflow": 19.99, + "volume": 2.75 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 352.46, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.75, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 352.46, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.75, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 352.46, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.75, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 352.46, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.75, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 352.46, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.75, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 352.46, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.75, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 352.45, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.75, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 352.45, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.75, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 352.45, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.75, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 352.45, + "flow": 19.09, + "temperature": 11.4, + "precipitation": 0, + "inflow": 19.99, + "volume": 2.75 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 352.45, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.75, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 352.44, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.75, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 352.44, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.75, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 352.44, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.74, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 352.44, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.74, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 352.44, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.74, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 352.44, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.74, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 352.44, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.74, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 352.43, + "flow": 19.09, + "inflow": 19.99, + "volume": 2.74, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 352.43, + "flow": 19.09, + "inflow": 13.55, + "volume": 2.74, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 352.43, + "flow": 19.09, + "inflow": 13.55, + "volume": 2.74, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 352.43, + "flow": 19.09, + "inflow": 13.55, + "volume": 2.74, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 352.43, + "flow": 19.09, + "inflow": 13.55, + "volume": 2.74, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 352.42, + "flow": 19.09, + "temperature": 12.5, + "precipitation": 0.1, + "inflow": 13.55, + "volume": 2.74 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 352.42, + "flow": 19.09, + "inflow": 13.55, + "volume": 2.74, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 352.42, + "flow": 19.09, + "inflow": 13.55, + "volume": 2.74, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 352.42, + "flow": 19.09, + "inflow": 13.55, + "volume": 2.74, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 352.44, + "flow": 11.38, + "inflow": 13.55, + "volume": 2.74, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 352.43, + "flow": 0.14, + "inflow": 13.55, + "volume": 2.74, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 352.44, + "flow": 0.14, + "inflow": 13.55, + "volume": 2.74, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 352.44, + "flow": 0.14, + "inflow": 13.55, + "volume": 2.74, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 352.44, + "flow": 0.14, + "inflow": 13.55, + "volume": 2.74, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 352.45, + "flow": 0.14, + "inflow": 13.55, + "volume": 2.74, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 352.45, + "flow": 0.14, + "inflow": 13.55, + "volume": 2.74, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 352.46, + "flow": 0.14, + "inflow": 13.55, + "volume": 2.74, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 352.47, + "flow": 0.14, + "inflow": 13.55, + "volume": 2.74, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 352.47, + "flow": 0.14, + "inflow": 13.55, + "volume": 2.74, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 352.48, + "flow": 0.14, + "inflow": 13.55, + "volume": 2.76, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 352.49, + "flow": 0.14, + "inflow": 13.55, + "volume": 2.76, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 352.49, + "flow": 0.14, + "inflow": 13.55, + "volume": 2.76, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 352.5, + "flow": 0.14, + "temperature": 13.7, + "precipitation": 0, + "inflow": 13.55, + "volume": 2.76 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 352.51, + "flow": 0.14, + "inflow": 13.55, + "volume": 2.76, + "temperature": 13.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 352.52, + "flow": 0.14, + "inflow": 13.55, + "volume": 2.76, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 352.51, + "flow": 11.32, + "inflow": 13.55, + "volume": 2.77, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 352.52, + "flow": 22.35, + "inflow": 13.55, + "volume": 2.77, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 352.52, + "flow": 24.39, + "inflow": 13.55, + "volume": 2.77, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 352.51, + "flow": 25.04, + "inflow": 13.55, + "volume": 2.77, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 352.51, + "flow": 26.54, + "inflow": 13.55, + "volume": 2.77, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 352.51, + "flow": 21.93, + "inflow": 13.55, + "volume": 2.77, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 352.51, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.77, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 352.5, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.77, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 352.5, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.77, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 352.49, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.77, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 352.49, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.77, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 352.49, + "flow": 19.06, + "temperature": 14.1, + "precipitation": 0, + "inflow": 13.55, + "volume": 2.77 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 352.49, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.76, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 352.49, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.76, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 352.49, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.76, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 352.49, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.76, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 352.49, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.76, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 352.48, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.76, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 352.48, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.76, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 352.48, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.76, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 352.48, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.76, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 352.48, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.76, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 352.48, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.76, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 352.47, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.75, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 352.47, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.75, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 352.47, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.75, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 352.47, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.75, + "temperature": 12.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 352.47, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.75, + "temperature": 12.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 352.47, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.75, + "temperature": 12.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 352.46, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.75, + "temperature": 12.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 352.46, + "flow": 19.06, + "temperature": 12.4, + "precipitation": 0.2, + "inflow": 13.55, + "volume": 2.75 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 352.46, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.75, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 352.46, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.75, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 352.46, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.75, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 352.46, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.75, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 352.46, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.75, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 352.45, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.75, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 352.45, + "flow": 19.06, + "temperature": 12.3, + "precipitation": 0.1, + "inflow": 13.55, + "volume": 2.75 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 352.45, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.75, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 352.45, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.75, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 352.45, + "flow": 19.06, + "temperature": 12.2, + "precipitation": 0.1, + "inflow": 13.55, + "volume": 2.75 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 352.44, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.74, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 352.44, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.74, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 352.44, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.74, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 352.44, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.74, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 352.44, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.74, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 352.44, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.74, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 352.44, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.74, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 352.43, + "flow": 19.06, + "temperature": 11.8, + "precipitation": 0.1, + "inflow": 13.55, + "volume": 2.74 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 352.43, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.74, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 352.43, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.74, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 352.43, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.74, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 352.43, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.74, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 352.43, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.74, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 352.43, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.74, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 352.42, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.74, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 352.42, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.74, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 352.42, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.74, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 352.42, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.73, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 352.42, + "flow": 19.06, + "inflow": 13.55, + "volume": 2.73, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 352.44, + "flow": 11.38, + "temperature": 11.5, + "precipitation": 0, + "inflow": 13.55, + "volume": 2.73 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 352.43, + "flow": 0.17, + "inflow": 13.55, + "volume": 2.73, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 352.43, + "flow": 0.17, + "inflow": 13.55, + "volume": 2.73, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 352.44, + "flow": 0.17, + "inflow": 13.55, + "volume": 2.73, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 352.45, + "flow": 0.17, + "inflow": 13.55, + "volume": 2.74, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 352.46, + "flow": 0.17, + "inflow": 13.55, + "volume": 2.74, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 352.47, + "flow": 0.17, + "inflow": 13.55, + "volume": 2.74, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 352.47, + "flow": 0.17, + "inflow": 13.55, + "volume": 2.74, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 352.48, + "flow": 0.17, + "inflow": 13.55, + "volume": 2.74, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 352.48, + "flow": 0.17, + "inflow": 13.55, + "volume": 2.76, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 352.49, + "flow": 0.17, + "inflow": 13.55, + "volume": 2.76, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 352.5, + "flow": 0.17, + "inflow": 13.55, + "volume": 2.76, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 352.51, + "flow": 0.17, + "inflow": 13.55, + "volume": 2.76, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 352.51, + "flow": 0.17, + "inflow": 13.55, + "volume": 2.76, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 352.52, + "flow": 0.17, + "inflow": 13.55, + "volume": 2.76, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 352.53, + "flow": 0.17, + "inflow": 13.55, + "volume": 2.77, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 352.53, + "flow": 0.17, + "inflow": 13.55, + "volume": 2.77, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 352.54, + "flow": 0.17, + "inflow": 13.55, + "volume": 2.77, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 352.55, + "flow": 0.17, + "inflow": 13.55, + "volume": 2.77, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 352.55, + "flow": 0.17, + "inflow": 13.55, + "volume": 2.77, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 352.56, + "flow": 0.17, + "inflow": 13.55, + "volume": 2.77, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 352.57, + "flow": 3.86, + "inflow": 13.55, + "volume": 2.79, + "temperature": 10.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 352.56, + "flow": 10.87, + "inflow": 13.55, + "volume": 2.79, + "temperature": 10.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 352.57, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.79, + "temperature": 10.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 352.57, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.79, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 352.57, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.79, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 352.57, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.79, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 352.57, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.79, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 352.56, + "flow": 19.01, + "temperature": 9.9, + "precipitation": 0.1, + "inflow": 13.55, + "volume": 2.79 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 352.56, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.79, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 352.56, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.79, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 352.56, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.79, + "temperature": 9.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 352.56, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.79, + "temperature": 9.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 352.56, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.78, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 352.56, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.78, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 352.55, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.78, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 352.55, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.78, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 352.55, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.78, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 352.55, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.78, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 352.55, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.78, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 352.55, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.78, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 352.55, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.78, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 352.55, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.78, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 352.54, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.78, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 352.54, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.78, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 352.54, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.78, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 352.54, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.78, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 352.54, + "flow": 19.01, + "temperature": 9, + "precipitation": 0, + "inflow": 13.55, + "volume": 2.78 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 352.54, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.78, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 352.54, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.78, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 352.54, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.78, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 352.54, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.78, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 352.53, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.78, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 352.53, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.78, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 352.53, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.78, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 352.53, + "flow": 19.01, + "inflow": 13.55, + "volume": 2.78, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 352.53, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.77, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 352.53, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.77, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 352.53, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.77, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 352.52, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.77, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 352.52, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.77, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 352.52, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.77, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 352.52, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.77, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 352.52, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.77, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 352.52, + "flow": 19.01, + "temperature": 10.3, + "precipitation": 0, + "inflow": 14.45, + "volume": 2.77 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 352.52, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.77, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 352.52, + "flow": 19.01, + "temperature": 11, + "precipitation": 0, + "inflow": 14.45, + "volume": 2.77 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 352.51, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.77, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 352.51, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.77, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 352.51, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.77, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 352.51, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.77, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 352.51, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.77, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 352.51, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.77, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 352.51, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.77, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 352.51, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.77, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 352.5, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.77, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 352.51, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.77, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 352.51, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.77, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 352.5, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.77, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 352.49, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.77, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 352.49, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.76, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 352.48, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.76, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 352.48, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.76, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 352.48, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.76, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 352.48, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.76, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 352.47, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.75, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 352.46, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.75, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 352.46, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.75, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 352.46, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.75, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 352.46, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.75, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 352.45, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.75, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 352.44, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.74, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 352.44, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.74, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 352.44, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.74, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 352.43, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.74, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 352.42, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.74, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 352.42, + "flow": 19.01, + "inflow": 14.45, + "volume": 2.74, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 352.43, + "flow": 11.45, + "inflow": 14.45, + "volume": 2.74, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 352.43, + "flow": 0.17, + "inflow": 14.45, + "volume": 2.74, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 352.43, + "flow": 0.17, + "temperature": 16.2, + "precipitation": 0, + "inflow": 14.45, + "volume": 2.74 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 352.43, + "flow": 0.17, + "inflow": 14.45, + "volume": 2.74, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 352.43, + "flow": 0.17, + "inflow": 14.45, + "volume": 2.74, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 352.43, + "flow": 0.17, + "inflow": 14.45, + "volume": 2.74, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 352.43, + "flow": 0.17, + "inflow": 14.45, + "volume": 2.74, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 352.44, + "flow": 0.17, + "inflow": 14.45, + "volume": 2.74, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 352.44, + "flow": 0.17, + "inflow": 14.45, + "volume": 2.74, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 352.45, + "flow": 0.17, + "inflow": 14.45, + "volume": 2.74, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 352.45, + "flow": 0.17, + "inflow": 14.45, + "volume": 2.74, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 352.45, + "flow": 0.17, + "inflow": 14.45, + "volume": 2.75, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 352.46, + "flow": 0.17, + "temperature": 14.6, + "precipitation": 0, + "inflow": 14.45, + "volume": 2.75 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 352.46, + "flow": 0.17, + "inflow": 14.45, + "volume": 2.75, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 352.46, + "flow": 0.17, + "temperature": 15, + "precipitation": 0, + "inflow": 14.45, + "volume": 2.75 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 352.46, + "flow": 0.17, + "inflow": 14.45, + "volume": 2.75, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 352.48, + "flow": 0.17, + "inflow": 14.45, + "volume": 2.76, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 352.49, + "flow": 0.17, + "inflow": 14.45, + "volume": 2.76, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 352.49, + "flow": 0.17, + "inflow": 14.45, + "volume": 2.76, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 352.5, + "flow": 0.17, + "inflow": 14.45, + "volume": 2.76, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 352.5, + "flow": 0.17, + "inflow": 14.45, + "volume": 2.76, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 352.51, + "flow": 0.17, + "inflow": 14.45, + "volume": 2.76, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 352.52, + "flow": 0.17, + "inflow": 14.45, + "volume": 2.77, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 352.53, + "flow": 0.17, + "inflow": 14.45, + "volume": 2.77, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 352.53, + "flow": 0.17, + "inflow": 14.45, + "volume": 2.77, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 352.54, + "flow": 0.17, + "inflow": 14.45, + "volume": 2.77, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 352.54, + "flow": 0.17, + "inflow": 14.45, + "volume": 2.77, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 352.55, + "flow": 0.17, + "inflow": 14.45, + "volume": 2.77, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 352.56, + "flow": 0.17, + "inflow": 14.45, + "volume": 2.78, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 352.56, + "flow": 0.17, + "inflow": 14.45, + "volume": 2.78, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 352.56, + "flow": 9.04, + "inflow": 14.45, + "volume": 2.78, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 352.56, + "flow": 19.02, + "temperature": 13.1, + "precipitation": 0, + "inflow": 14.45, + "volume": 2.78 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 352.56, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.78, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 352.56, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.78, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 352.56, + "flow": 19.02, + "temperature": 12.8, + "precipitation": 0, + "inflow": 14.45, + "volume": 2.78 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 352.56, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.79, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 352.56, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.79, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 352.56, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.79, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 352.56, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.79, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 352.56, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.79, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 352.56, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.78, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 352.55, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.78, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 352.55, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.78, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 352.55, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.78, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 352.55, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.78, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 352.55, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.78, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 352.55, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.78, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 352.55, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.78, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 352.55, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.78, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 352.55, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.78, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 352.55, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.78, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 352.54, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.78, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 352.54, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.78, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 352.55, + "flow": 19.02, + "temperature": 8.9, + "precipitation": 0, + "inflow": 14.45, + "volume": 2.78 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 352.55, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.78, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 352.55, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.78, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 352.54, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.78, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 352.54, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.78, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 352.54, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.78, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 352.54, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.78, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 352.54, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.78, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 352.54, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.78, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 352.53, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.78, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 352.53, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.77, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 352.52, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.77, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 352.52, + "flow": 19.02, + "temperature": 8.5, + "precipitation": 0, + "inflow": 14.45, + "volume": 2.77 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 352.51, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.77, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 352.51, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.77, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 352.5, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.77, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 352.5, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.76, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 352.49, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.76, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 352.49, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.76, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 352.48, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.76, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 352.48, + "flow": 19.02, + "temperature": 8.3, + "precipitation": 0, + "inflow": 14.45, + "volume": 2.76 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 352.47, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.76, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 352.47, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.75, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 352.46, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.75, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 352.46, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.75, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 352.45, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.75, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 352.45, + "flow": 19.02, + "temperature": 8.5, + "precipitation": 0, + "inflow": 14.45, + "volume": 2.75 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 352.44, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.75, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 352.44, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.74, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 352.43, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.74, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 352.43, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.74, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 352.42, + "flow": 19.02, + "inflow": 14.45, + "volume": 2.74, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 352.43, + "flow": 11.32, + "inflow": 14.45, + "volume": 2.74, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 352.42, + "flow": 0.2, + "inflow": 14.45, + "volume": 2.74, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 352.42, + "flow": 0.2, + "inflow": 14.45, + "volume": 2.74, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 352.42, + "flow": 0.2, + "inflow": 14.45, + "volume": 2.74, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 352.42, + "flow": 0.2, + "inflow": 14.45, + "volume": 2.74, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 352.42, + "flow": 0.2, + "inflow": 14.45, + "volume": 2.74, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 352.42, + "flow": 0.2, + "inflow": 14.45, + "volume": 2.74, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 352.43, + "flow": 0.2, + "inflow": 14.45, + "volume": 2.74, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 352.44, + "flow": 0.2, + "inflow": 14.45, + "volume": 2.74, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 352.44, + "flow": 0.2, + "inflow": 14.45, + "volume": 2.74, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 352.44, + "flow": 0.2, + "inflow": 14.45, + "volume": 2.74, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 352.44, + "flow": 0.2, + "inflow": 14.45, + "volume": 2.74, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 352.44, + "flow": 0.2, + "temperature": 8.1, + "precipitation": 0, + "inflow": 14.45, + "volume": 2.74 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 352.45, + "flow": 0.2, + "inflow": 14.45, + "volume": 2.74, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 352.46, + "flow": 0.2, + "inflow": 12.75, + "volume": 2.75, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 352.46, + "flow": 0.2, + "inflow": 12.75, + "volume": 2.75, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 352.47, + "flow": 0.2, + "inflow": 12.75, + "volume": 2.75, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 352.47, + "flow": 0.2, + "inflow": 12.75, + "volume": 2.75, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 352.48, + "flow": 0.2, + "inflow": 12.75, + "volume": 2.75, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 352.49, + "flow": 0.2, + "inflow": 12.75, + "volume": 2.75, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 352.5, + "flow": 0.2, + "inflow": 12.75, + "volume": 2.76, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 352.5, + "flow": 0.2, + "inflow": 12.75, + "volume": 2.76, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 352.51, + "flow": 0.2, + "inflow": 12.75, + "volume": 2.76, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 352.52, + "flow": 0.2, + "inflow": 12.75, + "volume": 2.76, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 352.52, + "flow": 0.2, + "inflow": 12.75, + "volume": 2.76, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 352.53, + "flow": 0.2, + "inflow": 12.75, + "volume": 2.76, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 352.54, + "flow": 0.2, + "inflow": 12.75, + "volume": 2.78, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 352.54, + "flow": 0.2, + "inflow": 12.75, + "volume": 2.78, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 352.55, + "flow": 0.2, + "inflow": 12.75, + "volume": 2.78, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 352.56, + "flow": 0.2, + "inflow": 12.75, + "volume": 2.78, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 352.57, + "flow": 0.2, + "inflow": 12.75, + "volume": 2.78, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 352.56, + "flow": 8.82, + "inflow": 12.75, + "volume": 2.78, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 352.56, + "flow": 19.03, + "temperature": 12.5, + "precipitation": 0, + "inflow": 12.75, + "volume": 2.78 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 352.56, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.79, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 352.56, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.79, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 352.56, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.79, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 352.56, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.79, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 352.56, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.79, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 352.56, + "flow": 19.03, + "temperature": 13.4, + "precipitation": 0, + "inflow": 12.75, + "volume": 2.79 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 352.56, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.78, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 352.56, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.78, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 352.55, + "flow": 19.03, + "temperature": 13.7, + "precipitation": 0, + "inflow": 12.75, + "volume": 2.78 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 352.55, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.78, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 352.55, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.78, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 352.55, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.78, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 352.55, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.78, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 352.55, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.78, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 352.55, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.78, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 352.54, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.78, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 352.53, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.77, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 352.52, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.77, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 352.52, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.77, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 352.52, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.77, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 352.51, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.77, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 352.51, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.77, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 352.5, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.76, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 352.49, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.76, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 352.49, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.76, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 352.48, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.76, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 352.48, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.76, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 352.48, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.76, + "temperature": 13.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 352.47, + "flow": 19.03, + "temperature": 13.4, + "precipitation": 0.2, + "inflow": 12.75, + "volume": 2.76 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 352.47, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.75, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 352.46, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.75, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 352.45, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.75, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 352.45, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.75, + "temperature": 13.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 352.45, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.75, + "temperature": 13.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 352.45, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.75, + "temperature": 13.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 352.45, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.75, + "temperature": 13.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 352.45, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.75, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 352.44, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.75, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 352.44, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.75, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 352.44, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.75, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 352.44, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.74, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 352.44, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.74, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 352.44, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.74, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 352.43, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.74, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 352.43, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.74, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 352.43, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.74, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 352.43, + "flow": 19.03, + "temperature": 13.9, + "precipitation": 0, + "inflow": 12.75, + "volume": 2.74 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 352.43, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.74, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 352.42, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.74, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 352.42, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.74, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 352.42, + "flow": 19.03, + "inflow": 12.75, + "volume": 2.74, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 352.44, + "flow": 10.36, + "inflow": 12.75, + "volume": 2.74, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 352.43, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.74, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 352.43, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.74, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 352.44, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.74, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 352.44, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.74, + "temperature": 14.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 352.45, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.74, + "temperature": 14.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 352.45, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.75, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 352.46, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.75, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 352.47, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.75, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 352.47, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.75, + "temperature": 13.6, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 352.48, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.75, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 352.48, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.75, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 352.49, + "flow": 0.13, + "temperature": 13.3, + "precipitation": 0.2, + "inflow": 12.75, + "volume": 2.75 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 352.5, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.76, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 352.51, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.76, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 352.51, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.76, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 352.52, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.76, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 352.52, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.76, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 352.52, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.77, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 352.52, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.77, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 352.53, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.77, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 352.53, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.77, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 352.53, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.77, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 352.54, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.77, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 352.54, + "flow": 0.13, + "temperature": 13, + "precipitation": 0, + "inflow": 12.75, + "volume": 2.77 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 352.54, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.78, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 352.55, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.78, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 352.55, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.78, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 352.55, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.78, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 352.55, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.78, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 352.56, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.78, + "temperature": 13, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 352.56, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.78, + "temperature": 13, + "precipitation": 1.2 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 352.56, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.78, + "temperature": 13.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 352.57, + "flow": 0.13, + "inflow": 12.75, + "volume": 2.78, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 352.57, + "flow": 4.36, + "inflow": 12.75, + "volume": 2.78, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 352.56, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.78, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 352.56, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.78, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 352.55, + "flow": 19.02, + "temperature": 13.5, + "precipitation": 0, + "inflow": 12.75, + "volume": 2.78 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 352.55, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.78, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 352.55, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.78, + "temperature": 13.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 352.54, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.78, + "temperature": 13.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 352.53, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.77, + "temperature": 13.7, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 352.53, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.77, + "temperature": 13.8, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 352.53, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.77, + "temperature": 13.8, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 352.52, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.77, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 352.52, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.77, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 352.51, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.77, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 352.5, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.77, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 352.5, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.77, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 352.49, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.77, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 352.49, + "flow": 19.02, + "temperature": 13.8, + "precipitation": 0.1, + "inflow": 12.75, + "volume": 2.77 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 352.48, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.77, + "temperature": 13.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 352.48, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.77, + "temperature": 13.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 352.48, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.76, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 352.48, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.76, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 352.48, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.76, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 352.48, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.76, + "temperature": 13.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 352.48, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.76, + "temperature": 13.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 352.48, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.76, + "temperature": 13.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 352.48, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.76, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 352.48, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.76, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 352.48, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.76, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 352.48, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.76, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 352.48, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.76, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 352.48, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.76, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 352.48, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.76, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 352.48, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.76, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 352.48, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.76, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 352.48, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.76, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 352.48, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.76, + "temperature": 14, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 352.48, + "flow": 19.02, + "inflow": 12.75, + "volume": 2.76, + "temperature": 14, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 352.48, + "flow": 19.02, + "inflow": 12.26, + "volume": 2.76, + "temperature": 14.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 352.47, + "flow": 19.02, + "inflow": 12.26, + "volume": 2.76, + "temperature": 14.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 352.47, + "flow": 19.02, + "temperature": 14.3, + "precipitation": 0.2, + "inflow": 12.26, + "volume": 2.76 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 352.47, + "flow": 19.02, + "inflow": 12.26, + "volume": 2.76, + "temperature": 14.5, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 352.47, + "flow": 19.02, + "inflow": 12.26, + "volume": 2.76, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 352.47, + "flow": 19.02, + "inflow": 12.26, + "volume": 2.76, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 352.47, + "flow": 19.02, + "inflow": 12.26, + "volume": 2.75, + "temperature": 15, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 352.47, + "flow": 19.02, + "inflow": 12.26, + "volume": 2.75, + "temperature": 15.3, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 352.47, + "flow": 19.02, + "inflow": 12.26, + "volume": 2.75, + "temperature": 15.3, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 352.47, + "flow": 19.02, + "inflow": 12.26, + "volume": 2.75, + "temperature": 15.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 352.47, + "flow": 19.02, + "inflow": 12.26, + "volume": 2.75, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 352.47, + "flow": 19.02, + "inflow": 12.26, + "volume": 2.75, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 352.48, + "flow": 19.02, + "inflow": 12.26, + "volume": 2.75, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 352.48, + "flow": 19.02, + "inflow": 12.26, + "volume": 2.75, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 352.47, + "flow": 19.02, + "inflow": 12.26, + "volume": 2.75, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 352.47, + "flow": 19.02, + "inflow": 12.26, + "volume": 2.75, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 352.47, + "flow": 19.02, + "inflow": 12.26, + "volume": 2.75, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 352.47, + "flow": 19.02, + "inflow": 12.26, + "volume": 2.75, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 352.47, + "flow": 19.02, + "inflow": 12.26, + "volume": 2.75, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 352.47, + "flow": 19.02, + "inflow": 12.26, + "volume": 2.75, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 352.47, + "flow": 19.02, + "inflow": 12.26, + "volume": 2.75, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 352.47, + "flow": 19.02, + "inflow": 12.26, + "volume": 2.75, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 352.47, + "flow": 19.02, + "temperature": 18, + "precipitation": 0, + "inflow": 12.26, + "volume": 2.75 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 352.47, + "flow": 19.02, + "inflow": 12.26, + "volume": 2.75, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 352.47, + "flow": 19.02, + "inflow": 12.26, + "volume": 2.75, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 352.47, + "flow": 19.02, + "inflow": 12.26, + "volume": 2.75, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 352.46, + "flow": 27.11, + "temperature": 18.4, + "precipitation": 0, + "inflow": 12.26, + "volume": 2.75 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 352.46, + "flow": 35.01, + "inflow": 12.26, + "volume": 2.75, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 352.45, + "flow": 35.01, + "inflow": 12.26, + "volume": 2.75, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 352.44, + "flow": 35.01, + "inflow": 12.26, + "volume": 2.75, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 352.43, + "flow": 35.01, + "temperature": 19, + "precipitation": 0, + "inflow": 12.26, + "volume": 2.75 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 352.43, + "flow": 26.74, + "temperature": 19, + "precipitation": 0, + "inflow": 12.26, + "volume": 2.75 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 352.43, + "flow": 19.09, + "temperature": 19, + "precipitation": 0, + "inflow": 12.26, + "volume": 2.75 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 352.42, + "flow": 19.09, + "temperature": 19, + "precipitation": 0, + "inflow": 12.26, + "volume": 2.75 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 352.42, + "flow": 10.01, + "temperature": 19, + "precipitation": 0, + "inflow": 12.26, + "volume": 2.75 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 352.41, + "flow": 10.72, + "inflow": 12.26, + "volume": 2.74, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 352.42, + "flow": 0.13, + "inflow": 12.26, + "volume": 2.74, + "temperature": 20.6, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/VLL1.json b/public/data/VLL1.json index 725c38d..c511423 100644 --- a/public/data/VLL1.json +++ b/public/data/VLL1.json @@ -10578,10 +10578,4722 @@ { "timestamp": "2026-06-09T18:30:00.000Z", "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 12.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 723.05, + "flow": 1.5, + "temperature": 12.1, + "precipitation": 0.2, + "inflow": 0.34, + "volume": 197.99 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 723.05, + "flow": 1.5, + "temperature": 12, + "precipitation": 0.1, + "inflow": 0.34, + "volume": 197.99 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 723.05, "flow": 0, "inflow": 0.34, "volume": 197.99, - "temperature": 13.1, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 723.05, + "flow": 0, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 723.05, + "flow": 1.5, + "temperature": 11.7, + "precipitation": 0, + "inflow": 0.34, + "volume": 197.99 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 723.05, + "flow": 0, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 723.04, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 723.05, + "flow": 0, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 723.05, + "flow": 0, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 723.05, + "flow": 1.5, + "temperature": 11.6, + "precipitation": 0, + "inflow": 0.34, + "volume": 197.99 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 723.05, + "flow": 0, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 723.05, + "flow": 0, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 723.05, + "flow": 0, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 723.05, + "flow": 1.5, + "temperature": 11.7, + "precipitation": 0, + "inflow": 0.34, + "volume": 197.99 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 723.05, + "flow": 0, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 0.34, + "volume": 197.99, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 723.05, + "flow": 0, + "inflow": 0.34, + "volume": 197.99, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 1.69, + "volume": 197.99, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 723.05, + "flow": 1.5, + "temperature": 12.3, + "precipitation": 0.1, + "inflow": 1.69, + "volume": 197.99 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 1.69, + "volume": 197.99, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 1.69, + "volume": 197.99, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 197.99, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 197.99, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 723.06, + "flow": 1.5, + "temperature": 12.2, + "precipitation": 0.1, + "inflow": 1.69, + "volume": 197.99 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 723.06, + "flow": 1.5, + "temperature": 12.2, + "precipitation": 0, + "inflow": 1.69, + "volume": 198.45 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 723.05, + "flow": 0, + "inflow": 1.69, + "volume": 198.45, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.06, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.06, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.06, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.06, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.06, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 723.05, + "flow": 0, + "inflow": 1.69, + "volume": 198.06, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.06, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.06, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.06, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.06, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.06, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.06, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 723.05, + "flow": 1.5, + "temperature": 11.2, + "precipitation": 0.1, + "inflow": 1.69, + "volume": 198.06 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.06, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.06, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.06, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.06, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 723.06, + "flow": 0, + "inflow": 1.69, + "volume": 198.06, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 723.06, + "flow": 1.5, + "temperature": 10.9, + "precipitation": 0, + "inflow": 1.69, + "volume": 198.45 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 11.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 723.06, + "flow": 0, + "inflow": 1.69, + "volume": 198.45, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 723.06, + "flow": 1.5, + "temperature": 11.4, + "precipitation": 0, + "inflow": 1.69, + "volume": 198.45 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 723.06, + "flow": 0, + "inflow": 1.69, + "volume": 198.45, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 10.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 723.06, + "flow": 1.5, + "temperature": 10.4, + "precipitation": 0.2, + "inflow": 1.69, + "volume": 198.45 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 723.06, + "flow": 0, + "inflow": 1.69, + "volume": 198.45, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 10.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 723.06, + "flow": 1.5, + "temperature": 10.3, + "precipitation": 0.2, + "inflow": 1.69, + "volume": 198.45 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 723.06, + "flow": 1.5, + "temperature": 9.9, + "precipitation": 0.1, + "inflow": 1.69, + "volume": 198.45 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 10, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 723.06, + "flow": 0, + "inflow": 1.69, + "volume": 198.45, + "temperature": 10, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 10, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 10, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 723.06, + "flow": 1.5, + "temperature": 10, + "precipitation": 0.2, + "inflow": 1.69, + "volume": 198.45 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 10, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 10, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 723.06, + "flow": 0, + "inflow": 1.69, + "volume": 198.45, + "temperature": 10, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 9.9, "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 9.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 9.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 9.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 723.06, + "flow": 0, + "inflow": 1.69, + "volume": 198.45, + "temperature": 9.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 9.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 9.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 9.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 1.69, + "volume": 198.45, + "temperature": 8.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 723.06, + "flow": 12.38, + "temperature": 8.9, + "precipitation": 0.2, + "inflow": 1.69, + "volume": 198.45 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 723.06, + "flow": 25.42, + "inflow": 1.69, + "volume": 198.45, + "temperature": 8.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 723.06, + "flow": 29.07, + "inflow": 1.69, + "volume": 198.45, + "temperature": 8.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 723.06, + "flow": 28.75, + "inflow": 1.69, + "volume": 198.45, + "temperature": 8.9, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 723.06, + "flow": 26.06, + "inflow": 1.69, + "volume": 198.45, + "temperature": 8.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 723.06, + "flow": 0, + "inflow": 1.69, + "volume": 198.45, + "temperature": 8.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 723.06, + "flow": 23.72, + "inflow": 1.69, + "volume": 198.45, + "temperature": 8.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 723.06, + "flow": 17.15, + "inflow": 1.69, + "volume": 198.45, + "temperature": 8.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 723.06, + "flow": 6.78, + "inflow": 1.69, + "volume": 198.45, + "temperature": 8.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 723.06, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.45, + "temperature": 8.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 723.08, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.45, + "temperature": 8.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 723.07, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.82, + "temperature": 8.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 723.07, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.82, + "temperature": 8.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 723.07, + "flow": 1.51, + "temperature": 8.9, + "precipitation": 0.3, + "inflow": 1.69, + "volume": 198.82 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 723.07, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.82, + "temperature": 8.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 723.07, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.82, + "temperature": 9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 723.07, + "flow": 0, + "inflow": 1.69, + "volume": 198.82, + "temperature": 9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 723.07, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.82, + "temperature": 9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 723.07, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.82, + "temperature": 9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 723.07, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.82, + "temperature": 9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 723.08, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.82, + "temperature": 9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 723.08, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.82, + "temperature": 8.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 723.07, + "flow": 0, + "inflow": 1.69, + "volume": 198.82, + "temperature": 8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 723.07, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.82, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 723.07, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.82, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 723.07, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.82, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 723.07, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.82, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 723.07, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.82, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 723.07, + "flow": 0, + "inflow": 1.69, + "volume": 198.82, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 723.07, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.82, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 723.07, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.82, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 723.08, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.82, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 723.08, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.82, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 723.08, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.82, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 723.08, + "flow": 1.51, + "inflow": 1.69, + "volume": 199.21, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 723.08, + "flow": 1.51, + "inflow": 1.69, + "volume": 199.21, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 723.08, + "flow": 1.51, + "inflow": 1.69, + "volume": 199.21, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 723.07, + "flow": 1.51, + "inflow": 1.69, + "volume": 199.21, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 723.07, + "flow": 1.51, + "inflow": 1.69, + "volume": 199.21, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 723.07, + "flow": 1.51, + "inflow": 1.69, + "volume": 199.21, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 723.07, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.82, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 723.07, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.82, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 723.07, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.82, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 723.07, + "flow": 1.51, + "temperature": 7.4, + "precipitation": 0, + "inflow": 1.69, + "volume": 198.82 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 723.07, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.82, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 723.07, + "flow": 0, + "inflow": 1.69, + "volume": 198.82, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 723.07, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.82, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 723.07, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.82, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 723.07, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.82, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 723.07, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.82, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 723.07, + "flow": 1.51, + "inflow": 1.69, + "volume": 198.82, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 723.07, + "flow": 0, + "inflow": 1.69, + "volume": 198.82, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 723.07, + "flow": 11.59, + "inflow": 12.32, + "volume": 198.82, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 723.06, + "flow": 43.42, + "inflow": 12.32, + "volume": 198.82, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 723.06, + "flow": 71.25, + "inflow": 12.32, + "volume": 198.82, + "temperature": 8.4, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 723.06, + "flow": 77.45, + "inflow": 12.32, + "volume": 198.82, + "temperature": 8.5, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 723.06, + "flow": 77.58, + "inflow": 12.32, + "volume": 198.82, + "temperature": 8.6, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 723.06, + "flow": 77.61, + "inflow": 12.32, + "volume": 198.82, + "temperature": 8.8, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 723.07, + "flow": 71.88, + "qn": "> Q1", + "inflow": 12.32, + "volume": 198.81, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 723.09, + "flow": 47.02, + "inflow": 12.32, + "volume": 198.81, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 723.1, + "flow": 14.7, + "temperature": 8.9, + "precipitation": 0, + "inflow": 12.32, + "volume": 198.81 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 723.1, + "flow": 1.48, + "inflow": 12.32, + "volume": 198.81, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 723.1, + "flow": 1.48, + "temperature": 9.3, + "precipitation": 0, + "inflow": 12.32, + "volume": 198.81 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 723.09, + "flow": 1.48, + "inflow": 12.32, + "volume": 198.81, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 723.07, + "flow": 1.48, + "temperature": 9.5, + "precipitation": 0, + "inflow": 12.32, + "volume": 198.81 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 723.06, + "flow": 1.48, + "inflow": 12.32, + "volume": 198.81, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 723.05, + "flow": 1.48, + "inflow": 12.32, + "volume": 198.81, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 723.05, + "flow": 1.48, + "inflow": 12.32, + "volume": 198.81, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 723.05, + "flow": 1.48, + "inflow": 12.32, + "volume": 198.81, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 723.07, + "flow": 0, + "inflow": 12.32, + "volume": 198.81, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 723.08, + "flow": 1.48, + "inflow": 12.32, + "volume": 199.21, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 723.08, + "flow": 1.48, + "inflow": 12.32, + "volume": 199.21, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 723.09, + "flow": 1.48, + "inflow": 12.32, + "volume": 199.21, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 723.08, + "flow": 1.48, + "inflow": 12.32, + "volume": 199.21, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 723.08, + "flow": 1.48, + "inflow": 12.32, + "volume": 199.21, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 723.06, + "flow": 1.48, + "inflow": 12.32, + "volume": 199.21, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 723.06, + "flow": 1.48, + "inflow": 12.32, + "volume": 198.58, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 723.06, + "flow": 1.48, + "inflow": 12.32, + "volume": 198.58, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 723.06, + "flow": 1.48, + "temperature": 11.8, + "precipitation": 0, + "inflow": 12.32, + "volume": 198.58 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 723.06, + "flow": 1.48, + "inflow": 12.32, + "volume": 198.58, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 723.06, + "flow": 1.48, + "inflow": 12.32, + "volume": 198.58, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 723.06, + "flow": 0, + "inflow": 12.32, + "volume": 198.58, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 723.06, + "flow": 1.48, + "inflow": 12.32, + "volume": 198.58, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 723.06, + "flow": 1.48, + "inflow": 12.32, + "volume": 198.58, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 723.06, + "flow": 1.48, + "inflow": 12.32, + "volume": 198.58, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 723.06, + "flow": 1.48, + "inflow": 12.32, + "volume": 198.58, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 723.06, + "flow": 1.48, + "inflow": 12.32, + "volume": 198.58, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 723.06, + "flow": 0, + "inflow": 12.32, + "volume": 198.58, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 723.06, + "flow": 1.48, + "inflow": 12.32, + "volume": 198.58, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 723.08, + "flow": 1.48, + "inflow": 12.32, + "volume": 198.58, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 723.1, + "flow": 1.48, + "inflow": 12.32, + "volume": 198.58, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 723.09, + "flow": 1.48, + "inflow": 12.32, + "volume": 198.58, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 723.07, + "flow": 1.48, + "inflow": 12.32, + "volume": 198.58, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 723.05, + "flow": 1.48, + "inflow": 12.32, + "volume": 198.58, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 723.05, + "flow": 1.48, + "temperature": 13, + "precipitation": 0, + "inflow": 12.32, + "volume": 198.58 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 723.04, + "flow": 1.48, + "inflow": 12.32, + "volume": 198, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 723.06, + "flow": 1.48, + "temperature": 12.7, + "precipitation": 0, + "inflow": 12.32, + "volume": 198 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 723.07, + "flow": 1.48, + "inflow": 12.32, + "volume": 198, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 723.08, + "flow": 1.48, + "inflow": 12.32, + "volume": 198, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 723.08, + "flow": 0, + "inflow": 12.32, + "volume": 198, + "temperature": 11.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 723.09, + "flow": 1.48, + "inflow": 12.32, + "volume": 199.58, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 723.08, + "flow": 1.48, + "inflow": 12.32, + "volume": 199.58, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 723.08, + "flow": 1.48, + "inflow": 12.32, + "volume": 199.58, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 723.07, + "flow": 1.48, + "inflow": 12.32, + "volume": 199.58, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 723.06, + "flow": 1.48, + "inflow": 12.32, + "volume": 199.58, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 723.05, + "flow": 1.48, + "inflow": 12.32, + "volume": 199.58, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 723.05, + "flow": 1.48, + "inflow": 12.32, + "volume": 198, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 723.06, + "flow": 1.48, + "temperature": 12.8, + "precipitation": 0, + "inflow": 12.32, + "volume": 198 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 723.08, + "flow": 1.48, + "inflow": 12.32, + "volume": 198, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 723.11, + "flow": 1.48, + "inflow": 12.32, + "volume": 198, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 723.12, + "flow": 1.48, + "inflow": 12.32, + "volume": 198, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 723.08, + "flow": 1.48, + "inflow": 12.32, + "volume": 199.38, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 723.07, + "flow": 1.48, + "inflow": 12.32, + "volume": 199.38, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 723.05, + "flow": 1.48, + "inflow": 12.32, + "volume": 199.38, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 723.03, + "flow": 1.48, + "inflow": 12.32, + "volume": 199.38, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 723.06, + "flow": 1.48, + "inflow": 12.32, + "volume": 199.38, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 723.07, + "flow": 0, + "inflow": 12.32, + "volume": 199.38, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 723.06, + "flow": 1.48, + "inflow": 12.32, + "volume": 198.59, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 723.08, + "flow": 1.48, + "inflow": 12.32, + "volume": 198.59, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 723.09, + "flow": 1.48, + "inflow": 12.32, + "volume": 198.59, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 723.09, + "flow": 1.48, + "inflow": 12.32, + "volume": 198.59, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 723.08, + "flow": 1.48, + "inflow": 12.32, + "volume": 198.59, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 723.07, + "flow": 0, + "inflow": 12.32, + "volume": 198.59, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 723.07, + "flow": 1.48, + "inflow": 12.32, + "volume": 198.79, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 723.05, + "flow": 12.92, + "inflow": 12.32, + "volume": 198.79, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 723.05, + "flow": 25.53, + "inflow": 12.32, + "volume": 198.79, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 723.05, + "flow": 26.67, + "inflow": 12.32, + "volume": 198.79, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 723.06, + "flow": 26.69, + "inflow": 12.32, + "volume": 198.79, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 723.07, + "flow": 26.71, + "inflow": 12.32, + "volume": 198.79, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 723.08, + "flow": 26.81, + "temperature": 10.4, + "precipitation": 0, + "inflow": 12.32, + "volume": 198.79 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 723.09, + "flow": 25.59, + "inflow": 12.32, + "volume": 199.38, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 723.08, + "flow": 24.17, + "temperature": 10.2, + "precipitation": 0, + "inflow": 12.32, + "volume": 199.38 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 723.07, + "flow": 24.12, + "inflow": 12.32, + "volume": 199.38, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 723.08, + "flow": 24.13, + "temperature": 9.7, + "precipitation": 0, + "inflow": 12.32, + "volume": 199.38 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 723.07, + "flow": 0, + "inflow": 12.32, + "volume": 199.38, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 723.06, + "flow": 24.13, + "inflow": 12.32, + "volume": 198.4, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 723.06, + "flow": 26.54, + "inflow": 12.32, + "volume": 198.4, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 723.07, + "flow": 28.76, + "inflow": 12.32, + "volume": 198.4, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 723.07, + "flow": 28.57, + "inflow": 12.32, + "volume": 198.4, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 723.07, + "flow": 28.6, + "inflow": 12.32, + "volume": 198.4, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 723.07, + "flow": 0, + "inflow": 12.32, + "volume": 198.4, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 723.07, + "flow": 27.85, + "inflow": 12.32, + "volume": 198.79, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 723.06, + "flow": 20.94, + "inflow": 12.32, + "volume": 198.79, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 723.07, + "flow": 8.16, + "inflow": 12.32, + "volume": 198.79, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 12.32, + "volume": 198.79, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 12.32, + "volume": 198.79, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 12.32, + "volume": 198.79, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 12.32, + "volume": 199.19, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 12.32, + "volume": 199.19, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 723.06, + "flow": 1.5, + "temperature": 8.3, + "precipitation": 0, + "inflow": 12.32, + "volume": 199.19 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 12.32, + "volume": 199.19, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 12.32, + "volume": 199.19, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 723.06, + "flow": 0, + "inflow": 12.32, + "volume": 199.19, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 723.05, + "flow": 1.5, + "inflow": 12.32, + "volume": 198, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 12.32, + "volume": 198, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 12.32, + "volume": 198, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 12.32, + "volume": 198, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 12.32, + "volume": 198, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 723.08, + "flow": 0, + "inflow": 12.32, + "volume": 198, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 12.32, + "volume": 199.19, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 12.32, + "volume": 199.19, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 723.07, + "flow": 1.5, + "temperature": 8.1, + "precipitation": 0, + "inflow": 12.32, + "volume": 199.19 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 12.32, + "volume": 199.19, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 12.32, + "volume": 199.19, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 723.05, + "flow": 0, + "inflow": 12.32, + "volume": 199.19, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 12.32, + "volume": 198.4, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 12.32, + "volume": 198.4, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 12.32, + "volume": 198.4, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 12.32, + "volume": 198.4, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 723.07, + "flow": 1.5, + "temperature": 7.8, + "precipitation": 0, + "inflow": 12.32, + "volume": 198.4 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 723.07, + "flow": 0, + "inflow": 12.32, + "volume": 198.4, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 12.32, + "volume": 198.79, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 12.32, + "volume": 198.79, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 12.32, + "volume": 198.79, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 12.32, + "volume": 198.79, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 12.32, + "volume": 198.79, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 12.32, + "volume": 198.4, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 12.32, + "volume": 198.4, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 12.32, + "volume": 198.4, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 12.32, + "volume": 198.4, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 12.32, + "volume": 198.4, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 723.07, + "flow": 0, + "inflow": 12.32, + "volume": 198.4, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 12.32, + "volume": 198.79, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 12.32, + "volume": 198.79, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 12.32, + "volume": 198.79, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 12.32, + "volume": 198.79, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 12.32, + "volume": 198.79, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 723.07, + "flow": 0, + "inflow": 12.32, + "volume": 198.79, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 12.32, + "volume": 198.79, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 12.32, + "volume": 198.79, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 12.32, + "volume": 198.79, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 12.32, + "volume": 198.79, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 723.07, + "flow": 1.5, + "temperature": 8.6, + "precipitation": 0, + "inflow": 12.32, + "volume": 198.79 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 723.07, + "flow": 0, + "inflow": 12.32, + "volume": 198.79, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 723.07, + "flow": 6.6, + "inflow": 7.69, + "volume": 198.79, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 723.07, + "flow": 16.01, + "inflow": 7.69, + "volume": 198.79, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 723.07, + "flow": 22.07, + "inflow": 7.69, + "volume": 198.79, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 723.07, + "flow": 23.8, + "inflow": 7.69, + "volume": 198.79, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 723.07, + "flow": 23.81, + "inflow": 7.69, + "volume": 198.79, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 723.07, + "flow": 0, + "inflow": 7.69, + "volume": 198.79, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 723.07, + "flow": 22.3, + "inflow": 7.69, + "volume": 198.79, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 723.07, + "flow": 14.85, + "inflow": 7.69, + "volume": 198.79, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 723.07, + "flow": 5.2, + "inflow": 7.69, + "volume": 198.79, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 723.07, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.79, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 723.08, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.79, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 723.08, + "flow": 0, + "inflow": 7.69, + "volume": 198.79, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 723.08, + "flow": 1.49, + "inflow": 7.69, + "volume": 199.19, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 723.07, + "flow": 1.49, + "inflow": 7.69, + "volume": 199.19, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 723.07, + "flow": 1.49, + "inflow": 7.69, + "volume": 199.19, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 723.07, + "flow": 1.49, + "temperature": 9.6, + "precipitation": 0, + "inflow": 7.69, + "volume": 199.19 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 723.06, + "flow": 1.49, + "inflow": 7.69, + "volume": 199.19, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 723.06, + "flow": 1.49, + "inflow": 7.69, + "volume": 199.19, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 723.07, + "flow": 1.49, + "temperature": 9.9, + "precipitation": 0, + "inflow": 7.69, + "volume": 199.19 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 723.07, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.79, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 723.07, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.79, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 723.07, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.79, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 723.07, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.79, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 723.07, + "flow": 0, + "inflow": 7.69, + "volume": 198.79, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 723.07, + "flow": 0, + "temperature": 10.3, + "precipitation": 0, + "inflow": 7.69, + "volume": 198.79 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 723.07, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.79, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 723.07, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.79, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 723.07, + "flow": 1.49, + "temperature": 10.4, + "precipitation": 0, + "inflow": 7.69, + "volume": 198.79 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 723.07, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.79, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 723.07, + "flow": 0, + "inflow": 7.69, + "volume": 198.79, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 723.06, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.4, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 723.06, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.4, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 723.06, + "flow": 1.49, + "temperature": 10.2, + "precipitation": 0, + "inflow": 7.69, + "volume": 198.4 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 723.06, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.4, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 723.06, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.4, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 723.07, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.79, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 723.07, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.79, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 723.07, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.79, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 723.07, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.79, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 723.07, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.79, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 723.07, + "flow": 0, + "inflow": 7.69, + "volume": 198.79, + "temperature": 10.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 723.07, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.79, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 723.07, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.79, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 723.07, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.79, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 723.07, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.79, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 723.07, + "flow": 1.49, + "temperature": 10.8, + "precipitation": 0.1, + "inflow": 7.69, + "volume": 198.79 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 723.08, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.79, + "temperature": 10.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 723.08, + "flow": 1.49, + "temperature": 10.9, + "precipitation": 0.2, + "inflow": 7.69, + "volume": 198.79 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 723.08, + "flow": 1.49, + "inflow": 7.69, + "volume": 199.19, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 723.08, + "flow": 1.49, + "inflow": 7.69, + "volume": 199.19, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 723.08, + "flow": 1.49, + "temperature": 11.1, + "precipitation": 0.1, + "inflow": 7.69, + "volume": 199.19 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 723.08, + "flow": 1.49, + "inflow": 7.69, + "volume": 199.19, + "temperature": 11.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 723.07, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.79, + "temperature": 11.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 723.07, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.79, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 723.07, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.79, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 723.07, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.79, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 723.07, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.79, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 723.08, + "flow": 0, + "inflow": 7.69, + "volume": 198.79, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 723.08, + "flow": 1.49, + "inflow": 7.69, + "volume": 199.19, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 723.08, + "flow": 1.49, + "inflow": 7.69, + "volume": 199.19, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 723.08, + "flow": 1.49, + "inflow": 7.69, + "volume": 199.19, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 723.08, + "flow": 1.49, + "inflow": 7.69, + "volume": 199.19, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 723.08, + "flow": 1.49, + "inflow": 7.69, + "volume": 199.19, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 723.07, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.79, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 723.07, + "flow": 1.49, + "temperature": 11.4, + "precipitation": 0, + "inflow": 7.69, + "volume": 198.79 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 723.07, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.79, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 723.07, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.79, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 723.07, + "flow": 1.49, + "inflow": 7.69, + "volume": 198.79, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 723.08, + "flow": 0, + "inflow": 7.69, + "volume": 198.79, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 723.08, + "flow": 1.49, + "inflow": 7.69, + "volume": 199.19, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 723.08, + "flow": 1.49, + "inflow": 7.69, + "volume": 199.19, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 723.08, + "flow": 1.49, + "inflow": 7.69, + "volume": 199.19, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 723.08, + "flow": 1.49, + "inflow": 7.69, + "volume": 199.19, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 723.08, + "flow": 1.49, + "inflow": 7.69, + "volume": 199.19, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 723.07, + "flow": 0, + "inflow": 7.69, + "volume": 199.19, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 723.07, + "flow": 11.82, + "inflow": 7.69, + "volume": 198.79, + "temperature": 12, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 723.05, + "flow": 42.65, + "inflow": 7.69, + "volume": 198.79, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 723.06, + "flow": 73.49, + "inflow": 7.69, + "volume": 198.79, + "temperature": 12, + "precipitation": 0.1, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 723.06, + "flow": 82.21, + "inflow": 7.69, + "volume": 198.79, + "temperature": 12, + "precipitation": 0.1, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 723.06, + "flow": 80.6, + "inflow": 7.69, + "volume": 198.79, + "temperature": 12, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 723.07, + "flow": 80.54, + "qn": "> Q1", + "inflow": 7.69, + "volume": 198.79, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 723.08, + "flow": 77.86, + "qn": "> Q1", + "temperature": 12.1, + "precipitation": 0, + "inflow": 7.69, + "volume": 198.79 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 723.08, + "flow": 67.88, + "inflow": 7.69, + "volume": 199.18, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 723.09, + "flow": 60.26, + "inflow": 7.69, + "volume": 199.18, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 723.08, + "flow": 59.97, + "inflow": 7.69, + "volume": 199.18, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 723.08, + "flow": 59.08, + "inflow": 7.69, + "volume": 199.18, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 723.07, + "flow": 0, + "inflow": 7.69, + "volume": 199.18, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 723.06, + "flow": 56.49, + "inflow": 7.69, + "volume": 198.39, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 723.05, + "flow": 61.04, + "inflow": 7.69, + "volume": 198.39, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 723.05, + "flow": 68.88, + "inflow": 7.69, + "volume": 198.39, + "temperature": 12.5, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 723.05, + "flow": 71.35, + "inflow": 7.69, + "volume": 198.39, + "temperature": 12.6, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 723.04, + "flow": 71.69, + "inflow": 7.69, + "volume": 198.39, + "temperature": 12.7, + "precipitation": 0, + "qn": "> Q1" + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 723.05, + "flow": 72.22, + "qn": "> Q1", + "inflow": 7.69, + "volume": 198.39, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 723.06, + "flow": 66.69, + "temperature": 12.7, + "precipitation": 0, + "inflow": 7.69, + "volume": 198.39 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 723.07, + "flow": 47.75, + "inflow": 7.69, + "volume": 198.39, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 723.08, + "flow": 29.04, + "temperature": 12.8, + "precipitation": 0, + "inflow": 7.69, + "volume": 198.39 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 723.08, + "flow": 23.53, + "inflow": 7.69, + "volume": 198.39, + "temperature": 12.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 723.08, + "flow": 23.52, + "inflow": 7.69, + "volume": 198.39, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 723.07, + "flow": 0, + "inflow": 7.69, + "volume": 198.39, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 723.07, + "flow": 23.79, + "inflow": 7.69, + "volume": 198.79, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 723.06, + "flow": 16.23, + "inflow": 7.69, + "volume": 198.79, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 723.06, + "flow": 5.34, + "inflow": 7.69, + "volume": 198.79, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 723.05, + "flow": 0, + "inflow": 7.69, + "volume": 198.79, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 7.69, + "volume": 198.79, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 7.69, + "volume": 198.39, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 7.69, + "volume": 198.39, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 723.07, + "flow": 1.5, + "temperature": 13.3, + "precipitation": 0.1, + "inflow": 7.69, + "volume": 198.39 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 7.69, + "volume": 198.39, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 7.69, + "volume": 198.39, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 723.07, + "flow": 0, + "inflow": 7.69, + "volume": 198.39, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 7.69, + "volume": 198.79, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 7.69, + "volume": 198.79, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 7.69, + "volume": 198.79, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 7.69, + "volume": 198.79, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 7.69, + "volume": 198.79, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 723.06, + "flow": 0, + "inflow": 7.69, + "volume": 198.79, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 7.69, + "volume": 198.39, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 7.69, + "volume": 198.39, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 7.69, + "volume": 198.39, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 723.08, + "flow": 1.5, + "temperature": 13.2, + "precipitation": 0, + "inflow": 7.69, + "volume": 198.39 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 7.69, + "volume": 198.39, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 723.08, + "flow": 0, + "inflow": 7.69, + "volume": 198.39, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 7.69, + "volume": 199.18, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 7.69, + "volume": 199.18, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 7.69, + "volume": 199.18, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 7.69, + "volume": 199.18, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 7.69, + "volume": 199.18, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 723.05, + "flow": 0, + "inflow": 7.69, + "volume": 199.18, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 7.69, + "volume": 198.39, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 7.69, + "volume": 198.39, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 7.69, + "volume": 198.39, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 7.69, + "volume": 198.39, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 7.69, + "volume": 198.39, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 723.08, + "flow": 0, + "inflow": 7.69, + "volume": 198.39, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 7.69, + "volume": 199.18, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 7.69, + "volume": 199.18, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 7.69, + "volume": 199.18, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 7.69, + "volume": 199.18, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 7.69, + "volume": 199.18, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 723.06, + "flow": 0, + "inflow": 7.69, + "volume": 199.18, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 723.06, + "flow": 1.5, + "inflow": 7.54, + "volume": 198.39, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 7.54, + "volume": 198.39, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 7.54, + "volume": 198.39, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 723.08, + "flow": 1.5, + "temperature": 13.9, + "precipitation": 0, + "inflow": 7.54, + "volume": 198.39 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 7.54, + "volume": 198.39, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 723.08, + "flow": 0, + "inflow": 7.54, + "volume": 198.39, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 7.54, + "volume": 199.18, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 7.54, + "volume": 199.18, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 7.54, + "volume": 199.18, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 7.54, + "volume": 199.18, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 7.54, + "volume": 199.18, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 723.07, + "flow": 0, + "inflow": 7.54, + "volume": 199.18, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 7.54, + "volume": 198.79, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 7.54, + "volume": 198.79, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 7.54, + "volume": 198.79, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 7.54, + "volume": 198.79, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 7.54, + "volume": 198.79, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 723.08, + "flow": 0, + "inflow": 7.54, + "volume": 198.79, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 7.54, + "volume": 199.18, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 7.54, + "volume": 199.18, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 723.07, + "flow": 1.5, + "inflow": 7.54, + "volume": 199.18, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 7.54, + "volume": 199.18, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 7.54, + "volume": 199.18, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 7.54, + "volume": 199.18, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 723.09, + "flow": 1.5, + "inflow": 7.54, + "volume": 199.18, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 723.08, + "flow": 1.5, + "temperature": 16.1, + "precipitation": 0, + "inflow": 7.54, + "volume": 199.18 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 723.09, + "flow": 1.5, + "inflow": 7.54, + "volume": 199.18, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 723.08, + "flow": 1.5, + "inflow": 7.54, + "volume": 199.18, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 723.08, + "flow": 0, + "inflow": 7.54, + "volume": 199.18, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 723.08, + "flow": 1.5, + "temperature": 16.4, + "precipitation": 0, + "inflow": 7.54, + "volume": 199.18 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 723.08, + "flow": 1.5, + "temperature": 16.4, + "precipitation": 0, + "inflow": 7.54, + "volume": 199.18 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 723.08, + "flow": 1.5, + "temperature": 16.4, + "precipitation": 0, + "inflow": 7.54, + "volume": 199.18 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 723.09, + "flow": 1.5, + "temperature": 16.4, + "precipitation": 0, + "inflow": 7.54, + "volume": 199.18 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 723.08, + "flow": 1.5, + "temperature": 16.4, + "precipitation": 0, + "inflow": 7.54, + "volume": 199.18 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 723.08, + "flow": 0, + "inflow": 7.54, + "volume": 199.18, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 723.07, + "flow": 0, + "inflow": 7.54, + "volume": 198.78, + "temperature": 18, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/VLL2.json b/public/data/VLL2.json index 945e731..ab2f95a 100644 --- a/public/data/VLL2.json +++ b/public/data/VLL2.json @@ -10577,7 +10577,7 @@ { "timestamp": "2026-06-09T18:10:00.000Z", "level": 561.07, - "flow": 0, + "flow": 6.1, "inflow": 11.21, "volume": 1.03, "temperature": 14.2, @@ -10586,7 +10586,7 @@ { "timestamp": "2026-06-09T18:20:00.000Z", "level": 561.06, - "flow": 0, + "flow": 6.1, "temperature": 14.2, "precipitation": 0.1, "inflow": 11.21, @@ -10598,7 +10598,4687 @@ "flow": 0, "inflow": 11.21, "volume": 1.03, - "temperature": 14.2, + "temperature": 13.4, "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 561.05, + "flow": 0, + "temperature": 13.4, + "precipitation": 0.1, + "inflow": 11.21, + "volume": 1.03 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 561.04, + "flow": 0, + "inflow": 11.21, + "volume": 1.03, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 561.04, + "flow": 6.08, + "inflow": 11.21, + "volume": 1.02, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 561.03, + "flow": 6.08, + "temperature": 13, + "precipitation": 0, + "inflow": 11.21, + "volume": 1.02 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 561.03, + "flow": 6.08, + "inflow": 11.21, + "volume": 1.02, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 561.02, + "flow": 0, + "temperature": 12.8, + "precipitation": 0.1, + "inflow": 11.21, + "volume": 1.02 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 561.01, + "flow": 0, + "inflow": 11.21, + "volume": 1.02, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 561.01, + "flow": 0, + "inflow": 11.21, + "volume": 1.02, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 561, + "flow": 6.1, + "inflow": 11.21, + "volume": 1, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 560.99, + "flow": 6.08, + "inflow": 11.21, + "volume": 1, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 560.99, + "flow": 6.08, + "inflow": 11.21, + "volume": 1, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 560.98, + "flow": 0, + "inflow": 11.21, + "volume": 1, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 560.97, + "flow": 0, + "inflow": 11.21, + "volume": 1, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 560.97, + "flow": 0, + "inflow": 11.21, + "volume": 1, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 560.96, + "flow": 6.08, + "inflow": 11.21, + "volume": 0.99, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 560.96, + "flow": 6.08, + "inflow": 11.21, + "volume": 0.99, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 560.95, + "flow": 6.08, + "temperature": 12.3, + "precipitation": 0, + "inflow": 11.21, + "volume": 0.99 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 560.94, + "flow": 0, + "inflow": 11.21, + "volume": 0.99, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 560.94, + "flow": 0, + "inflow": 11.21, + "volume": 0.99, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 560.93, + "flow": 0, + "inflow": 11.21, + "volume": 0.99, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 560.92, + "flow": 6.1, + "inflow": 11.21, + "volume": 0.98, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 560.92, + "flow": 6.1, + "inflow": 11.21, + "volume": 0.98, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 560.91, + "flow": 6.08, + "inflow": 11.21, + "volume": 0.98, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 560.91, + "flow": 0, + "inflow": 11.21, + "volume": 0.98, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 560.9, + "flow": 0, + "inflow": 11.21, + "volume": 0.98, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 560.89, + "flow": 0, + "inflow": 11.21, + "volume": 0.98, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 560.89, + "flow": 6.1, + "inflow": 11.21, + "volume": 0.97, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 560.88, + "flow": 6.1, + "inflow": 11.21, + "volume": 0.97, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 560.88, + "flow": 6.1, + "inflow": 11.21, + "volume": 0.97, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 560.87, + "flow": 0, + "inflow": 11.21, + "volume": 0.97, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 560.86, + "flow": 0, + "inflow": 11.21, + "volume": 0.97, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 560.86, + "flow": 0, + "inflow": 11.21, + "volume": 0.97, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 560.85, + "flow": 6.08, + "inflow": 11.21, + "volume": 0.95, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 560.84, + "flow": 6.08, + "inflow": 11.21, + "volume": 0.95, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 560.84, + "flow": 6.08, + "inflow": 11.21, + "volume": 0.95, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 560.83, + "flow": 0, + "inflow": 11.21, + "volume": 0.95, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 560.82, + "flow": 0, + "temperature": 11.7, + "precipitation": 0, + "inflow": 11.21, + "volume": 0.95 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 560.82, + "flow": 0, + "inflow": 11.21, + "volume": 0.95, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 560.81, + "flow": 6.1, + "inflow": 11.21, + "volume": 0.94, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 560.81, + "flow": 6.1, + "inflow": 11.21, + "volume": 0.94, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 560.8, + "flow": 6.1, + "inflow": 11.21, + "volume": 0.94, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 560.79, + "flow": 0, + "inflow": 11.21, + "volume": 0.94, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 560.79, + "flow": 0, + "temperature": 11.4, + "precipitation": 0, + "inflow": 11.21, + "volume": 0.94 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 560.78, + "flow": 0, + "inflow": 11.21, + "volume": 0.94, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 560.77, + "flow": 6.76, + "inflow": 11.21, + "volume": 0.92, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 560.76, + "flow": 6.88, + "inflow": 11.21, + "volume": 0.92, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 560.75, + "flow": 6.92, + "inflow": 11.21, + "volume": 0.92, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 560.74, + "flow": 0, + "inflow": 11.21, + "volume": 0.92, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 560.74, + "flow": 0, + "inflow": 11.21, + "volume": 0.92, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 560.73, + "flow": 0, + "inflow": 11.21, + "volume": 0.92, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 560.72, + "flow": 6.97, + "inflow": 11.21, + "volume": 0.91, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 560.72, + "flow": 6.95, + "inflow": 11.21, + "volume": 0.91, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 560.71, + "flow": 6.95, + "temperature": 11.1, + "precipitation": 0, + "inflow": 11.21, + "volume": 0.91 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 560.7, + "flow": 0, + "inflow": 11.21, + "volume": 0.91, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 560.69, + "flow": 0, + "inflow": 11.21, + "volume": 0.91, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 560.68, + "flow": 0, + "inflow": 11.21, + "volume": 0.91, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 560.67, + "flow": 6.95, + "inflow": 11.21, + "volume": 0.89, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 560.67, + "flow": 6.95, + "inflow": 11.21, + "volume": 0.89, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 560.66, + "flow": 6.95, + "inflow": 11.21, + "volume": 0.89, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 560.65, + "flow": 0, + "inflow": 11.21, + "volume": 0.89, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 560.64, + "flow": 0, + "inflow": 11.21, + "volume": 0.89, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 560.64, + "flow": 0, + "inflow": 11.21, + "volume": 0.89, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 560.63, + "flow": 6.97, + "inflow": 2.67, + "volume": 0.88, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 560.62, + "flow": 6.97, + "temperature": 11.7, + "precipitation": 0, + "inflow": 2.67, + "volume": 0.88 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 560.61, + "flow": 6.97, + "inflow": 2.67, + "volume": 0.88, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 560.6, + "flow": 0, + "inflow": 2.67, + "volume": 0.88, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 560.59, + "flow": 0, + "inflow": 2.67, + "volume": 0.88, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 560.59, + "flow": 0, + "inflow": 2.67, + "volume": 0.88, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 560.58, + "flow": 6.97, + "temperature": 12, + "precipitation": 0.1, + "inflow": 2.67, + "volume": 0.88 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 560.57, + "flow": 6.97, + "inflow": 2.67, + "volume": 0.86, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 560.57, + "flow": 6.97, + "inflow": 2.67, + "volume": 0.86, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 560.56, + "flow": 0, + "inflow": 2.67, + "volume": 0.86, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 560.55, + "flow": 0, + "inflow": 2.67, + "volume": 0.86, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 560.54, + "flow": 0, + "inflow": 2.67, + "volume": 0.86, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 560.53, + "flow": 6.99, + "inflow": 2.67, + "volume": 0.85, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 560.52, + "flow": 6.99, + "inflow": 2.67, + "volume": 0.85, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 560.51, + "flow": 7.01, + "inflow": 2.67, + "volume": 0.85, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 560.51, + "flow": 0, + "inflow": 2.67, + "volume": 0.85, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 560.5, + "flow": 0, + "inflow": 2.67, + "volume": 0.85, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 560.49, + "flow": 0, + "inflow": 2.67, + "volume": 0.85, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 560.48, + "flow": 7.08, + "inflow": 2.67, + "volume": 0.83, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 560.48, + "flow": 7.08, + "inflow": 2.67, + "volume": 0.83, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 560.47, + "flow": 0, + "inflow": 2.67, + "volume": 0.83, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 560.46, + "flow": 0, + "temperature": 12.6, + "precipitation": 0, + "inflow": 2.67, + "volume": 0.83 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 560.45, + "flow": 0, + "inflow": 2.67, + "volume": 0.83, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 560.43, + "flow": 7.11, + "inflow": 2.67, + "volume": 0.83, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 560.42, + "flow": 7.08, + "inflow": 2.67, + "volume": 0.82, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 560.42, + "flow": 7.08, + "inflow": 2.67, + "volume": 0.82, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 560.41, + "flow": 0, + "inflow": 2.67, + "volume": 0.82, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 560.4, + "flow": 0, + "inflow": 2.67, + "volume": 0.82, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 560.39, + "flow": 0, + "inflow": 2.67, + "volume": 0.82, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 560.38, + "flow": 7.08, + "inflow": 2.67, + "volume": 0.81, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 560.38, + "flow": 7.08, + "inflow": 2.67, + "volume": 0.81, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 560.37, + "flow": 7.08, + "inflow": 2.67, + "volume": 0.81, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 560.36, + "flow": 0, + "inflow": 2.67, + "volume": 0.81, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 560.35, + "flow": 0, + "inflow": 2.67, + "volume": 0.81, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 560.34, + "flow": 0, + "inflow": 2.67, + "volume": 0.81, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 560.34, + "flow": 7.08, + "temperature": 11.4, + "precipitation": 0, + "inflow": 2.67, + "volume": 0.81 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 560.33, + "flow": 7.08, + "inflow": 2.67, + "volume": 0.79, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 560.32, + "flow": 7.08, + "inflow": 2.67, + "volume": 0.79, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 560.31, + "flow": 0, + "inflow": 2.67, + "volume": 0.79, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 560.3, + "flow": 0, + "inflow": 2.67, + "volume": 0.79, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 560.29, + "flow": 0, + "inflow": 2.67, + "volume": 0.79, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 560.28, + "flow": 7.06, + "inflow": 2.67, + "volume": 0.78, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 560.27, + "flow": 7.06, + "inflow": 2.67, + "volume": 0.78, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 560.27, + "flow": 0, + "inflow": 2.67, + "volume": 0.78, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 560.26, + "flow": 0, + "inflow": 2.67, + "volume": 0.78, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 560.25, + "flow": 0, + "inflow": 2.67, + "volume": 0.78, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 560.23, + "flow": 7.06, + "inflow": 2.67, + "volume": 0.78, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 560.22, + "flow": 7.08, + "inflow": 2.67, + "volume": 0.76, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 560.22, + "flow": 7.08, + "inflow": 2.67, + "volume": 0.76, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 560.21, + "flow": 0, + "inflow": 2.67, + "volume": 0.76, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 560.2, + "flow": 0, + "inflow": 2.67, + "volume": 0.76, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 560.19, + "flow": 0, + "inflow": 2.67, + "volume": 0.76, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 560.19, + "flow": 7.08, + "inflow": 2.67, + "volume": 0.75, + "temperature": 11.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 560.18, + "flow": 7.08, + "inflow": 2.67, + "volume": 0.75, + "temperature": 11.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 560.17, + "flow": 7.13, + "temperature": 11.1, + "precipitation": 0.3, + "inflow": 2.67, + "volume": 0.75 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 560.16, + "flow": 0, + "inflow": 2.67, + "volume": 0.75, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 560.15, + "flow": 0, + "inflow": 2.67, + "volume": 0.75, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 560.14, + "flow": 0, + "inflow": 2.67, + "volume": 0.75, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 560.13, + "flow": 7.22, + "inflow": 2.67, + "volume": 0.74, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 560.12, + "flow": 7.24, + "inflow": 2.67, + "volume": 0.74, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 560.11, + "flow": 7.24, + "inflow": 2.67, + "volume": 0.74, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 560.1, + "flow": 0, + "inflow": 2.67, + "volume": 0.74, + "temperature": 10.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 560.09, + "flow": 0, + "temperature": 10.8, + "precipitation": 0.3, + "inflow": 2.67, + "volume": 0.74 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 560.08, + "flow": 0, + "inflow": 2.67, + "volume": 0.74, + "temperature": 10.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 560.07, + "flow": 7.24, + "temperature": 10.7, + "precipitation": 0.3, + "inflow": 2.67, + "volume": 0.74 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 560.07, + "flow": 7.24, + "inflow": 2.67, + "volume": 0.72, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 560.06, + "flow": 7.24, + "inflow": 2.67, + "volume": 0.72, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 560.05, + "flow": 0, + "inflow": 2.67, + "volume": 0.72, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 560.04, + "flow": 0, + "inflow": 2.67, + "volume": 0.72, + "temperature": 10.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 560.03, + "flow": 0, + "inflow": 2.67, + "volume": 0.72, + "temperature": 10.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 560.02, + "flow": 7.22, + "inflow": 2.67, + "volume": 0.71, + "temperature": 10.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 560.01, + "flow": 7.24, + "inflow": 2.67, + "volume": 0.71, + "temperature": 10.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 560, + "flow": 7.24, + "temperature": 10.5, + "precipitation": 0.3, + "inflow": 2.67, + "volume": 0.71 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 559.99, + "flow": 0, + "inflow": 2.67, + "volume": 0.71, + "temperature": 10.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 559.98, + "flow": 0, + "inflow": 2.67, + "volume": 0.71, + "temperature": 10.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 559.97, + "flow": 0, + "inflow": 2.67, + "volume": 0.71, + "temperature": 10.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 559.96, + "flow": 7.22, + "inflow": 2.67, + "volume": 0.69, + "temperature": 10.3, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 559.95, + "flow": 7.22, + "inflow": 2.67, + "volume": 0.69, + "temperature": 10.3, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 559.95, + "flow": 7.22, + "inflow": 2.67, + "volume": 0.69, + "temperature": 10.3, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 559.94, + "flow": 0, + "inflow": 2.67, + "volume": 0.69, + "temperature": 10.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 559.93, + "flow": 0, + "inflow": 2.67, + "volume": 0.69, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 559.91, + "flow": 0, + "inflow": 2.67, + "volume": 0.69, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 559.9, + "flow": 7.22, + "inflow": 2.67, + "volume": 0.67, + "temperature": 10, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 559.89, + "flow": 7.22, + "inflow": 2.67, + "volume": 0.67, + "temperature": 9.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 559.89, + "flow": 7.22, + "temperature": 9.9, + "precipitation": 0.2, + "inflow": 2.67, + "volume": 0.67 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 559.88, + "flow": 0, + "inflow": 2.67, + "volume": 0.67, + "temperature": 9.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 559.87, + "flow": 0, + "inflow": 2.67, + "volume": 0.67, + "temperature": 9.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 559.86, + "flow": 0, + "inflow": 2.67, + "volume": 0.67, + "temperature": 9.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 559.85, + "flow": 7.22, + "temperature": 9.5, + "precipitation": 0.1, + "inflow": 2.67, + "volume": 0.67 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 559.84, + "flow": 7.22, + "inflow": 2.67, + "volume": 0.66, + "temperature": 9.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 559.83, + "flow": 7.22, + "inflow": 2.67, + "volume": 0.66, + "temperature": 9.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 559.86, + "flow": 0, + "inflow": 2.67, + "volume": 0.66, + "temperature": 9.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 559.89, + "flow": 0, + "inflow": 2.67, + "volume": 0.66, + "temperature": 9.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 559.93, + "flow": 0, + "inflow": 2.67, + "volume": 0.66, + "temperature": 9.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 559.98, + "flow": 7.24, + "inflow": 2.67, + "volume": 0.69, + "temperature": 9.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 560.02, + "flow": 7.24, + "inflow": 2.67, + "volume": 0.69, + "temperature": 9.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 560.05, + "flow": 0, + "inflow": 2.67, + "volume": 0.69, + "temperature": 9.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 560.07, + "flow": 0, + "inflow": 2.67, + "volume": 0.69, + "temperature": 9.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 560.07, + "flow": 0, + "inflow": 2.67, + "volume": 0.69, + "temperature": 9.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 560.05, + "flow": 7.24, + "inflow": 2.67, + "volume": 0.71, + "temperature": 9.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 560.04, + "flow": 7.24, + "inflow": 2.67, + "volume": 0.71, + "temperature": 9.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 560.04, + "flow": 7.24, + "inflow": 2.67, + "volume": 0.71, + "temperature": 9.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 560.03, + "flow": 0, + "inflow": 2.67, + "volume": 0.71, + "temperature": 9.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 560.02, + "flow": 0, + "inflow": 2.67, + "volume": 0.71, + "temperature": 9.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 560.01, + "flow": 0, + "inflow": 2.67, + "volume": 0.71, + "temperature": 9.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 560, + "flow": 7.22, + "inflow": 2.67, + "volume": 0.7, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 559.99, + "flow": 7.22, + "inflow": 2.67, + "volume": 0.7, + "temperature": 9.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 559.98, + "flow": 7.22, + "inflow": 2.67, + "volume": 0.7, + "temperature": 9.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 559.97, + "flow": 0, + "inflow": 2.67, + "volume": 0.7, + "temperature": 9.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 559.96, + "flow": 0, + "inflow": 2.67, + "volume": 0.7, + "temperature": 9.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 559.95, + "flow": 0, + "inflow": 2.67, + "volume": 0.7, + "temperature": 8.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 559.94, + "flow": 7.22, + "inflow": 2.67, + "volume": 0.68, + "temperature": 8.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 559.93, + "flow": 7.22, + "inflow": 2.67, + "volume": 0.68, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 559.92, + "flow": 7.22, + "inflow": 2.67, + "volume": 0.68, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 559.91, + "flow": 0, + "inflow": 2.67, + "volume": 0.68, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 559.9, + "flow": 0, + "inflow": 2.67, + "volume": 0.68, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 559.89, + "flow": 0, + "inflow": 2.67, + "volume": 0.68, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 559.89, + "flow": 7.22, + "inflow": 2.67, + "volume": 0.67, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 559.88, + "flow": 7.22, + "inflow": 2.67, + "volume": 0.67, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 559.87, + "flow": 0, + "inflow": 2.67, + "volume": 0.67, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 559.86, + "flow": 0, + "inflow": 2.67, + "volume": 0.67, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 559.85, + "flow": 0, + "inflow": 2.67, + "volume": 0.67, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 559.82, + "flow": 7.22, + "inflow": 2.67, + "volume": 0.65, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 559.82, + "flow": 7.22, + "inflow": 2.67, + "volume": 0.65, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 559.81, + "flow": 7.22, + "inflow": 2.67, + "volume": 0.65, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 559.8, + "flow": 0, + "inflow": 2.67, + "volume": 0.65, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 559.78, + "flow": 0, + "inflow": 2.67, + "volume": 0.65, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 559.78, + "flow": 0, + "inflow": 2.67, + "volume": 0.65, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 559.77, + "flow": 7.22, + "inflow": 2.67, + "volume": 0.63, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 559.76, + "flow": 7.29, + "inflow": 2.67, + "volume": 0.63, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 559.75, + "flow": 7.36, + "temperature": 7.6, + "precipitation": 0, + "inflow": 2.67, + "volume": 0.63 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 559.73, + "flow": 0, + "inflow": 2.67, + "volume": 0.63, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 559.72, + "flow": 0, + "inflow": 2.67, + "volume": 0.63, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 559.71, + "flow": 0, + "inflow": 2.67, + "volume": 0.63, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 559.7, + "flow": 7.39, + "inflow": 2.67, + "volume": 0.62, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 559.69, + "flow": 7.39, + "inflow": 2.67, + "volume": 0.62, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 559.68, + "flow": 7.39, + "inflow": 2.67, + "volume": 0.62, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 559.66, + "flow": 0, + "inflow": 2.67, + "volume": 0.62, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 559.65, + "flow": 0, + "inflow": 2.67, + "volume": 0.62, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 559.64, + "flow": 0, + "inflow": 2.67, + "volume": 0.62, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 559.63, + "flow": 7.39, + "inflow": 3.96, + "volume": 0.6, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 559.62, + "flow": 7.39, + "inflow": 3.96, + "volume": 0.6, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 559.61, + "flow": 7.39, + "inflow": 3.96, + "volume": 0.6, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 559.7, + "flow": 0, + "inflow": 3.96, + "volume": 0.6, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 559.84, + "flow": 0, + "inflow": 3.96, + "volume": 0.6, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 559.99, + "flow": 0, + "inflow": 3.96, + "volume": 0.6, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 560.15, + "flow": 7.39, + "inflow": 3.96, + "volume": 0.74, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 560.29, + "flow": 7.39, + "inflow": 3.96, + "volume": 0.74, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 560.4, + "flow": 7.39, + "temperature": 9.7, + "precipitation": 0, + "inflow": 3.96, + "volume": 0.74 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 560.44, + "flow": 0, + "inflow": 3.96, + "volume": 0.74, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 560.45, + "flow": 0, + "inflow": 3.96, + "volume": 0.74, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 560.43, + "flow": 0, + "inflow": 3.96, + "volume": 0.74, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 560.42, + "flow": 7.04, + "inflow": 3.96, + "volume": 0.74, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 560.42, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.82, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 560.41, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.82, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 560.4, + "flow": 0, + "inflow": 3.96, + "volume": 0.82, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 560.39, + "flow": 0, + "inflow": 3.96, + "volume": 0.82, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 560.38, + "flow": 0, + "inflow": 3.96, + "volume": 0.82, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 560.38, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.81, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 560.37, + "flow": 6.99, + "inflow": 3.96, + "volume": 0.81, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 560.36, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.81, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 560.35, + "flow": 0, + "inflow": 3.96, + "volume": 0.81, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 560.34, + "flow": 0, + "inflow": 3.96, + "volume": 0.81, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 560.33, + "flow": 0, + "inflow": 3.96, + "volume": 0.81, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 560.32, + "flow": 6.99, + "inflow": 3.96, + "volume": 0.81, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 560.32, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.79, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 560.31, + "flow": 7.01, + "temperature": 13.1, + "precipitation": 0, + "inflow": 3.96, + "volume": 0.79 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 560.3, + "flow": 0, + "inflow": 3.96, + "volume": 0.79, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 560.29, + "flow": 0, + "inflow": 3.96, + "volume": 0.79, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 560.28, + "flow": 0, + "inflow": 3.96, + "volume": 0.79, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 560.27, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.77, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 560.27, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.77, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 560.26, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.77, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 560.25, + "flow": 0, + "inflow": 3.96, + "volume": 0.77, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 560.24, + "flow": 0, + "inflow": 3.96, + "volume": 0.77, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 560.23, + "flow": 0, + "inflow": 3.96, + "volume": 0.77, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 560.22, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.76, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 560.21, + "flow": 6.99, + "inflow": 3.96, + "volume": 0.76, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 560.2, + "flow": 6.99, + "inflow": 3.96, + "volume": 0.76, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 560.19, + "flow": 0, + "inflow": 3.96, + "volume": 0.76, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 560.19, + "flow": 0, + "inflow": 3.96, + "volume": 0.76, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 560.18, + "flow": 0, + "inflow": 3.96, + "volume": 0.76, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 560.17, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.75, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 560.16, + "flow": 6.99, + "inflow": 3.96, + "volume": 0.75, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 560.15, + "flow": 6.99, + "temperature": 14.4, + "precipitation": 0, + "inflow": 3.96, + "volume": 0.75 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 560.14, + "flow": 0, + "inflow": 3.96, + "volume": 0.75, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 560.13, + "flow": 0, + "inflow": 3.96, + "volume": 0.75, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 560.13, + "flow": 0, + "inflow": 3.96, + "volume": 0.75, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 560.12, + "flow": 6.99, + "inflow": 3.96, + "volume": 0.73, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 560.11, + "flow": 6.99, + "inflow": 3.96, + "volume": 0.73, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 560.1, + "flow": 6.99, + "inflow": 3.96, + "volume": 0.73, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 560.09, + "flow": 0, + "inflow": 3.96, + "volume": 0.73, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 560.08, + "flow": 0, + "inflow": 3.96, + "volume": 0.73, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 560.07, + "flow": 0, + "inflow": 3.96, + "volume": 0.73, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 560.06, + "flow": 6.99, + "inflow": 3.96, + "volume": 0.72, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 560.05, + "flow": 6.99, + "temperature": 14.2, + "precipitation": 0, + "inflow": 3.96, + "volume": 0.72 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 560.04, + "flow": 0, + "inflow": 3.96, + "volume": 0.72, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 560.04, + "flow": 0, + "temperature": 14.4, + "precipitation": 0, + "inflow": 3.96, + "volume": 0.72 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 560.03, + "flow": 0, + "inflow": 3.96, + "volume": 0.72, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 560.01, + "flow": 7.04, + "inflow": 3.96, + "volume": 0.7, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 560.01, + "flow": 7.04, + "inflow": 3.96, + "volume": 0.7, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 560, + "flow": 7.04, + "inflow": 3.96, + "volume": 0.7, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 559.99, + "flow": 0, + "inflow": 3.96, + "volume": 0.7, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 559.98, + "flow": 0, + "inflow": 3.96, + "volume": 0.7, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 559.97, + "flow": 0, + "inflow": 3.96, + "volume": 0.7, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 559.96, + "flow": 7.04, + "inflow": 3.96, + "volume": 0.69, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 559.95, + "flow": 7.04, + "inflow": 3.96, + "volume": 0.69, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 559.94, + "flow": 7.04, + "inflow": 3.96, + "volume": 0.69, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 559.94, + "flow": 0, + "inflow": 3.96, + "volume": 0.69, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 559.93, + "flow": 0, + "inflow": 3.96, + "volume": 0.69, + "temperature": 11.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 559.92, + "flow": 0, + "inflow": 3.96, + "volume": 0.69, + "temperature": 11.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 559.91, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.68, + "temperature": 10.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 559.9, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.68, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 559.89, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.68, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 559.92, + "flow": 0, + "temperature": 10.3, + "precipitation": 0, + "inflow": 3.96, + "volume": 0.68 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 559.94, + "flow": 0, + "inflow": 3.96, + "volume": 0.68, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 559.97, + "flow": 0, + "inflow": 3.96, + "volume": 0.68, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 560.02, + "flow": 7.01, + "temperature": 10.5, + "precipitation": 0, + "inflow": 3.96, + "volume": 0.68 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 560.06, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.7, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 560.1, + "flow": 7.04, + "inflow": 3.96, + "volume": 0.7, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 560.14, + "flow": 0, + "inflow": 3.96, + "volume": 0.7, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 560.17, + "flow": 0, + "inflow": 3.96, + "volume": 0.7, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 560.21, + "flow": 0, + "inflow": 3.96, + "volume": 0.7, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 560.24, + "flow": 7.04, + "inflow": 3.96, + "volume": 0.77, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 560.28, + "flow": 7.04, + "inflow": 3.96, + "volume": 0.77, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 560.32, + "flow": 7.04, + "inflow": 3.96, + "volume": 0.77, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 560.36, + "flow": 0, + "inflow": 3.96, + "volume": 0.77, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 560.41, + "flow": 0, + "inflow": 3.96, + "volume": 0.77, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 560.45, + "flow": 0, + "inflow": 3.96, + "volume": 0.77, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 560.49, + "flow": 7.04, + "inflow": 3.96, + "volume": 0.83, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 560.53, + "flow": 7.04, + "inflow": 3.96, + "volume": 0.83, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 560.56, + "flow": 0, + "inflow": 3.96, + "volume": 0.83, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 560.57, + "flow": 0, + "inflow": 3.96, + "volume": 0.83, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 560.56, + "flow": 0, + "inflow": 3.96, + "volume": 0.83, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 560.54, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.85, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 560.53, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.85, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 560.52, + "flow": 7.01, + "temperature": 7.8, + "precipitation": 0, + "inflow": 3.96, + "volume": 0.85 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 560.51, + "flow": 0, + "inflow": 3.96, + "volume": 0.85, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 560.51, + "flow": 0, + "inflow": 3.96, + "volume": 0.85, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 560.5, + "flow": 0, + "inflow": 3.96, + "volume": 0.85, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 560.49, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.84, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 560.48, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.84, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 560.47, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.84, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 560.47, + "flow": 0, + "inflow": 3.96, + "volume": 0.84, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 560.46, + "flow": 0, + "inflow": 3.96, + "volume": 0.84, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 560.45, + "flow": 0, + "inflow": 3.96, + "volume": 0.84, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 560.44, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.82, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 560.43, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.82, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 560.42, + "flow": 7.01, + "temperature": 7.4, + "precipitation": 0, + "inflow": 3.96, + "volume": 0.82 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 560.42, + "flow": 0, + "inflow": 3.96, + "volume": 0.82, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 560.41, + "flow": 0, + "inflow": 3.96, + "volume": 0.82, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 560.4, + "flow": 0, + "inflow": 3.96, + "volume": 0.82, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 560.39, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.81, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 560.38, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.81, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 560.37, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.81, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 560.37, + "flow": 0, + "inflow": 3.96, + "volume": 0.81, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 560.36, + "flow": 0, + "temperature": 7.6, + "precipitation": 0, + "inflow": 3.96, + "volume": 0.81 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 560.35, + "flow": 0, + "inflow": 3.96, + "volume": 0.81, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 560.34, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.79, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 560.33, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.79, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 560.33, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.79, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 560.32, + "flow": 0, + "inflow": 3.96, + "volume": 0.79, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 560.31, + "flow": 0, + "temperature": 7.5, + "precipitation": 0, + "inflow": 3.96, + "volume": 0.79 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 560.3, + "flow": 0, + "inflow": 3.96, + "volume": 0.79, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 560.29, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.78, + "temperature": 5.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 560.28, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.78, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 560.27, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.78, + "temperature": 5.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 560.27, + "flow": 0, + "inflow": 3.96, + "volume": 0.78, + "temperature": 6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 560.26, + "flow": 0, + "inflow": 3.96, + "volume": 0.78, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 560.25, + "flow": 0, + "inflow": 3.96, + "volume": 0.78, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 560.24, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.77, + "temperature": 6.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 560.23, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.77, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 560.22, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.77, + "temperature": 6.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 560.21, + "flow": 0, + "inflow": 3.96, + "volume": 0.77, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 560.2, + "flow": 0, + "inflow": 3.96, + "volume": 0.77, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 560.19, + "flow": 0, + "inflow": 3.96, + "volume": 0.77, + "temperature": 7.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 560.19, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.75, + "temperature": 7.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 560.18, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.75, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 560.17, + "flow": 7.01, + "inflow": 3.96, + "volume": 0.75, + "temperature": 6.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 560.16, + "flow": 0, + "inflow": 3.96, + "volume": 0.75, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 560.15, + "flow": 0, + "temperature": 6.9, + "precipitation": 0, + "inflow": 3.96, + "volume": 0.75 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 560.14, + "flow": 0, + "inflow": 3.96, + "volume": 0.75, + "temperature": 6.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 560.13, + "flow": 7.01, + "inflow": 8.68, + "volume": 0.74, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 560.13, + "flow": 7.01, + "inflow": 8.68, + "volume": 0.74, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 560.12, + "flow": 7.01, + "inflow": 8.68, + "volume": 0.74, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 560.15, + "flow": 0, + "inflow": 8.68, + "volume": 0.74, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 560.18, + "flow": 0, + "inflow": 8.68, + "volume": 0.74, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 560.21, + "flow": 0, + "inflow": 8.68, + "volume": 0.74, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 560.24, + "flow": 7.01, + "inflow": 8.68, + "volume": 0.77, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 560.28, + "flow": 7.01, + "inflow": 8.68, + "volume": 0.77, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 560.3, + "flow": 7.01, + "inflow": 8.68, + "volume": 0.77, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 560.31, + "flow": 0, + "inflow": 8.68, + "volume": 0.77, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 560.3, + "flow": 0, + "inflow": 8.68, + "volume": 0.77, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 560.28, + "flow": 0, + "inflow": 8.68, + "volume": 0.77, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 560.28, + "flow": 7.01, + "inflow": 8.68, + "volume": 0.78, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 560.27, + "flow": 7.01, + "inflow": 8.68, + "volume": 0.78, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 560.26, + "flow": 0, + "inflow": 8.68, + "volume": 0.78, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 560.25, + "flow": 0, + "inflow": 8.68, + "volume": 0.78, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 560.25, + "flow": 0, + "inflow": 8.68, + "volume": 0.78, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 560.23, + "flow": 7.01, + "inflow": 8.68, + "volume": 0.78, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 560.22, + "flow": 7.01, + "inflow": 8.68, + "volume": 0.76, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 560.21, + "flow": 7.01, + "inflow": 8.68, + "volume": 0.76, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 560.2, + "flow": 0, + "inflow": 8.68, + "volume": 0.76, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 560.19, + "flow": 0, + "inflow": 8.68, + "volume": 0.76, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 560.19, + "flow": 0, + "inflow": 8.68, + "volume": 0.76, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 560.18, + "flow": 7.04, + "temperature": 11.3, + "precipitation": 0, + "inflow": 8.68, + "volume": 0.76 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 560.17, + "flow": 7.01, + "inflow": 8.68, + "volume": 0.75, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 560.16, + "flow": 7.01, + "inflow": 8.68, + "volume": 0.75, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 560.15, + "flow": 0, + "temperature": 11.3, + "precipitation": 0, + "inflow": 8.68, + "volume": 0.75 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 560.14, + "flow": 0, + "inflow": 8.68, + "volume": 0.75, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 560.13, + "flow": 0, + "inflow": 8.68, + "volume": 0.75, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 560.12, + "flow": 7.01, + "inflow": 8.68, + "volume": 0.73, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 560.12, + "flow": 7.01, + "inflow": 8.68, + "volume": 0.73, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 560.11, + "flow": 0, + "inflow": 8.68, + "volume": 0.73, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 560.1, + "flow": 0, + "inflow": 8.68, + "volume": 0.73, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 560.09, + "flow": 0, + "inflow": 8.68, + "volume": 0.73, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 560.07, + "flow": 7.01, + "inflow": 8.68, + "volume": 0.72, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 560.06, + "flow": 7.01, + "inflow": 8.68, + "volume": 0.72, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 560.05, + "flow": 7.01, + "inflow": 8.68, + "volume": 0.72, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 560.04, + "flow": 0, + "inflow": 8.68, + "volume": 0.72, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 560.04, + "flow": 0, + "inflow": 8.68, + "volume": 0.72, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 560.03, + "flow": 0, + "inflow": 8.68, + "volume": 0.72, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 560.02, + "flow": 7.01, + "inflow": 8.68, + "volume": 0.71, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 560.01, + "flow": 7.01, + "inflow": 8.68, + "volume": 0.71, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 560, + "flow": 7.01, + "inflow": 8.68, + "volume": 0.71, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 559.99, + "flow": 0, + "inflow": 8.68, + "volume": 0.71, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 559.98, + "flow": 0, + "temperature": 11.5, + "precipitation": 0.1, + "inflow": 8.68, + "volume": 0.71 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 559.97, + "flow": 0, + "inflow": 8.68, + "volume": 0.71, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 559.96, + "flow": 7.01, + "temperature": 11.7, + "precipitation": 0.1, + "inflow": 8.68, + "volume": 0.71 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 559.95, + "flow": 7.01, + "inflow": 8.68, + "volume": 0.69, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 559.94, + "flow": 6.99, + "inflow": 8.68, + "volume": 0.69, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 559.94, + "flow": 0, + "temperature": 11.8, + "precipitation": 0, + "inflow": 8.68, + "volume": 0.69 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 559.93, + "flow": 0, + "inflow": 8.68, + "volume": 0.69, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 559.92, + "flow": 0, + "inflow": 8.68, + "volume": 0.69, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 559.91, + "flow": 6.99, + "inflow": 8.68, + "volume": 0.67, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 559.9, + "flow": 6.99, + "inflow": 8.68, + "volume": 0.67, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 559.89, + "flow": 6.99, + "inflow": 8.68, + "volume": 0.67, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 559.88, + "flow": 0, + "inflow": 8.68, + "volume": 0.67, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 559.87, + "flow": 0, + "inflow": 8.68, + "volume": 0.67, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 559.86, + "flow": 0, + "inflow": 8.68, + "volume": 0.67, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 559.85, + "flow": 6.99, + "inflow": 8.68, + "volume": 0.66, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 559.84, + "flow": 6.99, + "inflow": 8.68, + "volume": 0.66, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 559.83, + "flow": 0, + "inflow": 8.68, + "volume": 0.66, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 559.82, + "flow": 0, + "inflow": 8.68, + "volume": 0.66, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 559.81, + "flow": 0, + "inflow": 8.68, + "volume": 0.66, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 559.79, + "flow": 6.99, + "inflow": 8.68, + "volume": 0.64, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 559.78, + "flow": 6.99, + "temperature": 12, + "precipitation": 0, + "inflow": 8.68, + "volume": 0.64 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 559.77, + "flow": 6.99, + "inflow": 8.68, + "volume": 0.64, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 559.76, + "flow": 0, + "inflow": 8.68, + "volume": 0.64, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 559.75, + "flow": 0, + "inflow": 8.68, + "volume": 0.64, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 559.74, + "flow": 0, + "inflow": 8.68, + "volume": 0.64, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 559.73, + "flow": 6.99, + "inflow": 8.68, + "volume": 0.63, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 559.72, + "flow": 6.99, + "inflow": 8.68, + "volume": 0.63, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 559.71, + "flow": 6.99, + "inflow": 8.68, + "volume": 0.63, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 559.7, + "flow": 0, + "inflow": 8.68, + "volume": 0.63, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 559.69, + "flow": 0, + "inflow": 8.68, + "volume": 0.63, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 559.68, + "flow": 0, + "inflow": 8.68, + "volume": 0.63, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 559.67, + "flow": 6.99, + "inflow": 8.68, + "volume": 0.61, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 559.66, + "flow": 6.99, + "inflow": 8.68, + "volume": 0.61, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 559.65, + "flow": 6.99, + "inflow": 8.68, + "volume": 0.61, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 559.74, + "flow": 0, + "inflow": 8.68, + "volume": 0.61, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 559.88, + "flow": 0, + "inflow": 8.68, + "volume": 0.61, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 560.04, + "flow": 0, + "inflow": 8.68, + "volume": 0.61, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 560.21, + "flow": 7.01, + "temperature": 12.5, + "precipitation": 0, + "inflow": 8.68, + "volume": 0.61 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 560.36, + "flow": 7.01, + "inflow": 8.68, + "volume": 0.76, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 560.49, + "flow": 7.01, + "inflow": 8.68, + "volume": 0.76, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 560.59, + "flow": 0, + "inflow": 8.68, + "volume": 0.76, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 560.69, + "flow": 0, + "inflow": 8.68, + "volume": 0.76, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 560.79, + "flow": 0, + "inflow": 8.68, + "volume": 0.76, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 560.89, + "flow": 7.01, + "inflow": 8.68, + "volume": 0.97, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 560.99, + "flow": 6.99, + "inflow": 8.68, + "volume": 0.97, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 561.08, + "flow": 6.95, + "inflow": 8.68, + "volume": 0.97, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 561.18, + "flow": 0, + "inflow": 8.68, + "volume": 0.97, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 561.3, + "flow": 0, + "inflow": 8.68, + "volume": 0.97, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 561.41, + "flow": 0, + "inflow": 8.68, + "volume": 0.97, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 561.51, + "flow": 6.39, + "temperature": 13.1, + "precipitation": 0, + "inflow": 8.68, + "volume": 0.97 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 561.62, + "flow": 6.37, + "inflow": 8.68, + "volume": 1.18, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 561.71, + "flow": 6.35, + "inflow": 8.68, + "volume": 1.18, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 561.73, + "flow": 0, + "inflow": 8.68, + "volume": 1.18, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 561.76, + "flow": 0, + "inflow": 8.68, + "volume": 1.18, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 561.79, + "flow": 0, + "inflow": 8.68, + "volume": 1.18, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 561.82, + "flow": 6.29, + "inflow": 8.68, + "volume": 1.3, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 561.85, + "flow": 6.26, + "inflow": 8.68, + "volume": 1.3, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 561.87, + "flow": 0, + "inflow": 8.68, + "volume": 1.3, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 561.85, + "flow": 0, + "inflow": 8.68, + "volume": 1.3, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 561.83, + "flow": 0, + "inflow": 8.68, + "volume": 1.3, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 561.83, + "flow": 6.22, + "inflow": 8.68, + "volume": 1.3, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 561.82, + "flow": 6.22, + "inflow": 8.68, + "volume": 1.3, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 561.8, + "flow": 6.22, + "temperature": 13.8, + "precipitation": 0, + "inflow": 8.68, + "volume": 1.3 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 561.8, + "flow": 0, + "inflow": 8.68, + "volume": 1.3, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 561.8, + "flow": 0, + "inflow": 8.68, + "volume": 1.3, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 561.8, + "flow": 0, + "inflow": 8.68, + "volume": 1.3, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 561.79, + "flow": 6.2, + "inflow": 8.68, + "volume": 1.29, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 561.78, + "flow": 6.2, + "inflow": 8.68, + "volume": 1.29, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 561.78, + "flow": 6.2, + "inflow": 8.68, + "volume": 1.29, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 561.77, + "flow": 0, + "inflow": 8.68, + "volume": 1.29, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 561.76, + "flow": 0, + "inflow": 8.68, + "volume": 1.29, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 561.75, + "flow": 0, + "inflow": 8.68, + "volume": 1.29, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 561.75, + "flow": 6.2, + "inflow": 8.68, + "volume": 1.27, + "temperature": 13.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 561.75, + "flow": 6.2, + "inflow": 8.68, + "volume": 1.27, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 561.74, + "flow": 6.2, + "inflow": 8.68, + "volume": 1.27, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 561.73, + "flow": 0, + "temperature": 13.8, + "precipitation": 0.1, + "inflow": 8.68, + "volume": 1.27 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 561.72, + "flow": 0, + "inflow": 8.68, + "volume": 1.27, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 561.72, + "flow": 0, + "inflow": 8.68, + "volume": 1.27, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 561.72, + "flow": 6.18, + "inflow": 8.68, + "volume": 1.26, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 561.71, + "flow": 6.18, + "inflow": 8.68, + "volume": 1.26, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 561.7, + "flow": 6.18, + "inflow": 8.68, + "volume": 1.26, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 561.7, + "flow": 0, + "inflow": 8.68, + "volume": 1.26, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 561.69, + "flow": 0, + "inflow": 8.68, + "volume": 1.26, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 561.68, + "flow": 0, + "inflow": 8.68, + "volume": 1.26, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 561.67, + "flow": 6.18, + "inflow": 8.68, + "volume": 1.24, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 561.67, + "flow": 6.18, + "inflow": 8.68, + "volume": 1.24, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 561.67, + "flow": 6.18, + "inflow": 8.68, + "volume": 1.24, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 561.66, + "flow": 0, + "inflow": 8.68, + "volume": 1.24, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 561.65, + "flow": 0, + "inflow": 8.68, + "volume": 1.24, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 561.65, + "flow": 0, + "inflow": 8.68, + "volume": 1.24, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 561.64, + "flow": 6.18, + "inflow": 8.68, + "volume": 1.23, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 561.64, + "flow": 6.18, + "inflow": 8.68, + "volume": 1.23, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 561.63, + "flow": 6.18, + "inflow": 8.68, + "volume": 1.23, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 561.62, + "flow": 0, + "inflow": 8.68, + "volume": 1.23, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 561.62, + "flow": 0, + "inflow": 8.68, + "volume": 1.23, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 561.61, + "flow": 0, + "inflow": 8.68, + "volume": 1.23, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 561.6, + "flow": 6.18, + "inflow": 12.27, + "volume": 1.21, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 561.6, + "flow": 6.18, + "inflow": 12.27, + "volume": 1.21, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 561.59, + "flow": 6.18, + "inflow": 12.27, + "volume": 1.21, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 561.58, + "flow": 0, + "temperature": 14.9, + "precipitation": 0, + "inflow": 12.27, + "volume": 1.21 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 561.58, + "flow": 0, + "inflow": 12.27, + "volume": 1.21, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 561.57, + "flow": 0, + "inflow": 12.27, + "volume": 1.21, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 561.57, + "flow": 6.18, + "inflow": 12.27, + "volume": 1.2, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 561.56, + "flow": 6.18, + "inflow": 12.27, + "volume": 1.2, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 561.56, + "flow": 6.16, + "inflow": 12.27, + "volume": 1.2, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 561.55, + "flow": 0, + "inflow": 12.27, + "volume": 1.2, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 561.54, + "flow": 0, + "inflow": 12.27, + "volume": 1.2, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 561.54, + "flow": 0, + "inflow": 12.27, + "volume": 1.2, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 561.53, + "flow": 6.16, + "inflow": 12.27, + "volume": 1.19, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 561.52, + "flow": 6.16, + "inflow": 12.27, + "volume": 1.19, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 561.52, + "flow": 6.18, + "inflow": 12.27, + "volume": 1.19, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 561.51, + "flow": 0, + "inflow": 12.27, + "volume": 1.19, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 561.51, + "flow": 0, + "inflow": 12.27, + "volume": 1.19, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 561.5, + "flow": 0, + "inflow": 12.27, + "volume": 1.19, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 561.49, + "flow": 6.16, + "inflow": 12.27, + "volume": 1.17, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 561.49, + "flow": 6.16, + "inflow": 12.27, + "volume": 1.17, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 561.48, + "flow": 0, + "inflow": 12.27, + "volume": 1.17, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 561.48, + "flow": 0, + "inflow": 12.27, + "volume": 1.17, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 561.47, + "flow": 0, + "inflow": 12.27, + "volume": 1.17, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 561.46, + "flow": 6.16, + "inflow": 12.27, + "volume": 1.16, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 561.45, + "flow": 6.16, + "inflow": 12.27, + "volume": 1.16, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 561.45, + "flow": 6.16, + "temperature": 17.3, + "precipitation": 0, + "inflow": 12.27, + "volume": 1.16 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 561.44, + "flow": 0, + "inflow": 12.27, + "volume": 1.16, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 561.43, + "flow": 0, + "inflow": 12.27, + "volume": 1.16, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 561.43, + "flow": 0, + "inflow": 12.27, + "volume": 1.16, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 561.42, + "flow": 6.16, + "temperature": 17.9, + "precipitation": 0, + "inflow": 12.27, + "volume": 1.16 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 561.42, + "flow": 6.16, + "temperature": 17.9, + "precipitation": 0, + "inflow": 12.27, + "volume": 1.16 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 561.41, + "flow": 6.16, + "temperature": 17.9, + "precipitation": 0, + "inflow": 12.27, + "volume": 1.16 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 561.4, + "flow": 0, + "temperature": 17.9, + "precipitation": 0, + "inflow": 12.27, + "volume": 1.16 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 561.4, + "flow": 0, + "temperature": 17.9, + "precipitation": 0, + "inflow": 12.27, + "volume": 1.16 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 561.39, + "flow": 0, + "inflow": 12.27, + "volume": 1.15, + "temperature": 19.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 561.38, + "flow": 0, + "inflow": 12.27, + "volume": 1.13, + "temperature": 19.5, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/VLOR.json b/public/data/VLOR.json index 252ded2..4411494 100644 --- a/public/data/VLOR.json +++ b/public/data/VLOR.json @@ -10600,5 +10600,4766 @@ "volume": 520.93, "temperature": 15.2, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:30:00.000Z", + "level": 345.19, + "flow": 73.56, + "inflow": 27.55, + "volume": 520.93, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 345.19, + "flow": 73.49, + "inflow": 27.55, + "volume": 520.93, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 345.19, + "flow": 73.49, + "inflow": 27.55, + "volume": 520.93, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 345.19, + "flow": 66.63, + "inflow": 27.55, + "volume": 520.73, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 345.2, + "flow": 29.33, + "inflow": 27.55, + "volume": 520.73, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 345.2, + "flow": 0, + "inflow": 27.55, + "volume": 520.73, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 345.2, + "flow": 0, + "inflow": 27.55, + "volume": 520.73, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 345.2, + "flow": 0, + "temperature": 14.9, + "precipitation": 0, + "inflow": 27.55, + "volume": 520.73 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 345.2, + "flow": 0, + "inflow": 27.55, + "volume": 520.73, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 345.2, + "flow": 0, + "inflow": 27.55, + "volume": 520.93, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 345.21, + "flow": 0, + "inflow": 27.55, + "volume": 520.93, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 345.2, + "flow": 0, + "inflow": 27.55, + "volume": 520.93, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 345.2, + "flow": 0, + "inflow": 27.55, + "volume": 520.93, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 345.2, + "flow": 0, + "inflow": 27.55, + "volume": 520.93, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 345.2, + "flow": 0, + "inflow": 27.55, + "volume": 520.93, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 345.2, + "flow": 0, + "inflow": 27.55, + "volume": 520.93, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 345.2, + "flow": 0, + "inflow": 27.55, + "volume": 520.93, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 345.2, + "flow": 0, + "temperature": 14, + "precipitation": 0, + "inflow": 27.55, + "volume": 520.93 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 345.19, + "flow": 0, + "inflow": 27.55, + "volume": 520.93, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 345.2, + "flow": 0, + "inflow": 27.55, + "volume": 520.93, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 345.2, + "flow": 0, + "inflow": 27.55, + "volume": 520.93, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 345.21, + "flow": 0, + "inflow": 27.55, + "volume": 521.13, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 345.21, + "flow": 0, + "inflow": 27.55, + "volume": 521.13, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 345.21, + "flow": 0, + "inflow": 27.55, + "volume": 521.13, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 345.21, + "flow": 0, + "inflow": 27.55, + "volume": 521.13, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 345.22, + "flow": 0, + "inflow": 27.55, + "volume": 521.13, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 345.21, + "flow": 0, + "inflow": 27.55, + "volume": 521.13, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 345.21, + "flow": 0, + "inflow": 27.55, + "volume": 521.13, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 345.21, + "flow": 0, + "inflow": 27.55, + "volume": 521.13, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 345.21, + "flow": 0, + "inflow": 27.55, + "volume": 521.13, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 345.21, + "flow": 0, + "inflow": 27.55, + "volume": 521.13, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 345.21, + "flow": 0, + "inflow": 27.55, + "volume": 521.13, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 345.21, + "flow": 0, + "inflow": 27.55, + "volume": 521.13, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 345.21, + "flow": 0, + "inflow": 27.55, + "volume": 521.13, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 345.21, + "flow": 0, + "inflow": 27.55, + "volume": 521.13, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 345.21, + "flow": 0, + "inflow": 27.55, + "volume": 521.13, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 345.22, + "flow": 0, + "temperature": 12.8, + "precipitation": 0, + "inflow": 27.55, + "volume": 521.13 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 345.22, + "flow": 0, + "inflow": 27.55, + "volume": 521.13, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 345.22, + "flow": 0, + "inflow": 27.55, + "volume": 521.33, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 345.22, + "flow": 0, + "inflow": 27.55, + "volume": 521.33, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 345.23, + "flow": 0, + "inflow": 27.55, + "volume": 521.33, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 345.23, + "flow": 0, + "inflow": 27.55, + "volume": 521.33, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 345.23, + "flow": 0, + "temperature": 12.9, + "precipitation": 0, + "inflow": 27.55, + "volume": 521.33 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 345.23, + "flow": 0, + "inflow": 27.55, + "volume": 521.33, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 345.22, + "flow": 0, + "inflow": 27.55, + "volume": 521.33, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 345.22, + "flow": 0, + "inflow": 27.55, + "volume": 521.33, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 345.22, + "flow": 0, + "inflow": 27.55, + "volume": 521.33, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 345.22, + "flow": 0, + "inflow": 27.55, + "volume": 521.33, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 345.22, + "flow": 0, + "inflow": 27.55, + "volume": 521.33, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 345.22, + "flow": 0, + "inflow": 27.55, + "volume": 521.33, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 345.22, + "flow": 0, + "inflow": 27.55, + "volume": 521.33, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 345.22, + "flow": 0, + "inflow": 27.55, + "volume": 521.33, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 345.23, + "flow": 0, + "inflow": 27.55, + "volume": 521.33, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 345.23, + "flow": 0, + "temperature": 12.8, + "precipitation": 0, + "inflow": 27.55, + "volume": 521.33 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 345.23, + "flow": 0, + "inflow": 27.55, + "volume": 521.33, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 345.23, + "flow": 0, + "inflow": 27.55, + "volume": 521.33, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 345.23, + "flow": 0, + "inflow": 27.55, + "volume": 521.52, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 345.24, + "flow": 0, + "inflow": 27.55, + "volume": 521.52, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 345.24, + "flow": 0, + "inflow": 27.55, + "volume": 521.52, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 345.24, + "flow": 0, + "inflow": 27.55, + "volume": 521.52, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 345.24, + "flow": 0, + "inflow": 27.55, + "volume": 521.52, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 345.24, + "flow": 0, + "inflow": 27.55, + "volume": 521.52, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 345.23, + "flow": 0, + "inflow": 16.97, + "volume": 521.52, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 345.23, + "flow": 0, + "inflow": 16.97, + "volume": 521.52, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 345.23, + "flow": 0, + "inflow": 16.97, + "volume": 521.52, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 345.23, + "flow": 0, + "inflow": 16.97, + "volume": 521.52, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 345.23, + "flow": 0, + "inflow": 16.97, + "volume": 521.52, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 345.23, + "flow": 0, + "inflow": 16.97, + "volume": 521.52, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 345.23, + "flow": 0, + "temperature": 13.5, + "precipitation": 0, + "inflow": 16.97, + "volume": 521.52 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 345.24, + "flow": 0, + "inflow": 16.97, + "volume": 521.52, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 345.24, + "flow": 0, + "temperature": 13.6, + "precipitation": 0, + "inflow": 16.97, + "volume": 521.52 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 345.24, + "flow": 0, + "inflow": 16.97, + "volume": 521.52, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 345.24, + "flow": 0, + "inflow": 16.97, + "volume": 521.52, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 345.25, + "flow": 0, + "inflow": 16.97, + "volume": 521.52, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 345.25, + "flow": 0, + "inflow": 16.97, + "volume": 521.92, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 345.25, + "flow": 0, + "inflow": 16.97, + "volume": 521.92, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 345.25, + "flow": 0, + "inflow": 16.97, + "volume": 521.92, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 345.25, + "flow": 0, + "inflow": 16.97, + "volume": 521.92, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 345.25, + "flow": 0, + "inflow": 16.97, + "volume": 521.92, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 345.25, + "flow": 0, + "inflow": 16.97, + "volume": 521.92, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 345.24, + "flow": 0, + "inflow": 16.97, + "volume": 521.72, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 345.24, + "flow": 0, + "inflow": 16.97, + "volume": 521.72, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 345.24, + "flow": 0, + "inflow": 16.97, + "volume": 521.72, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 345.24, + "flow": 0, + "inflow": 16.97, + "volume": 521.72, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 345.24, + "flow": 0, + "inflow": 16.97, + "volume": 521.72, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 345.24, + "flow": 0, + "inflow": 16.97, + "volume": 521.72, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 345.24, + "flow": 0, + "temperature": 13.7, + "precipitation": 0.2, + "inflow": 16.97, + "volume": 521.72 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 345.24, + "flow": 0, + "inflow": 16.97, + "volume": 521.72, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 345.24, + "flow": 0, + "inflow": 16.97, + "volume": 521.72, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 345.25, + "flow": 0, + "inflow": 16.97, + "volume": 521.72, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 345.25, + "flow": 0, + "inflow": 16.97, + "volume": 521.72, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 345.25, + "flow": 0, + "inflow": 16.97, + "volume": 521.72, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 345.25, + "flow": 0, + "inflow": 16.97, + "volume": 521.92, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 345.25, + "flow": 0, + "inflow": 16.97, + "volume": 521.92, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 345.25, + "flow": 0, + "inflow": 16.97, + "volume": 521.92, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 345.25, + "flow": 0, + "inflow": 16.97, + "volume": 521.92, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 345.25, + "flow": 0, + "inflow": 16.97, + "volume": 521.92, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 345.25, + "flow": 0, + "inflow": 16.97, + "volume": 521.92, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 345.25, + "flow": 0, + "temperature": 13.9, + "precipitation": 0.1, + "inflow": 16.97, + "volume": 521.92 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 345.25, + "flow": 0, + "inflow": 16.97, + "volume": 521.92, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 345.25, + "flow": 0, + "inflow": 16.97, + "volume": 521.92, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 345.25, + "flow": 0, + "inflow": 16.97, + "volume": 521.92, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 345.25, + "flow": 0, + "inflow": 16.97, + "volume": 521.92, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 345.25, + "flow": 0, + "inflow": 16.97, + "volume": 521.92, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 345.25, + "flow": 0, + "inflow": 16.97, + "volume": 521.92, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 345.25, + "flow": 0, + "inflow": 16.97, + "volume": 521.92, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 345.25, + "flow": 0, + "inflow": 16.97, + "volume": 521.92, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 345.25, + "flow": 0, + "inflow": 16.97, + "volume": 521.92, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 345.26, + "flow": 0, + "inflow": 16.97, + "volume": 521.92, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 345.26, + "flow": 0, + "inflow": 16.97, + "volume": 521.92, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 345.26, + "flow": 0, + "temperature": 14.1, + "precipitation": 0.1, + "inflow": 16.97, + "volume": 521.92 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 345.26, + "flow": 0, + "inflow": 16.97, + "volume": 522.12, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 345.26, + "flow": 0, + "inflow": 16.97, + "volume": 522.12, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 345.26, + "flow": 0, + "inflow": 16.97, + "volume": 522.12, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 345.26, + "flow": 0, + "inflow": 16.97, + "volume": 522.12, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 345.26, + "flow": 0, + "inflow": 16.97, + "volume": 522.12, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 345.26, + "flow": 0, + "inflow": 16.97, + "volume": 522.12, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 345.26, + "flow": 0, + "inflow": 16.97, + "volume": 522.12, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 345.27, + "flow": 0, + "inflow": 16.97, + "volume": 522.12, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 345.27, + "flow": 0, + "inflow": 16.97, + "volume": 522.12, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 345.27, + "flow": 0, + "inflow": 16.97, + "volume": 522.12, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 345.27, + "flow": 0, + "inflow": 16.97, + "volume": 522.12, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 345.27, + "flow": 0, + "inflow": 16.97, + "volume": 522.32, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 345.27, + "flow": 0, + "inflow": 16.97, + "volume": 522.32, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 345.27, + "flow": 0, + "inflow": 16.97, + "volume": 522.32, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 345.27, + "flow": 0, + "temperature": 13.9, + "precipitation": 0, + "inflow": 16.97, + "volume": 522.32 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 345.27, + "flow": 0, + "inflow": 16.97, + "volume": 522.32, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 345.27, + "flow": 0, + "inflow": 16.97, + "volume": 522.32, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 345.27, + "flow": 75.86, + "inflow": 16.97, + "volume": 522.32, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 345.25, + "flow": 209.93, + "inflow": 16.97, + "volume": 522.32, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 345.25, + "flow": 224.49, + "temperature": 13.8, + "precipitation": 0, + "inflow": 16.97, + "volume": 522.32 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 345.25, + "flow": 224.32, + "inflow": 16.97, + "volume": 522.32, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 345.25, + "flow": 224.03, + "inflow": 16.97, + "volume": 522.32, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 345.23, + "flow": 224.08, + "inflow": 16.97, + "volume": 522.32, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 345.24, + "flow": 237.23, + "inflow": 16.97, + "volume": 521.72, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 345.24, + "flow": 304.07, + "inflow": 16.97, + "volume": 521.72, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 345.23, + "flow": 303.85, + "temperature": 13.3, + "precipitation": 0, + "inflow": 16.97, + "volume": 521.72 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 345.22, + "flow": 303.59, + "inflow": 16.97, + "volume": 521.72, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 345.21, + "flow": 303.85, + "inflow": 16.97, + "volume": 521.72, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 345.21, + "flow": 304.6, + "inflow": 16.97, + "volume": 521.72, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 345.2, + "flow": 267.93, + "inflow": 16.97, + "volume": 520.93, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 345.19, + "flow": 202.82, + "inflow": 16.97, + "volume": 520.93, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 345.19, + "flow": 234.65, + "inflow": 16.97, + "volume": 520.93, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 345.19, + "flow": 234.56, + "inflow": 16.97, + "volume": 520.93, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 345.18, + "flow": 233.96, + "inflow": 16.97, + "volume": 520.93, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 345.17, + "flow": 233.63, + "inflow": 16.97, + "volume": 520.93, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 345.16, + "flow": 211.95, + "inflow": 16.97, + "volume": 520.13, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 345.15, + "flow": 263.41, + "inflow": 16.97, + "volume": 520.13, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 345.13, + "flow": 314.43, + "inflow": 16.97, + "volume": 520.13, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 345.13, + "flow": 315.78, + "inflow": 16.97, + "volume": 520.13, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 345.12, + "flow": 314.51, + "inflow": 16.97, + "volume": 520.13, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 345.12, + "flow": 314.29, + "inflow": 16.97, + "volume": 520.13, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 345.11, + "flow": 270.99, + "temperature": 12.1, + "precipitation": 0, + "inflow": 16.97, + "volume": 520.13 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 345.11, + "flow": 237.48, + "inflow": 16.97, + "volume": 519.13, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 345.1, + "flow": 281.87, + "inflow": 16.97, + "volume": 519.13, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 345.08, + "flow": 302.29, + "inflow": 16.97, + "volume": 519.13, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 345.08, + "flow": 310.37, + "inflow": 16.97, + "volume": 519.13, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 345.08, + "flow": 309.96, + "inflow": 16.97, + "volume": 519.13, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 345.06, + "flow": 263.86, + "inflow": 16.97, + "volume": 518.13, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 345.06, + "flow": 188.6, + "inflow": 16.97, + "volume": 518.13, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 345.05, + "flow": 122.18, + "inflow": 16.97, + "volume": 518.13, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 345.06, + "flow": 122.83, + "inflow": 16.97, + "volume": 518.13, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 345.05, + "flow": 123.07, + "inflow": 16.97, + "volume": 518.13, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 345.05, + "flow": 123.07, + "inflow": 16.97, + "volume": 518.13, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 345.04, + "flow": 119.12, + "inflow": 16.97, + "volume": 517.73, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 345.04, + "flow": 110.72, + "inflow": 16.97, + "volume": 517.73, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 345.03, + "flow": 78.21, + "inflow": 16.97, + "volume": 517.73, + "temperature": 11.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 345.03, + "flow": 78.32, + "inflow": 16.97, + "volume": 517.73, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 345.03, + "flow": 78.32, + "temperature": 11.5, + "precipitation": 0.2, + "inflow": 16.97, + "volume": 517.73 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 345.03, + "flow": 78.27, + "inflow": 16.97, + "volume": 517.73, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 345.02, + "flow": 72.07, + "inflow": 16.97, + "volume": 517.33, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 345.03, + "flow": 32.77, + "inflow": 16.97, + "volume": 517.33, + "temperature": 11.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 345.03, + "flow": 0, + "inflow": 16.97, + "volume": 517.33, + "temperature": 11.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 345.03, + "flow": 0, + "inflow": 16.97, + "volume": 517.33, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 345.02, + "flow": 0, + "inflow": 16.97, + "volume": 517.33, + "temperature": 11.5, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 345.03, + "flow": 0, + "inflow": 16.97, + "volume": 517.33, + "temperature": 10.6, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 345.03, + "flow": 0, + "inflow": 16.97, + "volume": 517.53, + "temperature": 10.5, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 345.03, + "flow": 0, + "inflow": 16.97, + "volume": 517.53, + "temperature": 10.5, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 345.02, + "flow": 0, + "temperature": 10.5, + "precipitation": 0.4, + "inflow": 16.97, + "volume": 517.53 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 345.02, + "flow": 0, + "inflow": 16.97, + "volume": 517.53, + "temperature": 10.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 345.03, + "flow": 0, + "inflow": 16.97, + "volume": 517.53, + "temperature": 10.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 345.03, + "flow": 0, + "inflow": 16.97, + "volume": 517.53, + "temperature": 10.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 345.03, + "flow": 0, + "inflow": 16.97, + "volume": 517.53, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 345.04, + "flow": 0, + "inflow": 16.97, + "volume": 517.53, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 345.04, + "flow": 0, + "inflow": 16.97, + "volume": 517.53, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 345.03, + "flow": 0, + "inflow": 16.97, + "volume": 517.53, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 345.03, + "flow": 0, + "inflow": 16.97, + "volume": 517.53, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 345.04, + "flow": 0, + "inflow": 16.97, + "volume": 517.73, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 345.04, + "flow": 0, + "inflow": 16.97, + "volume": 517.73, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 345.04, + "flow": 0, + "inflow": 16.97, + "volume": 517.73, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 345.04, + "flow": 0, + "inflow": 16.97, + "volume": 517.73, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 345.04, + "flow": 0, + "inflow": 16.97, + "volume": 517.73, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 345.04, + "flow": 0, + "inflow": 16.97, + "volume": 517.73, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 345.04, + "flow": 0, + "inflow": 16.97, + "volume": 517.73, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 345.04, + "flow": 0, + "inflow": 16.97, + "volume": 517.73, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 345.04, + "flow": 0, + "inflow": 16.97, + "volume": 517.73, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 345.04, + "flow": 0, + "inflow": 16.97, + "volume": 517.73, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 345.04, + "flow": 0, + "temperature": 9.9, + "precipitation": 0, + "inflow": 16.97, + "volume": 517.73 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 345.04, + "flow": 0, + "inflow": 16.97, + "volume": 517.73, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 345.05, + "flow": 97.47, + "inflow": 16.97, + "volume": 517.93, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 345.04, + "flow": 246.8, + "inflow": 16.97, + "volume": 517.93, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 345.03, + "flow": 289.97, + "inflow": 16.97, + "volume": 517.93, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 345.02, + "flow": 289.92, + "inflow": 16.97, + "volume": 517.93, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 345.02, + "flow": 289.45, + "inflow": 16.97, + "volume": 517.93, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 345.01, + "flow": 289.27, + "inflow": 16.97, + "volume": 517.93, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 345, + "flow": 275.66, + "inflow": 22.46, + "volume": 516.93, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 345, + "flow": 276.06, + "inflow": 22.46, + "volume": 516.93, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 345, + "flow": 304.57, + "inflow": 22.46, + "volume": 516.93, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 344.99, + "flow": 304.94, + "inflow": 22.46, + "volume": 516.93, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 344.98, + "flow": 305.66, + "inflow": 22.46, + "volume": 516.93, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 344.97, + "flow": 306.31, + "inflow": 22.46, + "volume": 516.93, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 344.96, + "flow": 256.89, + "inflow": 22.46, + "volume": 516.13, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 344.96, + "flow": 123.79, + "inflow": 22.46, + "volume": 516.13, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 344.96, + "flow": 61.76, + "inflow": 22.46, + "volume": 516.13, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 344.97, + "flow": 61.89, + "inflow": 22.46, + "volume": 516.13, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 344.96, + "flow": 62.08, + "inflow": 22.46, + "volume": 516.13, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 344.96, + "flow": 62.06, + "inflow": 22.46, + "volume": 516.13, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 344.95, + "flow": 58.18, + "temperature": 12.2, + "precipitation": 0, + "inflow": 22.46, + "volume": 516.13 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 344.95, + "flow": 30.66, + "inflow": 22.46, + "volume": 515.93, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 344.94, + "flow": 0, + "inflow": 22.46, + "volume": 515.93, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 344.93, + "flow": 0, + "inflow": 22.46, + "volume": 515.93, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 344.93, + "flow": 0, + "inflow": 22.46, + "volume": 515.93, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 344.94, + "flow": 0, + "inflow": 22.46, + "volume": 515.93, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 344.94, + "flow": 0, + "inflow": 22.46, + "volume": 515.73, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 344.95, + "flow": 0, + "inflow": 22.46, + "volume": 515.73, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 344.95, + "flow": 0, + "inflow": 22.46, + "volume": 515.73, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 344.95, + "flow": 0, + "inflow": 22.46, + "volume": 515.73, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 344.95, + "flow": 0, + "inflow": 22.46, + "volume": 515.73, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 344.95, + "flow": 0, + "inflow": 22.46, + "volume": 515.73, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 344.95, + "flow": 0, + "inflow": 22.46, + "volume": 515.93, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 344.95, + "flow": 0, + "inflow": 22.46, + "volume": 515.93, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 344.96, + "flow": 0, + "inflow": 22.46, + "volume": 515.93, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 344.96, + "flow": 0, + "temperature": 14.1, + "precipitation": 0, + "inflow": 22.46, + "volume": 515.93 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 344.96, + "flow": 0, + "inflow": 22.46, + "volume": 515.93, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 344.96, + "flow": 0, + "inflow": 22.46, + "volume": 515.93, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 344.95, + "flow": 0, + "inflow": 22.46, + "volume": 515.93, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 344.95, + "flow": 0, + "inflow": 22.46, + "volume": 515.93, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 344.95, + "flow": 0, + "inflow": 22.46, + "volume": 515.93, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 344.95, + "flow": 0, + "inflow": 22.46, + "volume": 515.93, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 344.95, + "flow": 0, + "inflow": 22.46, + "volume": 515.93, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 344.95, + "flow": 0, + "inflow": 22.46, + "volume": 515.93, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 344.96, + "flow": 0, + "inflow": 22.46, + "volume": 516.13, + "temperature": 13.9, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 344.96, + "flow": 0, + "inflow": 22.46, + "volume": 516.13, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 344.96, + "flow": 0, + "inflow": 22.46, + "volume": 516.13, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 344.96, + "flow": 0, + "inflow": 22.46, + "volume": 516.13, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 344.96, + "flow": 0, + "inflow": 22.46, + "volume": 516.13, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 344.96, + "flow": 0, + "inflow": 22.46, + "volume": 516.13, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 344.96, + "flow": 0, + "inflow": 22.46, + "volume": 516.13, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 344.96, + "flow": 0, + "inflow": 22.46, + "volume": 516.13, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 344.96, + "flow": 0, + "inflow": 22.46, + "volume": 516.13, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 344.96, + "flow": 0, + "temperature": 13.8, + "precipitation": 0, + "inflow": 22.46, + "volume": 516.13 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 344.97, + "flow": 0, + "inflow": 22.46, + "volume": 516.13, + "temperature": 12.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 344.97, + "flow": 0, + "inflow": 22.46, + "volume": 516.13, + "temperature": 12.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 344.97, + "flow": 0, + "inflow": 22.46, + "volume": 516.33, + "temperature": 12.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 344.97, + "flow": 0, + "inflow": 22.46, + "volume": 516.33, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 344.97, + "flow": 0, + "inflow": 22.46, + "volume": 516.33, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 344.97, + "flow": 0, + "inflow": 22.46, + "volume": 516.33, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 344.97, + "flow": 0, + "inflow": 22.46, + "volume": 516.33, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 344.97, + "flow": 0, + "inflow": 22.46, + "volume": 516.33, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 344.97, + "flow": 0, + "inflow": 22.46, + "volume": 516.33, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 344.96, + "flow": 0, + "inflow": 22.46, + "volume": 516.33, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 344.96, + "flow": 0, + "inflow": 22.46, + "volume": 516.33, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 344.97, + "flow": 0, + "inflow": 22.46, + "volume": 516.33, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 344.97, + "flow": 0, + "inflow": 22.46, + "volume": 516.33, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 344.97, + "flow": 0, + "inflow": 22.46, + "volume": 516.33, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 344.97, + "flow": 0, + "temperature": 15.7, + "precipitation": 0, + "inflow": 22.46, + "volume": 516.33 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 344.97, + "flow": 0, + "inflow": 22.46, + "volume": 516.33, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 344.97, + "flow": 0, + "inflow": 22.46, + "volume": 516.33, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 344.97, + "flow": 0, + "inflow": 22.46, + "volume": 516.33, + "temperature": 14.3, + "precipitation": 2.3 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 344.97, + "flow": 0, + "inflow": 22.46, + "volume": 516.33, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 344.97, + "flow": 0, + "inflow": 22.46, + "volume": 516.33, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 344.97, + "flow": 0, + "inflow": 22.46, + "volume": 516.33, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 344.97, + "flow": 0, + "inflow": 22.46, + "volume": 516.33, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 344.97, + "flow": 0, + "inflow": 22.46, + "volume": 516.33, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 344.97, + "flow": 0, + "inflow": 22.46, + "volume": 516.33, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 344.97, + "flow": 0, + "inflow": 22.46, + "volume": 516.33, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 344.97, + "flow": 0, + "inflow": 22.46, + "volume": 516.33, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 344.97, + "flow": 76.55, + "inflow": 22.46, + "volume": 516.33, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 344.96, + "flow": 154.95, + "inflow": 22.46, + "volume": 516.33, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 344.96, + "flow": 171.88, + "inflow": 22.46, + "volume": 516.33, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 344.95, + "flow": 171.57, + "inflow": 22.46, + "volume": 516.33, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 344.95, + "flow": 171.83, + "inflow": 22.46, + "volume": 516.33, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 344.95, + "flow": 171.82, + "inflow": 22.46, + "volume": 516.33, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 344.94, + "flow": 191.8, + "inflow": 22.46, + "volume": 515.73, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 344.94, + "flow": 271.8, + "inflow": 22.46, + "volume": 515.73, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 344.93, + "flow": 295.25, + "inflow": 22.46, + "volume": 515.73, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 344.92, + "flow": 294.85, + "inflow": 22.46, + "volume": 515.73, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 344.91, + "flow": 293.59, + "temperature": 13.1, + "precipitation": 0, + "inflow": 22.46, + "volume": 515.73 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 344.9, + "flow": 293.78, + "inflow": 22.46, + "volume": 515.73, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 344.9, + "flow": 294.05, + "inflow": 22.46, + "volume": 514.93, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 344.9, + "flow": 290.04, + "inflow": 22.46, + "volume": 514.93, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 344.89, + "flow": 292.91, + "inflow": 22.46, + "volume": 514.93, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 344.89, + "flow": 292.64, + "inflow": 22.46, + "volume": 514.93, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 344.88, + "flow": 292.56, + "inflow": 22.46, + "volume": 514.93, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 344.87, + "flow": 292.46, + "inflow": 22.46, + "volume": 514.93, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 344.86, + "flow": 271.61, + "inflow": 22.46, + "volume": 514.04, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 344.85, + "flow": 171.93, + "inflow": 22.46, + "volume": 514.04, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 344.84, + "flow": 125.53, + "inflow": 22.46, + "volume": 514.04, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 344.84, + "flow": 125.68, + "inflow": 22.46, + "volume": 514.04, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 344.84, + "flow": 125.98, + "inflow": 22.46, + "volume": 514.04, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 344.84, + "flow": 126.09, + "inflow": 22.46, + "volume": 514.04, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 344.84, + "flow": 119.23, + "inflow": 22.46, + "volume": 513.74, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 344.83, + "flow": 132.2, + "inflow": 22.46, + "volume": 513.74, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 344.83, + "flow": 61.99, + "inflow": 22.46, + "volume": 513.74, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 344.83, + "flow": 62.03, + "temperature": 11.1, + "precipitation": 0, + "inflow": 22.46, + "volume": 513.74 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 344.82, + "flow": 62.03, + "inflow": 22.46, + "volume": 513.74, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 344.82, + "flow": 61.93, + "inflow": 22.46, + "volume": 513.74, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 344.82, + "flow": 58.33, + "inflow": 22.46, + "volume": 513.34, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 344.83, + "flow": 32.41, + "temperature": 10.9, + "precipitation": 0, + "inflow": 22.46, + "volume": 513.34 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 344.83, + "flow": 0, + "inflow": 22.46, + "volume": 513.34, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 344.83, + "flow": 0, + "inflow": 22.46, + "volume": 513.34, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 344.83, + "flow": 0, + "inflow": 22.46, + "volume": 513.34, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 344.83, + "flow": 0, + "inflow": 22.46, + "volume": 513.34, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 344.82, + "flow": 0, + "inflow": 22.46, + "volume": 513.34, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 344.82, + "flow": 0, + "inflow": 22.46, + "volume": 513.34, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 344.82, + "flow": 0, + "inflow": 22.46, + "volume": 513.34, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 344.83, + "flow": 0, + "temperature": 10.3, + "precipitation": 0, + "inflow": 22.46, + "volume": 513.34 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 344.83, + "flow": 0, + "inflow": 22.46, + "volume": 513.34, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 344.83, + "flow": 0, + "inflow": 22.46, + "volume": 513.34, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 344.83, + "flow": 0, + "inflow": 22.46, + "volume": 513.54, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 344.83, + "flow": 0, + "inflow": 22.46, + "volume": 513.54, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 344.83, + "flow": 0, + "inflow": 22.46, + "volume": 513.54, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 344.83, + "flow": 0, + "inflow": 22.46, + "volume": 513.54, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 344.83, + "flow": 0, + "temperature": 10.4, + "precipitation": 0, + "inflow": 22.46, + "volume": 513.54 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 344.83, + "flow": 0, + "inflow": 22.46, + "volume": 513.54, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 344.83, + "flow": 0, + "inflow": 22.46, + "volume": 513.54, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 344.83, + "flow": 0, + "inflow": 22.46, + "volume": 513.54, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 344.84, + "flow": 0, + "inflow": 22.46, + "volume": 513.54, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 344.84, + "flow": 0, + "inflow": 22.46, + "volume": 513.54, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 344.84, + "flow": 0, + "inflow": 22.46, + "volume": 513.54, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 344.84, + "flow": 0, + "inflow": 22.46, + "volume": 513.54, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 344.84, + "flow": 0, + "inflow": 22.46, + "volume": 513.74, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 344.84, + "flow": 0, + "inflow": 22.46, + "volume": 513.74, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 344.84, + "flow": 0, + "temperature": 9.7, + "precipitation": 0, + "inflow": 22.46, + "volume": 513.74 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 344.84, + "flow": 0, + "inflow": 22.46, + "volume": 513.74, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 344.84, + "flow": 0, + "inflow": 22.46, + "volume": 513.74, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 344.84, + "flow": 0, + "inflow": 22.46, + "volume": 513.74, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 344.84, + "flow": 0, + "inflow": 22.46, + "volume": 513.74, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 344.84, + "flow": 0, + "inflow": 22.46, + "volume": 513.74, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 344.84, + "flow": 0, + "inflow": 22.46, + "volume": 513.74, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 344.84, + "flow": 0, + "inflow": 22.46, + "volume": 513.74, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 344.84, + "flow": 0, + "inflow": 22.46, + "volume": 513.74, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 344.84, + "flow": 0, + "inflow": 22.46, + "volume": 513.74, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 22.46, + "volume": 513.94, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 22.46, + "volume": 513.94, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 22.46, + "volume": 513.94, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 22.46, + "volume": 513.94, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 22.46, + "volume": 513.94, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 344.84, + "flow": 0, + "inflow": 0, + "volume": 513.94, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 344.84, + "flow": 0, + "inflow": 20.95, + "volume": 513.74, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 344.84, + "flow": 0, + "inflow": 20.95, + "volume": 513.74, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 344.84, + "flow": 0, + "inflow": 20.95, + "volume": 513.74, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 344.84, + "flow": 0, + "inflow": 20.95, + "volume": 513.74, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 20.95, + "volume": 513.74, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 20.95, + "volume": 513.94, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 20.95, + "volume": 513.94, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 20.95, + "volume": 513.94, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 20.95, + "volume": 513.94, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 20.95, + "volume": 513.94, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 20.95, + "volume": 513.94, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 20.95, + "volume": 513.94, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 20.95, + "volume": 513.94, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 20.95, + "volume": 513.94, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 20.95, + "volume": 513.94, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 20.95, + "volume": 513.94, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 20.95, + "volume": 513.94, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 344.85, + "flow": 0, + "temperature": 12.9, + "precipitation": 0, + "inflow": 20.95, + "volume": 513.94 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 344.84, + "flow": 103.52, + "inflow": 20.95, + "volume": 513.94, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 344.83, + "flow": 122.55, + "inflow": 20.95, + "volume": 513.94, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 344.83, + "flow": 122.53, + "inflow": 20.95, + "volume": 513.94, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 344.83, + "flow": 145.21, + "inflow": 20.95, + "volume": 513.94, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 344.83, + "flow": 150.83, + "inflow": 20.95, + "volume": 513.94, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 344.83, + "flow": 111.39, + "temperature": 13.6, + "precipitation": 0, + "inflow": 20.95, + "volume": 513.94 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 344.84, + "flow": 31.67, + "inflow": 20.95, + "volume": 513.54, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 344.84, + "flow": 0, + "inflow": 20.95, + "volume": 513.54, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 344.84, + "flow": 0, + "temperature": 13.7, + "precipitation": 0, + "inflow": 20.95, + "volume": 513.54 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 344.84, + "flow": 0.13, + "inflow": 20.95, + "volume": 513.54, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 344.84, + "flow": -0.04, + "inflow": 20.95, + "volume": 513.54, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 344.84, + "flow": 0, + "inflow": 20.95, + "volume": 513.74, + "temperature": 13.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 344.83, + "flow": 0, + "inflow": 20.95, + "volume": 513.74, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 344.83, + "flow": 0, + "inflow": 20.95, + "volume": 513.74, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 344.84, + "flow": 0, + "inflow": 20.95, + "volume": 513.74, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 344.84, + "flow": 0, + "inflow": 20.95, + "volume": 513.74, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 344.83, + "flow": 0, + "inflow": 20.95, + "volume": 513.74, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 344.83, + "flow": 0, + "temperature": 13.3, + "precipitation": 0.1, + "inflow": 20.95, + "volume": 513.74 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 344.83, + "flow": 0, + "inflow": 20.95, + "volume": 513.54, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 344.83, + "flow": 0, + "inflow": 20.95, + "volume": 513.54, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 344.83, + "flow": 0, + "inflow": 20.95, + "volume": 513.54, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 344.83, + "flow": 0, + "inflow": 20.95, + "volume": 513.54, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 344.84, + "flow": 0, + "inflow": 20.95, + "volume": 513.54, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 344.84, + "flow": 0, + "inflow": 20.95, + "volume": 513.74, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 344.84, + "flow": 0, + "inflow": 20.95, + "volume": 513.74, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 20.95, + "volume": 513.74, + "temperature": 13.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 20.95, + "volume": 513.74, + "temperature": 13, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 20.95, + "volume": 513.74, + "temperature": 13, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 20.95, + "volume": 513.74, + "temperature": 13, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 20.95, + "volume": 513.94, + "temperature": 13.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 20.95, + "volume": 513.94, + "temperature": 13.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 20.95, + "volume": 513.94, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 20.95, + "volume": 513.94, + "temperature": 13.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 20.95, + "volume": 513.94, + "temperature": 13.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 20.95, + "volume": 513.94, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 344.85, + "flow": 0, + "temperature": 13.5, + "precipitation": 0.1, + "inflow": 20.95, + "volume": 513.94 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 20.95, + "volume": 513.94, + "temperature": 13.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 20.95, + "volume": 513.94, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 20.95, + "volume": 513.94, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 20.95, + "volume": 513.94, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 344.85, + "flow": 0, + "inflow": 20.95, + "volume": 513.94, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 344.86, + "flow": 0, + "inflow": 20.95, + "volume": 514.14, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 344.86, + "flow": 0, + "inflow": 20.95, + "volume": 514.14, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 344.86, + "flow": 0, + "inflow": 20.95, + "volume": 514.14, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 344.86, + "flow": 0, + "inflow": 20.95, + "volume": 514.14, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 344.86, + "flow": 0, + "inflow": 20.95, + "volume": 514.14, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 344.86, + "flow": 0, + "inflow": 20.95, + "volume": 514.14, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 344.86, + "flow": 0, + "inflow": 20.95, + "volume": 514.14, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 344.86, + "flow": 0, + "inflow": 20.95, + "volume": 514.14, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 344.86, + "flow": 0, + "inflow": 20.95, + "volume": 514.14, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 344.86, + "flow": 0, + "inflow": 20.95, + "volume": 514.14, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 344.86, + "flow": 0, + "temperature": 14.9, + "precipitation": 0, + "inflow": 20.95, + "volume": 514.14 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 344.86, + "flow": 0, + "inflow": 20.95, + "volume": 514.14, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 344.87, + "flow": 0, + "inflow": 20.95, + "volume": 514.34, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 344.87, + "flow": 0, + "inflow": 20.95, + "volume": 514.34, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 344.87, + "flow": 0, + "inflow": 20.95, + "volume": 514.34, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 344.87, + "flow": 0, + "inflow": 20.95, + "volume": 514.34, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 344.87, + "flow": 0, + "inflow": 20.95, + "volume": 514.34, + "temperature": 14.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 344.87, + "flow": 0, + "inflow": 20.95, + "volume": 514.34, + "temperature": 14.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 344.87, + "flow": 0, + "inflow": 20.95, + "volume": 514.34, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 344.87, + "flow": 0, + "inflow": 20.95, + "volume": 514.34, + "temperature": 14.5, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 344.87, + "flow": 0, + "inflow": 20.95, + "volume": 514.34, + "temperature": 14.5, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 344.87, + "flow": 0, + "inflow": 20.95, + "volume": 514.34, + "temperature": 14.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 344.87, + "flow": 0, + "inflow": 20.95, + "volume": 514.34, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 344.87, + "flow": 0, + "inflow": 20.95, + "volume": 514.34, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 344.87, + "flow": 0, + "inflow": 20.95, + "volume": 514.34, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 344.87, + "flow": 0, + "inflow": 20.95, + "volume": 514.34, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 344.86, + "flow": 0, + "temperature": 14.2, + "precipitation": 0.1, + "inflow": 20.95, + "volume": 514.34 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 344.86, + "flow": 0, + "inflow": 20.95, + "volume": 514.34, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 344.87, + "flow": 0, + "inflow": 20.95, + "volume": 514.34, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 344.87, + "flow": 0, + "inflow": 20.95, + "volume": 514.34, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 344.87, + "flow": 0, + "inflow": 20.95, + "volume": 514.34, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 344.87, + "flow": 0, + "inflow": 20.95, + "volume": 514.34, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 344.87, + "flow": 0, + "inflow": 20.95, + "volume": 514.34, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 344.88, + "flow": 0, + "inflow": 20.95, + "volume": 514.34, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 344.88, + "flow": 0, + "inflow": 20.95, + "volume": 514.34, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 344.88, + "flow": 0, + "inflow": 20.95, + "volume": 514.34, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 344.88, + "flow": 0, + "inflow": 20.95, + "volume": 514.54, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 344.88, + "flow": 0, + "inflow": 20.95, + "volume": 514.54, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 344.88, + "flow": 0, + "temperature": 14.3, + "precipitation": 0, + "inflow": 20.95, + "volume": 514.54 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 344.88, + "flow": 0, + "inflow": 20.95, + "volume": 514.54, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 344.88, + "flow": 0, + "inflow": 20.95, + "volume": 514.54, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 344.87, + "flow": 0, + "inflow": 20.95, + "volume": 514.54, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 344.87, + "flow": 0, + "inflow": 20.95, + "volume": 514.34, + "temperature": 14.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 344.87, + "flow": 0, + "inflow": 20.95, + "volume": 514.34, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 344.87, + "flow": 0, + "inflow": 20.95, + "volume": 514.34, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 344.87, + "flow": 0, + "temperature": 14.5, + "precipitation": 0, + "inflow": 20.95, + "volume": 514.34 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 344.87, + "flow": 0, + "inflow": 20.95, + "volume": 514.34, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 344.87, + "flow": 0, + "inflow": 20.95, + "volume": 514.34, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 344.88, + "flow": 0, + "inflow": 20.95, + "volume": 514.54, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 344.88, + "flow": 0, + "inflow": 20.95, + "volume": 514.54, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 344.88, + "flow": 0, + "temperature": 14.7, + "precipitation": 0, + "inflow": 20.95, + "volume": 514.54 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 344.88, + "flow": 0, + "inflow": 20.95, + "volume": 514.54, + "temperature": 14.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 344.88, + "flow": 0, + "inflow": 20.95, + "volume": 514.54, + "temperature": 14.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 344.88, + "flow": 0, + "inflow": 20.95, + "volume": 514.54, + "temperature": 14.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 344.88, + "flow": 0, + "inflow": 20.95, + "volume": 514.54, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 344.88, + "flow": 0, + "inflow": 20.95, + "volume": 514.54, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 344.88, + "flow": 0, + "inflow": 20.95, + "volume": 514.54, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 344.88, + "flow": 0, + "inflow": 20.95, + "volume": 514.54, + "temperature": 14.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 344.88, + "flow": 0, + "inflow": 20.95, + "volume": 514.54, + "temperature": 14.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 344.88, + "flow": 0, + "inflow": 20.95, + "volume": 514.54, + "temperature": 14.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 344.89, + "flow": 0, + "inflow": 20.95, + "volume": 514.74, + "temperature": 14.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 344.89, + "flow": 0, + "inflow": 20.95, + "volume": 514.74, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 344.89, + "flow": 0, + "inflow": 20.95, + "volume": 514.74, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 344.89, + "flow": 0, + "temperature": 14.4, + "precipitation": 0, + "inflow": 20.95, + "volume": 514.74 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 344.89, + "flow": 0, + "inflow": 20.95, + "volume": 514.74, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 344.89, + "flow": 0, + "inflow": 20.95, + "volume": 514.74, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 344.89, + "flow": 0, + "inflow": 20.95, + "volume": 514.74, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 344.89, + "flow": 0, + "inflow": 20.95, + "volume": 514.74, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 344.89, + "flow": 0, + "inflow": 20.95, + "volume": 514.74, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 344.9, + "flow": 0, + "inflow": 20.95, + "volume": 514.74, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 344.9, + "flow": 0, + "inflow": 20.95, + "volume": 514.74, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 344.9, + "flow": 0, + "inflow": 20.95, + "volume": 514.74, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 344.9, + "flow": 0, + "inflow": 20.95, + "volume": 514.93, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 344.9, + "flow": 0, + "inflow": 20.95, + "volume": 514.93, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 344.9, + "flow": 0, + "inflow": 20.95, + "volume": 514.93, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 344.9, + "flow": 0, + "inflow": 20.95, + "volume": 514.93, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 344.9, + "flow": 0, + "inflow": 20.95, + "volume": 514.93, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 344.9, + "flow": 0, + "inflow": 20.95, + "volume": 514.93, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 344.9, + "flow": 0, + "inflow": 20.95, + "volume": 514.93, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 344.91, + "flow": 0, + "inflow": 20.95, + "volume": 514.93, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 344.91, + "flow": 0, + "inflow": 20.95, + "volume": 514.93, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 344.91, + "flow": 0, + "inflow": 20.95, + "volume": 514.93, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 344.91, + "flow": 0, + "inflow": 20.95, + "volume": 514.93, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 344.91, + "flow": 0, + "inflow": 20.95, + "volume": 514.93, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 344.91, + "flow": 0, + "inflow": 21.65, + "volume": 515.13, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 344.91, + "flow": 0, + "inflow": 21.65, + "volume": 515.13, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 344.91, + "flow": 0, + "inflow": 21.65, + "volume": 515.13, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 344.91, + "flow": 0, + "inflow": 21.65, + "volume": 515.13, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 344.91, + "flow": 0, + "temperature": 15.3, + "precipitation": 0, + "inflow": 21.65, + "volume": 515.13 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 344.91, + "flow": 0, + "inflow": 21.65, + "volume": 515.13, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 344.91, + "flow": 0, + "inflow": 21.65, + "volume": 515.13, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 344.91, + "flow": 0, + "inflow": 21.65, + "volume": 515.13, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 344.91, + "flow": 0, + "inflow": 21.65, + "volume": 515.13, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 344.92, + "flow": 0, + "inflow": 21.65, + "volume": 515.13, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 344.92, + "flow": 0, + "inflow": 21.65, + "volume": 515.13, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 344.92, + "flow": 0, + "inflow": 21.65, + "volume": 515.13, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 344.92, + "flow": 0, + "inflow": 21.65, + "volume": 515.33, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 344.92, + "flow": 0, + "inflow": 21.65, + "volume": 515.33, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 344.93, + "flow": 0, + "inflow": 21.65, + "volume": 515.33, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 344.93, + "flow": 0, + "inflow": 21.65, + "volume": 515.33, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 344.93, + "flow": 0, + "inflow": 21.65, + "volume": 515.33, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 344.93, + "flow": 0, + "inflow": 21.65, + "volume": 515.33, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 344.93, + "flow": 0, + "inflow": 21.65, + "volume": 515.53, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 344.93, + "flow": 0, + "inflow": 21.65, + "volume": 515.53, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 344.93, + "flow": 0, + "inflow": 21.65, + "volume": 515.53, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 344.93, + "flow": 0, + "inflow": 21.65, + "volume": 515.53, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 344.93, + "flow": 0, + "inflow": 21.65, + "volume": 515.53, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 344.93, + "flow": 0, + "inflow": 21.65, + "volume": 515.53, + "temperature": 18.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 344.93, + "flow": 0, + "temperature": 18.7, + "precipitation": 0, + "inflow": 21.65, + "volume": 515.53 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 344.93, + "flow": 0, + "inflow": 21.65, + "volume": 515.53, + "temperature": 19, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 344.93, + "flow": 0, + "temperature": 19, + "precipitation": 0, + "inflow": 21.65, + "volume": 515.53 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 344.93, + "flow": 0, + "inflow": 21.65, + "volume": 515.53, + "temperature": 19.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 344.93, + "flow": 0, + "inflow": 21.65, + "volume": 515.53, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 344.93, + "flow": 0, + "inflow": 21.65, + "volume": 515.53, + "temperature": 19.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 344.93, + "flow": 0, + "temperature": 19.8, + "precipitation": 0, + "inflow": 21.65, + "volume": 515.53 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 344.93, + "flow": 0, + "temperature": 19.8, + "precipitation": 0, + "inflow": 21.65, + "volume": 515.53 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 344.93, + "flow": 0, + "temperature": 19.8, + "precipitation": 0, + "inflow": 21.65, + "volume": 515.53 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 344.94, + "flow": 0, + "temperature": 19.8, + "precipitation": 0, + "inflow": 21.65, + "volume": 515.53 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 344.94, + "flow": 0, + "temperature": 19.8, + "precipitation": 0, + "inflow": 21.65, + "volume": 515.53 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 344.94, + "flow": 0, + "inflow": 21.65, + "volume": 515.53, + "temperature": 20.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 344.94, + "flow": 0, + "inflow": 21.65, + "volume": 515.73, + "temperature": 20.8, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/VLSL.json b/public/data/VLSL.json index ea59347..e7ab7f0 100644 --- a/public/data/VLSL.json +++ b/public/data/VLSL.json @@ -10573,5 +10573,4748 @@ "volume": 260.04, "temperature": 15.9, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:30:00.000Z", + "level": 269.74, + "flow": 292.37, + "inflow": 33.76, + "volume": 260.04, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 269.74, + "flow": 294.9, + "temperature": 15.4, + "precipitation": 0, + "inflow": 33.76, + "volume": 260.04 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 269.72, + "flow": 295.69, + "inflow": 33.76, + "volume": 260.04, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 269.71, + "flow": 236.91, + "inflow": 33.76, + "volume": 259.13, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 269.75, + "flow": 132.64, + "temperature": 15.1, + "precipitation": 0, + "inflow": 33.76, + "volume": 259.13 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 269.77, + "flow": 89.07, + "inflow": 33.76, + "volume": 259.13, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 269.75, + "flow": 71.5, + "inflow": 33.76, + "volume": 259.13, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 269.73, + "flow": 64.87, + "inflow": 33.76, + "volume": 259.13, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 269.73, + "flow": 79.69, + "inflow": 33.76, + "volume": 259.13, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 269.72, + "flow": 69.23, + "inflow": 33.76, + "volume": 259.28, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 269.71, + "flow": 17.7, + "inflow": 33.76, + "volume": 259.28, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 269.7, + "flow": 0, + "inflow": 33.76, + "volume": 259.28, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 269.69, + "flow": 0, + "inflow": 33.76, + "volume": 259.28, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 269.69, + "flow": 0, + "inflow": 33.76, + "volume": 259.28, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 269.71, + "flow": 0, + "inflow": 33.76, + "volume": 259.28, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 269.71, + "flow": 0, + "inflow": 33.76, + "volume": 259.21, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 269.72, + "flow": 0, + "inflow": 33.76, + "volume": 259.21, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 269.74, + "flow": 0, + "temperature": 13.7, + "precipitation": 0, + "inflow": 33.76, + "volume": 259.21 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 269.76, + "flow": 0, + "inflow": 33.76, + "volume": 259.21, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 269.76, + "flow": 0, + "inflow": 33.76, + "volume": 259.21, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 269.74, + "flow": 0, + "inflow": 33.76, + "volume": 259.21, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 269.72, + "flow": 0, + "inflow": 33.76, + "volume": 259.29, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 269.72, + "flow": 0, + "inflow": 33.76, + "volume": 259.29, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 269.72, + "flow": 0, + "inflow": 33.76, + "volume": 259.29, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 269.72, + "flow": 0, + "inflow": 33.76, + "volume": 259.29, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 269.72, + "flow": 0, + "inflow": 33.76, + "volume": 259.29, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 269.74, + "flow": 0, + "inflow": 33.76, + "volume": 259.29, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 269.74, + "flow": 0, + "inflow": 33.76, + "volume": 259.5, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 269.73, + "flow": 0, + "inflow": 33.76, + "volume": 259.5, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 269.73, + "flow": 0, + "inflow": 33.76, + "volume": 259.5, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 269.74, + "flow": 0, + "inflow": 33.76, + "volume": 259.5, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 269.74, + "flow": 0, + "inflow": 33.76, + "volume": 259.5, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 269.74, + "flow": 0, + "inflow": 33.76, + "volume": 259.45, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 269.73, + "flow": 0, + "inflow": 33.76, + "volume": 259.45, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 269.72, + "flow": 0, + "inflow": 33.76, + "volume": 259.45, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 269.72, + "flow": 0, + "inflow": 33.76, + "volume": 259.45, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 269.72, + "flow": 0, + "temperature": 12.7, + "precipitation": 0, + "inflow": 33.76, + "volume": 259.45 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 269.73, + "flow": 0, + "inflow": 33.76, + "volume": 259.45, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 269.74, + "flow": 0, + "inflow": 33.76, + "volume": 259.46, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 269.74, + "flow": 0, + "inflow": 33.76, + "volume": 259.46, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 269.75, + "flow": 0, + "inflow": 33.76, + "volume": 259.46, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 269.74, + "flow": 0, + "inflow": 33.76, + "volume": 259.46, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 269.73, + "flow": 0, + "temperature": 12.2, + "precipitation": 0, + "inflow": 33.76, + "volume": 259.46 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 269.72, + "flow": 0, + "inflow": 33.76, + "volume": 259.46, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 269.73, + "flow": 0, + "inflow": 33.76, + "volume": 259.37, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 269.73, + "flow": 0, + "inflow": 33.76, + "volume": 259.37, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 269.73, + "flow": 0, + "inflow": 33.76, + "volume": 259.37, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 269.72, + "flow": 0, + "inflow": 33.76, + "volume": 259.37, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 269.72, + "flow": 0, + "inflow": 33.76, + "volume": 259.37, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 269.73, + "flow": 0, + "inflow": 33.76, + "volume": 259.37, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 269.73, + "flow": 0, + "inflow": 33.76, + "volume": 259.42, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 269.73, + "flow": 0, + "inflow": 33.76, + "volume": 259.42, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 269.74, + "flow": 0, + "temperature": 12.2, + "precipitation": 0, + "inflow": 33.76, + "volume": 259.42 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 269.74, + "flow": 0, + "inflow": 33.76, + "volume": 259.42, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 269.73, + "flow": 0, + "inflow": 33.76, + "volume": 259.42, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 269.73, + "flow": 0, + "inflow": 33.76, + "volume": 259.42, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 269.72, + "flow": 24.42, + "inflow": 33.76, + "volume": 259.28, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 269.71, + "flow": 50.55, + "inflow": 33.76, + "volume": 259.28, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 269.72, + "flow": 56.87, + "inflow": 33.76, + "volume": 259.28, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 269.72, + "flow": 57.25, + "inflow": 33.76, + "volume": 259.28, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 269.72, + "flow": 57.34, + "inflow": 33.76, + "volume": 259.28, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 269.71, + "flow": 57.3, + "inflow": 33.76, + "volume": 259.28, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 269.72, + "flow": 95.39, + "inflow": 10.48, + "volume": 259.24, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 269.71, + "flow": 150.52, + "inflow": 10.48, + "volume": 259.24, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 269.7, + "flow": 175.23, + "inflow": 10.48, + "volume": 259.24, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 269.69, + "flow": 174.94, + "inflow": 10.48, + "volume": 259.24, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 269.69, + "flow": 175.34, + "temperature": 13.6, + "precipitation": 0, + "inflow": 10.48, + "volume": 259.24 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 269.68, + "flow": 175.47, + "inflow": 10.48, + "volume": 259.24, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 269.66, + "flow": 176, + "temperature": 13.9, + "precipitation": 0, + "inflow": 10.48, + "volume": 259.24 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 269.66, + "flow": 176.62, + "inflow": 10.48, + "volume": 258.63, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 269.65, + "flow": 176.25, + "inflow": 10.48, + "volume": 258.63, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 269.64, + "flow": 175.93, + "inflow": 10.48, + "volume": 258.63, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 269.63, + "flow": 176.6, + "inflow": 10.48, + "volume": 258.63, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 269.64, + "flow": 176.72, + "inflow": 10.48, + "volume": 258.63, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 269.63, + "flow": 134.19, + "inflow": 10.48, + "volume": 258.22, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 269.65, + "flow": 42.72, + "inflow": 10.48, + "volume": 258.22, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 269.64, + "flow": 0, + "inflow": 10.48, + "volume": 258.22, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 269.63, + "flow": 0, + "inflow": 10.48, + "volume": 258.22, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 269.61, + "flow": 0, + "inflow": 10.48, + "volume": 258.22, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 269.62, + "flow": 0, + "inflow": 10.48, + "volume": 258.22, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 269.62, + "flow": 0, + "inflow": 10.48, + "volume": 258.13, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 269.61, + "flow": 0, + "inflow": 10.48, + "volume": 258.13, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 269.61, + "flow": 0, + "inflow": 10.48, + "volume": 258.13, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 269.61, + "flow": 0, + "inflow": 10.48, + "volume": 258.13, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 269.61, + "flow": 0, + "inflow": 10.48, + "volume": 258.13, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 269.62, + "flow": 0, + "inflow": 10.48, + "volume": 258.13, + "temperature": 15.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 269.61, + "flow": 0, + "inflow": 10.48, + "volume": 258.13, + "temperature": 15.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 269.62, + "flow": 0, + "inflow": 10.48, + "volume": 258.05, + "temperature": 15.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 269.62, + "flow": 0, + "inflow": 10.48, + "volume": 258.05, + "temperature": 15.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 269.63, + "flow": 0, + "inflow": 10.48, + "volume": 258.05, + "temperature": 15, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 269.63, + "flow": 0, + "inflow": 10.48, + "volume": 258.05, + "temperature": 14.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 269.62, + "flow": 0, + "inflow": 10.48, + "volume": 258.05, + "temperature": 14.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 269.61, + "flow": 0, + "inflow": 10.48, + "volume": 258.03, + "temperature": 14.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 269.61, + "flow": 0, + "inflow": 10.48, + "volume": 258.03, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 269.61, + "flow": 0, + "inflow": 10.48, + "volume": 258.03, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 269.61, + "flow": 0, + "inflow": 10.48, + "volume": 258.03, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 269.61, + "flow": 0, + "inflow": 10.48, + "volume": 258.03, + "temperature": 14.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 269.62, + "flow": 0, + "inflow": 10.48, + "volume": 258.03, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 269.63, + "flow": 0, + "temperature": 14.6, + "precipitation": 0.1, + "inflow": 10.48, + "volume": 258.03 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 269.63, + "flow": 0, + "inflow": 10.48, + "volume": 258.22, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 269.62, + "flow": 0, + "inflow": 10.48, + "volume": 258.22, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 269.62, + "flow": 0, + "inflow": 10.48, + "volume": 258.22, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 269.63, + "flow": 0, + "inflow": 10.48, + "volume": 258.22, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 269.63, + "flow": 0, + "inflow": 10.48, + "volume": 258.22, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 269.62, + "flow": 0, + "inflow": 10.48, + "volume": 258.09, + "temperature": 15, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 269.61, + "flow": 0, + "inflow": 10.48, + "volume": 258.09, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 269.61, + "flow": 0, + "inflow": 10.48, + "volume": 258.09, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 269.61, + "flow": 0, + "inflow": 10.48, + "volume": 258.09, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 269.61, + "flow": 0, + "inflow": 10.48, + "volume": 258.09, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 269.62, + "flow": 0, + "inflow": 10.48, + "volume": 258.09, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 269.62, + "flow": 0, + "inflow": 10.48, + "volume": 258.17, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 269.63, + "flow": 0, + "inflow": 10.48, + "volume": 258.17, + "temperature": 15.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 269.63, + "flow": 0, + "inflow": 10.48, + "volume": 258.17, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 269.62, + "flow": 0, + "inflow": 10.48, + "volume": 258.17, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 269.62, + "flow": 0, + "inflow": 10.48, + "volume": 258.17, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 269.62, + "flow": 0, + "inflow": 10.48, + "volume": 258.11, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 269.62, + "flow": 0, + "inflow": 10.48, + "volume": 258.11, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 269.61, + "flow": 0, + "inflow": 10.48, + "volume": 258.11, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 269.61, + "flow": 0, + "inflow": 10.48, + "volume": 258.11, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 269.61, + "flow": 0, + "inflow": 10.48, + "volume": 258.11, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 269.62, + "flow": 0, + "inflow": 10.48, + "volume": 258.11, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 269.62, + "flow": 0, + "inflow": 10.48, + "volume": 258.16, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 269.63, + "flow": 0, + "inflow": 10.48, + "volume": 258.16, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 269.63, + "flow": 0, + "inflow": 10.48, + "volume": 258.16, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 269.63, + "flow": 0, + "inflow": 10.48, + "volume": 258.16, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 269.62, + "flow": 0, + "inflow": 10.48, + "volume": 258.16, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 269.62, + "flow": 0, + "inflow": 10.48, + "volume": 258.16, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 269.61, + "flow": 25.24, + "inflow": 10.48, + "volume": 258.05, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 269.61, + "flow": 51.87, + "temperature": 14.1, + "precipitation": 0, + "inflow": 10.48, + "volume": 258.05 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 269.61, + "flow": 57, + "inflow": 10.48, + "volume": 258.05, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 269.61, + "flow": 57.03, + "inflow": 10.48, + "volume": 258.05, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 269.6, + "flow": 57.49, + "inflow": 10.48, + "volume": 258.05, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 269.6, + "flow": 57.01, + "inflow": 10.48, + "volume": 258.05, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 269.61, + "flow": 90.59, + "inflow": 10.48, + "volume": 257.97, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 269.6, + "flow": 139.02, + "inflow": 10.48, + "volume": 257.97, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 269.62, + "flow": 161.34, + "inflow": 10.48, + "volume": 257.97, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 269.61, + "flow": 161.16, + "inflow": 10.48, + "volume": 257.97, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 269.6, + "flow": 162.41, + "inflow": 10.48, + "volume": 257.97, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 269.58, + "flow": 162.5, + "inflow": 10.48, + "volume": 257.97, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 269.56, + "flow": 251.24, + "inflow": 10.48, + "volume": 257.48, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 269.56, + "flow": 233.15, + "inflow": 10.48, + "volume": 257.48, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 269.56, + "flow": 258.47, + "inflow": 10.48, + "volume": 257.48, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 269.55, + "flow": 257.3, + "inflow": 10.48, + "volume": 257.48, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 269.56, + "flow": 258.99, + "inflow": 10.48, + "volume": 257.48, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 269.55, + "flow": 259.67, + "inflow": 10.48, + "volume": 257.48, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 269.54, + "flow": 221.29, + "inflow": 10.48, + "volume": 257.22, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 269.56, + "flow": 249.1, + "inflow": 10.48, + "volume": 257.22, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 269.65, + "flow": 200.26, + "temperature": 13.4, + "precipitation": 0, + "inflow": 10.48, + "volume": 257.22 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 269.7, + "flow": 200.73, + "inflow": 10.48, + "volume": 257.22, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 269.68, + "flow": 201.37, + "inflow": 10.48, + "volume": 257.22, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 269.67, + "flow": 201.32, + "inflow": 10.48, + "volume": 257.22, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 269.67, + "flow": 268.7, + "temperature": 12.7, + "precipitation": 0, + "inflow": 10.48, + "volume": 257.22 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 269.68, + "flow": 203.69, + "inflow": 10.48, + "volume": 258.73, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 269.66, + "flow": 193.16, + "inflow": 10.48, + "volume": 258.73, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 269.66, + "flow": 189.36, + "inflow": 10.48, + "volume": 258.73, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 269.67, + "flow": 185.56, + "inflow": 10.48, + "volume": 258.73, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 269.7, + "flow": 185.4, + "inflow": 10.48, + "volume": 258.73, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 269.73, + "flow": 166.58, + "inflow": 10.48, + "volume": 259.39, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 269.79, + "flow": 71.78, + "inflow": 10.48, + "volume": 259.39, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 269.83, + "flow": 0, + "inflow": 10.48, + "volume": 259.39, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 269.81, + "flow": 0, + "inflow": 10.48, + "volume": 259.39, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 269.82, + "flow": 0, + "inflow": 10.48, + "volume": 259.39, + "temperature": 12.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 269.83, + "flow": 0, + "inflow": 10.48, + "volume": 259.39, + "temperature": 12.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 269.84, + "flow": 0, + "inflow": 10.48, + "volume": 260.64, + "temperature": 12, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 269.78, + "flow": 0, + "inflow": 10.48, + "volume": 260.64, + "temperature": 11.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 269.72, + "flow": 0, + "inflow": 10.48, + "volume": 260.64, + "temperature": 11.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 269.7, + "flow": 0, + "inflow": 10.48, + "volume": 260.64, + "temperature": 11.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 269.72, + "flow": 0, + "inflow": 10.48, + "volume": 260.64, + "temperature": 11.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 269.73, + "flow": 0, + "inflow": 10.48, + "volume": 260.64, + "temperature": 11.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 269.75, + "flow": 0, + "inflow": 10.48, + "volume": 259.6, + "temperature": 11.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 269.79, + "flow": 0, + "inflow": 10.48, + "volume": 259.6, + "temperature": 11.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 269.83, + "flow": 0, + "inflow": 10.48, + "volume": 259.6, + "temperature": 11.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 269.85, + "flow": 0, + "inflow": 10.48, + "volume": 259.6, + "temperature": 11.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 269.84, + "flow": 0, + "inflow": 10.48, + "volume": 259.6, + "temperature": 12, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 269.82, + "flow": 0, + "inflow": 10.48, + "volume": 259.6, + "temperature": 11.8, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 269.8, + "flow": 0, + "inflow": 10.48, + "volume": 260.17, + "temperature": 11.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 269.78, + "flow": 0, + "temperature": 11.7, + "precipitation": 0.4, + "inflow": 10.48, + "volume": 260.17 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 269.76, + "flow": 0, + "inflow": 10.48, + "volume": 260.17, + "temperature": 11.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 269.75, + "flow": 0, + "inflow": 10.48, + "volume": 260.17, + "temperature": 11.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 269.75, + "flow": 0, + "inflow": 10.48, + "volume": 260.17, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 269.78, + "flow": 0, + "inflow": 10.48, + "volume": 260.17, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 269.79, + "flow": 0, + "inflow": 10.48, + "volume": 260.1, + "temperature": 11.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 269.82, + "flow": 0, + "inflow": 10.48, + "volume": 260.1, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 269.83, + "flow": 0, + "inflow": 10.48, + "volume": 260.1, + "temperature": 11.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 269.86, + "flow": 0, + "inflow": 10.48, + "volume": 260.1, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 269.86, + "flow": 0, + "inflow": 10.48, + "volume": 260.1, + "temperature": 11, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 269.84, + "flow": 0, + "inflow": 10.48, + "volume": 260.1, + "temperature": 11, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 269.81, + "flow": 0, + "inflow": 10.48, + "volume": 260.28, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 269.79, + "flow": 0, + "inflow": 10.48, + "volume": 260.28, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 269.79, + "flow": 0, + "inflow": 10.48, + "volume": 260.28, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 269.79, + "flow": 0, + "inflow": 10.48, + "volume": 260.28, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 269.8, + "flow": 0, + "inflow": 10.48, + "volume": 260.28, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 269.81, + "flow": 0, + "inflow": 10.48, + "volume": 260.46, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 269.82, + "flow": 0, + "inflow": 10.48, + "volume": 260.46, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 269.84, + "flow": 0, + "inflow": 10.48, + "volume": 260.46, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 269.86, + "flow": 0, + "inflow": 10.48, + "volume": 260.46, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 269.86, + "flow": 0, + "temperature": 10.6, + "precipitation": 0, + "inflow": 10.48, + "volume": 260.46 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 269.86, + "flow": 0, + "inflow": 10.48, + "volume": 260.46, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 269.85, + "flow": 0, + "inflow": 10.48, + "volume": 260.46, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 269.83, + "flow": 15.71, + "inflow": 10.48, + "volume": 260.57, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 269.81, + "flow": 51.35, + "inflow": 10.48, + "volume": 260.57, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 269.81, + "flow": 57.54, + "inflow": 10.48, + "volume": 260.57, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 269.81, + "flow": 57.52, + "inflow": 10.48, + "volume": 260.57, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 269.82, + "flow": 57.57, + "inflow": 10.48, + "volume": 260.57, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 269.83, + "flow": 57.37, + "inflow": 10.48, + "volume": 260.57, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 269.84, + "flow": 79.94, + "inflow": 70.86, + "volume": 260.61, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 269.86, + "flow": 94.66, + "inflow": 70.86, + "volume": 260.61, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 269.88, + "flow": 93.56, + "inflow": 70.86, + "volume": 260.61, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 269.88, + "flow": 93.99, + "inflow": 70.86, + "volume": 260.61, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 269.87, + "flow": 94.4, + "inflow": 70.86, + "volume": 260.61, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 269.85, + "flow": 93.52, + "inflow": 70.86, + "volume": 260.61, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 269.84, + "flow": 75.35, + "inflow": 70.86, + "volume": 260.68, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 269.84, + "flow": 32.94, + "inflow": 70.86, + "volume": 260.68, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 269.83, + "flow": 0, + "temperature": 12.1, + "precipitation": 0, + "inflow": 70.86, + "volume": 260.68 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 269.84, + "flow": 0, + "inflow": 70.86, + "volume": 260.68, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 269.85, + "flow": 0, + "temperature": 12.3, + "precipitation": 0, + "inflow": 70.86, + "volume": 260.68 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 269.86, + "flow": 0, + "inflow": 70.86, + "volume": 260.68, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 269.88, + "flow": 0, + "temperature": 12.5, + "precipitation": 0, + "inflow": 70.86, + "volume": 260.68 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 269.87, + "flow": 0, + "inflow": 70.86, + "volume": 261.07, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 269.86, + "flow": 0, + "inflow": 70.86, + "volume": 261.07, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 269.86, + "flow": 0, + "inflow": 70.86, + "volume": 261.07, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 269.87, + "flow": 0, + "inflow": 70.86, + "volume": 261.07, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 269.87, + "flow": 0, + "inflow": 70.86, + "volume": 261.07, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 269.86, + "flow": 0, + "inflow": 70.86, + "volume": 260.85, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 269.85, + "flow": 0, + "inflow": 70.86, + "volume": 260.85, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 269.86, + "flow": 0, + "inflow": 70.86, + "volume": 260.85, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 269.87, + "flow": 0, + "inflow": 70.86, + "volume": 260.85, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 269.88, + "flow": 0, + "inflow": 70.86, + "volume": 260.85, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 269.89, + "flow": 0, + "inflow": 70.86, + "volume": 260.85, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 269.89, + "flow": 0, + "inflow": 70.86, + "volume": 261.18, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 269.86, + "flow": 0, + "inflow": 70.86, + "volume": 261.18, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 269.85, + "flow": 0, + "temperature": 15, + "precipitation": 0, + "inflow": 70.86, + "volume": 261.18 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 269.85, + "flow": 0, + "inflow": 70.86, + "volume": 261.18, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 269.86, + "flow": 0, + "inflow": 70.86, + "volume": 261.18, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 269.86, + "flow": 0, + "inflow": 70.86, + "volume": 260.9, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 269.87, + "flow": 0, + "inflow": 70.86, + "volume": 260.9, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 269.87, + "flow": 0, + "inflow": 70.86, + "volume": 260.9, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 269.86, + "flow": 0, + "inflow": 70.86, + "volume": 260.9, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 269.87, + "flow": 0, + "inflow": 70.86, + "volume": 260.9, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 269.87, + "flow": 0, + "inflow": 70.86, + "volume": 260.9, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 269.87, + "flow": 0, + "inflow": 70.86, + "volume": 261.01, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 269.87, + "flow": 0, + "inflow": 70.86, + "volume": 261.01, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 269.88, + "flow": 0, + "inflow": 70.86, + "volume": 261.01, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 269.87, + "flow": 0, + "inflow": 70.86, + "volume": 261.01, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 269.86, + "flow": 0, + "inflow": 70.86, + "volume": 261.01, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 269.85, + "flow": 0, + "inflow": 70.86, + "volume": 261.01, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 269.86, + "flow": 0, + "inflow": 70.86, + "volume": 260.83, + "temperature": 16.4, + "precipitation": 3.9 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 269.86, + "flow": 0, + "inflow": 70.86, + "volume": 260.83, + "temperature": 16.4, + "precipitation": 3.9 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 269.87, + "flow": 0, + "temperature": 16.4, + "precipitation": 3.9, + "inflow": 70.86, + "volume": 260.83 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 269.87, + "flow": 0, + "inflow": 70.86, + "volume": 260.83, + "temperature": 15.8, + "precipitation": 0.7 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 269.87, + "flow": 0, + "inflow": 70.86, + "volume": 260.83, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 269.88, + "flow": 0, + "inflow": 70.86, + "volume": 260.83, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 269.87, + "flow": 0, + "inflow": 70.86, + "volume": 261.01, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 269.87, + "flow": 0, + "inflow": 70.86, + "volume": 261.01, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 269.87, + "flow": 0, + "inflow": 70.86, + "volume": 261.01, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 269.88, + "flow": 0, + "inflow": 70.86, + "volume": 261.01, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 269.87, + "flow": 0, + "inflow": 70.86, + "volume": 261.01, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 269.86, + "flow": 0, + "inflow": 70.86, + "volume": 261.01, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 269.86, + "flow": 0, + "inflow": 70.86, + "volume": 260.87, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 269.86, + "flow": 0, + "temperature": 14, + "precipitation": 0, + "inflow": 70.86, + "volume": 260.87 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 269.87, + "flow": 0, + "inflow": 70.86, + "volume": 260.87, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 269.88, + "flow": 0, + "temperature": 14.5, + "precipitation": 0, + "inflow": 70.86, + "volume": 260.87 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 269.88, + "flow": 0, + "inflow": 70.86, + "volume": 260.87, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 269.88, + "flow": 0, + "inflow": 70.86, + "volume": 260.87, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 269.87, + "flow": 0, + "inflow": 70.86, + "volume": 260.87, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 269.88, + "flow": 0, + "inflow": 70.86, + "volume": 260.98, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 269.87, + "flow": 0, + "inflow": 70.86, + "volume": 260.98, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 269.87, + "flow": 0, + "inflow": 70.86, + "volume": 260.98, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 269.87, + "flow": 0, + "inflow": 70.86, + "volume": 260.98, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 269.87, + "flow": 0, + "inflow": 70.86, + "volume": 260.98, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 269.87, + "flow": 0, + "inflow": 70.86, + "volume": 261.01, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 269.87, + "flow": 0, + "inflow": 70.86, + "volume": 261.01, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 269.87, + "flow": 0, + "inflow": 70.86, + "volume": 261.01, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 269.88, + "flow": 0, + "inflow": 70.86, + "volume": 261.01, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 269.88, + "flow": 0, + "inflow": 70.86, + "volume": 261.01, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 269.88, + "flow": 0, + "inflow": 70.86, + "volume": 261.01, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 269.86, + "flow": 50.28, + "inflow": 70.86, + "volume": 260.91, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 269.85, + "flow": 140.95, + "inflow": 70.86, + "volume": 260.91, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 269.86, + "flow": 186.05, + "inflow": 70.86, + "volume": 260.91, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 269.87, + "flow": 186.17, + "inflow": 70.86, + "volume": 260.91, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 269.86, + "flow": 186.92, + "inflow": 70.86, + "volume": 260.91, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 269.84, + "flow": 186.79, + "inflow": 70.86, + "volume": 260.91, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 269.84, + "flow": 219.95, + "temperature": 13.7, + "precipitation": 0, + "inflow": 70.86, + "volume": 260.91 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 269.84, + "flow": 246.53, + "inflow": 70.86, + "volume": 260.6, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 269.83, + "flow": 273, + "inflow": 70.86, + "volume": 260.6, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 269.83, + "flow": 273.38, + "inflow": 70.86, + "volume": 260.6, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 269.81, + "flow": 276.03, + "inflow": 70.86, + "volume": 260.6, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 269.81, + "flow": 276.11, + "inflow": 70.86, + "volume": 260.6, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 269.8, + "flow": 276.64, + "inflow": 70.86, + "volume": 260.13, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 269.81, + "flow": 262.04, + "inflow": 70.86, + "volume": 260.13, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 269.89, + "flow": 253.3, + "inflow": 70.86, + "volume": 260.13, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 269.93, + "flow": 254.65, + "inflow": 70.86, + "volume": 260.13, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 269.92, + "flow": 256.74, + "inflow": 70.86, + "volume": 260.13, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 269.9, + "flow": 257.26, + "inflow": 70.86, + "volume": 260.13, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 269.91, + "flow": 225, + "inflow": 70.86, + "volume": 261.46, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 269.92, + "flow": 164.51, + "inflow": 70.86, + "volume": 261.46, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 269.91, + "flow": 143.94, + "inflow": 70.86, + "volume": 261.46, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 269.89, + "flow": 145.92, + "inflow": 70.86, + "volume": 261.46, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 269.91, + "flow": 145.79, + "inflow": 70.86, + "volume": 261.46, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 269.93, + "flow": 145.31, + "inflow": 70.86, + "volume": 261.46, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 269.95, + "flow": 116.5, + "temperature": 10.7, + "precipitation": 0, + "inflow": 70.86, + "volume": 261.46 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 269.91, + "flow": 39.71, + "inflow": 70.86, + "volume": 261.92, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 269.88, + "flow": 0, + "inflow": 70.86, + "volume": 261.92, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 269.84, + "flow": 0, + "temperature": 10.6, + "precipitation": 0, + "inflow": 70.86, + "volume": 261.92 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 269.85, + "flow": 0, + "inflow": 70.86, + "volume": 261.92, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 269.87, + "flow": 0, + "inflow": 70.86, + "volume": 261.92, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 269.89, + "flow": 0, + "inflow": 70.86, + "volume": 261.18, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 269.88, + "flow": 0, + "temperature": 10.3, + "precipitation": 0, + "inflow": 70.86, + "volume": 261.18 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 70.86, + "volume": 261.18, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 269.92, + "flow": 0, + "inflow": 70.86, + "volume": 261.18, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 70.86, + "volume": 261.18, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 70.86, + "volume": 261.18, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 70.86, + "volume": 261.4, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 269.92, + "flow": 0, + "inflow": 70.86, + "volume": 261.4, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 70.86, + "volume": 261.4, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 269.89, + "flow": 0, + "inflow": 70.86, + "volume": 261.4, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 269.89, + "flow": 0, + "inflow": 70.86, + "volume": 261.4, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 70.86, + "volume": 261.4, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 70.86, + "volume": 261.34, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 70.86, + "volume": 261.34, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 70.86, + "volume": 261.34, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 70.86, + "volume": 261.34, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 269.92, + "flow": 0, + "temperature": 9.2, + "precipitation": 0, + "inflow": 70.86, + "volume": 261.34 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 269.92, + "flow": 0, + "inflow": 70.86, + "volume": 261.34, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 70.86, + "volume": 261.41, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 70.86, + "volume": 261.41, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 70.86, + "volume": 261.41, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 70.86, + "volume": 261.41, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 70.86, + "volume": 261.41, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 269.89, + "flow": 0, + "inflow": 70.86, + "volume": 261.24, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 269.91, + "flow": 0, + "temperature": 7.8, + "precipitation": 0, + "inflow": 70.86, + "volume": 261.24 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 70.86, + "volume": 261.24, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 70.86, + "volume": 261.24, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 70.86, + "volume": 261.24, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 70.86, + "volume": 261.24, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 70.86, + "volume": 261.48, + "temperature": 7.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 70.86, + "volume": 261.48, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 269.89, + "flow": 0, + "inflow": 70.86, + "volume": 261.48, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 70.86, + "volume": 261.48, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 70.86, + "volume": 261.48, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 70.86, + "volume": 261.48, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 70.86, + "volume": 261.31, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 70.86, + "volume": 261.31, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 70.86, + "volume": 261.31, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 269.92, + "flow": 0, + "inflow": 70.86, + "volume": 261.31, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 269.91, + "flow": 0, + "temperature": 10.1, + "precipitation": 0, + "inflow": 70.86, + "volume": 261.31 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 0, + "volume": 261.31, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 269.9, + "flow": 0, + "temperature": 10.5, + "precipitation": 0, + "inflow": 0, + "volume": 261.31 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 49.34, + "volume": 261.37, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 49.34, + "volume": 261.37, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 49.34, + "volume": 261.37, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 269.89, + "flow": 0, + "inflow": 49.34, + "volume": 261.37, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 49.34, + "volume": 261.37, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 49.34, + "volume": 261.37, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.37, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.37, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.37, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.37, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.37, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.42, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 49.34, + "volume": 261.42, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 269.9, + "flow": 0, + "temperature": 13, + "precipitation": 0, + "inflow": 49.34, + "volume": 261.42 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 49.34, + "volume": 261.42, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 49.34, + "volume": 261.42, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 49.34, + "volume": 261.42, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.36, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.36, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.36, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.36, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.36, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 269.91, + "flow": 0, + "temperature": 14.1, + "precipitation": 0, + "inflow": 49.34, + "volume": 261.36 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 49.34, + "volume": 261.39, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.39, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 269.9, + "flow": 0, + "temperature": 14.1, + "precipitation": 0, + "inflow": 49.34, + "volume": 261.39 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 49.34, + "volume": 261.39, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 49.34, + "volume": 261.39, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.39, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.39, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.39, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.39, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 269.91, + "flow": 0, + "temperature": 14.5, + "precipitation": 0, + "inflow": 49.34, + "volume": 261.39 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.39, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 269.91, + "flow": 0, + "temperature": 14.6, + "precipitation": 0, + "inflow": 49.34, + "volume": 261.39 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 49.34, + "volume": 261.44, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 49.34, + "volume": 261.44, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 49.34, + "volume": 261.44, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.44, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.44, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.44, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.44, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.44, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.44, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.44, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.44, + "temperature": 14, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 269.91, + "flow": 0, + "temperature": 14, + "precipitation": 0.2, + "inflow": 49.34, + "volume": 261.44 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.4, + "temperature": 13.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.4, + "temperature": 13.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 269.9, + "flow": 0, + "temperature": 13.9, + "precipitation": 0.2, + "inflow": 49.34, + "volume": 261.4 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 269.9, + "flow": 0, + "inflow": 49.34, + "volume": 261.4, + "temperature": 13.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.4, + "temperature": 13.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.4, + "temperature": 14, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.44, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.44, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.44, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.44, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.44, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.39, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.39, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.39, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.39, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.39, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.39, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.46, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 269.91, + "flow": 0, + "temperature": 15, + "precipitation": 0, + "inflow": 49.34, + "volume": 261.46 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 269.92, + "flow": 0, + "inflow": 49.34, + "volume": 261.46, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 269.92, + "flow": 0, + "inflow": 49.34, + "volume": 261.46, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.46, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 269.91, + "flow": 0, + "inflow": 49.34, + "volume": 261.46, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 269.89, + "flow": 80.22, + "inflow": 49.34, + "volume": 261.24, + "temperature": 15, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 269.88, + "flow": 174.98, + "inflow": 49.34, + "volume": 261.24, + "temperature": 15, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 269.87, + "flow": 202.73, + "inflow": 49.34, + "volume": 261.24, + "temperature": 15, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 269.87, + "flow": 201.77, + "inflow": 49.34, + "volume": 261.24, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 269.87, + "flow": 202.87, + "inflow": 49.34, + "volume": 261.24, + "temperature": 14.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 269.86, + "flow": 203.37, + "inflow": 49.34, + "volume": 261.24, + "temperature": 14.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 269.87, + "flow": 166.4, + "inflow": 49.34, + "volume": 261.02, + "temperature": 14.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 269.85, + "flow": 237.06, + "inflow": 49.34, + "volume": 261.02, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 269.86, + "flow": 306.81, + "inflow": 49.34, + "volume": 261.02, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 269.84, + "flow": 316, + "inflow": 49.34, + "volume": 261.02, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 269.83, + "flow": 316.91, + "inflow": 49.34, + "volume": 261.02, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 269.82, + "flow": 317.62, + "inflow": 49.34, + "volume": 261.02, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 269.8, + "flow": 294.04, + "temperature": 14.7, + "precipitation": 0, + "inflow": 49.34, + "volume": 261.02 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 269.79, + "flow": 248.63, + "inflow": 49.34, + "volume": 260.12, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 269.78, + "flow": 245.91, + "inflow": 49.34, + "volume": 260.12, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 269.77, + "flow": 248.23, + "inflow": 49.34, + "volume": 260.12, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 269.75, + "flow": 258.61, + "inflow": 49.34, + "volume": 260.12, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 269.76, + "flow": 262.11, + "inflow": 49.34, + "volume": 260.12, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 269.75, + "flow": 246.56, + "inflow": 49.34, + "volume": 259.58, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 269.74, + "flow": 181.88, + "inflow": 49.34, + "volume": 259.58, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 269.74, + "flow": 158.61, + "inflow": 49.34, + "volume": 259.58, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 269.73, + "flow": 159.83, + "inflow": 49.34, + "volume": 259.58, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 269.72, + "flow": 162.4, + "inflow": 49.34, + "volume": 259.58, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 269.71, + "flow": 163.86, + "inflow": 49.34, + "volume": 259.58, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 269.7, + "flow": 138.66, + "inflow": 49.34, + "volume": 259.06, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 269.7, + "flow": 88.27, + "inflow": 49.34, + "volume": 259.06, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 269.69, + "flow": 60.46, + "temperature": 14.4, + "precipitation": 0, + "inflow": 49.34, + "volume": 259.06 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 269.7, + "flow": 60.18, + "inflow": 49.34, + "volume": 259.06, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 269.7, + "flow": 59.86, + "inflow": 49.34, + "volume": 259.06, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 269.7, + "flow": 62.98, + "inflow": 49.34, + "volume": 259.06, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 269.7, + "flow": 59.17, + "inflow": 49.34, + "volume": 259.02, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 269.71, + "flow": 18.12, + "inflow": 49.34, + "volume": 259.02, + "temperature": 14.5, + "precipitation": 1.1 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 269.71, + "flow": 0, + "inflow": 49.34, + "volume": 259.02, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 269.71, + "flow": 0, + "temperature": 14.6, + "precipitation": 0, + "inflow": 49.34, + "volume": 259.02 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 269.7, + "flow": 0, + "inflow": 49.34, + "volume": 259.02, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 269.7, + "flow": 0, + "inflow": 49.34, + "volume": 259.02, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 269.7, + "flow": 0, + "temperature": 14.6, + "precipitation": 0, + "inflow": 49.34, + "volume": 259.02 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 269.68, + "flow": 0, + "inflow": 49.34, + "volume": 258.99, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 269.67, + "flow": 0, + "temperature": 14.6, + "precipitation": 0, + "inflow": 49.34, + "volume": 258.99 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 269.68, + "flow": 0, + "inflow": 49.34, + "volume": 258.99, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 269.69, + "flow": 0, + "inflow": 49.34, + "volume": 258.99, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 269.7, + "flow": 0, + "inflow": 49.34, + "volume": 258.99, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 269.7, + "flow": 0, + "inflow": 49.34, + "volume": 259, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 269.7, + "flow": 0, + "inflow": 49.34, + "volume": 259, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 269.71, + "flow": 0, + "inflow": 49.34, + "volume": 259, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 269.71, + "flow": 0, + "inflow": 49.34, + "volume": 259, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 269.71, + "flow": 0, + "inflow": 49.34, + "volume": 259, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 269.7, + "flow": 0, + "inflow": 49.34, + "volume": 259, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 269.7, + "flow": 0, + "inflow": 49.34, + "volume": 258.99, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 269.69, + "flow": 0, + "inflow": 49.34, + "volume": 258.99, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 269.69, + "flow": 0, + "inflow": 49.34, + "volume": 258.99, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 269.68, + "flow": 0, + "temperature": 14.3, + "precipitation": 0, + "inflow": 49.34, + "volume": 258.99 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 269.68, + "flow": 0, + "inflow": 49.34, + "volume": 258.99, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 269.69, + "flow": 0, + "inflow": 49.34, + "volume": 258.99, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 269.71, + "flow": 0, + "inflow": 49.34, + "volume": 259.11, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 269.71, + "flow": 0, + "inflow": 49.34, + "volume": 259.11, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 269.71, + "flow": 0, + "inflow": 49.34, + "volume": 259.11, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 269.71, + "flow": 0, + "inflow": 49.34, + "volume": 259.11, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 269.7, + "flow": 0, + "inflow": 49.34, + "volume": 259.11, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 269.7, + "flow": 0, + "inflow": 49.34, + "volume": 259.11, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 269.69, + "flow": 0, + "inflow": 49.34, + "volume": 258.94, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 269.68, + "flow": 0, + "inflow": 49.34, + "volume": 258.94, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 269.69, + "flow": 0, + "inflow": 49.34, + "volume": 258.94, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 269.69, + "flow": 0, + "inflow": 49.34, + "volume": 258.94, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 269.69, + "flow": 0, + "inflow": 49.34, + "volume": 258.94, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 269.69, + "flow": 0, + "inflow": 49.34, + "volume": 258.94, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 269.7, + "flow": 0, + "inflow": 49.34, + "volume": 259.03, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 269.71, + "flow": 0, + "inflow": 49.34, + "volume": 259.03, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 269.71, + "flow": 0, + "inflow": 49.34, + "volume": 259.03, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 269.71, + "flow": 0, + "inflow": 49.34, + "volume": 259.03, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 269.7, + "flow": 0, + "inflow": 49.34, + "volume": 259.03, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 269.7, + "flow": 0, + "inflow": 49.34, + "volume": 259.03, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 269.69, + "flow": 0, + "inflow": 13.34, + "volume": 258.98, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 269.69, + "flow": 0, + "inflow": 13.34, + "volume": 258.98, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 269.69, + "flow": 0, + "temperature": 15.7, + "precipitation": 0, + "inflow": 13.34, + "volume": 258.98 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 269.69, + "flow": 0, + "inflow": 13.34, + "volume": 258.98, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 269.7, + "flow": 0, + "inflow": 13.34, + "volume": 258.98, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 269.7, + "flow": 0, + "inflow": 13.34, + "volume": 258.98, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 269.71, + "flow": 0, + "inflow": 13.34, + "volume": 259.12, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 269.7, + "flow": 0, + "inflow": 13.34, + "volume": 259.12, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 269.71, + "flow": 0, + "inflow": 13.34, + "volume": 259.12, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 269.71, + "flow": 0, + "inflow": 13.34, + "volume": 259.12, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 269.71, + "flow": 0, + "inflow": 13.34, + "volume": 259.12, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 269.7, + "flow": 0, + "inflow": 13.34, + "volume": 259.12, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 269.7, + "flow": 0, + "inflow": 13.34, + "volume": 258.99, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 269.69, + "flow": 0, + "inflow": 13.34, + "volume": 258.99, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 269.69, + "flow": 0, + "inflow": 13.34, + "volume": 258.99, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 269.69, + "flow": 0, + "inflow": 13.34, + "volume": 258.99, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 269.7, + "flow": 0, + "inflow": 13.34, + "volume": 258.99, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 269.71, + "flow": 0, + "inflow": 13.34, + "volume": 258.99, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 269.71, + "flow": 0, + "inflow": 13.34, + "volume": 259.2, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 269.71, + "flow": 0, + "inflow": 13.34, + "volume": 259.2, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 269.71, + "flow": 0, + "inflow": 13.34, + "volume": 259.2, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 269.7, + "flow": 0, + "inflow": 13.34, + "volume": 259.2, + "temperature": 18.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 269.7, + "flow": 0, + "temperature": 18.2, + "precipitation": 0, + "inflow": 13.34, + "volume": 259.2 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 269.7, + "flow": 0, + "inflow": 13.34, + "volume": 259.2, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 269.69, + "flow": 0, + "inflow": 13.34, + "volume": 258.97, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 269.69, + "flow": 0, + "temperature": 18.6, + "precipitation": 0, + "inflow": 13.34, + "volume": 258.97 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 269.7, + "flow": 0, + "inflow": 13.34, + "volume": 258.97, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 269.7, + "flow": 0, + "inflow": 13.34, + "volume": 258.97, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 269.71, + "flow": 0, + "inflow": 13.34, + "volume": 258.97, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 269.7, + "flow": 0, + "inflow": 13.34, + "volume": 258.97, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 269.71, + "flow": 0, + "temperature": 19.1, + "precipitation": 0, + "inflow": 13.34, + "volume": 258.97 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 269.7, + "flow": 0, + "temperature": 19.1, + "precipitation": 0, + "inflow": 13.34, + "volume": 258.97 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 269.71, + "flow": 0, + "temperature": 19.1, + "precipitation": 0, + "inflow": 13.34, + "volume": 258.97 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 269.7, + "flow": 0, + "temperature": 19.1, + "precipitation": 0, + "inflow": 13.34, + "volume": 258.97 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 269.7, + "flow": 0, + "temperature": 19.1, + "precipitation": 0, + "inflow": 13.34, + "volume": 258.97 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 269.69, + "flow": 0, + "inflow": 13.34, + "volume": 259.12, + "temperature": 20.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 269.69, + "flow": 0, + "inflow": 13.34, + "volume": 258.97, + "temperature": 21.1, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/VLST.json b/public/data/VLST.json index 77f9329..28354af 100644 --- a/public/data/VLST.json +++ b/public/data/VLST.json @@ -10582,5 +10582,4766 @@ "volume": 7.6, "temperature": 15.5, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:30:00.000Z", + "level": 216.8, + "flow": 60.83, + "inflow": 49.17, + "volume": 7.6, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 216.85, + "flow": 60.83, + "temperature": 14.8, + "precipitation": 0, + "inflow": 49.17, + "volume": 7.6 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 217.06, + "flow": 60.89, + "inflow": 49.17, + "volume": 7.6, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 217.24, + "flow": 60.84, + "temperature": 14.5, + "precipitation": 0, + "inflow": 49.17, + "volume": 7.6 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 217.35, + "flow": 53.02, + "inflow": 49.17, + "volume": 8.41, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 217.36, + "flow": 50.46, + "inflow": 49.17, + "volume": 8.41, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 217.33, + "flow": 50.5, + "inflow": 49.17, + "volume": 8.41, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 217.42, + "flow": 50.53, + "inflow": 49.17, + "volume": 8.41, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 217.4, + "flow": 50.46, + "inflow": 49.17, + "volume": 8.41, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 217.4, + "flow": 50.53, + "inflow": 49.17, + "volume": 8.56, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 217.5, + "flow": 33.59, + "inflow": 49.17, + "volume": 8.56, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 217.38, + "flow": 22.25, + "inflow": 49.17, + "volume": 8.56, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 217.35, + "flow": 22.28, + "inflow": 49.17, + "volume": 8.56, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 217.46, + "flow": 22.3, + "inflow": 49.17, + "volume": 8.56, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 217.34, + "flow": 22.26, + "inflow": 49.17, + "volume": 8.56, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 217.33, + "flow": 22.28, + "inflow": 49.17, + "volume": 8.49, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 217.4, + "flow": 22.3, + "inflow": 49.17, + "volume": 8.49, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 217.3, + "flow": 22.26, + "temperature": 13, + "precipitation": 0, + "inflow": 49.17, + "volume": 8.49 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 217.3, + "flow": 22.29, + "inflow": 49.17, + "volume": 8.49, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 217.35, + "flow": 22.27, + "inflow": 49.17, + "volume": 8.49, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 217.24, + "flow": 22.26, + "inflow": 49.17, + "volume": 8.49, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 217.27, + "flow": 22.26, + "inflow": 49.17, + "volume": 8.43, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 217.26, + "flow": 57.26, + "inflow": 49.17, + "volume": 8.43, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 217.16, + "flow": 79.31, + "inflow": 49.17, + "volume": 8.43, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 217.16, + "flow": 79.05, + "inflow": 49.17, + "volume": 8.43, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 217.11, + "flow": 78.77, + "inflow": 49.17, + "volume": 8.43, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 217, + "flow": 78.38, + "inflow": 49.17, + "volume": 8.43, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 217.01, + "flow": 78.32, + "inflow": 49.17, + "volume": 8.43, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 216.97, + "flow": 49.3, + "inflow": 49.17, + "volume": 8.19, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 216.9, + "flow": 25.31, + "inflow": 49.17, + "volume": 8.19, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 216.92, + "flow": 25.31, + "inflow": 49.17, + "volume": 8.19, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 216.91, + "flow": 25.33, + "inflow": 49.17, + "volume": 8.19, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 216.85, + "flow": 25.29, + "inflow": 49.17, + "volume": 8.19, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 216.86, + "flow": 25.27, + "inflow": 49.17, + "volume": 8.05, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 216.85, + "flow": 25.27, + "inflow": 49.17, + "volume": 8.05, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 216.8, + "flow": 25.27, + "inflow": 49.17, + "volume": 8.05, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 216.82, + "flow": 25.3, + "inflow": 49.17, + "volume": 8.05, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 216.8, + "flow": 25.31, + "temperature": 12, + "precipitation": 0, + "inflow": 49.17, + "volume": 8.05 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 216.76, + "flow": 25.3, + "inflow": 49.17, + "volume": 8.05, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 216.77, + "flow": 25.31, + "inflow": 49.17, + "volume": 7.97, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 216.75, + "flow": 25.31, + "inflow": 49.17, + "volume": 7.97, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 216.71, + "flow": 25.3, + "inflow": 49.17, + "volume": 7.97, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 216.72, + "flow": 25.3, + "inflow": 49.17, + "volume": 7.97, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 216.7, + "flow": 25.3, + "temperature": 11.8, + "precipitation": 0, + "inflow": 49.17, + "volume": 7.97 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 216.66, + "flow": 25.29, + "inflow": 49.17, + "volume": 7.97, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 216.67, + "flow": 25.3, + "inflow": 49.17, + "volume": 7.88, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 216.64, + "flow": 25.3, + "inflow": 49.17, + "volume": 7.88, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 216.61, + "flow": 25.29, + "inflow": 49.17, + "volume": 7.88, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 216.61, + "flow": 25.29, + "inflow": 49.17, + "volume": 7.88, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 216.59, + "flow": 25.29, + "inflow": 49.17, + "volume": 7.88, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 216.56, + "flow": 25.29, + "inflow": 49.17, + "volume": 7.88, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 216.57, + "flow": 25.29, + "inflow": 49.17, + "volume": 7.79, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 216.54, + "flow": 25.29, + "inflow": 49.17, + "volume": 7.79, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 216.51, + "flow": 25.28, + "temperature": 11.7, + "precipitation": 0, + "inflow": 49.17, + "volume": 7.79 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 216.51, + "flow": 25.28, + "inflow": 49.17, + "volume": 7.79, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 216.49, + "flow": 25.28, + "inflow": 49.17, + "volume": 7.79, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 216.46, + "flow": 25.28, + "inflow": 49.17, + "volume": 7.79, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 216.47, + "flow": 25.28, + "inflow": 49.17, + "volume": 7.7, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 216.4, + "flow": 58.03, + "inflow": 49.17, + "volume": 7.7, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 216.43, + "flow": 80.16, + "inflow": 49.17, + "volume": 7.7, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 216.46, + "flow": 80.09, + "inflow": 49.17, + "volume": 7.7, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 216.4, + "flow": 79.78, + "inflow": 49.17, + "volume": 7.7, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 216.4, + "flow": 79.74, + "inflow": 49.17, + "volume": 7.7, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 216.41, + "flow": 84.71, + "inflow": 18.52, + "volume": 7.65, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 216.33, + "flow": 122.74, + "temperature": 12.9, + "precipitation": 0, + "inflow": 18.52, + "volume": 7.65 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 216.41, + "flow": 155.7, + "inflow": 18.52, + "volume": 7.65, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 216.48, + "flow": 155.68, + "inflow": 18.52, + "volume": 7.65, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 216.42, + "flow": 155.13, + "temperature": 13.4, + "precipitation": 0, + "inflow": 18.52, + "volume": 7.65 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 216.47, + "flow": 155.3, + "inflow": 18.52, + "volume": 7.65, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 216.53, + "flow": 155.6, + "inflow": 18.52, + "volume": 7.65, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 216.49, + "flow": 155.71, + "inflow": 18.52, + "volume": 7.75, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 216.53, + "flow": 156.12, + "inflow": 18.52, + "volume": 7.75, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 216.58, + "flow": 156.32, + "inflow": 18.52, + "volume": 7.75, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 216.56, + "flow": 156.38, + "inflow": 18.52, + "volume": 7.75, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 216.6, + "flow": 156.7, + "inflow": 18.52, + "volume": 7.75, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 216.63, + "flow": 156.98, + "inflow": 18.52, + "volume": 7.84, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 216.69, + "flow": 100.31, + "inflow": 18.52, + "volume": 7.84, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 216.58, + "flow": 39.2, + "inflow": 18.52, + "volume": 7.84, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 216.5, + "flow": 25.41, + "inflow": 18.52, + "volume": 7.84, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 216.6, + "flow": 25.31, + "inflow": 18.52, + "volume": 7.84, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 216.53, + "flow": 25.29, + "inflow": 18.52, + "volume": 7.84, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 216.44, + "flow": 25.37, + "inflow": 18.52, + "volume": 7.68, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 216.56, + "flow": 11.5, + "inflow": 18.52, + "volume": 7.68, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 216.52, + "flow": 0, + "inflow": 18.52, + "volume": 7.68, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 216.43, + "flow": 0, + "inflow": 18.52, + "volume": 7.68, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 216.53, + "flow": 0, + "inflow": 18.52, + "volume": 7.68, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 216.49, + "flow": 0, + "inflow": 18.52, + "volume": 7.68, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 216.44, + "flow": 0, + "inflow": 18.52, + "volume": 7.68, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 216.51, + "flow": 0, + "inflow": 18.52, + "volume": 7.67, + "temperature": 14.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 216.49, + "flow": 0, + "inflow": 18.52, + "volume": 7.67, + "temperature": 14.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 216.44, + "flow": 0, + "inflow": 18.52, + "volume": 7.67, + "temperature": 14.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 216.49, + "flow": 0, + "inflow": 18.52, + "volume": 7.67, + "temperature": 14.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 216.48, + "flow": 0, + "inflow": 18.52, + "volume": 7.67, + "temperature": 14.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 216.43, + "flow": 0, + "inflow": 18.52, + "volume": 7.67, + "temperature": 14.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 216.48, + "flow": 0, + "inflow": 18.52, + "volume": 7.67, + "temperature": 14.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 216.48, + "flow": 0, + "inflow": 18.52, + "volume": 7.67, + "temperature": 14.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 216.44, + "flow": 0, + "inflow": 18.52, + "volume": 7.67, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 216.48, + "flow": 0, + "inflow": 18.52, + "volume": 7.67, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 216.48, + "flow": 0, + "inflow": 18.52, + "volume": 7.67, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 216.44, + "flow": 0, + "temperature": 14.3, + "precipitation": 0, + "inflow": 18.52, + "volume": 7.67 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 216.46, + "flow": 0, + "inflow": 18.52, + "volume": 7.67, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 216.47, + "flow": 0, + "inflow": 18.52, + "volume": 7.67, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 216.44, + "flow": 0, + "inflow": 18.52, + "volume": 7.67, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 216.46, + "flow": 0, + "inflow": 18.52, + "volume": 7.67, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 216.47, + "flow": 0, + "inflow": 18.52, + "volume": 7.67, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 216.43, + "flow": 0, + "inflow": 18.52, + "volume": 7.67, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 216.45, + "flow": 0, + "inflow": 18.52, + "volume": 7.67, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 216.46, + "flow": 0, + "inflow": 18.52, + "volume": 7.67, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 216.43, + "flow": 0, + "inflow": 18.52, + "volume": 7.67, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 216.45, + "flow": 0, + "inflow": 18.52, + "volume": 7.67, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 216.45, + "flow": 0, + "inflow": 18.52, + "volume": 7.67, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 216.42, + "flow": 0, + "temperature": 15, + "precipitation": 0, + "inflow": 18.52, + "volume": 7.67 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 216.44, + "flow": 0, + "inflow": 18.52, + "volume": 7.66, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 216.45, + "flow": 0, + "inflow": 18.52, + "volume": 7.66, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 216.42, + "flow": 0, + "inflow": 18.52, + "volume": 7.66, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 216.44, + "flow": 0, + "inflow": 18.52, + "volume": 7.66, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 216.45, + "flow": 0, + "inflow": 18.52, + "volume": 7.66, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 216.43, + "flow": 0, + "inflow": 18.52, + "volume": 7.66, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 216.45, + "flow": 0, + "inflow": 18.52, + "volume": 7.66, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 216.44, + "flow": 0, + "temperature": 14.2, + "precipitation": 0, + "inflow": 18.52, + "volume": 7.66 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 216.43, + "flow": 0, + "inflow": 18.52, + "volume": 7.66, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 216.44, + "flow": 0, + "inflow": 18.52, + "volume": 7.66, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 216.45, + "flow": 0, + "inflow": 18.52, + "volume": 7.66, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 216.43, + "flow": 0, + "inflow": 18.52, + "volume": 7.67, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 216.45, + "flow": 0, + "inflow": 18.52, + "volume": 7.67, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 216.45, + "flow": 0, + "inflow": 18.52, + "volume": 7.67, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 216.43, + "flow": 0, + "inflow": 18.52, + "volume": 7.67, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 216.44, + "flow": 0, + "inflow": 18.52, + "volume": 7.67, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 216.44, + "flow": 0, + "inflow": 18.52, + "volume": 7.67, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 216.43, + "flow": 7.17, + "temperature": 13.8, + "precipitation": 0, + "inflow": 18.52, + "volume": 7.67 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 216.4, + "flow": 29.66, + "inflow": 18.52, + "volume": 7.66, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 216.47, + "flow": 50.39, + "temperature": 13.8, + "precipitation": 0, + "inflow": 18.52, + "volume": 7.66 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 216.49, + "flow": 50.37, + "inflow": 18.52, + "volume": 7.66, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 216.45, + "flow": 50.43, + "inflow": 18.52, + "volume": 7.66, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 216.49, + "flow": 50.45, + "inflow": 18.52, + "volume": 7.66, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 216.5, + "flow": 50.43, + "inflow": 18.52, + "volume": 7.73, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 216.5, + "flow": 35.34, + "inflow": 18.52, + "volume": 7.73, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 216.63, + "flow": 25.32, + "temperature": 13.5, + "precipitation": 0, + "inflow": 18.52, + "volume": 7.73 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 216.77, + "flow": 25.34, + "inflow": 18.52, + "volume": 7.73, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 216.81, + "flow": 25.34, + "inflow": 18.52, + "volume": 7.73, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 216.93, + "flow": 25.36, + "inflow": 18.52, + "volume": 7.73, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 217.04, + "flow": 25.31, + "inflow": 18.52, + "volume": 8.22, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 217.06, + "flow": 104.5, + "inflow": 18.52, + "volume": 8.22, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 217.23, + "flow": 158.22, + "inflow": 18.52, + "volume": 8.22, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 217.31, + "flow": 157.79, + "inflow": 18.52, + "volume": 8.22, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 217.32, + "flow": 157.55, + "inflow": 18.52, + "volume": 8.22, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 217.44, + "flow": 157.75, + "inflow": 18.52, + "volume": 8.22, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 217.51, + "flow": 157.82, + "inflow": 18.52, + "volume": 8.65, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 217.55, + "flow": 152.19, + "inflow": 18.52, + "volume": 8.65, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 217.66, + "flow": 150.31, + "temperature": 12.6, + "precipitation": 0, + "inflow": 18.52, + "volume": 8.65 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 217.63, + "flow": 150.17, + "inflow": 18.52, + "volume": 8.65, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 217.7, + "flow": 150.52, + "inflow": 18.52, + "volume": 8.65, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 217.75, + "flow": 150.16, + "inflow": 18.52, + "volume": 8.65, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 217.83, + "flow": 130.52, + "inflow": 18.52, + "volume": 8.88, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 217.95, + "flow": 119.57, + "inflow": 18.52, + "volume": 8.88, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 217.9, + "flow": 119.58, + "inflow": 18.52, + "volume": 8.88, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 218.01, + "flow": 119.63, + "inflow": 18.52, + "volume": 8.88, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 218.04, + "flow": 119.7, + "inflow": 18.52, + "volume": 8.88, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 218.06, + "flow": 119.75, + "inflow": 18.52, + "volume": 9.17, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 218.18, + "flow": 69.32, + "inflow": 18.52, + "volume": 9.17, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 218.02, + "flow": 25.35, + "inflow": 18.52, + "volume": 9.17, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 218.01, + "flow": 25.41, + "inflow": 18.52, + "volume": 9.17, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 218.15, + "flow": 25.37, + "inflow": 18.52, + "volume": 9.17, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 217.99, + "flow": 25.33, + "inflow": 18.52, + "volume": 9.17, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 217.98, + "flow": 25.38, + "inflow": 18.52, + "volume": 9.1, + "temperature": 11.3, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 218.08, + "flow": 25.35, + "inflow": 18.52, + "volume": 9.1, + "temperature": 11.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 217.92, + "flow": 25.33, + "inflow": 18.52, + "volume": 9.1, + "temperature": 11.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 217.97, + "flow": 25.38, + "inflow": 18.52, + "volume": 9.1, + "temperature": 11.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 218.02, + "flow": 25.36, + "inflow": 18.52, + "volume": 9.1, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 217.88, + "flow": 25.33, + "inflow": 18.52, + "volume": 9.1, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 217.94, + "flow": 25.38, + "inflow": 18.52, + "volume": 9.06, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 217.96, + "flow": 11.76, + "inflow": 18.52, + "volume": 9.06, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 217.86, + "flow": 0, + "inflow": 18.52, + "volume": 9.06, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 217.93, + "flow": 0, + "inflow": 18.52, + "volume": 9.06, + "temperature": 11.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 217.94, + "flow": 0, + "inflow": 18.52, + "volume": 9.06, + "temperature": 11.6, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 217.86, + "flow": 0, + "inflow": 18.52, + "volume": 9.06, + "temperature": 11.3, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 217.95, + "flow": 0, + "inflow": 18.52, + "volume": 9.07, + "temperature": 11.2, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 217.91, + "flow": 0, + "inflow": 18.52, + "volume": 9.07, + "temperature": 11.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 217.88, + "flow": 0, + "inflow": 18.52, + "volume": 9.07, + "temperature": 11.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 217.95, + "flow": 0, + "inflow": 18.52, + "volume": 9.07, + "temperature": 11, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 217.9, + "flow": 0, + "inflow": 18.52, + "volume": 9.07, + "temperature": 10.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 217.89, + "flow": 0, + "inflow": 18.52, + "volume": 9.07, + "temperature": 10.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 217.96, + "flow": 0, + "inflow": 18.52, + "volume": 9.07, + "temperature": 10.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 217.9, + "flow": 0, + "inflow": 18.52, + "volume": 9.07, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 217.91, + "flow": 0, + "inflow": 18.52, + "volume": 9.07, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 217.95, + "flow": 0, + "inflow": 18.52, + "volume": 9.07, + "temperature": 10.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 217.89, + "flow": 0, + "inflow": 18.52, + "volume": 9.07, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 217.91, + "flow": 0, + "inflow": 18.52, + "volume": 9.07, + "temperature": 10.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 217.92, + "flow": 0, + "inflow": 18.52, + "volume": 9.04, + "temperature": 10.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 217.88, + "flow": 0, + "inflow": 18.52, + "volume": 9.04, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 217.93, + "flow": 0, + "inflow": 18.52, + "volume": 9.04, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 217.92, + "flow": 0, + "inflow": 18.52, + "volume": 9.04, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 217.89, + "flow": 0, + "inflow": 18.52, + "volume": 9.04, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 217.93, + "flow": 0, + "inflow": 18.52, + "volume": 9.04, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 217.91, + "flow": 0, + "inflow": 18.52, + "volume": 9.03, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 217.9, + "flow": 0, + "inflow": 18.52, + "volume": 9.03, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 217.94, + "flow": 0, + "inflow": 18.52, + "volume": 9.03, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 217.91, + "flow": 0, + "temperature": 10.2, + "precipitation": 0, + "inflow": 18.52, + "volume": 9.03 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 217.91, + "flow": 0, + "inflow": 18.52, + "volume": 9.03, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 217.94, + "flow": 0, + "inflow": 18.52, + "volume": 9.03, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 217.9, + "flow": 18.73, + "inflow": 18.52, + "volume": 9.02, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 217.84, + "flow": 89.74, + "inflow": 18.52, + "volume": 9.02, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 217.87, + "flow": 130.32, + "inflow": 18.52, + "volume": 9.02, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 217.81, + "flow": 130.43, + "inflow": 18.52, + "volume": 9.02, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 217.72, + "flow": 130.49, + "inflow": 18.52, + "volume": 9.02, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 217.75, + "flow": 130.56, + "inflow": 18.52, + "volume": 9.02, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 217.68, + "flow": 130.5, + "inflow": 56.74, + "volume": 8.82, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 217.59, + "flow": 150.35, + "inflow": 56.74, + "volume": 8.82, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 217.65, + "flow": 160.67, + "inflow": 56.74, + "volume": 8.82, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 217.58, + "flow": 160.27, + "inflow": 56.74, + "volume": 8.82, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 217.49, + "flow": 159.8, + "inflow": 56.74, + "volume": 8.82, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 217.52, + "flow": 159.87, + "inflow": 56.74, + "volume": 8.82, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 217.45, + "flow": 159.57, + "inflow": 56.74, + "volume": 8.6, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 217.43, + "flow": 111.95, + "inflow": 56.74, + "volume": 8.6, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 217.37, + "flow": 69.22, + "inflow": 56.74, + "volume": 8.6, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 217.27, + "flow": 58.86, + "inflow": 56.74, + "volume": 8.6, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 217.33, + "flow": 49.32, + "temperature": 11.8, + "precipitation": 0, + "inflow": 56.74, + "volume": 8.6 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 217.26, + "flow": 36.25, + "inflow": 56.74, + "volume": 8.6, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 217.2, + "flow": 24.4, + "inflow": 56.74, + "volume": 8.6, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 217.27, + "flow": 13.6, + "inflow": 56.74, + "volume": 8.37, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 217.22, + "flow": 0, + "inflow": 56.74, + "volume": 8.37, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 217.18, + "flow": 0, + "inflow": 56.74, + "volume": 8.37, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 217.26, + "flow": 0, + "inflow": 56.74, + "volume": 8.37, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 217.22, + "flow": 0, + "inflow": 56.74, + "volume": 8.37, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 217.19, + "flow": 0, + "inflow": 56.74, + "volume": 8.36, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 217.26, + "flow": 0, + "inflow": 56.74, + "volume": 8.36, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 217.23, + "flow": 0, + "inflow": 56.74, + "volume": 8.36, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 217.2, + "flow": 0, + "inflow": 56.74, + "volume": 8.36, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 217.26, + "flow": 0, + "inflow": 56.74, + "volume": 8.36, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 217.22, + "flow": 0, + "inflow": 56.74, + "volume": 8.36, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 217.21, + "flow": 0, + "inflow": 56.74, + "volume": 8.36, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 217.25, + "flow": 0, + "inflow": 56.74, + "volume": 8.38, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 217.22, + "flow": 0, + "inflow": 56.74, + "volume": 8.38, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 217.22, + "flow": 0, + "temperature": 14.4, + "precipitation": 0, + "inflow": 56.74, + "volume": 8.38 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 217.25, + "flow": 0, + "inflow": 56.74, + "volume": 8.38, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 217.22, + "flow": 0, + "inflow": 56.74, + "volume": 8.38, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 217.23, + "flow": 0, + "inflow": 56.74, + "volume": 8.4, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 217.25, + "flow": 0, + "inflow": 56.74, + "volume": 8.4, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 217.22, + "flow": 0, + "inflow": 56.74, + "volume": 8.4, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 217.23, + "flow": 0, + "inflow": 56.74, + "volume": 8.4, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 217.25, + "flow": 0, + "inflow": 56.74, + "volume": 8.4, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 217.21, + "flow": 0, + "inflow": 56.74, + "volume": 8.4, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 217.23, + "flow": 0, + "inflow": 56.74, + "volume": 8.4, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 217.25, + "flow": 0, + "inflow": 56.74, + "volume": 8.4, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 217.21, + "flow": 0, + "inflow": 56.74, + "volume": 8.4, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 217.23, + "flow": 0, + "inflow": 56.74, + "volume": 8.4, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 217.23, + "flow": 0, + "inflow": 56.74, + "volume": 8.4, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 217.22, + "flow": 0, + "inflow": 56.74, + "volume": 8.4, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 217.23, + "flow": 0, + "inflow": 56.74, + "volume": 8.4, + "temperature": 15.4, + "precipitation": 5.4 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 217.24, + "flow": 0, + "inflow": 56.74, + "volume": 8.4, + "temperature": 15.4, + "precipitation": 5.4 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 217.2, + "flow": 0, + "temperature": 15.4, + "precipitation": 5.4, + "inflow": 56.74, + "volume": 8.4 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 217.23, + "flow": 0, + "inflow": 56.74, + "volume": 8.4, + "temperature": 14.9, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 217.23, + "flow": 0, + "inflow": 56.74, + "volume": 8.4, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 217.19, + "flow": 0, + "inflow": 56.74, + "volume": 8.4, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 217.24, + "flow": 0, + "inflow": 56.74, + "volume": 8.4, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 217.22, + "flow": 0, + "inflow": 56.74, + "volume": 8.4, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 217.2, + "flow": 0, + "inflow": 56.74, + "volume": 8.4, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 217.23, + "flow": 0, + "inflow": 56.74, + "volume": 8.4, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 217.22, + "flow": 0, + "inflow": 56.74, + "volume": 8.4, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 217.2, + "flow": 0, + "inflow": 56.74, + "volume": 8.4, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 217.23, + "flow": 0, + "inflow": 56.74, + "volume": 8.4, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 217.21, + "flow": 0, + "temperature": 13.6, + "precipitation": 0, + "inflow": 56.74, + "volume": 8.4 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 217.19, + "flow": 0, + "inflow": 56.74, + "volume": 8.4, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 217.22, + "flow": 0, + "temperature": 14.1, + "precipitation": 0, + "inflow": 56.74, + "volume": 8.4 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 217.2, + "flow": 0, + "inflow": 56.74, + "volume": 8.4, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 217.17, + "flow": 0, + "inflow": 56.74, + "volume": 8.4, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 217.22, + "flow": 0, + "inflow": 56.74, + "volume": 8.4, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 217.2, + "flow": 0, + "inflow": 56.74, + "volume": 8.39, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 217.18, + "flow": 0, + "inflow": 56.74, + "volume": 8.39, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 217.21, + "flow": 0, + "inflow": 56.74, + "volume": 8.39, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 217.18, + "flow": 0, + "inflow": 56.74, + "volume": 8.39, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 217.19, + "flow": 0, + "inflow": 56.74, + "volume": 8.39, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 217.21, + "flow": 0, + "inflow": 56.74, + "volume": 8.38, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 217.17, + "flow": 0, + "inflow": 56.74, + "volume": 8.38, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 217.18, + "flow": 0, + "inflow": 56.74, + "volume": 8.38, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 217.2, + "flow": 0, + "inflow": 56.74, + "volume": 8.38, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 217.16, + "flow": 0, + "inflow": 56.74, + "volume": 8.38, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 217.18, + "flow": 0, + "inflow": 56.74, + "volume": 8.38, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 217.17, + "flow": 15.19, + "inflow": 56.74, + "volume": 8.34, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 217.08, + "flow": 95.29, + "inflow": 56.74, + "volume": 8.34, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 217.25, + "flow": 128.4, + "inflow": 56.74, + "volume": 8.34, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 217.33, + "flow": 127.81, + "inflow": 56.74, + "volume": 8.34, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 217.24, + "flow": 128.41, + "inflow": 56.74, + "volume": 8.34, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 217.37, + "flow": 128.5, + "inflow": 56.74, + "volume": 8.34, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 217.42, + "flow": 128.19, + "temperature": 13, + "precipitation": 0, + "inflow": 56.74, + "volume": 8.34 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 217.38, + "flow": 147.69, + "inflow": 56.74, + "volume": 8.57, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 217.55, + "flow": 158.69, + "inflow": 56.74, + "volume": 8.57, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 217.64, + "flow": 158.61, + "inflow": 56.74, + "volume": 8.57, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 217.66, + "flow": 158.67, + "inflow": 56.74, + "volume": 8.57, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 217.79, + "flow": 158.72, + "inflow": 56.74, + "volume": 8.57, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 217.86, + "flow": 158.69, + "inflow": 56.74, + "volume": 8.98, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 217.94, + "flow": 146.18, + "inflow": 56.74, + "volume": 8.98, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 218.04, + "flow": 141.4, + "inflow": 56.74, + "volume": 8.98, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 218.09, + "flow": 141.35, + "inflow": 56.74, + "volume": 8.98, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 218.16, + "flow": 141.31, + "inflow": 56.74, + "volume": 8.98, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 218.26, + "flow": 141.23, + "inflow": 56.74, + "volume": 8.98, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 218.33, + "flow": 141.28, + "inflow": 56.74, + "volume": 9.42, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 218.45, + "flow": 116.21, + "inflow": 56.74, + "volume": 9.42, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 218.43, + "flow": 80.89, + "inflow": 56.74, + "volume": 9.42, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 218.48, + "flow": 81.01, + "inflow": 56.74, + "volume": 9.42, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 218.59, + "flow": 80.91, + "inflow": 56.74, + "volume": 9.42, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 218.56, + "flow": 80.85, + "inflow": 56.74, + "volume": 9.42, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 218.63, + "flow": 80.88, + "temperature": 10.1, + "precipitation": 0, + "inflow": 56.74, + "volume": 9.42 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 218.73, + "flow": 63.47, + "inflow": 56.74, + "volume": 9.71, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 218.56, + "flow": 50.59, + "temperature": 10.1, + "precipitation": 0, + "inflow": 56.74, + "volume": 9.71 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 218.57, + "flow": 50.58, + "inflow": 56.74, + "volume": 9.71, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 218.6, + "flow": 50.6, + "inflow": 56.74, + "volume": 9.71, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 218.44, + "flow": 50.57, + "inflow": 56.74, + "volume": 9.71, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 218.49, + "flow": 50.58, + "inflow": 56.74, + "volume": 9.58, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 218.49, + "flow": 34.16, + "temperature": 10, + "precipitation": 0, + "inflow": 56.74, + "volume": 9.58 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 218.37, + "flow": 25.38, + "inflow": 56.74, + "volume": 9.58, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 218.45, + "flow": 25.41, + "inflow": 56.74, + "volume": 9.58, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 218.42, + "flow": 25.38, + "inflow": 56.74, + "volume": 9.58, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 218.34, + "flow": 25.36, + "inflow": 56.74, + "volume": 9.58, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 218.42, + "flow": 25.41, + "inflow": 56.74, + "volume": 9.51, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 218.31, + "flow": 54.28, + "inflow": 56.74, + "volume": 9.51, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 218.3, + "flow": 70.9, + "inflow": 56.74, + "volume": 9.51, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 218.27, + "flow": 70.84, + "inflow": 56.74, + "volume": 9.51, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 218.17, + "flow": 70.86, + "inflow": 56.74, + "volume": 9.51, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 218.18, + "flow": 70.96, + "inflow": 56.74, + "volume": 9.51, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 218.13, + "flow": 70.91, + "inflow": 56.74, + "volume": 9.24, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 218.06, + "flow": 34.31, + "inflow": 56.74, + "volume": 9.24, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 218.11, + "flow": 0, + "inflow": 56.74, + "volume": 9.24, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 218.08, + "flow": 0, + "inflow": 56.74, + "volume": 9.24, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 218.07, + "flow": 0, + "temperature": 8.9, + "precipitation": 0, + "inflow": 56.74, + "volume": 9.24 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 218.12, + "flow": 0, + "inflow": 56.74, + "volume": 9.24, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 218.09, + "flow": 0, + "inflow": 56.74, + "volume": 9.2, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 218.07, + "flow": 0, + "inflow": 56.74, + "volume": 9.2, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 218.12, + "flow": 0, + "inflow": 56.74, + "volume": 9.2, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 218.08, + "flow": 0, + "inflow": 56.74, + "volume": 9.2, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 218.09, + "flow": 0, + "inflow": 56.74, + "volume": 9.2, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 218.07, + "flow": 0, + "inflow": 56.74, + "volume": 9.18, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 218.09, + "flow": 0, + "temperature": 8, + "precipitation": 0, + "inflow": 56.74, + "volume": 9.18 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 218.1, + "flow": 0, + "inflow": 56.74, + "volume": 9.18, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 218.07, + "flow": 0, + "inflow": 56.74, + "volume": 9.18, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 218.1, + "flow": 0, + "inflow": 56.74, + "volume": 9.18, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 218.09, + "flow": 0, + "inflow": 56.74, + "volume": 9.18, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 218.07, + "flow": 0, + "inflow": 56.74, + "volume": 9.18, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 218.1, + "flow": 0, + "inflow": 56.74, + "volume": 9.18, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 218.08, + "flow": 0, + "inflow": 56.74, + "volume": 9.18, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 218.08, + "flow": 0, + "inflow": 56.74, + "volume": 9.18, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 218.11, + "flow": 0, + "inflow": 56.74, + "volume": 9.18, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 218.08, + "flow": 0, + "inflow": 56.74, + "volume": 9.18, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 218.09, + "flow": 13.8, + "inflow": 56.74, + "volume": 9.2, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 218.05, + "flow": 62.65, + "inflow": 56.74, + "volume": 9.2, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 218, + "flow": 79.47, + "inflow": 56.74, + "volume": 9.2, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 217.97, + "flow": 79.23, + "inflow": 56.74, + "volume": 9.2, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 217.9, + "flow": 78.86, + "temperature": 9.8, + "precipitation": 0, + "inflow": 56.74, + "volume": 9.2 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 217.85, + "flow": 78.7, + "inflow": 56.74, + "volume": 9.2, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 217.82, + "flow": 78.66, + "inflow": 0, + "volume": 9.2, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 217.75, + "flow": 78.36, + "inflow": 42.2, + "volume": 8.94, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 217.71, + "flow": 78.22, + "inflow": 42.2, + "volume": 8.94, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 217.66, + "flow": 78, + "inflow": 42.2, + "volume": 8.94, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 217.6, + "flow": 77.71, + "inflow": 42.2, + "volume": 8.94, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 217.56, + "flow": 77.44, + "inflow": 42.2, + "volume": 8.94, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 217.51, + "flow": 77.21, + "inflow": 42.2, + "volume": 8.66, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 217.46, + "flow": 59.79, + "inflow": 42.2, + "volume": 8.66, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 217.44, + "flow": 50.52, + "inflow": 42.2, + "volume": 8.66, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 217.39, + "flow": 50.47, + "inflow": 42.2, + "volume": 8.66, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 217.35, + "flow": 50.49, + "inflow": 42.2, + "volume": 8.66, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 217.33, + "flow": 50.53, + "inflow": 42.2, + "volume": 8.66, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 217.29, + "flow": 50.53, + "inflow": 42.2, + "volume": 8.45, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 217.29, + "flow": 23.61, + "inflow": 42.2, + "volume": 8.45, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 217.28, + "flow": 0, + "inflow": 42.2, + "volume": 8.45, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 217.26, + "flow": 0, + "inflow": 42.2, + "volume": 8.45, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 217.28, + "flow": 0, + "inflow": 42.2, + "volume": 8.45, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 217.26, + "flow": 0, + "inflow": 42.2, + "volume": 8.45, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 217.28, + "flow": 0, + "inflow": 42.2, + "volume": 8.42, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 217.28, + "flow": 0, + "inflow": 42.2, + "volume": 8.42, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 217.26, + "flow": 0, + "inflow": 42.2, + "volume": 8.42, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 217.28, + "flow": 0, + "inflow": 42.2, + "volume": 8.42, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 217.27, + "flow": 0, + "inflow": 42.2, + "volume": 8.42, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 217.26, + "flow": 0, + "temperature": 13.9, + "precipitation": 0, + "inflow": 42.2, + "volume": 8.42 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 217.28, + "flow": 0, + "inflow": 42.2, + "volume": 8.42, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 217.27, + "flow": 0, + "inflow": 42.2, + "volume": 8.42, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 217.26, + "flow": 0, + "temperature": 13.9, + "precipitation": 0, + "inflow": 42.2, + "volume": 8.42 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 217.28, + "flow": 0, + "inflow": 42.2, + "volume": 8.42, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 217.27, + "flow": 0, + "inflow": 42.2, + "volume": 8.42, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 217.27, + "flow": 0, + "inflow": 42.2, + "volume": 8.43, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 217.29, + "flow": 0, + "inflow": 42.2, + "volume": 8.43, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 217.28, + "flow": 0, + "inflow": 42.2, + "volume": 8.43, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 217.27, + "flow": 0, + "inflow": 42.2, + "volume": 8.43, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 217.27, + "flow": 0, + "temperature": 14.1, + "precipitation": 0, + "inflow": 42.2, + "volume": 8.43 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 217.26, + "flow": 0, + "inflow": 42.2, + "volume": 8.43, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 217.26, + "flow": 0, + "inflow": 42.2, + "volume": 8.43, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 217.25, + "flow": 0, + "inflow": 42.2, + "volume": 8.43, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 217.24, + "flow": 0, + "inflow": 42.2, + "volume": 8.43, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 217.26, + "flow": 0, + "inflow": 42.2, + "volume": 8.43, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 217.23, + "flow": 0, + "inflow": 42.2, + "volume": 8.43, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 217.24, + "flow": 0, + "inflow": 42.2, + "volume": 8.43, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 217.25, + "flow": 0, + "inflow": 42.2, + "volume": 8.42, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 217.22, + "flow": 0, + "inflow": 42.2, + "volume": 8.42, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 217.23, + "flow": 0, + "inflow": 42.2, + "volume": 8.42, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 217.25, + "flow": 0, + "inflow": 42.2, + "volume": 8.42, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 217.23, + "flow": 0, + "inflow": 42.2, + "volume": 8.42, + "temperature": 13.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 217.24, + "flow": 0, + "inflow": 42.2, + "volume": 8.42, + "temperature": 13.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 217.24, + "flow": 0, + "temperature": 13.6, + "precipitation": 0.2, + "inflow": 42.2, + "volume": 8.42 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 217.22, + "flow": 0, + "inflow": 42.2, + "volume": 8.4, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 217.24, + "flow": 0, + "inflow": 42.2, + "volume": 8.4, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 217.23, + "flow": 0, + "temperature": 13.5, + "precipitation": 0.2, + "inflow": 42.2, + "volume": 8.4 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 217.22, + "flow": 0, + "inflow": 42.2, + "volume": 8.4, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 217.23, + "flow": 0, + "inflow": 42.2, + "volume": 8.4, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 217.23, + "flow": 0, + "inflow": 42.2, + "volume": 8.4, + "temperature": 13.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 217.21, + "flow": 0, + "inflow": 42.2, + "volume": 8.39, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 217.23, + "flow": 0, + "inflow": 42.2, + "volume": 8.39, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 217.21, + "flow": 0, + "inflow": 42.2, + "volume": 8.39, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 217.2, + "flow": 0, + "inflow": 42.2, + "volume": 8.39, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 217.22, + "flow": 0, + "inflow": 42.2, + "volume": 8.39, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 217.2, + "flow": 0, + "inflow": 42.2, + "volume": 8.36, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 217.19, + "flow": 0, + "inflow": 42.2, + "volume": 8.36, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 217.21, + "flow": 0, + "inflow": 42.2, + "volume": 8.36, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 217.19, + "flow": 0, + "inflow": 42.2, + "volume": 8.36, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 217.2, + "flow": 0, + "inflow": 42.2, + "volume": 8.36, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 217.2, + "flow": 0, + "inflow": 42.2, + "volume": 8.36, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 217.19, + "flow": 0, + "inflow": 42.2, + "volume": 8.36, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 217.2, + "flow": 0, + "temperature": 14.7, + "precipitation": 0, + "inflow": 42.2, + "volume": 8.36 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 217.2, + "flow": 0, + "inflow": 42.2, + "volume": 8.36, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 217.18, + "flow": 0, + "inflow": 42.2, + "volume": 8.36, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 217.19, + "flow": 0, + "inflow": 42.2, + "volume": 8.36, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 217.2, + "flow": 0, + "inflow": 42.2, + "volume": 8.36, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 217.18, + "flow": 13.77, + "inflow": 42.2, + "volume": 8.35, + "temperature": 14.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 217.1, + "flow": 101.51, + "inflow": 42.2, + "volume": 8.35, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 217.26, + "flow": 158.22, + "inflow": 42.2, + "volume": 8.35, + "temperature": 14.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 217.33, + "flow": 157.75, + "inflow": 42.2, + "volume": 8.35, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 217.27, + "flow": 157.44, + "inflow": 42.2, + "volume": 8.35, + "temperature": 14.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 217.37, + "flow": 157.9, + "inflow": 42.2, + "volume": 8.35, + "temperature": 14.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 217.41, + "flow": 157.97, + "inflow": 42.2, + "volume": 8.57, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 217.4, + "flow": 157.41, + "inflow": 42.2, + "volume": 8.57, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 217.49, + "flow": 157.45, + "inflow": 42.2, + "volume": 8.57, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 217.66, + "flow": 157.78, + "inflow": 42.2, + "volume": 8.57, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 217.7, + "flow": 157.81, + "inflow": 42.2, + "volume": 8.57, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 217.83, + "flow": 158.08, + "inflow": 42.2, + "volume": 8.57, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 217.95, + "flow": 158.47, + "temperature": 14.3, + "precipitation": 0, + "inflow": 42.2, + "volume": 8.57 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 218.05, + "flow": 132.4, + "inflow": 42.2, + "volume": 9.07, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 218.12, + "flow": 115.84, + "temperature": 14.2, + "precipitation": 0, + "inflow": 42.2, + "volume": 9.07 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 218.2, + "flow": 115.89, + "inflow": 42.2, + "volume": 9.07, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 218.3, + "flow": 115.93, + "inflow": 42.2, + "volume": 9.07, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 218.39, + "flow": 116.01, + "inflow": 42.2, + "volume": 9.07, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 218.49, + "flow": 115.75, + "inflow": 42.2, + "volume": 9.58, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 218.61, + "flow": 97.79, + "inflow": 42.2, + "volume": 9.58, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 218.61, + "flow": 70.94, + "inflow": 42.2, + "volume": 9.58, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 218.68, + "flow": 71.04, + "inflow": 42.2, + "volume": 9.58, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 218.8, + "flow": 60.62, + "inflow": 42.2, + "volume": 9.58, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 218.81, + "flow": 50.58, + "inflow": 42.2, + "volume": 9.58, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 218.91, + "flow": 50.6, + "temperature": 14, + "precipitation": 0, + "inflow": 42.2, + "volume": 9.58 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 219.01, + "flow": 50.62, + "inflow": 42.2, + "volume": 9.98, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 218.92, + "flow": 50.6, + "temperature": 13.9, + "precipitation": 0, + "inflow": 42.2, + "volume": 9.98 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 218.98, + "flow": 50.63, + "inflow": 42.2, + "volume": 9.98, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 219.01, + "flow": 50.65, + "inflow": 42.2, + "volume": 9.98, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 218.95, + "flow": 36.47, + "inflow": 42.2, + "volume": 9.98, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 219.06, + "flow": 22.75, + "inflow": 42.2, + "volume": 10.12, + "temperature": 14, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 219.06, + "flow": 22.28, + "inflow": 42.2, + "volume": 10.12, + "temperature": 14, + "precipitation": 1 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 218.98, + "flow": 22.3, + "inflow": 42.2, + "volume": 10.12, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 219.03, + "flow": 22.31, + "temperature": 14.4, + "precipitation": 0, + "inflow": 42.2, + "volume": 10.12 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 218.99, + "flow": 22.28, + "inflow": 42.2, + "volume": 10.12, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 218.95, + "flow": 22.29, + "inflow": 42.2, + "volume": 10.12, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 218.99, + "flow": 22.29, + "temperature": 14.5, + "precipitation": 0, + "inflow": 42.2, + "volume": 10.12 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 218.94, + "flow": 22.29, + "inflow": 42.2, + "volume": 10.06, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 218.94, + "flow": 22.29, + "temperature": 14.5, + "precipitation": 0, + "inflow": 42.2, + "volume": 10.06 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 218.94, + "flow": 22.29, + "inflow": 42.2, + "volume": 10.06, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 218.89, + "flow": 22.26, + "inflow": 42.2, + "volume": 10.06, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 218.92, + "flow": 22.3, + "inflow": 42.2, + "volume": 10.06, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 218.89, + "flow": 22.27, + "inflow": 42.2, + "volume": 9.96, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 218.84, + "flow": 24.92, + "inflow": 42.2, + "volume": 9.96, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 218.87, + "flow": 25.37, + "inflow": 42.2, + "volume": 9.96, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 218.83, + "flow": 25.36, + "inflow": 42.2, + "volume": 9.96, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 218.81, + "flow": 25.34, + "inflow": 42.2, + "volume": 9.96, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 218.83, + "flow": 25.36, + "inflow": 42.2, + "volume": 9.96, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 218.78, + "flow": 25.37, + "inflow": 42.2, + "volume": 9.85, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 218.78, + "flow": 22.63, + "inflow": 42.2, + "volume": 9.85, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 218.77, + "flow": 22.26, + "inflow": 42.2, + "volume": 9.85, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 218.72, + "flow": 24.23, + "inflow": 42.2, + "volume": 9.85, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 218.74, + "flow": 24.38, + "inflow": 42.2, + "volume": 9.85, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 218.72, + "flow": 24.36, + "inflow": 42.2, + "volume": 9.85, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 218.68, + "flow": 24.39, + "inflow": 42.2, + "volume": 9.76, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 218.71, + "flow": 24.43, + "inflow": 42.2, + "volume": 9.76, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 218.67, + "flow": 24.39, + "inflow": 42.2, + "volume": 9.76, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 218.66, + "flow": 24.37, + "inflow": 42.2, + "volume": 9.76, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 218.66, + "flow": 24.38, + "inflow": 42.2, + "volume": 9.76, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 218.62, + "flow": 22.63, + "inflow": 42.2, + "volume": 9.76, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 218.62, + "flow": 22.29, + "inflow": 42.2, + "volume": 9.7, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 218.6, + "flow": 22.29, + "inflow": 42.2, + "volume": 9.7, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 218.57, + "flow": 22.28, + "inflow": 42.2, + "volume": 9.7, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 218.58, + "flow": 22.29, + "inflow": 42.2, + "volume": 9.7, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 218.56, + "flow": 22.27, + "inflow": 42.2, + "volume": 9.7, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 218.53, + "flow": 22.27, + "inflow": 42.2, + "volume": 9.7, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 218.54, + "flow": 22.3, + "inflow": 42.2, + "volume": 9.63, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 218.49, + "flow": 38.74, + "inflow": 42.2, + "volume": 9.63, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 218.47, + "flow": 50.54, + "inflow": 42.2, + "volume": 9.63, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 218.45, + "flow": 50.51, + "inflow": 42.2, + "volume": 9.63, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 218.4, + "flow": 50.51, + "inflow": 42.2, + "volume": 9.63, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 218.39, + "flow": 50.55, + "inflow": 42.2, + "volume": 9.63, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 218.35, + "flow": 50.5, + "inflow": 41.91, + "volume": 9.45, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 218.31, + "flow": 33.36, + "inflow": 41.91, + "volume": 9.45, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 218.32, + "flow": 22.32, + "temperature": 15.4, + "precipitation": 0, + "inflow": 41.91, + "volume": 9.45 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 218.28, + "flow": 22.28, + "inflow": 41.91, + "volume": 9.45, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 218.27, + "flow": 22.28, + "inflow": 41.91, + "volume": 9.45, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 218.28, + "flow": 22.27, + "inflow": 41.91, + "volume": 9.45, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 218.24, + "flow": 22.25, + "inflow": 41.91, + "volume": 9.45, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 218.23, + "flow": 22.26, + "inflow": 41.91, + "volume": 9.35, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 218.23, + "flow": 22.27, + "inflow": 41.91, + "volume": 9.35, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 218.2, + "flow": 22.26, + "inflow": 41.91, + "volume": 9.35, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 218.2, + "flow": 22.25, + "inflow": 41.91, + "volume": 9.35, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 218.17, + "flow": 22.25, + "inflow": 41.91, + "volume": 9.35, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 218.15, + "flow": 22.28, + "inflow": 41.91, + "volume": 9.26, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 218.14, + "flow": 40.04, + "inflow": 41.91, + "volume": 9.26, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 218.1, + "flow": 50.52, + "inflow": 41.91, + "volume": 9.26, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 218.07, + "flow": 50.52, + "inflow": 41.91, + "volume": 9.26, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 218.05, + "flow": 50.51, + "inflow": 41.91, + "volume": 9.26, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 218, + "flow": 50.51, + "inflow": 41.91, + "volume": 9.26, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 217.98, + "flow": 50.49, + "inflow": 41.91, + "volume": 9.1, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 217.95, + "flow": 50.5, + "inflow": 41.91, + "volume": 9.1, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 217.91, + "flow": 50.47, + "inflow": 41.91, + "volume": 9.1, + "temperature": 17.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 217.88, + "flow": 50.48, + "inflow": 41.91, + "volume": 9.1, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 217.85, + "flow": 50.45, + "temperature": 17.8, + "precipitation": 0, + "inflow": 41.91, + "volume": 9.1 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 217.82, + "flow": 38.35, + "inflow": 41.91, + "volume": 9.1, + "temperature": 17.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 217.8, + "flow": 25.41, + "inflow": 41.91, + "volume": 9.1, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 217.78, + "flow": 25.39, + "inflow": 41.91, + "volume": 8.93, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 217.76, + "flow": 25.38, + "temperature": 18.4, + "precipitation": 0, + "inflow": 41.91, + "volume": 8.93 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 217.75, + "flow": 25.36, + "inflow": 41.91, + "volume": 8.93, + "temperature": 18.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 217.68, + "flow": 41.41, + "inflow": 41.91, + "volume": 8.93, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 217.65, + "flow": 50.52, + "inflow": 41.91, + "volume": 8.93, + "temperature": 19.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 217.64, + "flow": 50.48, + "temperature": 19.1, + "precipitation": 0, + "inflow": 41.91, + "volume": 8.93 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 217.6, + "flow": 23.59, + "temperature": 19.1, + "precipitation": 0, + "inflow": 41.91, + "volume": 8.93 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 217.6, + "flow": 0, + "temperature": 19.1, + "precipitation": 0, + "inflow": 41.91, + "volume": 8.93 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 217.62, + "flow": 0, + "temperature": 19.1, + "precipitation": 0, + "inflow": 41.91, + "volume": 8.93 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 217.57, + "flow": 0, + "temperature": 19.1, + "precipitation": 0, + "inflow": 41.91, + "volume": 8.93 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 217.61, + "flow": 0, + "inflow": 41.91, + "volume": 8.78, + "temperature": 20.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 217.61, + "flow": 0, + "inflow": 41.91, + "volume": 8.75, + "temperature": 20.7, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/VLVB.json b/public/data/VLVB.json index 99b6942..9704f33 100644 --- a/public/data/VLVB.json +++ b/public/data/VLVB.json @@ -3715,5 +3715,4739 @@ "volume": 0, "temperature": 14.6, "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T18:20:00.000Z", + "level": 59, + "flow": 6.1, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T18:30:00.000Z", + "level": 59, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 59, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 59, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 59, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 59, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 59, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 59, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 59, + "flow": 6.1, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 59, + "flow": 6.1, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 59, + "flow": 6.1, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 59, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 59, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 59, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 59, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 59, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 59, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 59, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 59, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 59, + "flow": 6.1, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 59, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 59, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 59, + "flow": 6.1, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 59, + "flow": 6.1, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 59, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 59, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 59, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 59, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 59, + "flow": 6.1, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 59, + "flow": 6.1, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 59, + "flow": 6.1, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 59, + "flow": 6.1, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 59, + "flow": 6.1, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 59, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 59, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 59, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 59, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 59, + "flow": 6.1, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 59, + "flow": 6.08, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 59, + "flow": 6.1, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 59, + "flow": 6.1, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 59, + "flow": 6.1, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 59, + "flow": 6.1, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 59, + "flow": 6.1, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 59, + "flow": 6.16, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 61, + "flow": 6.522, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 62, + "flow": 6.764, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 62, + "flow": 6.876, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 62, + "flow": 6.922, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 63, + "flow": 6.945, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 63, + "flow": 6.945, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 63, + "flow": 6.968, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 63, + "flow": 6.968, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 63, + "flow": 6.945, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 63, + "flow": 6.945, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 63, + "flow": 6.945, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 63, + "flow": 6.945, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 63, + "flow": 6.945, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 63, + "flow": 6.945, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 63, + "flow": 6.945, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 63, + "flow": 6.945, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 63, + "flow": 6.968, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 63, + "flow": 6.945, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 63, + "flow": 6.968, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 63, + "flow": 6.968, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 63, + "flow": 6.968, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 63, + "flow": 6.968, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 63, + "flow": 6.968, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 63, + "flow": 6.968, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 63, + "flow": 6.968, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 63, + "flow": 6.968, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 63, + "flow": 6.968, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 63, + "flow": 6.968, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 63, + "flow": 6.968, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 63, + "flow": 6.968, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 63, + "flow": 7.037, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 63, + "flow": 7.083, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 63, + "flow": 7.083, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 63, + "flow": 7.083, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 63, + "flow": 7.083, + "inflow": 0, + "volume": 0, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 63, + "flow": 7.083, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 63, + "flow": 7.083, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 63, + "flow": 7.083, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 63, + "flow": 7.083, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 63, + "flow": 7.106, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 63, + "flow": 7.083, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 63, + "flow": 7.083, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 63, + "flow": 7.083, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 63, + "flow": 7.083, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 63, + "flow": 7.083, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 63, + "flow": 7.083, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 63, + "flow": 7.083, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 63, + "flow": 7.083, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 63, + "flow": 7.083, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 63, + "flow": 7.083, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 63, + "flow": 7.083, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 63, + "flow": 7.083, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 63, + "flow": 7.083, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 63, + "flow": 7.083, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 63, + "flow": 7.06, + "inflow": 0, + "volume": 0, + "temperature": 12, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 63, + "flow": 7.06, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 63, + "flow": 7.06, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 63, + "flow": 7.06, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 63, + "flow": 7.06, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 63, + "flow": 7.06, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 63, + "flow": 7.06, + "inflow": 0, + "volume": 0, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 63, + "flow": 7.06, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 63, + "flow": 7.06, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 63, + "flow": 7.06, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 63, + "flow": 7.083, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 63, + "flow": 7.083, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 63, + "flow": 7.083, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 63, + "flow": 7.083, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 63, + "flow": 7.083, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 63, + "flow": 7.083, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 63, + "flow": 7.083, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 63, + "flow": 7.129, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 64, + "flow": 7.198, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 64, + "flow": 7.244, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 64, + "flow": 7.244, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 64, + "flow": 7.244, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 64, + "flow": 7.244, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 64, + "flow": 7.244, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 64, + "flow": 7.244, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 64, + "flow": 7.244, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 64, + "flow": 7.244, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 64, + "flow": 7.244, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 64, + "flow": 7.221, + "temperature": 10.9, + "precipitation": 0.3, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 64, + "flow": 7.244, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 64, + "flow": 7.244, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 64, + "flow": 7.244, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 10.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 10, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 64, + "flow": 7.244, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 64, + "flow": 7.244, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 64, + "flow": 7.244, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 64, + "flow": 7.244, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 64, + "flow": 7.244, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 64, + "flow": 7.244, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 64, + "flow": 7.244, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 64, + "flow": 7.244, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 64, + "flow": 7.244, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 64, + "flow": 7.244, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 64, + "flow": 7.244, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 64, + "flow": 7.244, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 64, + "flow": 7.244, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 9.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 8.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 64, + "flow": 7.221, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 64, + "flow": 7.29, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 64, + "flow": 7.362, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 64, + "flow": 7.362, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 64, + "flow": 7.386, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 64, + "flow": 7.386, + "inflow": 0, + "volume": 0, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 64, + "flow": 7.386, + "inflow": 0, + "volume": 0, + "temperature": 8.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 64, + "flow": 7.386, + "inflow": 0, + "volume": 0, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 64, + "flow": 7.386, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 64, + "flow": 7.386, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 64, + "flow": 7.386, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 64, + "flow": 7.386, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 64, + "flow": 7.386, + "inflow": 0, + "volume": 0, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 64, + "flow": 7.386, + "inflow": 0, + "volume": 0, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 64, + "flow": 7.386, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 64, + "flow": 7.386, + "inflow": 0, + "volume": 0, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 64, + "flow": 7.386, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 64, + "flow": 7.386, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 64, + "flow": 7.386, + "inflow": 0, + "volume": 0, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 64, + "flow": 7.386, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 64, + "flow": 7.386, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 64, + "flow": 7.29, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 63, + "flow": 7.152, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 63, + "flow": 7.06, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 63, + "flow": 7.037, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 63, + "flow": 7.014, + "temperature": 12.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 63, + "flow": 7.014, + "temperature": 12.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 63, + "flow": 7.037, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 63, + "flow": 7.037, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 63, + "flow": 7.037, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 63, + "flow": 7.037, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 63, + "flow": 7.037, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 63, + "flow": 7.037, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 63, + "flow": 7.037, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 63, + "flow": 7.037, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 63, + "flow": 7.037, + "inflow": 0, + "volume": 0, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 63, + "flow": 7.037, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 10.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 63, + "flow": 7.037, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 63, + "flow": 7.037, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 9.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 63, + "flow": 7.037, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 63, + "flow": 7.037, + "inflow": 0, + "volume": 0, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 63, + "flow": 7.037, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 63, + "flow": 7.037, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 63, + "flow": 7.037, + "inflow": 0, + "volume": 0, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 63, + "flow": 7.037, + "inflow": 0, + "volume": 0, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 63, + "flow": 7.037, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 63, + "flow": 7.037, + "inflow": 0, + "volume": 0, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 63, + "flow": 7.037, + "inflow": 0, + "volume": 0, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 63, + "flow": 7.037, + "inflow": 0, + "volume": 0, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 63, + "flow": 7.037, + "inflow": 0, + "volume": 0, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 8.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 8.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 7.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 6.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 6.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 6.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 6.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 6.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 7.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 7.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 7.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 8.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 6.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 7.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 7.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 8.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 63, + "flow": 7.037, + "inflow": 0, + "volume": 0, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 63, + "flow": 7.014, + "temperature": 11.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 63, + "flow": 7.014, + "temperature": 11.7, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 11.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 63, + "flow": 7.014, + "inflow": 0, + "volume": 0, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 63, + "flow": 6.991, + "inflow": 0, + "volume": 0, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 63, + "flow": 6.945, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 62, + "flow": 6.83, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 61, + "flow": 6.588, + "inflow": 0, + "volume": 0, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 60, + "flow": 6.456, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 60, + "flow": 6.39, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 60, + "flow": 6.369, + "inflow": 0, + "volume": 0, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 60, + "flow": 6.348, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 60, + "flow": 6.327, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 60, + "flow": 6.327, + "inflow": 0, + "volume": 0, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 60, + "flow": 6.306, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 60, + "flow": 6.285, + "inflow": 0, + "volume": 0, + "temperature": 13.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 59, + "flow": 6.264, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 59, + "flow": 6.264, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 59, + "flow": 6.243, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 59, + "flow": 6.243, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 59, + "flow": 6.222, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 59, + "flow": 6.222, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 59, + "flow": 6.222, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 59, + "flow": 6.222, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 59, + "flow": 6.222, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 59, + "flow": 6.201, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 59, + "flow": 6.201, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 59, + "flow": 6.201, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 59, + "flow": 6.201, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 59, + "flow": 6.201, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 59, + "flow": 6.201, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 59, + "flow": 6.201, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 59, + "flow": 6.201, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 59, + "flow": 6.201, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 59, + "flow": 6.201, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 59, + "flow": 6.201, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 59, + "flow": 6.201, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 59, + "flow": 6.201, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 59, + "flow": 6.201, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 16, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 16.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 59, + "flow": 6.16, + "inflow": 0, + "volume": 0, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 59, + "flow": 6.16, + "inflow": 0, + "volume": 0, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 59, + "flow": 6.16, + "inflow": 0, + "volume": 0, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 59, + "flow": 6.16, + "inflow": 0, + "volume": 0, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 59, + "flow": 6.16, + "inflow": 0, + "volume": 0, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 59, + "flow": 6.16, + "inflow": 0, + "volume": 0, + "temperature": 17, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 59, + "flow": 6.16, + "inflow": 0, + "volume": 0, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 59, + "flow": 6.16, + "inflow": 0, + "volume": 0, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 59, + "flow": 6.16, + "inflow": 0, + "volume": 0, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 59, + "flow": 6.16, + "inflow": 0, + "volume": 0, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 59, + "flow": 6.18, + "inflow": 0, + "volume": 0, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 59, + "flow": 6.16, + "inflow": 0, + "volume": 0, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 59, + "flow": 6.16, + "inflow": 0, + "volume": 0, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 59, + "flow": 6.16, + "inflow": 0, + "volume": 0, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 59, + "flow": 6.16, + "inflow": 0, + "volume": 0, + "temperature": 18, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 59, + "flow": 6.16, + "inflow": 0, + "volume": 0, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 59, + "flow": 6.16, + "inflow": 0, + "volume": 0, + "temperature": 18.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 59, + "flow": 6.16, + "temperature": 18.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 59, + "flow": 6.16, + "temperature": 18.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 59, + "flow": 6.16, + "temperature": 18.3, + "precipitation": 0, + "inflow": 0, + "volume": 0 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 59, + "flow": 6.16, + "inflow": 0, + "volume": 0, + "temperature": 19.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 59, + "flow": 6.14, + "inflow": 0, + "volume": 0, + "temperature": 19.9, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/VLVE.json b/public/data/VLVE.json index 4b1d534..484ebf2 100644 --- a/public/data/VLVE.json +++ b/public/data/VLVE.json @@ -10312,5 +10312,4784 @@ "volume": 9.15, "temperature": 15.8, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 199.33, + "flow": 39.5, + "inflow": 47.77, + "volume": 9.15, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 199.35, + "flow": 39.55, + "inflow": 47.77, + "volume": 9.15, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 199.37, + "flow": 39.55, + "inflow": 47.77, + "volume": 9.27, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 199.39, + "flow": 39.63, + "temperature": 15.1, + "precipitation": 0, + "inflow": 47.77, + "volume": 9.27 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 199.41, + "flow": 39.68, + "inflow": 47.77, + "volume": 9.27, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 199.41, + "flow": 39.66, + "inflow": 47.77, + "volume": 9.27, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 199.41, + "flow": 39.65, + "inflow": 47.77, + "volume": 9.27, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 199.42, + "flow": 39.7, + "inflow": 47.77, + "volume": 9.27, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 199.44, + "flow": 39.72, + "inflow": 47.77, + "volume": 9.42, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 199.46, + "flow": 39.76, + "inflow": 47.77, + "volume": 9.42, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 199.47, + "flow": 39.78, + "inflow": 47.77, + "volume": 9.42, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 199.47, + "flow": 39.79, + "inflow": 47.77, + "volume": 9.42, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 199.48, + "flow": 39.81, + "inflow": 47.77, + "volume": 9.42, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 199.48, + "flow": 39.77, + "inflow": 47.77, + "volume": 9.42, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 199.48, + "flow": 39.82, + "inflow": 47.77, + "volume": 9.52, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 199.49, + "flow": 39.79, + "inflow": 47.77, + "volume": 9.52, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 199.49, + "flow": 39.82, + "inflow": 47.77, + "volume": 9.52, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 199.49, + "flow": 39.84, + "inflow": 47.77, + "volume": 9.52, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 199.49, + "flow": 39.86, + "inflow": 47.77, + "volume": 9.52, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 199.48, + "flow": 39.8, + "inflow": 47.77, + "volume": 9.52, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 199.48, + "flow": 39.76, + "inflow": 47.77, + "volume": 9.52, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 199.47, + "flow": 39.76, + "inflow": 47.77, + "volume": 9.52, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 199.45, + "flow": 39.73, + "inflow": 47.77, + "volume": 9.52, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 199.45, + "flow": 39.76, + "inflow": 47.77, + "volume": 9.52, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 199.46, + "flow": 39.75, + "inflow": 47.77, + "volume": 9.52, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 199.49, + "flow": 39.84, + "inflow": 47.77, + "volume": 9.52, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 199.51, + "flow": 39.84, + "inflow": 47.77, + "volume": 9.52, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 199.51, + "flow": 39.88, + "inflow": 47.77, + "volume": 9.58, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 199.52, + "flow": 39.94, + "inflow": 47.77, + "volume": 9.58, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 199.52, + "flow": 39.9, + "inflow": 47.77, + "volume": 9.58, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 199.53, + "flow": 39.93, + "inflow": 47.77, + "volume": 9.58, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 199.53, + "flow": 39.9, + "inflow": 47.77, + "volume": 9.58, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 199.52, + "flow": 39.89, + "inflow": 47.77, + "volume": 9.61, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 199.52, + "flow": 39.89, + "inflow": 47.77, + "volume": 9.61, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 199.5, + "flow": 39.86, + "inflow": 47.77, + "volume": 9.61, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 199.5, + "flow": 39.89, + "inflow": 47.77, + "volume": 9.61, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 199.5, + "flow": 39.85, + "inflow": 47.77, + "volume": 9.61, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:50:00.000Z", + "level": 199.51, + "flow": 39.87, + "inflow": 47.77, + "volume": 9.61, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 199.51, + "flow": 39.83, + "inflow": 47.77, + "volume": 9.58, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 199.49, + "flow": 39.81, + "inflow": 47.77, + "volume": 9.58, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 199.48, + "flow": 39.81, + "inflow": 47.77, + "volume": 9.58, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 199.48, + "flow": 39.85, + "inflow": 47.77, + "volume": 9.58, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 199.48, + "flow": 39.82, + "inflow": 47.77, + "volume": 9.58, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 199.48, + "flow": 39.78, + "inflow": 47.77, + "volume": 9.58, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 199.48, + "flow": 39.84, + "inflow": 47.77, + "volume": 9.53, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 199.47, + "flow": 39.83, + "inflow": 47.77, + "volume": 9.53, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 199.47, + "flow": 39.77, + "inflow": 47.77, + "volume": 9.53, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 199.47, + "flow": 39.78, + "inflow": 47.77, + "volume": 9.53, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 199.47, + "flow": 39.78, + "inflow": 47.77, + "volume": 9.53, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 199.47, + "flow": 39.79, + "inflow": 47.77, + "volume": 9.53, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 199.46, + "flow": 39.76, + "inflow": 47.77, + "volume": 9.47, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 199.46, + "flow": 39.77, + "inflow": 47.77, + "volume": 9.47, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 199.45, + "flow": 39.76, + "inflow": 47.77, + "volume": 9.47, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 199.45, + "flow": 39.74, + "inflow": 47.77, + "volume": 9.47, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 199.44, + "flow": 39.74, + "inflow": 47.77, + "volume": 9.47, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 199.44, + "flow": 39.71, + "inflow": 47.77, + "volume": 9.47, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 199.44, + "flow": 39.75, + "inflow": 47.77, + "volume": 9.43, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 199.43, + "flow": 39.73, + "inflow": 47.77, + "volume": 9.43, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 199.43, + "flow": 39.73, + "inflow": 47.77, + "volume": 9.43, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 199.43, + "flow": 39.66, + "inflow": 47.77, + "volume": 9.43, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 199.43, + "flow": 39.71, + "inflow": 47.77, + "volume": 9.43, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 199.45, + "flow": 39.76, + "inflow": 47.77, + "volume": 9.43, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 199.47, + "flow": 39.79, + "inflow": 28.8, + "volume": 9.49, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 199.48, + "flow": 39.85, + "temperature": 13, + "precipitation": 0, + "inflow": 28.8, + "volume": 9.49 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 199.5, + "flow": 39.88, + "inflow": 28.8, + "volume": 9.49, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 199.5, + "flow": 39.9, + "inflow": 28.8, + "volume": 9.49, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 199.5, + "flow": 39.94, + "inflow": 28.8, + "volume": 9.49, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 199.56, + "flow": 40.06, + "inflow": 28.8, + "volume": 9.49, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 199.61, + "flow": 40.11, + "temperature": 13.7, + "precipitation": 0, + "inflow": 28.8, + "volume": 9.49 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 199.66, + "flow": 40.18, + "inflow": 28.8, + "volume": 9.84, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 199.68, + "flow": 40.1, + "inflow": 28.8, + "volume": 9.84, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 199.71, + "flow": 40.22, + "inflow": 28.8, + "volume": 9.84, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 199.74, + "flow": 40.25, + "inflow": 28.8, + "volume": 9.84, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 199.78, + "flow": 40.26, + "inflow": 28.8, + "volume": 9.84, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 199.81, + "flow": 40.39, + "inflow": 28.8, + "volume": 10.36, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 199.85, + "flow": 40.44, + "inflow": 28.8, + "volume": 10.36, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 199.89, + "flow": 40.52, + "inflow": 28.8, + "volume": 10.36, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 199.89, + "flow": 40.55, + "inflow": 28.8, + "volume": 10.36, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 199.91, + "flow": 40.56, + "inflow": 28.8, + "volume": 10.36, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 199.89, + "flow": 40.56, + "inflow": 28.8, + "volume": 10.36, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 199.89, + "flow": 40.56, + "inflow": 28.8, + "volume": 10.55, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 199.86, + "flow": 40.38, + "inflow": 28.8, + "volume": 10.55, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 199.85, + "flow": 40.46, + "inflow": 28.8, + "volume": 10.55, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 199.83, + "flow": 40.46, + "inflow": 28.8, + "volume": 10.55, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 199.86, + "flow": 40.5, + "temperature": 15.4, + "precipitation": 0, + "inflow": 28.8, + "volume": 10.55 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 199.83, + "flow": 40.43, + "inflow": 28.8, + "volume": 10.55, + "temperature": 15.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 199.83, + "flow": 40.47, + "inflow": 28.8, + "volume": 10.55, + "temperature": 15.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 199.8, + "flow": 40.44, + "inflow": 28.8, + "volume": 10.41, + "temperature": 15.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 199.78, + "flow": 40.39, + "inflow": 28.8, + "volume": 10.41, + "temperature": 15.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 199.79, + "flow": 40.41, + "inflow": 28.8, + "volume": 10.41, + "temperature": 15.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 199.79, + "flow": 40.41, + "inflow": 28.8, + "volume": 10.41, + "temperature": 15.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 199.79, + "flow": 40.39, + "inflow": 28.8, + "volume": 10.41, + "temperature": 15.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 199.78, + "flow": 40.37, + "inflow": 28.8, + "volume": 10.27, + "temperature": 15.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 199.76, + "flow": 40.33, + "inflow": 28.8, + "volume": 10.27, + "temperature": 15.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 199.76, + "flow": 40.36, + "inflow": 28.8, + "volume": 10.27, + "temperature": 15.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 199.75, + "flow": 40.34, + "inflow": 28.8, + "volume": 10.27, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 199.74, + "flow": 40.3, + "inflow": 28.8, + "volume": 10.27, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 199.74, + "flow": 40.32, + "inflow": 28.8, + "volume": 10.27, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 199.72, + "flow": 40.3, + "temperature": 15.1, + "precipitation": 0, + "inflow": 28.8, + "volume": 10.27 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 199.72, + "flow": 40.3, + "inflow": 28.8, + "volume": 10.11, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 199.71, + "flow": 40.28, + "inflow": 28.8, + "volume": 10.11, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 199.7, + "flow": 40.26, + "inflow": 28.8, + "volume": 10.11, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 199.68, + "flow": 40.27, + "inflow": 28.8, + "volume": 10.11, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 199.67, + "flow": 40.23, + "inflow": 28.8, + "volume": 10.11, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 199.67, + "flow": 40.23, + "inflow": 28.8, + "volume": 9.97, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 199.67, + "flow": 40.23, + "inflow": 28.8, + "volume": 9.97, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 199.67, + "flow": 40.23, + "inflow": 28.8, + "volume": 9.97, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 199.65, + "flow": 40.2, + "inflow": 28.8, + "volume": 9.97, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 199.63, + "flow": 40.16, + "inflow": 28.8, + "volume": 9.97, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 199.59, + "flow": 40.02, + "inflow": 28.8, + "volume": 9.97, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 199.58, + "flow": 40, + "inflow": 28.8, + "volume": 9.97, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 199.56, + "flow": 39.99, + "inflow": 28.8, + "volume": 9.76, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 199.54, + "flow": 39.99, + "inflow": 28.8, + "volume": 9.76, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 199.54, + "flow": 39.98, + "inflow": 28.8, + "volume": 9.76, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 199.55, + "flow": 39.96, + "inflow": 28.8, + "volume": 9.76, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 199.53, + "flow": 39.91, + "inflow": 28.8, + "volume": 9.76, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 199.51, + "flow": 39.9, + "inflow": 28.8, + "volume": 9.59, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 199.48, + "flow": 39.78, + "inflow": 28.8, + "volume": 9.59, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 199.45, + "flow": 39.69, + "temperature": 14.8, + "precipitation": 0, + "inflow": 28.8, + "volume": 9.59 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 199.45, + "flow": 39.74, + "inflow": 28.8, + "volume": 9.59, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 199.43, + "flow": 39.71, + "inflow": 28.8, + "volume": 9.59, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 199.43, + "flow": 39.66, + "inflow": 28.8, + "volume": 9.59, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 199.42, + "flow": 39.66, + "inflow": 28.8, + "volume": 9.37, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 199.4, + "flow": 39.63, + "inflow": 28.8, + "volume": 9.37, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 199.38, + "flow": 39.61, + "inflow": 28.8, + "volume": 9.37, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 199.36, + "flow": 39.54, + "inflow": 28.8, + "volume": 9.37, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 199.34, + "flow": 39.49, + "inflow": 28.8, + "volume": 9.37, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 199.33, + "flow": 39.48, + "inflow": 28.8, + "volume": 9.37, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 199.33, + "flow": 39.46, + "inflow": 28.8, + "volume": 9.37, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 199.33, + "flow": 39.5, + "inflow": 28.8, + "volume": 9.17, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 199.33, + "flow": 39.47, + "inflow": 28.8, + "volume": 9.17, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 199.33, + "flow": 39.44, + "inflow": 28.8, + "volume": 9.17, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 199.31, + "flow": 39.4, + "inflow": 28.8, + "volume": 9.17, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 199.31, + "flow": 39.44, + "inflow": 28.8, + "volume": 9.17, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 199.33, + "flow": 39.49, + "inflow": 28.8, + "volume": 9.17, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 199.33, + "flow": 39.47, + "inflow": 28.8, + "volume": 9.17, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 199.35, + "flow": 39.53, + "temperature": 14, + "precipitation": 0, + "inflow": 28.8, + "volume": 9.17 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 199.35, + "flow": 39.49, + "inflow": 28.8, + "volume": 9.17, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 199.36, + "flow": 39.58, + "inflow": 28.8, + "volume": 9.17, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 199.36, + "flow": 39.51, + "inflow": 28.8, + "volume": 9.17, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 199.36, + "flow": 39.54, + "inflow": 28.8, + "volume": 9.24, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 199.37, + "flow": 39.54, + "inflow": 28.8, + "volume": 9.24, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 199.37, + "flow": 39.56, + "inflow": 28.8, + "volume": 9.24, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 199.37, + "flow": 39.57, + "inflow": 28.8, + "volume": 9.24, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 199.37, + "flow": 39.58, + "inflow": 28.8, + "volume": 9.24, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 199.43, + "flow": 39.71, + "inflow": 28.8, + "volume": 9.24, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 199.49, + "flow": 39.82, + "inflow": 28.8, + "volume": 9.55, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 199.53, + "flow": 39.9, + "inflow": 28.8, + "volume": 9.55, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 199.58, + "flow": 40.02, + "inflow": 28.8, + "volume": 9.55, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 199.6, + "flow": 40.04, + "inflow": 28.8, + "volume": 9.55, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 199.63, + "flow": 40.11, + "inflow": 28.8, + "volume": 9.55, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 199.67, + "flow": 40.2, + "inflow": 28.8, + "volume": 9.55, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 199.72, + "flow": 40.28, + "inflow": 28.8, + "volume": 9.55, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 199.77, + "flow": 40.35, + "inflow": 28.8, + "volume": 10.1, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 199.8, + "flow": 40.39, + "inflow": 28.8, + "volume": 10.1, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 199.82, + "flow": 40.43, + "inflow": 28.8, + "volume": 10.1, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 199.83, + "flow": 40.46, + "inflow": 28.8, + "volume": 10.1, + "temperature": 12.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 199.85, + "flow": 40.49, + "inflow": 28.8, + "volume": 10.1, + "temperature": 12.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 199.88, + "flow": 40.59, + "inflow": 28.8, + "volume": 10.53, + "temperature": 12.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 199.9, + "flow": 40.64, + "inflow": 28.8, + "volume": 10.53, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 199.93, + "flow": 40.27, + "inflow": 28.8, + "volume": 10.53, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 199.95, + "flow": 39.94, + "inflow": 28.8, + "volume": 10.53, + "temperature": 12.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 199.95, + "flow": 39.94, + "inflow": 28.8, + "volume": 10.53, + "temperature": 12, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 199.92, + "flow": 39.91, + "inflow": 28.8, + "volume": 10.53, + "temperature": 12, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 199.91, + "flow": 39.87, + "inflow": 28.8, + "volume": 10.61, + "temperature": 12, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 199.88, + "flow": 39.86, + "inflow": 28.8, + "volume": 10.61, + "temperature": 11.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 199.88, + "flow": 39.85, + "inflow": 28.8, + "volume": 10.61, + "temperature": 11.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 199.91, + "flow": 39.89, + "inflow": 28.8, + "volume": 10.61, + "temperature": 11.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 199.92, + "flow": 39.93, + "inflow": 28.8, + "volume": 10.61, + "temperature": 11.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 199.92, + "flow": 39.91, + "inflow": 28.8, + "volume": 10.61, + "temperature": 11.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 199.9, + "flow": 39.88, + "inflow": 28.8, + "volume": 10.59, + "temperature": 11.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 199.88, + "flow": 39.86, + "inflow": 28.8, + "volume": 10.59, + "temperature": 11.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 199.88, + "flow": 39.86, + "inflow": 28.8, + "volume": 10.59, + "temperature": 11.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 199.88, + "flow": 39.85, + "inflow": 28.8, + "volume": 10.59, + "temperature": 11.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 199.88, + "flow": 39.87, + "inflow": 28.8, + "volume": 10.59, + "temperature": 11.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 199.85, + "flow": 39.81, + "inflow": 28.8, + "volume": 10.59, + "temperature": 11.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 199.85, + "flow": 39.79, + "inflow": 28.8, + "volume": 10.46, + "temperature": 11.7, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 199.84, + "flow": 39.76, + "inflow": 28.8, + "volume": 10.46, + "temperature": 11.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 199.82, + "flow": 39.76, + "inflow": 28.8, + "volume": 10.46, + "temperature": 11.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 199.83, + "flow": 39.77, + "inflow": 28.8, + "volume": 10.46, + "temperature": 11.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 199.83, + "flow": 39.76, + "inflow": 28.8, + "volume": 10.46, + "temperature": 11.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 199.81, + "flow": 39.75, + "inflow": 28.8, + "volume": 10.46, + "temperature": 11.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 199.8, + "flow": 39.71, + "inflow": 28.8, + "volume": 10.32, + "temperature": 11.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 199.78, + "flow": 39.68, + "inflow": 28.8, + "volume": 10.32, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 199.78, + "flow": 39.69, + "inflow": 28.8, + "volume": 10.32, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 199.76, + "flow": 39.65, + "inflow": 28.8, + "volume": 10.32, + "temperature": 10.8, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 199.75, + "flow": 39.64, + "inflow": 28.8, + "volume": 10.32, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 199.75, + "flow": 39.64, + "inflow": 28.8, + "volume": 10.32, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 199.74, + "flow": 39.62, + "inflow": 28.8, + "volume": 10.17, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 199.74, + "flow": 39.62, + "inflow": 28.8, + "volume": 10.17, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 199.73, + "flow": 39.59, + "inflow": 28.8, + "volume": 10.17, + "temperature": 10.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 199.71, + "flow": 39.57, + "inflow": 28.8, + "volume": 10.17, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 199.7, + "flow": 39.56, + "inflow": 28.8, + "volume": 10.17, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 199.7, + "flow": 39.56, + "inflow": 28.8, + "volume": 10.17, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 199.69, + "flow": 39.54, + "inflow": 28.8, + "volume": 10.04, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 199.69, + "flow": 39.52, + "inflow": 28.8, + "volume": 10.04, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 199.67, + "flow": 39.5, + "inflow": 28.8, + "volume": 10.04, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 199.66, + "flow": 39.47, + "inflow": 28.8, + "volume": 10.04, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 199.65, + "flow": 39.46, + "temperature": 10.7, + "precipitation": 0, + "inflow": 28.8, + "volume": 10.04 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 199.64, + "flow": 39.47, + "inflow": 28.8, + "volume": 10.04, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 199.64, + "flow": 39.43, + "inflow": 28.8, + "volume": 9.9, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 199.62, + "flow": 39.42, + "inflow": 28.8, + "volume": 9.9, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 199.61, + "flow": 39.41, + "inflow": 28.8, + "volume": 9.9, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 199.61, + "flow": 39.4, + "inflow": 28.8, + "volume": 9.9, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 199.63, + "flow": 39.44, + "inflow": 28.8, + "volume": 9.9, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 199.69, + "flow": 39.55, + "inflow": 28.8, + "volume": 9.9, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 199.7, + "flow": 39.59, + "inflow": 46.69, + "volume": 10.07, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 199.76, + "flow": 39.67, + "inflow": 46.69, + "volume": 10.07, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 199.77, + "flow": 39.68, + "inflow": 46.69, + "volume": 10.07, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 199.76, + "flow": 39.67, + "inflow": 46.69, + "volume": 10.07, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 199.79, + "flow": 39.73, + "inflow": 46.69, + "volume": 10.07, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 199.85, + "flow": 39.82, + "inflow": 46.69, + "volume": 10.07, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 199.9, + "flow": 39.94, + "inflow": 46.69, + "volume": 10.58, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 199.92, + "flow": 39.95, + "inflow": 46.69, + "volume": 10.58, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 199.94, + "flow": 40.02, + "inflow": 46.69, + "volume": 10.58, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 199.96, + "flow": 40.04, + "inflow": 46.69, + "volume": 10.58, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 199.98, + "flow": 40.06, + "inflow": 46.69, + "volume": 10.58, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 199.98, + "flow": 40.07, + "inflow": 46.69, + "volume": 10.58, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 199.99, + "flow": 40.07, + "inflow": 46.69, + "volume": 10.58, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 199.97, + "flow": 40.06, + "inflow": 46.69, + "volume": 10.84, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 199.97, + "flow": 40.04, + "inflow": 46.69, + "volume": 10.84, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 199.97, + "flow": 40.04, + "inflow": 46.69, + "volume": 10.84, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 199.96, + "flow": 40.02, + "inflow": 46.69, + "volume": 10.84, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 199.93, + "flow": 39.97, + "inflow": 46.69, + "volume": 10.84, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 199.91, + "flow": 39.94, + "inflow": 46.69, + "volume": 10.63, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 199.91, + "flow": 39.93, + "inflow": 46.69, + "volume": 10.63, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 199.91, + "flow": 39.93, + "inflow": 46.69, + "volume": 10.63, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 199.91, + "flow": 39.94, + "inflow": 46.69, + "volume": 10.63, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 199.91, + "flow": 39.92, + "inflow": 46.69, + "volume": 10.63, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 199.89, + "flow": 39.83, + "inflow": 46.69, + "volume": 10.63, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 199.87, + "flow": 39.83, + "inflow": 46.69, + "volume": 10.5, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 199.85, + "flow": 39.81, + "temperature": 14.9, + "precipitation": 0, + "inflow": 46.69, + "volume": 10.5 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 199.85, + "flow": 39.8, + "inflow": 46.69, + "volume": 10.5, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 199.85, + "flow": 39.81, + "inflow": 46.69, + "volume": 10.5, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 199.85, + "flow": 39.76, + "inflow": 46.69, + "volume": 10.5, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 199.82, + "flow": 39.76, + "inflow": 46.69, + "volume": 10.5, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 199.82, + "flow": 39.75, + "inflow": 46.69, + "volume": 10.38, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 199.78, + "flow": 39.64, + "inflow": 46.69, + "volume": 10.38, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 199.77, + "flow": 39.63, + "inflow": 46.69, + "volume": 10.38, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 199.74, + "flow": 39.74, + "inflow": 46.69, + "volume": 10.38, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 199.73, + "flow": 39.94, + "inflow": 46.69, + "volume": 10.38, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 199.73, + "flow": 39.92, + "inflow": 46.69, + "volume": 10.38, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 199.72, + "flow": 39.9, + "inflow": 46.69, + "volume": 10.11, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 199.69, + "flow": 39.84, + "inflow": 46.69, + "volume": 10.11, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 199.67, + "flow": 39.85, + "inflow": 46.69, + "volume": 10.11, + "temperature": 16.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 199.65, + "flow": 39.77, + "inflow": 46.69, + "volume": 10.11, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 199.65, + "flow": 39.77, + "inflow": 46.69, + "volume": 10.11, + "temperature": 16.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 199.63, + "flow": 39.76, + "inflow": 46.69, + "volume": 10.11, + "temperature": 16.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 199.62, + "flow": 39.75, + "inflow": 46.69, + "volume": 9.86, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 199.61, + "flow": 39.67, + "inflow": 46.69, + "volume": 9.86, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 199.59, + "flow": 39.55, + "inflow": 46.69, + "volume": 9.86, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 199.58, + "flow": 39.59, + "inflow": 46.69, + "volume": 9.86, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 199.55, + "flow": 39.54, + "inflow": 46.69, + "volume": 9.86, + "temperature": 13.8, + "precipitation": 1.8 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 199.54, + "flow": 39.56, + "inflow": 46.69, + "volume": 9.86, + "temperature": 13.8, + "precipitation": 1.8 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 199.54, + "flow": 39.53, + "inflow": 46.69, + "volume": 9.65, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 199.51, + "flow": 39.52, + "inflow": 46.69, + "volume": 9.65, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 199.55, + "flow": 39.57, + "inflow": 46.69, + "volume": 9.65, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 199.49, + "flow": 39.48, + "inflow": 46.69, + "volume": 9.65, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 199.47, + "flow": 39.42, + "inflow": 46.69, + "volume": 9.65, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 199.46, + "flow": 39.76, + "inflow": 46.69, + "volume": 9.65, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 199.43, + "flow": 40.05, + "inflow": 46.69, + "volume": 9.42, + "temperature": 12.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 199.43, + "flow": 40.08, + "inflow": 46.69, + "volume": 9.42, + "temperature": 13.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 199.43, + "flow": 40.07, + "inflow": 46.69, + "volume": 9.42, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 199.42, + "flow": 40.02, + "temperature": 13.9, + "precipitation": 0, + "inflow": 46.69, + "volume": 9.42 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 199.4, + "flow": 40.03, + "inflow": 46.69, + "volume": 9.42, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 199.38, + "flow": 39.97, + "inflow": 46.69, + "volume": 9.42, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 199.35, + "flow": 39.9, + "inflow": 46.69, + "volume": 9.42, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 199.34, + "flow": 39.88, + "inflow": 46.69, + "volume": 9.22, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 199.33, + "flow": 39.88, + "inflow": 46.69, + "volume": 9.22, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 199.33, + "flow": 39.88, + "inflow": 46.69, + "volume": 9.22, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 199.33, + "flow": 39.94, + "inflow": 46.69, + "volume": 9.22, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 199.33, + "flow": 39.86, + "inflow": 46.69, + "volume": 9.22, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 199.32, + "flow": 39.86, + "inflow": 46.69, + "volume": 9.15, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 199.3, + "flow": 39.81, + "inflow": 46.69, + "volume": 9.15, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 199.29, + "flow": 39.77, + "inflow": 46.69, + "volume": 9.15, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 199.27, + "flow": 39.74, + "inflow": 46.69, + "volume": 9.15, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 199.27, + "flow": 39.8, + "inflow": 46.69, + "volume": 9.15, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 199.27, + "flow": 39.75, + "inflow": 46.69, + "volume": 9.15, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 199.26, + "flow": 39.75, + "inflow": 46.69, + "volume": 9.02, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 199.23, + "flow": 39.67, + "inflow": 46.69, + "volume": 9.02, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 199.26, + "flow": 39.72, + "inflow": 46.69, + "volume": 9.02, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 199.26, + "flow": 39.75, + "inflow": 46.69, + "volume": 9.02, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 199.26, + "flow": 39.73, + "inflow": 46.69, + "volume": 9.02, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 199.32, + "flow": 39.85, + "inflow": 46.69, + "volume": 9.02, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 199.35, + "flow": 39.96, + "inflow": 46.69, + "volume": 9.02, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 199.39, + "flow": 40.02, + "inflow": 46.69, + "volume": 9.22, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 199.43, + "flow": 40.11, + "inflow": 46.69, + "volume": 9.22, + "temperature": 13, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 199.45, + "flow": 40.16, + "inflow": 46.69, + "volume": 9.22, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 199.49, + "flow": 40.21, + "inflow": 46.69, + "volume": 9.22, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 199.53, + "flow": 40.31, + "inflow": 46.69, + "volume": 9.22, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 199.57, + "flow": 40.42, + "inflow": 46.69, + "volume": 9.73, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 199.63, + "flow": 40.52, + "inflow": 46.69, + "volume": 9.73, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 199.66, + "flow": 40.57, + "inflow": 46.69, + "volume": 9.73, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 199.69, + "flow": 40.37, + "inflow": 46.69, + "volume": 9.73, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 199.73, + "flow": 40.25, + "inflow": 46.69, + "volume": 9.73, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 199.76, + "flow": 40.34, + "inflow": 46.69, + "volume": 9.73, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 199.8, + "flow": 40.39, + "inflow": 46.69, + "volume": 10.32, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 199.84, + "flow": 40.45, + "inflow": 46.69, + "volume": 10.32, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 199.87, + "flow": 40.51, + "inflow": 46.69, + "volume": 10.32, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 199.91, + "flow": 40.55, + "inflow": 46.69, + "volume": 10.32, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 199.93, + "flow": 40.61, + "inflow": 46.69, + "volume": 10.32, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 199.93, + "flow": 40.33, + "inflow": 46.69, + "volume": 10.32, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 199.94, + "flow": 40.05, + "inflow": 46.69, + "volume": 10.71, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 199.96, + "flow": 40.06, + "inflow": 46.69, + "volume": 10.71, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 199.98, + "flow": 40.12, + "temperature": 10.8, + "precipitation": 0, + "inflow": 46.69, + "volume": 10.71 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 200.01, + "flow": 40.15, + "inflow": 46.69, + "volume": 10.71, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 200.02, + "flow": 40.18, + "inflow": 46.69, + "volume": 10.71, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 200.02, + "flow": 40.18, + "inflow": 46.69, + "volume": 10.71, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 200.02, + "flow": 40.18, + "inflow": 46.69, + "volume": 10.9, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 200, + "flow": 40.17, + "inflow": 46.69, + "volume": 10.9, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 200, + "flow": 40.19, + "inflow": 46.69, + "volume": 10.9, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 200.01, + "flow": 40.22, + "inflow": 46.69, + "volume": 10.9, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 200.03, + "flow": 40.21, + "inflow": 46.69, + "volume": 10.9, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 200.01, + "flow": 40.19, + "inflow": 46.69, + "volume": 10.9, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 200, + "flow": 40.17, + "inflow": 46.69, + "volume": 10.84, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 199.98, + "flow": 40.14, + "inflow": 46.69, + "volume": 10.84, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 199.98, + "flow": 40.17, + "inflow": 46.69, + "volume": 10.84, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 200, + "flow": 40.2, + "inflow": 46.69, + "volume": 10.84, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 200.03, + "flow": 40.21, + "inflow": 46.69, + "volume": 10.84, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 200.04, + "flow": 40.27, + "inflow": 46.69, + "volume": 10.84, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 200.04, + "flow": 40.26, + "inflow": 46.69, + "volume": 10.96, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 200.04, + "flow": 40.32, + "inflow": 46.69, + "volume": 10.96, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 200.07, + "flow": 40.3, + "inflow": 46.69, + "volume": 10.96, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 200.05, + "flow": 40.26, + "inflow": 46.69, + "volume": 10.96, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 200.07, + "flow": 40.29, + "inflow": 46.69, + "volume": 10.96, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 200, + "flow": 40.18, + "inflow": 46.69, + "volume": 10.96, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 199.99, + "flow": 40.17, + "inflow": 46.69, + "volume": 10.83, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 199.97, + "flow": 40.13, + "inflow": 46.69, + "volume": 10.83, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 199.97, + "flow": 40.16, + "inflow": 46.69, + "volume": 10.83, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 200, + "flow": 40.21, + "inflow": 46.69, + "volume": 10.83, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 200.01, + "flow": 40.16, + "temperature": 9.5, + "precipitation": 0, + "inflow": 46.69, + "volume": 10.83 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 199.99, + "flow": 40.18, + "inflow": 46.69, + "volume": 10.83, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 199.95, + "flow": 40.1, + "inflow": 46.69, + "volume": 10.83, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 199.93, + "flow": 40.09, + "inflow": 46.69, + "volume": 10.72, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 199.93, + "flow": 40.09, + "inflow": 46.69, + "volume": 10.72, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 199.93, + "flow": 40.05, + "inflow": 46.69, + "volume": 10.72, + "temperature": 8.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 199.94, + "flow": 40.11, + "inflow": 46.69, + "volume": 10.72, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 199.92, + "flow": 40.06, + "inflow": 46.69, + "volume": 10.72, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 199.92, + "flow": 40.06, + "inflow": 46.69, + "volume": 10.64, + "temperature": 8.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 199.91, + "flow": 40.02, + "inflow": 46.69, + "volume": 10.64, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 199.89, + "flow": 39.99, + "inflow": 46.69, + "volume": 10.64, + "temperature": 8.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 199.87, + "flow": 39.99, + "inflow": 46.69, + "volume": 10.64, + "temperature": 9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 199.86, + "flow": 39.97, + "inflow": 46.69, + "volume": 10.64, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 199.86, + "flow": 39.99, + "inflow": 46.69, + "volume": 10.64, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 199.86, + "flow": 39.99, + "inflow": 46.69, + "volume": 10.49, + "temperature": 9.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 199.86, + "flow": 39.93, + "inflow": 46.69, + "volume": 10.49, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 199.84, + "flow": 39.94, + "inflow": 46.69, + "volume": 10.49, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 199.82, + "flow": 39.9, + "inflow": 46.69, + "volume": 10.49, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 199.82, + "flow": 39.93, + "inflow": 46.69, + "volume": 10.49, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 199.89, + "flow": 40.05, + "inflow": 46.69, + "volume": 10.49, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 199.9, + "flow": 40.04, + "inflow": 0, + "volume": 10.49, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 199.93, + "flow": 40.1, + "inflow": 46.07, + "volume": 10.6, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 199.92, + "flow": 40.04, + "inflow": 46.07, + "volume": 10.6, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 199.91, + "flow": 40.04, + "inflow": 46.07, + "volume": 10.6, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 199.93, + "flow": 40.05, + "inflow": 46.07, + "volume": 10.6, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 199.95, + "flow": 40.15, + "inflow": 46.07, + "volume": 10.6, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 199.97, + "flow": 40.18, + "inflow": 46.07, + "volume": 10.77, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 199.99, + "flow": 40.2, + "inflow": 46.07, + "volume": 10.77, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 199.99, + "flow": 40.18, + "inflow": 46.07, + "volume": 10.77, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 199.98, + "flow": 40.19, + "inflow": 46.07, + "volume": 10.77, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 199.99, + "flow": 40.2, + "inflow": 46.07, + "volume": 10.77, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 199.99, + "flow": 40.21, + "inflow": 46.07, + "volume": 10.77, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 199.99, + "flow": 40.22, + "inflow": 46.07, + "volume": 10.84, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 200, + "flow": 40.22, + "inflow": 46.07, + "volume": 10.84, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 200, + "flow": 40.22, + "inflow": 46.07, + "volume": 10.84, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 200.01, + "flow": 40.24, + "inflow": 46.07, + "volume": 10.84, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 200.01, + "flow": 40.2, + "inflow": 46.07, + "volume": 10.84, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:50:00.000Z", + "level": 199.97, + "flow": 40.12, + "inflow": 46.07, + "volume": 10.84, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 199.95, + "flow": 40.1, + "inflow": 46.07, + "volume": 10.84, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 199.93, + "flow": 40.05, + "inflow": 46.07, + "volume": 10.73, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 199.93, + "flow": 40.09, + "inflow": 46.07, + "volume": 10.73, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 199.96, + "flow": 40.1, + "inflow": 46.07, + "volume": 10.73, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 199.96, + "flow": 40.07, + "inflow": 46.07, + "volume": 10.73, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 199.93, + "flow": 40.04, + "inflow": 46.07, + "volume": 10.73, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 199.91, + "flow": 39.98, + "temperature": 14.3, + "precipitation": 0, + "inflow": 46.07, + "volume": 10.73 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 199.89, + "flow": 39.84, + "temperature": 14.3, + "precipitation": 0, + "inflow": 46.07, + "volume": 10.73 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 199.89, + "flow": 39.91, + "inflow": 46.07, + "volume": 10.61, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 199.87, + "flow": 39.9, + "temperature": 14.3, + "precipitation": 0, + "inflow": 46.07, + "volume": 10.61 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 199.89, + "flow": 39.95, + "inflow": 46.07, + "volume": 10.61, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 199.87, + "flow": 39.91, + "inflow": 46.07, + "volume": 10.61, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 199.87, + "flow": 39.92, + "inflow": 46.07, + "volume": 10.51, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 199.86, + "flow": 39.78, + "inflow": 46.07, + "volume": 10.51, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 199.84, + "flow": 39.79, + "inflow": 46.07, + "volume": 10.51, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 199.82, + "flow": 39.8, + "inflow": 46.07, + "volume": 10.51, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 199.81, + "flow": 39.83, + "inflow": 46.07, + "volume": 10.51, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 199.81, + "flow": 39.77, + "inflow": 46.07, + "volume": 10.51, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 199.82, + "flow": 39.79, + "inflow": 46.07, + "volume": 10.51, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 199.8, + "flow": 39.75, + "inflow": 46.07, + "volume": 10.38, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 199.8, + "flow": 39.78, + "inflow": 46.07, + "volume": 10.38, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 199.79, + "flow": 39.73, + "inflow": 46.07, + "volume": 10.38, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 199.78, + "flow": 39.75, + "inflow": 46.07, + "volume": 10.38, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 199.76, + "flow": 39.71, + "inflow": 46.07, + "volume": 10.38, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 199.76, + "flow": 39.71, + "inflow": 46.07, + "volume": 10.22, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 199.76, + "flow": 39.71, + "inflow": 46.07, + "volume": 10.22, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 199.74, + "flow": 39.66, + "inflow": 46.07, + "volume": 10.22, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 199.7, + "flow": 39.59, + "inflow": 46.07, + "volume": 10.22, + "temperature": 14, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 199.69, + "flow": 39.57, + "inflow": 46.07, + "volume": 10.22, + "temperature": 14, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 199.67, + "flow": 39.56, + "inflow": 46.07, + "volume": 10.22, + "temperature": 14, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 199.66, + "flow": 39.59, + "inflow": 46.07, + "volume": 9.97, + "temperature": 14, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 199.66, + "flow": 39.54, + "inflow": 46.07, + "volume": 9.97, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 199.65, + "flow": 39.53, + "inflow": 46.07, + "volume": 9.97, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 199.63, + "flow": 39.51, + "temperature": 14, + "precipitation": 0.1, + "inflow": 46.07, + "volume": 9.97 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 199.61, + "flow": 39.46, + "inflow": 46.07, + "volume": 9.97, + "temperature": 14, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 199.59, + "flow": 39.43, + "inflow": 46.07, + "volume": 9.97, + "temperature": 14, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 199.59, + "flow": 39.39, + "inflow": 46.07, + "volume": 9.97, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 199.58, + "flow": 39.63, + "inflow": 46.07, + "volume": 9.78, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 199.56, + "flow": 39.76, + "inflow": 46.07, + "volume": 9.78, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 199.54, + "flow": 39.74, + "inflow": 46.07, + "volume": 9.78, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 199.53, + "flow": 39.67, + "inflow": 46.07, + "volume": 9.78, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 199.53, + "flow": 39.7, + "inflow": 46.07, + "volume": 9.78, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 199.49, + "flow": 39.63, + "inflow": 46.07, + "volume": 9.55, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 199.49, + "flow": 39.61, + "inflow": 46.07, + "volume": 9.55, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 199.47, + "flow": 39.57, + "inflow": 46.07, + "volume": 9.55, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 199.45, + "flow": 39.51, + "inflow": 46.07, + "volume": 9.55, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 199.45, + "flow": 39.47, + "inflow": 46.07, + "volume": 9.55, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T15:50:00.000Z", + "level": 199.47, + "flow": 39.53, + "inflow": 46.07, + "volume": 9.55, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 199.47, + "flow": 39.54, + "inflow": 46.07, + "volume": 9.55, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 199.45, + "flow": 39.45, + "inflow": 46.07, + "volume": 9.51, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 199.45, + "flow": 39.46, + "inflow": 46.07, + "volume": 9.51, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 199.42, + "flow": 39.39, + "inflow": 46.07, + "volume": 9.51, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 199.42, + "flow": 39.4, + "inflow": 46.07, + "volume": 9.51, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 199.41, + "flow": 39.59, + "inflow": 46.07, + "volume": 9.51, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 199.4, + "flow": 39.84, + "inflow": 46.07, + "volume": 9.34, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 199.4, + "flow": 39.83, + "inflow": 46.07, + "volume": 9.34, + "temperature": 15, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 199.37, + "flow": 39.8, + "inflow": 46.07, + "volume": 9.34, + "temperature": 15, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 199.37, + "flow": 39.79, + "inflow": 46.07, + "volume": 9.34, + "temperature": 15, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 199.37, + "flow": 39.79, + "inflow": 46.07, + "volume": 9.34, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 199.45, + "flow": 39.96, + "inflow": 46.07, + "volume": 9.34, + "temperature": 14.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 199.5, + "flow": 40.04, + "inflow": 46.07, + "volume": 9.57, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 199.54, + "flow": 40.11, + "inflow": 46.07, + "volume": 9.57, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 199.58, + "flow": 40.2, + "inflow": 46.07, + "volume": 9.57, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 199.58, + "flow": 40.22, + "inflow": 46.07, + "volume": 9.57, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 199.61, + "flow": 40.29, + "inflow": 46.07, + "volume": 9.57, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 199.66, + "flow": 40.43, + "inflow": 46.07, + "volume": 9.57, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 199.72, + "flow": 40.52, + "inflow": 46.07, + "volume": 9.57, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 199.78, + "flow": 40.6, + "inflow": 46.07, + "volume": 10.12, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 199.81, + "flow": 40.15, + "inflow": 46.07, + "volume": 10.12, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 199.83, + "flow": 40.09, + "inflow": 46.07, + "volume": 10.12, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 199.86, + "flow": 40.14, + "inflow": 46.07, + "volume": 10.12, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 199.89, + "flow": 40.2, + "inflow": 46.07, + "volume": 10.12, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 199.93, + "flow": 40.24, + "inflow": 46.07, + "volume": 10.67, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 199.95, + "flow": 40.3, + "inflow": 46.07, + "volume": 10.67, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 199.96, + "flow": 40.32, + "inflow": 46.07, + "volume": 10.67, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 199.98, + "flow": 40.35, + "inflow": 46.07, + "volume": 10.67, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 200, + "flow": 40.43, + "inflow": 46.07, + "volume": 10.67, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 200.02, + "flow": 40.45, + "inflow": 46.07, + "volume": 10.67, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 200.04, + "flow": 40.47, + "temperature": 14.8, + "precipitation": 0, + "inflow": 46.07, + "volume": 10.67 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 200.05, + "flow": 40.49, + "inflow": 46.07, + "volume": 10.95, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 200.06, + "flow": 40.49, + "inflow": 46.07, + "volume": 10.95, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 200.06, + "flow": 40.51, + "inflow": 46.07, + "volume": 10.95, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 200.08, + "flow": 40.56, + "inflow": 46.07, + "volume": 10.95, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 200.09, + "flow": 40.58, + "inflow": 46.07, + "volume": 10.95, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 200.09, + "flow": 40.57, + "inflow": 46.07, + "volume": 11.1, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 200.1, + "flow": 40.53, + "inflow": 46.07, + "volume": 11.1, + "temperature": 15.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 200.1, + "flow": 40.57, + "inflow": 46.07, + "volume": 11.1, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 200.07, + "flow": 40.55, + "temperature": 15.3, + "precipitation": 0, + "inflow": 46.07, + "volume": 11.1 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 200.07, + "flow": 40.52, + "inflow": 46.07, + "volume": 11.1, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 200.07, + "flow": 40.52, + "inflow": 46.07, + "volume": 11.1, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 200.07, + "flow": 40.51, + "inflow": 46.07, + "volume": 11.1, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 200.07, + "flow": 40.51, + "inflow": 46.07, + "volume": 11.04, + "temperature": 15.2, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 200.08, + "flow": 40.53, + "inflow": 46.07, + "volume": 11.04, + "temperature": 15.2, + "precipitation": 0.6 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 200.08, + "flow": 40.54, + "inflow": 46.07, + "volume": 11.04, + "temperature": 15.2, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 200.07, + "flow": 40.47, + "inflow": 46.07, + "volume": 11.04, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 200.06, + "flow": 40.5, + "inflow": 46.07, + "volume": 11.04, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 200.06, + "flow": 40.5, + "inflow": 46.07, + "volume": 11, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 200.06, + "flow": 40.49, + "inflow": 46.07, + "volume": 11, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 200.07, + "flow": 40.51, + "inflow": 46.07, + "volume": 11, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 200.07, + "flow": 40.51, + "inflow": 46.07, + "volume": 11, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 200.07, + "flow": 40.48, + "inflow": 46.07, + "volume": 11, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 200.07, + "flow": 40.48, + "inflow": 46.07, + "volume": 11, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 200.05, + "flow": 40.47, + "inflow": 46.07, + "volume": 11, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 200.05, + "flow": 40.48, + "inflow": 46.07, + "volume": 11, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 200.05, + "flow": 40.5, + "inflow": 46.07, + "volume": 11, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 200.05, + "flow": 40.5, + "inflow": 46.07, + "volume": 11, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 200.05, + "flow": 40.44, + "inflow": 46.07, + "volume": 11, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 200.05, + "flow": 40.49, + "inflow": 46.07, + "volume": 11, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 200.05, + "flow": 40.47, + "inflow": 46.07, + "volume": 10.97, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 200.05, + "flow": 40.48, + "inflow": 46.07, + "volume": 10.97, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 200.05, + "flow": 40.47, + "inflow": 46.07, + "volume": 10.97, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 200.04, + "flow": 40.5, + "inflow": 46.07, + "volume": 10.97, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 200.04, + "flow": 40.45, + "inflow": 46.07, + "volume": 10.97, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 200.04, + "flow": 40.48, + "inflow": 46.07, + "volume": 10.97, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 200.04, + "flow": 40.5, + "inflow": 46.07, + "volume": 10.96, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 200.04, + "flow": 40.45, + "inflow": 46.07, + "volume": 10.96, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 200.03, + "flow": 40.46, + "inflow": 46.07, + "volume": 10.96, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 200.03, + "flow": 40.45, + "inflow": 46.07, + "volume": 10.96, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 200.03, + "flow": 40.45, + "inflow": 46.07, + "volume": 10.96, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 200.03, + "flow": 40.43, + "inflow": 46.07, + "volume": 10.96, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 200.03, + "flow": 40.43, + "inflow": 46.07, + "volume": 10.92, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 200.03, + "flow": 40.44, + "inflow": 46.07, + "volume": 10.92, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 200.03, + "flow": 40.43, + "inflow": 46.07, + "volume": 10.92, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 200.02, + "flow": 40.4, + "inflow": 46.07, + "volume": 10.92, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 200.02, + "flow": 40.45, + "inflow": 46.07, + "volume": 10.92, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 200.05, + "flow": 40.49, + "inflow": 46.07, + "volume": 10.92, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 200.05, + "flow": 40.5, + "inflow": 44.42, + "volume": 10.97, + "temperature": 15.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 200.06, + "flow": 40.52, + "inflow": 44.42, + "volume": 10.97, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 200.06, + "flow": 40.5, + "inflow": 44.42, + "volume": 10.97, + "temperature": 15.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 200.06, + "flow": 40.48, + "inflow": 44.42, + "volume": 10.97, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 200.05, + "flow": 40.51, + "inflow": 44.42, + "volume": 10.97, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 200.03, + "flow": 40.48, + "inflow": 44.42, + "volume": 10.97, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 200.03, + "flow": 40.48, + "inflow": 44.42, + "volume": 10.97, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 200.03, + "flow": 40.46, + "inflow": 44.42, + "volume": 10.93, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 200.03, + "flow": 40.39, + "inflow": 44.42, + "volume": 10.93, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 200.04, + "flow": 40.46, + "inflow": 44.42, + "volume": 10.93, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 200.04, + "flow": 40.45, + "inflow": 44.42, + "volume": 10.93, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 200.03, + "flow": 40.48, + "inflow": 44.42, + "volume": 10.93, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 200.02, + "flow": 40.4, + "inflow": 44.42, + "volume": 10.9, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 200.02, + "flow": 40.43, + "inflow": 44.42, + "volume": 10.9, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 200.02, + "flow": 40.43, + "inflow": 44.42, + "volume": 10.9, + "temperature": 17.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 200.02, + "flow": 40.41, + "inflow": 44.42, + "volume": 10.9, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 200.02, + "flow": 40.45, + "inflow": 44.42, + "volume": 10.9, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 200.04, + "flow": 40.47, + "inflow": 44.42, + "volume": 10.9, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 200.04, + "flow": 40.45, + "inflow": 44.42, + "volume": 10.96, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 200.05, + "flow": 40.52, + "inflow": 44.42, + "volume": 10.96, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 200.03, + "flow": 40.45, + "inflow": 44.42, + "volume": 10.96, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 200.05, + "flow": 40.38, + "inflow": 44.42, + "volume": 10.96, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 200.05, + "flow": 40.39, + "temperature": 17.9, + "precipitation": 0, + "inflow": 44.42, + "volume": 10.96 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 200.08, + "flow": 40.48, + "inflow": 44.42, + "volume": 10.96, + "temperature": 17.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 200.08, + "flow": 40.5, + "inflow": 44.42, + "volume": 10.96, + "temperature": 18.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 200.07, + "flow": 40.48, + "inflow": 44.42, + "volume": 11.05, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 200.07, + "flow": 40.47, + "temperature": 18.4, + "precipitation": 0, + "inflow": 44.42, + "volume": 11.05 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 200.07, + "flow": 40.49, + "inflow": 44.42, + "volume": 11.05, + "temperature": 18.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 200.05, + "flow": 40.46, + "inflow": 44.42, + "volume": 11.05, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 200.05, + "flow": 40.43, + "inflow": 44.42, + "volume": 11.05, + "temperature": 18.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 200.04, + "flow": 40.46, + "temperature": 18.9, + "precipitation": 0, + "inflow": 44.42, + "volume": 11.05 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 200.06, + "flow": 40.52, + "temperature": 18.9, + "precipitation": 0, + "inflow": 44.42, + "volume": 11.05 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 200.08, + "flow": 40.53, + "temperature": 18.9, + "precipitation": 0, + "inflow": 44.42, + "volume": 11.05 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 200.08, + "flow": 40.55, + "temperature": 18.9, + "precipitation": 0, + "inflow": 44.42, + "volume": 11.05 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 200.07, + "flow": 40.53, + "temperature": 18.9, + "precipitation": 0, + "inflow": 44.42, + "volume": 11.05 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 200.01, + "flow": 40.41, + "inflow": 44.42, + "volume": 10.95, + "temperature": 20.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 200, + "flow": 40.4, + "inflow": 44.42, + "volume": 10.85, + "temperature": 20.4, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/ZESV.json b/public/data/ZESV.json index 8222712..6a53cd5 100644 --- a/public/data/ZESV.json +++ b/public/data/ZESV.json @@ -10235,7 +10235,7 @@ { "timestamp": "2026-06-09T18:20:00.000Z", "level": 375.11, - "flow": 0, + "flow": 0.44, "inflow": 0.92, "volume": 240.42, "temperature": 15.1, @@ -10244,10 +10244,4762 @@ { "timestamp": "2026-06-09T18:30:00.000Z", "level": 375.1, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.42, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:40:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.42, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T18:50:00.000Z", + "level": 375.11, "flow": 0, "inflow": 0.92, "volume": 240.42, "temperature": 15.1, "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:00:00.000Z", + "level": 375.11, + "flow": 0.44, + "temperature": 15.1, + "precipitation": 0, + "inflow": 0.92, + "volume": 240.42 + }, + { + "timestamp": "2026-06-09T19:10:00.000Z", + "level": 375.11, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.41, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:20:00.000Z", + "level": 375.11, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.41, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:30:00.000Z", + "level": 375.11, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.41, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:40:00.000Z", + "level": 375.1, + "flow": 0, + "inflow": 0.92, + "volume": 240.41, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T19:50:00.000Z", + "level": 375.1, + "flow": 0, + "inflow": 0.92, + "volume": 240.41, + "temperature": 14.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:00:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.39, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:10:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.39, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:20:00.000Z", + "level": 375.11, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.39, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:30:00.000Z", + "level": 375.11, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.39, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:40:00.000Z", + "level": 375.11, + "flow": 0, + "inflow": 0.92, + "volume": 240.39, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T20:50:00.000Z", + "level": 375.11, + "flow": 0, + "inflow": 0.92, + "volume": 240.39, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:00:00.000Z", + "level": 375.11, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.41, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:10:00.000Z", + "level": 375.11, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.41, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:20:00.000Z", + "level": 375.1, + "flow": 0.44, + "temperature": 14.2, + "precipitation": 0, + "inflow": 0.92, + "volume": 240.41 + }, + { + "timestamp": "2026-06-09T21:30:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.41, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:40:00.000Z", + "level": 375.1, + "flow": 0, + "inflow": 0.92, + "volume": 240.41, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T21:50:00.000Z", + "level": 375.1, + "flow": 0, + "inflow": 0.92, + "volume": 240.41, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:00:00.000Z", + "level": 375.11, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.41, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:10:00.000Z", + "level": 375.11, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.41, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:20:00.000Z", + "level": 375.11, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.41, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:30:00.000Z", + "level": 375.11, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.41, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:40:00.000Z", + "level": 375.11, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.41, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T22:50:00.000Z", + "level": 375.1, + "flow": 0, + "inflow": 0.92, + "volume": 240.41, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:00:00.000Z", + "level": 375.1, + "flow": 0.44, + "temperature": 13.6, + "precipitation": 0, + "inflow": 0.92, + "volume": 240.41 + }, + { + "timestamp": "2026-06-09T23:10:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.35, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:20:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.35, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:30:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.35, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:40:00.000Z", + "level": 375.1, + "flow": 0, + "inflow": 0.92, + "volume": 240.35, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-09T23:50:00.000Z", + "level": 375.1, + "flow": 0, + "inflow": 0.92, + "volume": 240.35, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:00:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.37, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:10:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.37, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:20:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.37, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:30:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.37, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T00:40:00.000Z", + "level": 375.1, + "flow": 0, + "inflow": 0.92, + "volume": 240.37, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:00:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.34, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:10:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.34, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:20:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.34, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:30:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.34, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T01:40:00.000Z", + "level": 375.1, + "flow": 0, + "temperature": 13.5, + "precipitation": 0, + "inflow": 0.92, + "volume": 240.34 + }, + { + "timestamp": "2026-06-10T01:50:00.000Z", + "level": 375.1, + "flow": 0, + "inflow": 0.92, + "volume": 240.34, + "temperature": 13.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:00:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.34, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:10:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.34, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:20:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.34, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:30:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.34, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:40:00.000Z", + "level": 375.1, + "flow": 0, + "inflow": 0.92, + "volume": 240.34, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T02:50:00.000Z", + "level": 375.1, + "flow": 0, + "inflow": 0.92, + "volume": 240.34, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:00:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.33, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:10:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.33, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:20:00.000Z", + "level": 375.1, + "flow": 0.44, + "temperature": 13.2, + "precipitation": 0, + "inflow": 0.92, + "volume": 240.33 + }, + { + "timestamp": "2026-06-10T03:30:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.33, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:40:00.000Z", + "level": 375.1, + "flow": 0, + "inflow": 0.92, + "volume": 240.33, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T03:50:00.000Z", + "level": 375.1, + "flow": 0, + "inflow": 0.92, + "volume": 240.33, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:00:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.31, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:10:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.31, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:20:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.31, + "temperature": 13.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:30:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 0.92, + "volume": 240.31, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:40:00.000Z", + "level": 375.1, + "flow": 0, + "inflow": 0.92, + "volume": 240.31, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T04:50:00.000Z", + "level": 375.1, + "flow": 0, + "inflow": 0.92, + "volume": 240.31, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:00:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 0, + "volume": 240.31, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:10:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 1.63, + "volume": 240.31, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:20:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 1.63, + "volume": 240.31, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T05:30:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 1.63, + "volume": 240.31, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T05:40:00.000Z", + "level": 375.1, + "flow": 0.44, + "temperature": 13.6, + "precipitation": 0.1, + "inflow": 1.63, + "volume": 240.31 + }, + { + "timestamp": "2026-06-10T05:50:00.000Z", + "level": 375.1, + "flow": 0, + "inflow": 1.63, + "volume": 240.31, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:00:00.000Z", + "level": 375.1, + "flow": 0.44, + "temperature": 13.6, + "precipitation": 0.1, + "inflow": 1.63, + "volume": 240.31 + }, + { + "timestamp": "2026-06-10T06:10:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 1.63, + "volume": 240.3, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:20:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 1.63, + "volume": 240.3, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T06:30:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 1.63, + "volume": 240.3, + "temperature": 13.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:40:00.000Z", + "level": 375.1, + "flow": 0, + "inflow": 1.63, + "volume": 240.3, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T06:50:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.3, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T07:00:00.000Z", + "level": 375.09, + "flow": 0.44, + "inflow": 1.63, + "volume": 240.26, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:10:00.000Z", + "level": 375.09, + "flow": 0.44, + "inflow": 1.63, + "volume": 240.26, + "temperature": 14.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T07:20:00.000Z", + "level": 375.1, + "flow": 0.44, + "inflow": 1.63, + "volume": 240.26, + "temperature": 14.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T07:30:00.000Z", + "level": 375.09, + "flow": 0.43, + "inflow": 1.63, + "volume": 240.26, + "temperature": 14.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T07:40:00.000Z", + "level": 375.1, + "flow": 0, + "inflow": 1.63, + "volume": 240.26, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T07:50:00.000Z", + "level": 375.1, + "flow": 0, + "inflow": 1.63, + "volume": 240.26, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:00:00.000Z", + "level": 375.1, + "flow": 0.38, + "inflow": 1.63, + "volume": 240.3, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:10:00.000Z", + "level": 375.1, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.3, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T08:20:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.3, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:30:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.3, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T08:40:00.000Z", + "level": 375.09, + "flow": 0, + "temperature": 14.3, + "precipitation": 0.1, + "inflow": 1.63, + "volume": 240.3 + }, + { + "timestamp": "2026-06-10T08:50:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.3, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:00:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.3, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T09:10:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.25, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:20:00.000Z", + "level": 375.1, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.25, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:30:00.000Z", + "level": 375.1, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.25, + "temperature": 13.4, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:40:00.000Z", + "level": 375.1, + "flow": 0, + "inflow": 1.63, + "volume": 240.25, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T09:50:00.000Z", + "level": 375.1, + "flow": 0, + "inflow": 1.63, + "volume": 240.25, + "temperature": 13.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T10:00:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.26, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:10:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.26, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:20:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.26, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:30:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.26, + "temperature": 13.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:40:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.26, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T10:50:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.26, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:00:00.000Z", + "level": 375.1, + "flow": 0.37, + "temperature": 13.5, + "precipitation": 0.1, + "inflow": 1.63, + "volume": 240.26 + }, + { + "timestamp": "2026-06-10T11:10:00.000Z", + "level": 375.1, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.27, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:20:00.000Z", + "level": 375.1, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.27, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:30:00.000Z", + "level": 375.1, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.27, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T11:40:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.27, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T11:50:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.27, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:00:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.26, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:10:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.26, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:20:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.26, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:30:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.26, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:40:00.000Z", + "level": 375.1, + "flow": 0, + "inflow": 1.63, + "volume": 240.26, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T12:50:00.000Z", + "level": 375.1, + "flow": 0, + "inflow": 1.63, + "volume": 240.26, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:00:00.000Z", + "level": 375.1, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.26, + "temperature": 13.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T13:10:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.27, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T13:20:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.27, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:30:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.27, + "temperature": 13, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T13:40:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.27, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T13:50:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.27, + "temperature": 12.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:00:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.25, + "temperature": 12.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:10:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.25, + "temperature": 12.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T14:20:00.000Z", + "level": 375.1, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.25, + "temperature": 12.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T14:30:00.000Z", + "level": 375.1, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.25, + "temperature": 12.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T14:40:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.25, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T14:50:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.25, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:00:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.25, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:10:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.25, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:20:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.25, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:30:00.000Z", + "level": 375.09, + "flow": 0.37, + "temperature": 12.6, + "precipitation": 0.1, + "inflow": 1.63, + "volume": 240.25 + }, + { + "timestamp": "2026-06-10T15:40:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.25, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T15:50:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.25, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:00:00.000Z", + "level": 375.09, + "flow": 0.37, + "temperature": 12.6, + "precipitation": 0.1, + "inflow": 1.63, + "volume": 240.25 + }, + { + "timestamp": "2026-06-10T16:10:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.26, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:20:00.000Z", + "level": 375.09, + "flow": 0.37, + "temperature": 12.6, + "precipitation": 0.1, + "inflow": 1.63, + "volume": 240.26 + }, + { + "timestamp": "2026-06-10T16:30:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.26, + "temperature": 12.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:40:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.26, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T16:50:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.26, + "temperature": 12.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T17:00:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.23, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:10:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.23, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:20:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.23, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:30:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.23, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:40:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.23, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T17:50:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.23, + "temperature": 12.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:00:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.23, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:10:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.23, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:20:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.23, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:30:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.23, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:40:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.23, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T18:50:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.23, + "temperature": 12.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:00:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.23, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:10:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.23, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:20:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.23, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:30:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.23, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T19:40:00.000Z", + "level": 375.09, + "flow": 0, + "temperature": 12.2, + "precipitation": 0, + "inflow": 1.63, + "volume": 240.23 + }, + { + "timestamp": "2026-06-10T19:50:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.23, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:00:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.23, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:10:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.22, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:20:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.22, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-10T20:30:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.22, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:40:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.22, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T20:50:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.22, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-10T21:00:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.23, + "temperature": 12.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:10:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.23, + "temperature": 12.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:20:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.23, + "temperature": 12.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:30:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.23, + "temperature": 12.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T21:40:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.23, + "temperature": 12.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T21:50:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.23, + "temperature": 12.1, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T22:00:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.21, + "temperature": 12, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:10:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.21, + "temperature": 12, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:20:00.000Z", + "level": 375.09, + "flow": 0.37, + "temperature": 12, + "precipitation": 0.2, + "inflow": 1.63, + "volume": 240.21 + }, + { + "timestamp": "2026-06-10T22:30:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.21, + "temperature": 11.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:40:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.21, + "temperature": 11.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T22:50:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.21, + "temperature": 11.9, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-10T23:00:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.21, + "temperature": 11.8, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:10:00.000Z", + "level": 375.09, + "flow": 0.38, + "inflow": 1.63, + "volume": 240.21, + "temperature": 11.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:20:00.000Z", + "level": 375.09, + "flow": 0.38, + "inflow": 1.63, + "volume": 240.21, + "temperature": 11.7, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:30:00.000Z", + "level": 375.09, + "flow": 0.38, + "inflow": 1.63, + "volume": 240.21, + "temperature": 11.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:40:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.21, + "temperature": 11.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-10T23:50:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.21, + "temperature": 11, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T00:00:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.22, + "temperature": 11, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:10:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.22, + "temperature": 11.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:20:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.22, + "temperature": 11.1, + "precipitation": 0.4 + }, + { + "timestamp": "2026-06-11T00:30:00.000Z", + "level": 375.09, + "flow": 0.38, + "inflow": 1.63, + "volume": 240.22, + "temperature": 11.2, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:40:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.22, + "temperature": 11.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T00:50:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.22, + "temperature": 11.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:00:00.000Z", + "level": 375.09, + "flow": 0.38, + "inflow": 1.63, + "volume": 240.23, + "temperature": 11.4, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T01:10:00.000Z", + "level": 375.09, + "flow": 0.38, + "inflow": 1.63, + "volume": 240.23, + "temperature": 11.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:20:00.000Z", + "level": 375.09, + "flow": 0.38, + "inflow": 1.63, + "volume": 240.23, + "temperature": 11.3, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-11T01:30:00.000Z", + "level": 375.09, + "flow": 0.38, + "inflow": 1.63, + "volume": 240.23, + "temperature": 11.2, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-11T01:40:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.23, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T01:50:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.23, + "temperature": 11, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:00:00.000Z", + "level": 375.09, + "flow": 0.38, + "inflow": 1.63, + "volume": 240.21, + "temperature": 10.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:10:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.21, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:20:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.21, + "temperature": 10.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T02:30:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.21, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:40:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.21, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T02:50:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.21, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:00:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.23, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:10:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.23, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:20:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.23, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:30:00.000Z", + "level": 375.09, + "flow": 0.37, + "temperature": 10.3, + "precipitation": 0, + "inflow": 1.63, + "volume": 240.23 + }, + { + "timestamp": "2026-06-11T03:40:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.23, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T03:50:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.23, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:00:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.22, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:10:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.22, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:20:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.22, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:30:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 1.63, + "volume": 240.22, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:40:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.22, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T04:50:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 1.63, + "volume": 240.22, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:00:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 0, + "volume": 240.23, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:10:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.23, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:20:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.23, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:30:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.23, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:40:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 2.96, + "volume": 240.23, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T05:50:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 2.96, + "volume": 240.23, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:00:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.19, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:10:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.19, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:20:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.19, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:30:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.19, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T06:40:00.000Z", + "level": 375.09, + "flow": 0, + "temperature": 11.8, + "precipitation": 0, + "inflow": 2.96, + "volume": 240.19 + }, + { + "timestamp": "2026-06-11T06:50:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 2.96, + "volume": 240.19, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:00:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.19, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:10:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.18, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:20:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.18, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:30:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.18, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:40:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 2.96, + "volume": 240.18, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T07:50:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.18, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:00:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.13, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:10:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.13, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:20:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.13, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:30:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.13, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:40:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 2.96, + "volume": 240.13, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T08:50:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 2.96, + "volume": 240.13, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:00:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.15, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:10:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.15, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:20:00.000Z", + "level": 375.09, + "flow": 0.37, + "temperature": 13.9, + "precipitation": 0, + "inflow": 2.96, + "volume": 240.15 + }, + { + "timestamp": "2026-06-11T09:30:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.15, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:40:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.15, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T09:50:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.15, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:00:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.14, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:10:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.14, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:20:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.14, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:30:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.14, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:40:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 2.96, + "volume": 240.14, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T10:50:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.14, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:00:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.07, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:10:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.07, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:20:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.07, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:30:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.07, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:40:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.07, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T11:50:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 2.96, + "volume": 240.07, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:00:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.18, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:10:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.18, + "temperature": 15.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:20:00.000Z", + "level": 375.09, + "flow": 0.37, + "temperature": 15.3, + "precipitation": 0, + "inflow": 2.96, + "volume": 240.18 + }, + { + "timestamp": "2026-06-11T12:30:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.18, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:40:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 2.96, + "volume": 240.18, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T12:50:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 2.96, + "volume": 240.18, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:00:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.09, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:10:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.09, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:20:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.09, + "temperature": 15.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:30:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.09, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T13:40:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.09, + "temperature": 12.8, + "precipitation": 2 + }, + { + "timestamp": "2026-06-11T13:50:00.000Z", + "level": 375.09, + "flow": 0, + "inflow": 2.96, + "volume": 240.09, + "temperature": 12.1, + "precipitation": 0.8 + }, + { + "timestamp": "2026-06-11T14:00:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.14, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T14:10:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.14, + "temperature": 12.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-11T14:20:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.14, + "temperature": 12.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:30:00.000Z", + "level": 375.08, + "flow": 0.37, + "temperature": 12.7, + "precipitation": 0, + "inflow": 2.96, + "volume": 240.14 + }, + { + "timestamp": "2026-06-11T14:40:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.14, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T14:50:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.14, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:00:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.14, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:10:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.1, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:20:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.1, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:30:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.1, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:40:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.1, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T15:50:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.1, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:00:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.1, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:10:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.1, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:20:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.1, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:30:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.1, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:40:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.1, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T16:50:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.1, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:00:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.07, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:10:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.07, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:20:00.000Z", + "level": 375.09, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.07, + "temperature": 13.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:30:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.07, + "temperature": 13.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:40:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.07, + "temperature": 12.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T17:50:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.07, + "temperature": 12.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:00:00.000Z", + "level": 375.08, + "flow": 0.37, + "temperature": 12.4, + "precipitation": 0, + "inflow": 2.96, + "volume": 240.07 + }, + { + "timestamp": "2026-06-11T18:10:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.1, + "temperature": 12.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:20:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.1, + "temperature": 12, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:30:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.1, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T18:40:00.000Z", + "level": 375.08, + "flow": 0, + "temperature": 11.9, + "precipitation": 0, + "inflow": 2.96, + "volume": 240.1 + }, + { + "timestamp": "2026-06-11T18:50:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.1, + "temperature": 11.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:00:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.11, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:10:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.11, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:20:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.11, + "temperature": 11.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:30:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.11, + "temperature": 11.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:40:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.11, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T19:50:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.11, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:00:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.1, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:10:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.1, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:20:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.1, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:30:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.1, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:40:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.1, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T20:50:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.1, + "temperature": 11.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:00:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.07, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:10:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.07, + "temperature": 11.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:20:00.000Z", + "level": 375.08, + "flow": 0.37, + "temperature": 11.5, + "precipitation": 0, + "inflow": 2.96, + "volume": 240.07 + }, + { + "timestamp": "2026-06-11T21:30:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.07, + "temperature": 11.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:40:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.07, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T21:50:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.07, + "temperature": 11.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:00:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.09, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:10:00.000Z", + "level": 375.08, + "flow": 0.37, + "temperature": 10.9, + "precipitation": 0, + "inflow": 2.96, + "volume": 240.09 + }, + { + "timestamp": "2026-06-11T22:20:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.09, + "temperature": 10.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:30:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.09, + "temperature": 10.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:40:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.09, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T22:50:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.09, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:00:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.05, + "temperature": 10.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:10:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.05, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:20:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.05, + "temperature": 10.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:30:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.05, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-11T23:40:00.000Z", + "level": 375.08, + "flow": 0, + "temperature": 10.4, + "precipitation": 0, + "inflow": 2.96, + "volume": 240.05 + }, + { + "timestamp": "2026-06-11T23:50:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.05, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:00:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.03, + "temperature": 10.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:10:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.03, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:20:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.03, + "temperature": 10.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:30:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.03, + "temperature": 10.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:40:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.03, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T00:50:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.03, + "temperature": 10, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:00:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.03, + "temperature": 9.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:10:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.03, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:20:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.03, + "temperature": 9.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:30:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.03, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:40:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.03, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T01:50:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.03, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:00:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.01, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:10:00.000Z", + "level": 375.08, + "flow": 0.37, + "temperature": 9.3, + "precipitation": 0, + "inflow": 2.96, + "volume": 240.01 + }, + { + "timestamp": "2026-06-12T02:20:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.01, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:30:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.01, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:40:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.01, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T02:50:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.01, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:00:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.01, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:10:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.01, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:20:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.01, + "temperature": 9.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.01, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:40:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.01, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T03:50:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.96, + "volume": 240.01, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:00:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.01, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:10:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.01, + "temperature": 9.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:20:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 2.96, + "volume": 240.01, + "temperature": 9.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "temperature": 9.1, + "precipitation": 0, + "inflow": 2.96, + "volume": 240.01 + }, + { + "timestamp": "2026-06-12T04:40:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 2.96, + "volume": 240.01, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T04:50:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 2.96, + "volume": 240.01, + "temperature": 9.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:00:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0, + "volume": 240.01, + "temperature": 9.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:10:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.98, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:20:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.98, + "temperature": 10.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.98, + "temperature": 10.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:40:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.98, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T05:50:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.98, + "temperature": 11, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:00:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.97, + "temperature": 11.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:10:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.97, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:20:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.97, + "temperature": 11.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.97, + "temperature": 12.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:40:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.97, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T06:50:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.97, + "temperature": 12.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:00:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.96, + "temperature": 12.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:10:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.96, + "temperature": 13.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:20:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.96, + "temperature": 13.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.96, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T07:40:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.96, + "temperature": 13.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:00:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.96, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:10:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.96, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:20:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.96, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.96, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:40:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.96, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T08:50:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.96, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:00:00.000Z", + "level": 375.07, + "flow": 0.37, + "temperature": 14.2, + "precipitation": 0, + "inflow": 0.92, + "volume": 239.96 + }, + { + "timestamp": "2026-06-12T09:10:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.97, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:20:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.97, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "temperature": 14.3, + "precipitation": 0, + "inflow": 0.92, + "volume": 239.97 + }, + { + "timestamp": "2026-06-12T09:40:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.97, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T09:50:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.97, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:00:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.96, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:10:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.96, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:20:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.96, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.96, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T10:40:00.000Z", + "level": 375.07, + "flow": 0, + "temperature": 14.8, + "precipitation": 0, + "inflow": 0.92, + "volume": 239.96 + }, + { + "timestamp": "2026-06-12T10:50:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.96, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:00:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.96, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:10:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.93, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:20:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.93, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.93, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:40:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.93, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T11:50:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.93, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:00:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.89, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:10:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.89, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:20:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.89, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T12:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.89, + "temperature": 14.2, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:40:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.89, + "temperature": 14.1, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T12:50:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.93, + "temperature": 13.9, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T13:00:00.000Z", + "level": 375.07, + "flow": 0.37, + "temperature": 13.9, + "precipitation": 0.1, + "inflow": 0.92, + "volume": 239.93 + }, + { + "timestamp": "2026-06-12T13:10:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.93, + "temperature": 13.8, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:20:00.000Z", + "level": 375.07, + "flow": 0.37, + "temperature": 13.8, + "precipitation": 0.2, + "inflow": 0.92, + "volume": 239.93 + }, + { + "timestamp": "2026-06-12T13:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.93, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T13:40:00.000Z", + "level": 375.07, + "flow": 0, + "temperature": 13.7, + "precipitation": 0.2, + "inflow": 0.92, + "volume": 239.93 + }, + { + "timestamp": "2026-06-12T13:50:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.93, + "temperature": 13.7, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:00:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.93, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:10:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.94, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T14:20:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.94, + "temperature": 13.7, + "precipitation": 0.5 + }, + { + "timestamp": "2026-06-12T14:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.94, + "temperature": 13.6, + "precipitation": 0.3 + }, + { + "timestamp": "2026-06-12T14:40:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.94, + "temperature": 13.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T14:50:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.94, + "temperature": 13.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T15:00:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.92, + "temperature": 13.5, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T15:10:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.92, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:20:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.92, + "temperature": 13.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.92, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T15:40:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.92, + "temperature": 13.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:00:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.93, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:10:00.000Z", + "level": 375.07, + "flow": 0.37, + "temperature": 13.7, + "precipitation": 0.1, + "inflow": 0.92, + "volume": 239.93 + }, + { + "timestamp": "2026-06-12T16:20:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.93, + "temperature": 13.7, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T16:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.93, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T16:40:00.000Z", + "level": 375.07, + "flow": 0, + "temperature": 14.2, + "precipitation": 0, + "inflow": 0.92, + "volume": 239.93 + }, + { + "timestamp": "2026-06-12T16:50:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.93, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:00:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.9, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:10:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.9, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:20:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.9, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.9, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:40:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.9, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T17:50:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.9, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:00:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.9, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:10:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.9, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:20:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.9, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.9, + "temperature": 14.1, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-12T18:40:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.9, + "temperature": 14, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T18:50:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.9, + "temperature": 14, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T19:00:00.000Z", + "level": 375.07, + "flow": 0.37, + "temperature": 14, + "precipitation": 0.1, + "inflow": 0.92, + "volume": 239.9 + }, + { + "timestamp": "2026-06-12T19:10:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.93, + "temperature": 14.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:20:00.000Z", + "level": 375.07, + "flow": 0.37, + "temperature": 14.1, + "precipitation": 0, + "inflow": 0.92, + "volume": 239.93 + }, + { + "timestamp": "2026-06-12T19:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.93, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:40:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.93, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T19:50:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.93, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:00:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.94, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T20:10:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.94, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:20:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.94, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.94, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:40:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.94, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T20:50:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.94, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:00:00.000Z", + "level": 375.07, + "flow": 0.37, + "temperature": 14.3, + "precipitation": 0, + "inflow": 0.92, + "volume": 239.94 + }, + { + "timestamp": "2026-06-12T21:10:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.93, + "temperature": 14.3, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T21:20:00.000Z", + "level": 375.07, + "flow": 0.37, + "temperature": 14.3, + "precipitation": 0.1, + "inflow": 0.92, + "volume": 239.93 + }, + { + "timestamp": "2026-06-12T21:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.93, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:40:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.93, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T21:50:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.93, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:00:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.94, + "temperature": 14.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:10:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.94, + "temperature": 14.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:20:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.94, + "temperature": 14.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T22:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "temperature": 14.4, + "precipitation": 0, + "inflow": 0.92, + "volume": 239.94 + }, + { + "timestamp": "2026-06-12T22:40:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.94, + "temperature": 14.5, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-12T22:50:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.94, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:00:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.92, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:10:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.92, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:20:00.000Z", + "level": 375.07, + "flow": 0.37, + "temperature": 14.5, + "precipitation": 0, + "inflow": 0.92, + "volume": 239.92 + }, + { + "timestamp": "2026-06-12T23:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.92, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:40:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.92, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-12T23:50:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.92, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:00:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.92, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:10:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.92, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:20:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.92, + "temperature": 14.6, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T00:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.92, + "temperature": 14.6, + "precipitation": 0.2 + }, + { + "timestamp": "2026-06-13T00:40:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.92, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T00:50:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.92, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:00:00.000Z", + "level": 375.07, + "flow": 0.38, + "inflow": 0.92, + "volume": 239.97, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:10:00.000Z", + "level": 375.08, + "flow": 0.38, + "inflow": 0.92, + "volume": 239.97, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:20:00.000Z", + "level": 375.08, + "flow": 0.38, + "inflow": 0.92, + "volume": 239.97, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:30:00.000Z", + "level": 375.07, + "flow": 0.38, + "inflow": 0.92, + "volume": 239.97, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T01:40:00.000Z", + "level": 375.07, + "flow": 0, + "temperature": 14.5, + "precipitation": 0, + "inflow": 0.92, + "volume": 239.97 + }, + { + "timestamp": "2026-06-13T01:50:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.97, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:00:00.000Z", + "level": 375.07, + "flow": 0.38, + "inflow": 0.92, + "volume": 239.98, + "temperature": 14.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:10:00.000Z", + "level": 375.07, + "flow": 0.38, + "inflow": 0.92, + "volume": 239.98, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T02:20:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.98, + "temperature": 14.4, + "precipitation": 0.1 + }, + { + "timestamp": "2026-06-13T02:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.98, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:40:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.98, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T02:50:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.98, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:00:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 0.92, + "volume": 240.01, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:10:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 240.01, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:20:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 240.01, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 240.01, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:40:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 240.01, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T03:50:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 240.01, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:00:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.99, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:10:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.99, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:20:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.99, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0.92, + "volume": 239.99, + "temperature": 14.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:40:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.99, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T04:50:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 0.92, + "volume": 239.99, + "temperature": 14.7, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:00:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 0, + "volume": 239.99, + "temperature": 14.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:10:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 2.48, + "volume": 239.99, + "temperature": 15, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:20:00.000Z", + "level": 375.07, + "flow": 0.37, + "temperature": 15, + "precipitation": 0, + "inflow": 2.48, + "volume": 239.99 + }, + { + "timestamp": "2026-06-13T05:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 2.48, + "volume": 239.99, + "temperature": 15.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:40:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 2.48, + "volume": 239.99, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T05:50:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 2.48, + "volume": 239.99, + "temperature": 15.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:00:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 2.48, + "volume": 239.99, + "temperature": 15.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:10:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 2.48, + "volume": 239.99, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:20:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 2.48, + "volume": 239.99, + "temperature": 15.8, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 2.48, + "volume": 239.99, + "temperature": 15.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:40:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 2.48, + "volume": 239.99, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T06:50:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 2.48, + "volume": 239.99, + "temperature": 16.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:00:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 2.48, + "volume": 239.96, + "temperature": 16.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:10:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 2.48, + "volume": 239.96, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:20:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 2.48, + "volume": 239.96, + "temperature": 16.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 2.48, + "volume": 239.96, + "temperature": 16.6, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:40:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 2.48, + "volume": 239.96, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T07:50:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 2.48, + "volume": 239.96, + "temperature": 16.9, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:00:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 2.48, + "volume": 239.98, + "temperature": 17.1, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:10:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 2.48, + "volume": 239.98, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:20:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 2.48, + "volume": 239.98, + "temperature": 17.2, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 2.48, + "volume": 239.98, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T08:40:00.000Z", + "level": 375.07, + "flow": 0, + "temperature": 17.3, + "precipitation": 0, + "inflow": 2.48, + "volume": 239.98 + }, + { + "timestamp": "2026-06-13T08:50:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 2.48, + "volume": 239.98, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:00:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 2.48, + "volume": 239.98, + "temperature": 17.3, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:10:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 2.48, + "volume": 239.97, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:20:00.000Z", + "level": 375.07, + "flow": 0.37, + "inflow": 2.48, + "volume": 239.97, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:30:00.000Z", + "level": 375.08, + "flow": 0.37, + "inflow": 2.48, + "volume": 239.97, + "temperature": 17.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:40:00.000Z", + "level": 375.08, + "flow": 0, + "inflow": 2.48, + "volume": 239.97, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T09:50:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 2.48, + "volume": 239.97, + "temperature": 17.5, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T10:00:00.000Z", + "level": 375.07, + "flow": 0.37, + "temperature": 17.5, + "precipitation": 0, + "inflow": 2.48, + "volume": 239.97 + }, + { + "timestamp": "2026-06-13T10:10:00.000Z", + "level": 375.07, + "flow": 0.37, + "temperature": 17.5, + "precipitation": 0, + "inflow": 2.48, + "volume": 239.97 + }, + { + "timestamp": "2026-06-13T10:20:00.000Z", + "level": 375.08, + "flow": 0.37, + "temperature": 17.5, + "precipitation": 0, + "inflow": 2.48, + "volume": 239.97 + }, + { + "timestamp": "2026-06-13T10:30:00.000Z", + "level": 375.07, + "flow": 0.37, + "temperature": 17.5, + "precipitation": 0, + "inflow": 2.48, + "volume": 239.97 + }, + { + "timestamp": "2026-06-13T10:40:00.000Z", + "level": 375.07, + "flow": 0, + "temperature": 17.5, + "precipitation": 0, + "inflow": 2.48, + "volume": 239.97 + }, + { + "timestamp": "2026-06-13T10:50:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 2.48, + "volume": 239.96, + "temperature": 18.4, + "precipitation": 0 + }, + { + "timestamp": "2026-06-13T11:00:00.000Z", + "level": 375.07, + "flow": 0, + "inflow": 2.48, + "volume": 239.97, + "temperature": 18.8, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/lakes_index.json b/public/data/lakes_index.json index 3cf78f2..8fd3e29 100644 --- a/public/data/lakes_index.json +++ b/public/data/lakes_index.json @@ -4,434 +4,476 @@ "name": "Lipno 1", "river": "Vltava", "priority": true, - "level": "723.05", - "capacity": 64.7, - "storageDiff": -1.85, - "inflow": "0.3", + "level": "723.07", + "capacity": 65, + "storageDiff": -1.83, + "inflow": "7.5", "outflow": "0.0", - "volume": 197.99, + "volume": 198.78, "maxVolume": 306, "navigationForbidden": false, "lat": 48.6322, "lng": 14.2215, "sparkline": [ - 723.05, - 723.05, - 723.05, - 723.05, - 723.05, - 723.05, - 723.05, - 723.05, - 723.05, - 723.05, - 723.05, - 723.05 + 723.09, + 723.08, + 723.09, + 723.08, + 723.08, + 723.08, + 723.08, + 723.08, + 723.09, + 723.08, + 723.08, + 723.07 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 48.7, + "depth": 25 }, { "id": "VLL2|1", "name": "Lipno II", "river": "Vltava", "priority": true, - "level": "561.06", - "capacity": 64.4, - "storageDiff": -1.64, - "inflow": "11.2", + "level": "561.38", + "capacity": 70.6, + "storageDiff": -1.32, + "inflow": "12.3", "outflow": "0.0", - "volume": 1.03, + "volume": 1.13, "maxVolume": 1.6, "navigationForbidden": false, "lat": 48.625, "lng": 14.318, "sparkline": [ - 561.12, - 561.12, - 561.11, - 561.11, - 561.1, - 561.09, - 561.09, - 561.08, - 561.07, - 561.07, - 561.06, - 561.06 + 561.45, + 561.45, + 561.44, + 561.43, + 561.43, + 561.42, + 561.42, + 561.41, + 561.4, + 561.4, + 561.39, + 561.38 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0.32, + "depth": 12 }, { "id": "VLHN|1", "name": "Hněvkovice", "river": "Vltava", "priority": true, - "level": "369.51", - "capacity": 92.4, - "storageDiff": -0.59, - "inflow": "10.4", - "outflow": "14.2", - "volume": 19.49, + "level": "369.66", + "capacity": 94.3, + "storageDiff": -0.44, + "inflow": "13.3", + "outflow": "2.5", + "volume": 19.9, "maxVolume": 21.1, "navigationForbidden": false, "lat": 49.183, "lng": 14.444, "sparkline": [ - 369.51, - 369.52, - 369.52, - 369.52, - 369.52, - 369.51, - 369.51, - 369.51, - 369.51, - 369.51, - 369.51, - 369.51 + 369.64, + 369.65, + 369.65, + 369.65, + 369.65, + 369.64, + 369.64, + 369.64, + 369.64, + 369.64, + 369.65, + 369.66 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 3.21, + "depth": 17 }, { "id": "VLKO|1", "name": "Kořensko", "river": "Vltava", "priority": true, - "level": "352.54", - "capacity": 99.3, - "storageDiff": -0.06, - "inflow": "20.0", - "outflow": "19.1", - "volume": 2.78, + "level": "352.42", + "capacity": 97.9, + "storageDiff": -0.18, + "inflow": "12.3", + "outflow": "0.1", + "volume": 2.74, "maxVolume": 2.8, "navigationForbidden": false, "lat": 49.255, "lng": 14.398, "sparkline": [ - 352.55, - 352.55, - 352.55, - 352.55, - 352.55, - 352.55, - 352.55, - 352.54, - 352.54, - 352.54, - 352.54, - 352.54 + 352.47, + 352.46, + 352.46, + 352.45, + 352.44, + 352.43, + 352.43, + 352.43, + 352.42, + 352.42, + 352.41, + 352.42 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0.72, + "depth": 9 }, { "id": "VLOR|2", "name": "Orlík", "river": "Vltava", "priority": true, - "level": "345.19", - "capacity": 72.7, - "storageDiff": -4.71, - "inflow": "27.6", - "outflow": "73.6", - "volume": 520.93, + "level": "344.94", + "capacity": 72, + "storageDiff": -4.96, + "inflow": "21.6", + "outflow": "0.0", + "volume": 515.73, "maxVolume": 716.5, "navigationForbidden": false, "lat": 49.606, "lng": 14.17, "sparkline": [ - 345.19, - 345.19, - 345.19, - 345.2, - 345.21, - 345.21, - 345.21, - 345.21, - 345.21, - 345.2, - 345.2, - 345.19 + 344.93, + 344.93, + 344.93, + 344.93, + 344.93, + 344.93, + 344.93, + 344.93, + 344.94, + 344.94, + 344.94, + 344.94 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 27.3, + "depth": 74 }, { "id": "VLSL|2", "name": "Slapy", "river": "Vltava", "priority": true, - "level": "269.74", - "capacity": 96.6, - "storageDiff": -0.86, - "inflow": "33.8", - "outflow": "293.6", - "volume": 260.04, + "level": "269.69", + "capacity": 96.2, + "storageDiff": -0.91, + "inflow": "13.3", + "outflow": "0.0", + "volume": 258.97, "maxVolume": 269.3, "navigationForbidden": false, "lat": 49.822, "lng": 14.436, "sparkline": [ - 269.79, - 269.79, - 269.79, - 269.79, - 269.79, - 269.79, - 269.79, - 269.79, - 269.79, - 269.79, - 269.76, - 269.74 + 269.69, + 269.7, + 269.7, + 269.71, + 269.7, + 269.71, + 269.7, + 269.71, + 269.7, + 269.7, + 269.69, + 269.69 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 13.9, + "depth": 58 }, { "id": "VLST|2", "name": "Štěchovice", "river": "Vltava", "priority": true, - "level": "216.58", - "capacity": 67.9, - "storageDiff": -2.82, - "inflow": "49.2", - "outflow": "60.8", - "volume": 7.6, + "level": "217.61", + "capacity": 78.1, + "storageDiff": -1.79, + "inflow": "41.9", + "outflow": "0.0", + "volume": 8.75, "maxVolume": 11.2, "navigationForbidden": false, "lat": 49.845, "lng": 14.412, "sparkline": [ - 216.49, - 216.49, - 216.46, - 216.45, - 216.44, - 216.42, - 216.4, - 216.39, - 216.37, - 216.35, - 216.32, - 216.58 + 217.78, + 217.76, + 217.75, + 217.68, + 217.65, + 217.64, + 217.6, + 217.6, + 217.62, + 217.57, + 217.61, + 217.61 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0.96, + "depth": 22 }, { "id": "MARI|1", "name": "Římov", "river": "Malše", "priority": true, - "level": "467.78", - "capacity": 78.7, - "storageDiff": -2.87, - "inflow": "1.2", + "level": "467.87", + "capacity": 79.2, + "storageDiff": -2.78, + "inflow": "2.0", "outflow": "0.0", - "volume": 26.6, + "volume": 26.76, "maxVolume": 33.8, "navigationForbidden": true, "lat": 48.847, "lng": 14.487, "sparkline": [ - 467.78, - 467.78, - 467.78, - 467.78, - 467.78, - 467.78, - 467.78, - 467.78, - 467.78, - 467.78, - 467.78, - 467.78 + 467.86, + 467.86, + 467.86, + 467.86, + 467.86, + 467.86, + 467.86, + 467.86, + 467.86, + 467.86, + 467.86, + 467.87 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 2.11, + "depth": 43 }, { "id": "MZHR|3", "name": "Hracholusky", "river": "Mže", "priority": true, - "level": "352.75", - "capacity": 56.4, - "storageDiff": -1.35, - "inflow": "1.0", - "outflow": "2.5", - "volume": 31.99, + "level": "352.69", + "capacity": 56, + "storageDiff": -1.41, + "inflow": "1.9", + "outflow": "0.0", + "volume": 31.76, "maxVolume": 56.7, "navigationForbidden": false, "lat": 49.789, "lng": 13.155, "sparkline": [ - 352.75, - 352.75, - 352.75, - 352.75, - 352.76, - 352.75, - 352.75, - 352.75, - 352.75, - 352.75, - 352.75, - 352.75 + 352.69, + 352.68, + 352.68, + 352.69, + 352.69, + 352.68, + 352.68, + 352.68, + 352.68, + 352.68, + 352.69, + 352.69 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 4.9, + "depth": 31 }, { "id": "ZESV|2", "name": "Švihov (Želivka)", "river": "", "priority": true, - "level": "375.10", - "capacity": 90.2, - "storageDiff": -1.9, - "inflow": "0.9", + "level": "375.07", + "capacity": 90, + "storageDiff": -1.93, + "inflow": "2.5", "outflow": "0.0", - "volume": 240.42, + "volume": 239.97, "maxVolume": 266.6, "navigationForbidden": true, "lat": 49.704, "lng": 15.115, "sparkline": [ - 375.11, - 375.11, - 375.11, - 375.11, - 375.11, - 375.11, - 375.11, - 375.11, - 375.11, - 375.11, - 375.11, - 375.1 + 375.07, + 375.07, + 375.08, + 375.08, + 375.07, + 375.07, + 375.07, + 375.08, + 375.07, + 375.07, + 375.07, + 375.07 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 16, + "depth": 56 }, { "id": "VLKA|2", "name": "Kamýk", "river": "", "priority": false, - "level": "283.02", - "capacity": 77.3, - "storageDiff": -1.58, - "inflow": "26.3", - "outflow": "39.5", - "volume": 9.89, + "level": "283.05", + "capacity": 78.4, + "storageDiff": -1.55, + "inflow": "5.5", + "outflow": "0.0", + "volume": 10.04, "maxVolume": 12.8, "navigationForbidden": false, "lat": 49.638, "lng": 14.258, "sparkline": [ - 282.98, - 282.97, - 282.98, - 282.98, - 283, - 282.98, - 282.97, - 282.97, - 282.97, - 282.96, - 282.95, - 283.02 + 283.06, + 283.08, + 283.05, + 283.05, + 283.04, + 283.05, + 283.06, + 283.06, + 283.04, + 283.04, + 283.03, + 283.05 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "VLVE|2", "name": "Vrané", "river": "", "priority": false, - "level": "199.34", - "capacity": 82.4, - "storageDiff": -0.76, - "inflow": "47.8", - "outflow": "39.5", - "volume": 9.15, + "level": "200.00", + "capacity": 97.7, + "storageDiff": -0.1, + "inflow": "44.4", + "outflow": "40.4", + "volume": 10.85, "maxVolume": 11.1, "navigationForbidden": false, "lat": 49.939, "lng": 14.391, "sparkline": [ - 199.32, - 199.32, - 199.32, - 199.32, - 199.33, - 199.31, - 199.3, - 199.3, - 199.32, - 199.33, - 199.33, - 199.34 + 200.07, + 200.07, + 200.07, + 200.05, + 200.05, + 200.04, + 200.06, + 200.08, + 200.08, + 200.07, + 200.01, + 200 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "BLHU|1", "name": "Husinec", "river": "", "priority": false, - "level": "521.25", - "capacity": 42.6, - "storageDiff": -1.08, - "inflow": "0.5", - "outflow": "0.7", - "volume": 2.43, + "level": "521.31", + "capacity": 43, + "storageDiff": -1.02, + "inflow": "0.8", + "outflow": "0.6", + "volume": 2.45, "maxVolume": 5.7, "navigationForbidden": true, "lat": 49.027, "lng": 13.987, "sparkline": [ - 521.25, - 521.25, - 521.25, - 521.25, - 521.25, - 521.25, - 521.25, - 521.25, - 521.25, - 521.25, - 521.25, - 521.25 + 521.31, + 521.31, + 521.31, + 521.31, + 521.31, + 521.31, + 521.31, + 521.31, + 521.31, + 521.31, + 521.31, + 521.31 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "UHNY|3", "name": "Nýrsko", "river": "", "priority": false, - "level": "520.31", - "capacity": 95.6, - "storageDiff": -1.24, - "inflow": "0.6", + "level": "520.33", + "capacity": 95.8, + "storageDiff": -1.22, + "inflow": "1.1", "outflow": "0.0", - "volume": 15.3, + "volume": 15.33, "maxVolume": 16, "navigationForbidden": true, "lat": 49.261, "lng": 13.123, "sparkline": [ - 520.31, - 520.31, - 520.31, - 520.31, - 520.31, - 520.31, - 520.31, - 520.31, - 520.31, - 520.31, - 520.31, - 520.31 + 520.33, + 520.34, + 520.34, + 520.34, + 520.34, + 520.33, + 520.34, + 520.33, + 520.34, + 520.34, + 520.34, + 520.33 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "KCKC|3", @@ -441,7 +483,7 @@ "level": "292.88", "capacity": 80.4, "storageDiff": -0.82, - "inflow": "-0.0", + "inflow": "0.1", "outflow": "0.0", "volume": 7.48, "maxVolume": 9.3, @@ -449,51 +491,57 @@ "lat": 50.063, "lng": 13.931, "sparkline": [ + 292.88, + 292.88, + 292.88, + 292.88, + 292.88, + 292.88, + 292.88, + 292.88, 292.88, 0, - 292.88, - 292.88, - 292.88, - 292.88, - 292.88, - 292.88, - 292.88, - 292.88, - 292.88, + 0, 292.88 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "KLKL|3", "name": "Klabava", "river": "", "priority": false, - "level": "345.02", - "capacity": 44.7, - "storageDiff": -0.68, - "inflow": "0.5", - "outflow": "0.6", - "volume": 0.67, + "level": "345.38", + "capacity": 52.7, + "storageDiff": -0.32, + "inflow": "1.0", + "outflow": "0.5", + "volume": 0.79, "maxVolume": 1.5, "navigationForbidden": false, "lat": 49.754, "lng": 13.564, "sparkline": [ - 345.02, - 345.02, - 345.02, - 345.02, - 345.02, - 345.02, - 345.02, - 345.02, - 345.02, - 345.02, - 345.02, - 345.02 + 345.37, + 345.37, + 345.37, + 345.37, + 345.37, + 345.37, + 345.37, + 345.38, + 345.38, + 345.38, + 345.38, + 345.38 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "RACU|3", @@ -501,163 +549,178 @@ "river": "", "priority": false, "level": "0.00", - "capacity": 53.5, + "capacity": 55.8, "storageDiff": 0, - "inflow": "1.1", + "inflow": "1.7", "outflow": "1.0", - "volume": 2.94, + "volume": 3.07, "maxVolume": 5.5, "navigationForbidden": false, "lat": 49.715, "lng": 13.364, "sparkline": [ - 313.43, + 313.53, + 313.54, + 313.53, + 313.54, 0, - 313.42, - 313.42, - 313.42, - 313.42, - 313.43, - 0, - 313.43, - 313.42, - 313.43, + 313.54, + 313.54, + 313.55, + 313.54, + 313.54, + 313.54, 0 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "TRTR|2", "name": "Trnávka", "river": "", "priority": false, - "level": "412.80", - "capacity": 92.1, - "storageDiff": -0.4, - "inflow": "0.3", + "level": "412.91", + "capacity": 93.6, + "storageDiff": -0.29, + "inflow": "0.7", "outflow": "0.3", - "volume": 5.16, + "volume": 5.24, "maxVolume": 5.6, "navigationForbidden": false, "lat": 49.526, "lng": 15.195, "sparkline": [ - 412.8, - 412.8, - 412.8, - 412.8, - 412.8, - 412.8, - 412.8, - 412.8, - 412.8, - 412.8, - 412.8, - 412.8 + 412.9, + 412.9, + 412.9, + 412.9, + 412.9, + 412.9, + 412.9, + 412.9, + 412.9, + 412.9, + 412.9, + 412.91 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "HESE|2", "name": "Sedlice", "river": "", "priority": false, - "level": "447.10", - "capacity": 88.4, - "storageDiff": -0.3, - "inflow": "0.6", + "level": "447.25", + "capacity": 91.1, + "storageDiff": -0.15, + "inflow": "0.9", "outflow": "0.3", - "volume": 1.68, + "volume": 1.73, "maxVolume": 1.9, "navigationForbidden": false, "lat": 49.507, "lng": 15.263, "sparkline": [ - 447.09, - 447.09, - 447.09, - 447.1, - 447.09, - 447.09, - 447.1, - 447.1, - 447.1, - 447.1, - 447.1, - 447.1 + 447.25, + 447.25, + 447.25, + 447.25, + 447.25, + 447.25, + 447.25, + 447.25, + 447.25, + 447.26, + 447.26, + 447.25 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "MZLU|3", "name": "Lučina", "river": "", "priority": false, - "level": "530.63", + "level": "530.75", "capacity": 100, - "storageDiff": -1.47, - "inflow": "0.3", + "storageDiff": -1.35, + "inflow": "0.9", "outflow": "0.5", - "volume": 2.91, + "volume": 2.97, "maxVolume": 2.3, "navigationForbidden": true, "lat": 49.805, "lng": 12.639, "sparkline": [ - 530.64, - 530.63, - 530.63, - 530.63, - 530.63, - 530.63, - 530.63, - 530.63, - 530.63, - 530.63, - 530.63, - 530.63 + 530.72, + 530.73, + 530.72, + 530.73, + 530.72, + 530.74, + 530.74, + 530.74, + 530.73, + 530.74, + 530.74, + 530.75 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "STZL|3", "name": "Žlutice", "river": "", "priority": false, - "level": "505.61", - "capacity": 63.8, - "storageDiff": -1.44, - "inflow": "0.0", + "level": "505.55", + "capacity": 63.3, + "storageDiff": -1.5, + "inflow": "0.1", "outflow": "0.2", - "volume": 9.25, + "volume": 9.18, "maxVolume": 14.5, "navigationForbidden": true, "lat": 50.093, "lng": 13.136, "sparkline": [ - 505.61, - 505.61, - 505.61, - 505.61, - 505.61, - 505.61, - 505.61, - 505.61, - 505.61, - 505.61, - 505.61, - 505.61 + 505.55, + 505.55, + 505.55, + 505.55, + 505.55, + 505.55, + 505.55, + 505.55, + 505.55, + 505.55, + 505.55, + 505.55 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "PPPI|3", "name": "Pilská (u Příbramě)", "river": "", "priority": false, - "level": "670.52", - "capacity": 80.2, - "storageDiff": -0.88, + "level": "670.51", + "capacity": 80.1, + "storageDiff": -0.89, "inflow": "0.0", "outflow": "0.0", "volume": 1.3, @@ -666,29 +729,32 @@ "lat": 49.691, "lng": 13.957, "sparkline": [ + 670.51, + 670.51, + 670.51, + 670.51, + 670.51, 670.52, - 670.52, - 670.52, - 670.52, - 670.52, - 670.52, - 670.52, - 670.52, - 670.52, - 670.52, - 670.52, - 670.52 + 670.51, + 670.51, + 670.51, + 670.51, + 670.51, + 670.51 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "LILA|3", "name": "Láz", "river": "", "priority": false, - "level": "640.64", + "level": "640.62", "capacity": 91.3, - "storageDiff": -0.71, + "storageDiff": -0.73, "inflow": "0.0", "outflow": "0.0", "volume": 0.73, @@ -697,29 +763,32 @@ "lat": 49.664, "lng": 13.882, "sparkline": [ - 640.64, - 640.64, - 640.64, - 640.64, - 640.64, - 640.64, - 640.64, - 640.64, - 640.64, - 640.64, - 640.64, - 640.64 + 640.63, + 640.62, + 640.62, + 640.62, + 640.62, + 640.62, + 640.63, + 640.63, + 640.63, + 640.62, + 640.62, + 640.62 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "OPOB|3", "name": "Obecnice", "river": "", "priority": false, - "level": "0.00", + "level": "563.69", "capacity": 76.7, - "storageDiff": 0, + "storageDiff": -0.86, "inflow": "0.0", "outflow": "0.0", "volume": 0.46, @@ -728,20 +797,23 @@ "lat": 49.711, "lng": 13.937, "sparkline": [ - 563.65, - 563.65, - 563.65, - 563.65, - 563.65, - 563.65, - 563.65, - 563.65, - 563.65, - 563.65, - 563.65, - 0 + 563.69, + 563.69, + 563.69, + 563.69, + 563.69, + 563.69, + 563.69, + 563.69, + 563.69, + 563.69, + 563.69, + 563.69 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "STST|2", @@ -749,92 +821,101 @@ "river": "", "priority": false, "level": "0.00", - "capacity": 32, + "capacity": 35, "storageDiff": 0, "inflow": "0.0", "outflow": "0.1", - "volume": 0.32, + "volume": 0.35, "maxVolume": 1, "navigationForbidden": false, "lat": 49.791, "lng": 14.004, "sparkline": [ - 588.38, + 588.52, + 588.52, + 588.52, + 588.52, 0, - 588.39, - 588.38, - 588.39, - 588.39, - 588.39, - 0, - 588.39, - 588.39, - 588.39, + 588.52, + 588.52, + 588.52, + 588.52, + 588.52, + 588.53, 0 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "HEVR|2", "name": "Vřesník", "river": "", "priority": false, - "level": "407.64", - "capacity": 28, - "storageDiff": 0.04, - "inflow": "0.4", + "level": "407.49", + "capacity": 26, + "storageDiff": -0.11, + "inflow": "0.9", "outflow": "0.0", - "volume": 0.14, + "volume": 0.13, "maxVolume": 0.5, "navigationForbidden": false, "lat": 49.507, "lng": 15.244, "sparkline": [ - 407.64, - 407.64, - 407.64, - 407.64, - 407.64, - 407.64, - 407.64, - 407.64, - 407.64, - 407.64, - 407.64, - 407.64 + 407.52, + 407.52, + 407.52, + 407.52, + 407.51, + 407.51, + 407.51, + 407.5, + 407.5, + 407.5, + 407.5, + 407.49 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "CRSO|1", "name": "Soběnov", "river": "", "priority": false, - "level": "580.62", - "capacity": 1.4, - "storageDiff": -1.59, + "level": "581.51", + "capacity": 2.9, + "storageDiff": -0.7, "inflow": "0.0", "outflow": "0.0", - "volume": 0.02, + "volume": 0.04, "maxVolume": 1.4, "navigationForbidden": false, "lat": 48.775, "lng": 14.536, "sparkline": [ - 580.83, - 580.84, - 580.84, - 580.79, - 580.77, - 580.76, - 580.75, - 580.7, - 580.69, - 580.68, - 580.66, - 580.62 + 581.55, + 581.54, + 581.54, + 581.53, + 581.51, + 581.51, + 581.5, + 581.5, + 581.48, + 581.49, + 581.5, + 581.51 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "SCHU|1", @@ -842,39 +923,42 @@ "river": "", "priority": false, "level": "0.00", - "capacity": 12.5, + "capacity": 13.7, "storageDiff": 0, "inflow": "0.1", "outflow": "0.1", - "volume": 0.1, + "volume": 0.11, "maxVolume": 0.8, "navigationForbidden": false, "lat": 48.784, "lng": 14.735, "sparkline": [ - 534.72, + 535.24, + 535.24, + 535.24, + 535.25, 0, - 534.72, - 534.72, - 534.72, - 534.72, - 534.72, - 0, - 534.72, - 534.72, - 534.72, + 535.25, + 535.25, + 535.25, + 535.25, + 535.25, + 535.25, 0 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "SVSV|2", "name": "Staviště", "river": "", "priority": false, - "level": "580.53", + "level": "0.00", "capacity": 34.2, - "storageDiff": -0.07, + "storageDiff": 0, "inflow": "0.0", "outflow": "0.1", "volume": 0.41, @@ -883,51 +967,57 @@ "lat": 49.575, "lng": 15.952, "sparkline": [ + 580.59, + 580.59, + 580.59, + 580.59, 0, + 580.59, + 580.59, + 580.59, + 580.59, + 580.59, 0, - 580.53, - 580.53, - 580.53, - 580.53, - 580.53, - 580.53, - 580.53, - 580.53, - 580.53, - 580.53 + 0 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "SAPI|2", "name": "Pilská u Žďáru", "river": "", "priority": false, - "level": "575.70", - "capacity": 70.7, - "storageDiff": -0.9, + "level": "575.72", + "capacity": 71.3, + "storageDiff": -0.88, "inflow": "0.0", "outflow": "0.0", - "volume": 1.06, + "volume": 1.07, "maxVolume": 1.5, "navigationForbidden": false, "lat": 49.593, "lng": 15.932, "sparkline": [ - 575.7, - 575.7, - 575.7, - 575.7, - 575.7, - 575.7, - 575.7, - 575.7, - 575.7, - 575.7, - 575.7, - 575.7 + 575.72, + 575.72, + 575.72, + 575.72, + 575.72, + 575.72, + 575.72, + 575.72, + 575.72, + 575.72, + 575.72, + 575.72 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "SMSM|3", @@ -951,23 +1041,26 @@ 260.1, 260.1, 260.1, - 260.1, + 260.09, 260.1, 260.1, 260.1, 260.1, 260.1 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "CPZA|3", "name": "Záskalská", "river": "", "priority": false, - "level": "448.81", + "level": "448.83", "capacity": 100, - "storageDiff": 0.02, + "storageDiff": 0.04, "inflow": "0.0", "outflow": "0.0", "volume": 0.67, @@ -976,20 +1069,23 @@ "lat": 49.805, "lng": 13.851, "sparkline": [ - 448.81, - 448.81, - 448.81, - 448.81, - 448.81, - 448.81, - 448.81, - 448.81, - 448.81, - 448.81, - 448.81, - 448.81 + 448.83, + 448.83, + 448.83, + 448.83, + 448.83, + 448.82, + 448.83, + 448.83, + 448.82, + 448.82, + 448.82, + 448.83 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "BIBI|1", @@ -1007,10 +1103,10 @@ "lat": 49.167, "lng": 14.041, "sparkline": [ + 463.43, + 463.43, 463.42, - 463.42, - 463.42, - 463.42, + 463.43, 463.42, 463.42, 463.42, @@ -1020,7 +1116,10 @@ 463.42, 463.42 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "SPKA|1", @@ -1051,78 +1150,87 @@ 668.39, 668.39 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "SPNE|2", "name": "Němčice", "river": "", "priority": false, - "level": "385.00", + "level": "385.02", "capacity": 100, - "storageDiff": 0, + "storageDiff": 0.02, "inflow": "0.0", - "outflow": "0.0", + "outflow": "0.1", "volume": 0.84, "maxVolume": 0.4, "navigationForbidden": false, "lat": 49.771, "lng": 15.176, "sparkline": [ - 385, - 385, - 385, - 385, - 385, - 385, - 385, - 385, - 385, - 385, - 385, - 385 + 385.02, + 385.02, + 385.02, + 385.02, + 385.02, + 385.02, + 385.02, + 385.02, + 385.02, + 385.02, + 385.02, + 385.02 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "SPZH|1", "name": "Zhejral", "river": "", "priority": false, - "level": "678.60", - "capacity": 80, - "storageDiff": 0, + "level": "678.66", + "capacity": 85, + "storageDiff": 0.06, "inflow": "0.0", "outflow": "0.0", - "volume": 0.16, + "volume": 0.17, "maxVolume": 0.2, "navigationForbidden": true, "lat": 49.231, "lng": 15.312, "sparkline": [ - 678.6, - 678.6, - 678.6, - 678.6, - 678.6, - 678.6, - 678.6, - 678.6, - 678.6, - 678.6, - 678.6, - 678.6 + 678.65, + 678.65, + 678.65, + 678.66, + 678.66, + 678.66, + 678.66, + 678.66, + 678.66, + 678.66, + 678.66, + 678.66 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "KLDP|3", "name": "Dolejší Padrťský rybník", "river": "", "priority": false, - "level": "632.77", - "capacity": 5, - "storageDiff": -0.12, + "level": "632.79", + "capacity": 6.2, + "storageDiff": -0.1, "inflow": "0.0", "outflow": "0.0", "volume": 0, @@ -1131,29 +1239,32 @@ "lat": 49.664, "lng": 13.753, "sparkline": [ - 632.77, - 632.77, - 632.77, - 632.77, - 632.77, - 632.77, - 632.77, - 632.77, - 632.77, - 632.77, - 632.77, - 632.77 + 632.79, + 632.79, + 632.79, + 632.79, + 632.79, + 632.79, + 632.79, + 632.79, + 632.79, + 632.79, + 632.79, + 632.79 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "KLHP|3", "name": "Hořejší Padrťský rybník", "river": "", "priority": false, - "level": "635.70", + "level": "635.73", "capacity": 0, - "storageDiff": -0.66, + "storageDiff": -0.63, "inflow": "0.0", "outflow": "0.0", "volume": 0, @@ -1162,29 +1273,32 @@ "lat": 49.655, "lng": 13.761, "sparkline": [ - 635.7, - 635.7, - 635.7, - 635.7, - 635.7, - 635.7, - 635.7, - 635.7, - 635.7, - 635.7, - 635.7, - 635.7 + 635.73, + 635.73, + 635.73, + 635.72, + 635.73, + 635.73, + 635.72, + 635.73, + 635.72, + 635.73, + 635.72, + 635.73 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "CPDR|3", "name": "Dráteník", "river": "", "priority": false, - "level": "416.72", + "level": "416.74", "capacity": 90, - "storageDiff": 0.04, + "storageDiff": 0.06, "inflow": "0.0", "outflow": "0.0", "volume": 0.09, @@ -1193,89 +1307,438 @@ "lat": 49.805, "lng": 13.855, "sparkline": [ - 416.72, - 416.72, - 416.72, - 416.72, - 416.72, - 416.72, - 416.72, - 416.72, - 416.72, - 416.72, - 416.72, - 416.72 + 416.74, + 416.74, + 416.74, + 416.74, + 416.74, + 416.74, + 416.75, + 416.74, + 416.74, + 416.74, + 416.74, + 416.74 ], - "type": "lake" + "type": "lake", + "country": "CZ", + "area": 0, + "depth": 0 + }, + { + "id": "CN_THRE|0", + "name": "Tři soutěsky", + "river": "Jang-c'-ťiang", + "priority": true, + "level": "163.68", + "capacity": 89.3, + "storageDiff": -11.32, + "inflow": "15409.2", + "outflow": "15311.3", + "volume": 35110.48, + "maxVolume": 39300, + "navigationForbidden": true, + "lat": 30.8258, + "lng": 111.0031, + "sparkline": [ + 163.69, + 163.69, + 163.69, + 163.69, + 163.69, + 163.69, + 163.68, + 163.68, + 163.68, + 163.68, + 163.68, + 163.68 + ], + "type": "lake", + "country": "CN", + "area": 1084, + "depth": 175 + }, + { + "id": "BR_ITAI|0", + "name": "Itaipú", + "river": "Paraná", + "priority": true, + "level": "211.60", + "capacity": 89.5, + "storageDiff": -8.4, + "inflow": "12805.1", + "outflow": "12893.0", + "volume": 25962.21, + "maxVolume": 29000, + "navigationForbidden": true, + "lat": -25.4089, + "lng": -54.5889, + "sparkline": [ + 211.61, + 211.61, + 211.61, + 211.61, + 211.61, + 211.61, + 211.61, + 211.61, + 211.61, + 211.61, + 211.61, + 211.6 + ], + "type": "lake", + "country": "BR", + "area": 1350, + "depth": 170 + }, + { + "id": "US_HOOV|0", + "name": "Hooverova přehrada", + "river": "Colorado", + "priority": true, + "level": "349.47", + "capacity": 88, + "storageDiff": -20.53, + "inflow": "387.2", + "outflow": "386.2", + "volume": 30989.32, + "maxVolume": 35200, + "navigationForbidden": true, + "lat": 36.0162, + "lng": -114.7372, + "sparkline": [ + 349.47, + 349.47, + 349.47, + 349.47, + 349.47, + 349.47, + 349.47, + 349.47, + 349.47, + 349.47, + 349.47, + 349.47 + ], + "type": "lake", + "country": "US", + "area": 640, + "depth": 180 + }, + { + "id": "US_GRACO|0", + "name": "Grand Coulee", + "river": "Columbia", + "priority": true, + "level": "380.57", + "capacity": 89, + "storageDiff": -9.43, + "inflow": "3351.4", + "outflow": "3326.8", + "volume": 10322.44, + "maxVolume": 11600, + "navigationForbidden": true, + "lat": 47.9572, + "lng": -118.9814, + "sparkline": [ + 380.58, + 380.58, + 380.58, + 380.58, + 380.58, + 380.58, + 380.58, + 380.58, + 380.57, + 380.57, + 380.57, + 380.57 + ], + "type": "lake", + "country": "US", + "area": 324, + "depth": 120 + }, + { + "id": "CA_DANJ|0", + "name": "Daniel-Johnson", + "river": "Manicouagan", + "priority": true, + "level": "355.19", + "capacity": 88, + "storageDiff": -4.51, + "inflow": "1097.3", + "outflow": "1098.3", + "volume": 124821.95, + "maxVolume": 141800, + "navigationForbidden": true, + "lat": 50.6391, + "lng": -68.7289, + "sparkline": [ + 355.19, + 355.19, + 355.19, + 355.19, + 355.19, + 355.19, + 355.19, + 355.19, + 355.19, + 355.19, + 355.19, + 355.19 + ], + "type": "lake", + "country": "CA", + "area": 1942, + "depth": 120 + }, + { + "id": "RU_SASA|0", + "name": "Sajano-šušenská", + "river": "Jenisej", + "priority": true, + "level": "522.59", + "capacity": 88.5, + "storageDiff": -17.41, + "inflow": "4267.8", + "outflow": "4288.1", + "volume": 27691.87, + "maxVolume": 31300, + "navigationForbidden": true, + "lat": 52.8278, + "lng": 91.3689, + "sparkline": [ + 522.6, + 522.6, + 522.6, + 522.6, + 522.6, + 522.6, + 522.6, + 522.6, + 522.59, + 522.59, + 522.59, + 522.59 + ], + "type": "lake", + "country": "RU", + "area": 621, + "depth": 220 + }, + { + "id": "CA_ROBB|0", + "name": "Robert-Bourassa", + "river": "La Grande", + "priority": true, + "level": "173.35", + "capacity": 88.2, + "storageDiff": -1.95, + "inflow": "3633.6", + "outflow": "3660.4", + "volume": 54423.23, + "maxVolume": 61700, + "navigationForbidden": true, + "lat": 53.7953, + "lng": -77.4439, + "sparkline": [ + 173.35, + 173.35, + 173.35, + 173.35, + 173.35, + 173.35, + 173.35, + 173.35, + 173.35, + 173.35, + 173.35, + 173.35 + ], + "type": "lake", + "country": "CA", + "area": 2835, + "depth": 137 + }, + { + "id": "RU_KRAS|0", + "name": "Krasnojarská přehrada", + "river": "Jenisej", + "priority": true, + "level": "232.50", + "capacity": 88.2, + "storageDiff": -10.5, + "inflow": "3239.3", + "outflow": "3218.9", + "volume": 64615, + "maxVolume": 73300, + "navigationForbidden": true, + "lat": 55.9525, + "lng": 92.2933, + "sparkline": [ + 232.5, + 232.5, + 232.5, + 232.5, + 232.5, + 232.5, + 232.5, + 232.5, + 232.5, + 232.5, + 232.5, + 232.5 + ], + "type": "lake", + "country": "RU", + "area": 2000, + "depth": 105 + }, + { + "id": "CH_DIXE|0", + "name": "Grande Dixence", + "river": "Dixence", + "priority": true, + "level": "2288.00", + "capacity": 88, + "storageDiff": -77, + "inflow": "23.5", + "outflow": "23.7", + "volume": 352, + "maxVolume": 400, + "navigationForbidden": true, + "lat": 46.0811, + "lng": 7.4025, + "sparkline": [ + 2288, + 2288, + 2288, + 2288, + 2288, + 2288, + 2288, + 2288, + 2288, + 2288, + 2288, + 2288 + ], + "type": "lake", + "country": "CH", + "area": 4, + "depth": 284 }, { "id": "VLCH|2", "name": "Praha - Malá Chuchle", "river": "Vltava", "priority": false, - "level": "46.00", + "level": "47.00", "capacity": 0, "storageDiff": 0, "inflow": "0.0", - "outflow": "54.2", + "outflow": "57.6", "volume": 0, "maxVolume": 0, "navigationForbidden": false, "lat": 50.0294, "lng": 14.3986, "sparkline": [ + 48, 47, 47, - 46, + 48, 47, - 46, - 46, 47, - 46, - 46, - 46, - 46, - 46 + 48, + 47, + 47, + 52, + 49, + 47 ], - "type": "river" + "type": "river", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "VLCB|1", "name": "České Budějovice", "river": "Vltava", "priority": false, - "level": "106.00", + "level": "98.00", "capacity": 0, "storageDiff": 0, "inflow": "0.0", - "outflow": "6.7", + "outflow": "10.4", "volume": 0, "maxVolume": 0, "navigationForbidden": false, "lat": 48.9712, "lng": 14.4714, "sparkline": [ + 101, + 100, + 100, + 101, + 101, 99, + 100, 98, - 98, - 98, + 99, + 96, 97, - 97, - 97, - 97, - 98, - 102, - 103, - 106 + 98 ], - "type": "river" + "type": "river", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "BEBE|3", "name": "Beroun", "river": "Berounka", "priority": false, - "level": "95.00", + "level": "101.00", + "capacity": 0, + "storageDiff": 0, + "inflow": "0.0", + "outflow": "10.7", + "volume": 0, + "maxVolume": 0, + "navigationForbidden": false, + "lat": 49.9642, + "lng": 14.0792, + "sparkline": [ + 104, + 104, + 104, + 104, + 103, + 103, + 102, + 102, + 102, + 102, + 102, + 101 + ], + "type": "river", + "country": "CZ", + "area": 0, + "depth": 0 + }, + { + "id": "SANE|2", + "name": "Nespeky", + "river": "Sázava", + "priority": false, + "level": "59.00", "capacity": 0, "storageDiff": 0, "inflow": "0.0", @@ -1283,333 +1746,332 @@ "volume": 0, "maxVolume": 0, "navigationForbidden": false, - "lat": 49.9642, - "lng": 14.0792, - "sparkline": [ - 98, - 97, - 96, - 95, - 94, - 93, - 93, - 93, - 93, - 94, - 95, - 95 - ], - "type": "river" - }, - { - "id": "SANE|2", - "name": "Nespeky", - "river": "Sázava", - "priority": false, - "level": "42.00", - "capacity": 0, - "storageDiff": 0, - "inflow": "0.0", - "outflow": "3.7", - "volume": 0, - "maxVolume": 0, - "navigationForbidden": false, "lat": 49.8596, "lng": 14.5888, "sparkline": [ - 43, - 43, - 42, - 42, - 42, - 42, - 42, - 42, - 42, - 42, - 42, - 42 + 59, + 59, + 59, + 59, + 59, + 59, + 59, + 59, + 59, + 59, + 59, + 59 ], - "type": "river" + "type": "river", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "OTPI|1", "name": "Písek", "river": "Otava", "priority": false, - "level": "45.00", + "level": "69.00", "capacity": 0, "storageDiff": 0, "inflow": "0.0", - "outflow": "5.1", + "outflow": "12.1", "volume": 0, "maxVolume": 0, "navigationForbidden": false, "lat": 49.3083, "lng": 14.1436, "sparkline": [ - 46, - 44, - 43, - 43, - 43, - 44, - 44, - 43, - 43, - 42, - 42, - 45 + 62, + 63, + 65, + 66, + 65, + 64, + 63, + 68, + 74, + 75, + 72, + 69 ], - "type": "river" + "type": "river", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "OTSU|1", "name": "Sušice", "river": "Otava", "priority": false, - "level": "26.00", + "level": "54.00", "capacity": 0, "storageDiff": 0, "inflow": "0.0", - "outflow": "3.2", + "outflow": "13.8", "volume": 0, "maxVolume": 0, "navigationForbidden": false, "lat": 49.2319, "lng": 13.5186, "sparkline": [ - 26, - 26, - 26, - 26, - 26, - 26, - 26, - 26, - 26, - 26, - 26, - 26 + 38, + 44, + 46, + 48, + 49, + 50, + 50, + 52, + 54, + 54, + 54, + 54 ], - "type": "river" + "type": "river", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "LUBE|1", "name": "Bechyně", "river": "Lužnice", "priority": false, - "level": "83.00", + "level": "90.00", "capacity": 0, "storageDiff": 0, "inflow": "0.0", - "outflow": "2.8", + "outflow": "4.1", "volume": 0, "maxVolume": 0, "navigationForbidden": false, "lat": 49.2931, "lng": 14.4758, "sparkline": [ - 81, - 84, - 86, - 84, - 81, - 80, - 83, - 86, - 85, - 82, - 80, - 83 + 101, + 98, + 97, + 98, + 99, + 98, + 96, + 95, + 96, + 93, + 91, + 90 ], - "type": "river" + "type": "river", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "LUKL|1", "name": "Klenovice", "river": "Lužnice", "priority": false, - "level": "51.00", + "level": "52.00", "capacity": 0, "storageDiff": 0, "inflow": "0.0", - "outflow": "3.9", + "outflow": "4.2", "volume": 0, "maxVolume": 0, "navigationForbidden": false, "lat": 49.3402, "lng": 14.7175, "sparkline": [ - 50, - 50, - 50, - 50, - 50, - 50, - 50, - 50, - 50, + 54, + 53, + 53, + 53, + 52, + 52, + 52, + 52, 51, 51, - 51 + 52, + 52 ], - "type": "river" + "type": "river", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "SAZR|2", "name": "Zruč nad Sázavou", "river": "Sázava", "priority": false, - "level": "66.00", + "level": "78.00", "capacity": 0, "storageDiff": 0, "inflow": "0.0", - "outflow": "1.4", + "outflow": "2.2", "volume": 0, "maxVolume": 0, "navigationForbidden": false, "lat": 49.7428, "lng": 15.1011, "sparkline": [ - 67, - 67, - 67, - 67, - 67, - 67, - 67, - 67, - 67, - 66, - 66, - 66 + 76, + 76, + 76, + 76, + 76, + 76, + 77, + 77, + 78, + 78, + 78, + 78 ], - "type": "river" + "type": "river", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "SASV|2", "name": "Světlá nad Sázavou", "river": "Sázava", "priority": false, - "level": "24.00", + "level": "36.00", "capacity": 0, "storageDiff": 0, "inflow": "0.0", - "outflow": "1.4", + "outflow": "2.9", "volume": 0, "maxVolume": 0, "navigationForbidden": false, "lat": 49.6677, "lng": 15.4048, "sparkline": [ - 24, - 24, - 24, - 24, - 24, - 24, - 24, - 24, - 24, - 24, - 24, - 24 + 38, + 38, + 38, + 37, + 37, + 37, + 37, + 36, + 36, + 36, + 36, + 36 ], - "type": "river" + "type": "river", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "SAKA|2", "name": "Kácov", "river": "Sázava", "priority": false, - "level": "73.00", + "level": "85.00", "capacity": 0, "storageDiff": 0, "inflow": "0.0", - "outflow": "2.6", + "outflow": "4.5", "volume": 0, "maxVolume": 0, "navigationForbidden": false, "lat": 49.7772, "lng": 15.0294, "sparkline": [ - 73, - 73, - 73, - 73, - 73, - 73, - 73, - 73, - 73, - 73, - 73, - 73 + 85, + 85, + 85, + 84, + 84, + 85, + 85, + 85, + 85, + 85, + 85, + 85 ], - "type": "river" + "type": "river", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "BEZB|3", "name": "Zbečno", "river": "Berounka", "priority": false, - "level": "147.00", + "level": "150.00", "capacity": 0, "storageDiff": 0, "inflow": "0.0", - "outflow": "5.7", + "outflow": "6.4", "volume": 0, "maxVolume": 0, "navigationForbidden": false, "lat": 50.0436, "lng": 13.9189, "sparkline": [ - 150, - 150, - 150, - 149, - 149, - 149, - 148, - 148, - 148, - 147, - 147, - 147 + 153, + 153, + 153, + 153, + 153, + 153, + 153, + 152, + 151, + 151, + 151, + 150 ], - "type": "river" + "type": "river", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "BEPL|3", "name": "Plzeň - Bílá Hora", "river": "Berounka", "priority": false, - "level": "89.00", + "level": "91.00", "capacity": 0, "storageDiff": 0, "inflow": "0.0", - "outflow": "4.4", + "outflow": "4.9", "volume": 0, "maxVolume": 0, "navigationForbidden": false, "lat": 49.7731, "lng": 13.3986, "sparkline": [ - 94, - 93, - 93, + 92, + 92, + 92, + 92, + 92, 92, 91, 91, - 90, - 89, - 89, - 89, - 89, - 89 + 91, + 91, + 91, + 91 ], - "type": "river" + "type": "river", + "country": "CZ", + "area": 0, + "depth": 0 }, { "id": "VLVB|1", @@ -1640,6 +2102,9 @@ 59, 59 ], - "type": "river" + "type": "river", + "country": "CZ", + "area": 0, + "depth": 0 } ] \ No newline at end of file diff --git a/scripts/apply_static_data.ts b/scripts/apply_static_data.ts index b1fde9a..75231fb 100644 --- a/scripts/apply_static_data.ts +++ b/scripts/apply_static_data.ts @@ -83,12 +83,16 @@ function main() { maxLevel?: number; storageLevel?: number; navigationForbidden?: boolean; + type?: 'lake' | 'river'; + country?: string; + area?: number; + depth?: number; } export const lakesConfig: LakeConfig[] = [ `; updated.forEach((l, idx) => { - newContent += ` { id: "${l.id}", text: "${l.text}", ${l.priority ? 'priority: true, ' : ''}coords: [${l.coords[0].toFixed(4)}, ${l.coords[1].toFixed(4)}], maxVolume: ${l.maxVolume}, minLevel: ${l.minLevel}, maxLevel: ${l.maxLevel}, storageLevel: ${l.storageLevel}, navigationForbidden: ${l.navigationForbidden} }${idx === updated.length - 1 ? '' : ','}\n`; + newContent += ` { id: "${l.id}", text: "${l.text}", ${l.priority ? 'priority: true, ' : ''}coords: [${l.coords[0].toFixed(4)}, ${l.coords[1].toFixed(4)}], maxVolume: ${l.maxVolume}, minLevel: ${l.minLevel}, maxLevel: ${l.maxLevel}, storageLevel: ${l.storageLevel}, navigationForbidden: ${l.navigationForbidden}${l.type ? `, type: '${l.type}'` : ''}${l.country ? `, country: '${l.country}'` : ''}${l.area ? `, area: ${l.area}` : ''}${l.depth ? `, depth: ${l.depth}` : ''} }${idx === updated.length - 1 ? '' : ','}\n`; }); newContent += `];\n`; diff --git a/scripts/buildIndex.ts b/scripts/buildIndex.ts index bf25382..a213cec 100644 --- a/scripts/buildIndex.ts +++ b/scripts/buildIndex.ts @@ -57,7 +57,7 @@ const lakes = lakesConfig.map(lake => { const metrics = calculateLakeMetrics(currentLevel, volume, lake); const cleanText = lake.text.replace(/^VD\s+/, '').replace(/^LG\s+/, ''); - const parts = cleanText.split('-').map(p => p.trim()); + const parts = cleanText.split(' - ').map(p => p.trim()); let name = ''; let river = ''; if (parts.length > 1) { @@ -83,7 +83,10 @@ const lakes = lakesConfig.map(lake => { lat: lake.coords[0], lng: lake.coords[1], sparkline, - type: lake.type || 'lake' + type: lake.type || 'lake', + country: lake.country || 'CZ', + area: lake.area || 0, + depth: lake.depth || 0 }; }); diff --git a/scripts/lakesConfig.ts b/scripts/lakesConfig.ts index 05c4572..d02cab5 100644 --- a/scripts/lakesConfig.ts +++ b/scripts/lakesConfig.ts @@ -9,19 +9,22 @@ export interface LakeConfig { storageLevel?: number; navigationForbidden?: boolean; type?: 'lake' | 'river'; + country?: string; + area?: number; + depth?: number; } export const lakesConfig: LakeConfig[] = [ - { id: "VLL1|1", text: "VD Lipno 1 - Vltava", priority: true, coords: [48.6322, 14.2215], maxVolume: 306, minLevel: 716.1, maxLevel: 725.6, storageLevel: 724.9, navigationForbidden: false }, - { id: "VLL2|1", text: "VD Lipno II - Vltava", priority: true, coords: [48.6250, 14.3180], maxVolume: 1.6, minLevel: 557.6, maxLevel: 563.35, storageLevel: 562.7, navigationForbidden: false }, - { id: "VLHN|1", text: "VD Hněvkovice - Vltava", priority: true, coords: [49.1830, 14.4440], maxVolume: 21.1, minLevel: 364.6, maxLevel: 370.1, storageLevel: 370.1, navigationForbidden: false }, - { id: "VLKO|1", text: "VD Kořensko - Vltava", priority: true, coords: [49.2550, 14.3980], maxVolume: 2.8, minLevel: 347.8, maxLevel: 353.6, storageLevel: 352.6, navigationForbidden: false }, - { id: "VLOR|2", text: "VD Orlík - Vltava", priority: true, coords: [49.6060, 14.1700], maxVolume: 716.5, minLevel: 329.6, maxLevel: 353.6, storageLevel: 349.9, navigationForbidden: false }, - { id: "VLSL|2", text: "VD Slapy - Vltava", priority: true, coords: [49.8220, 14.4360], maxVolume: 269.3, minLevel: 246.6, maxLevel: 270.6, storageLevel: 270.6, navigationForbidden: false }, - { id: "VLST|2", text: "VD Štěchovice - Vltava", priority: true, coords: [49.8450, 14.4120], maxVolume: 11.2, minLevel: 215.8, maxLevel: 219.4, storageLevel: 219.4, navigationForbidden: false }, - { id: "MARI|1", text: "VD Římov - Malše", priority: true, coords: [48.8470, 14.4870], maxVolume: 33.8, minLevel: 442.5, maxLevel: 471.48, storageLevel: 470.65, navigationForbidden: true }, - { id: "MZHR|3", text: "VD Hracholusky - Mže", priority: true, coords: [49.7890, 13.1550], maxVolume: 56.7, minLevel: 339.6, maxLevel: 357.97, storageLevel: 354.1, navigationForbidden: false }, - { id: "ZESV|2", text: "VD Švihov (Želivka)", priority: true, coords: [49.7040, 15.1150], maxVolume: 266.6, minLevel: 343.1, maxLevel: 379.8, storageLevel: 377, navigationForbidden: true }, + { id: "VLL1|1", text: "VD Lipno 1 - Vltava", priority: true, coords: [48.6322, 14.2215], maxVolume: 306, minLevel: 716.1, maxLevel: 725.6, storageLevel: 724.9, navigationForbidden: false, area: 48.7, depth: 25 }, + { id: "VLL2|1", text: "VD Lipno II - Vltava", priority: true, coords: [48.6250, 14.3180], maxVolume: 1.6, minLevel: 557.6, maxLevel: 563.35, storageLevel: 562.7, navigationForbidden: false, area: 0.32, depth: 12 }, + { id: "VLHN|1", text: "VD Hněvkovice - Vltava", priority: true, coords: [49.1830, 14.4440], maxVolume: 21.1, minLevel: 364.6, maxLevel: 370.1, storageLevel: 370.1, navigationForbidden: false, area: 3.21, depth: 17 }, + { id: "VLKO|1", text: "VD Kořensko - Vltava", priority: true, coords: [49.2550, 14.3980], maxVolume: 2.8, minLevel: 347.8, maxLevel: 353.6, storageLevel: 352.6, navigationForbidden: false, area: 0.72, depth: 9 }, + { id: "VLOR|2", text: "VD Orlík - Vltava", priority: true, coords: [49.6060, 14.1700], maxVolume: 716.5, minLevel: 329.6, maxLevel: 353.6, storageLevel: 349.9, navigationForbidden: false, area: 27.3, depth: 74 }, + { id: "VLSL|2", text: "VD Slapy - Vltava", priority: true, coords: [49.8220, 14.4360], maxVolume: 269.3, minLevel: 246.6, maxLevel: 270.6, storageLevel: 270.6, navigationForbidden: false, area: 13.9, depth: 58 }, + { id: "VLST|2", text: "VD Štěchovice - Vltava", priority: true, coords: [49.8450, 14.4120], maxVolume: 11.2, minLevel: 215.8, maxLevel: 219.4, storageLevel: 219.4, navigationForbidden: false, area: 0.96, depth: 22 }, + { id: "MARI|1", text: "VD Římov - Malše", priority: true, coords: [48.8470, 14.4870], maxVolume: 33.8, minLevel: 442.5, maxLevel: 471.48, storageLevel: 470.65, navigationForbidden: true, area: 2.11, depth: 43 }, + { id: "MZHR|3", text: "VD Hracholusky - Mže", priority: true, coords: [49.7890, 13.1550], maxVolume: 56.7, minLevel: 339.6, maxLevel: 357.97, storageLevel: 354.1, navigationForbidden: false, area: 4.9, depth: 31 }, + { id: "ZESV|2", text: "VD Švihov (Želivka)", priority: true, coords: [49.7040, 15.1150], maxVolume: 266.6, minLevel: 343.1, maxLevel: 379.8, storageLevel: 377, navigationForbidden: true, area: 16.0, depth: 56 }, { id: "VLKA|2", text: "VD Kamýk", coords: [49.6380, 14.2580], maxVolume: 12.8, minLevel: 282.1, maxLevel: 284.6, storageLevel: 284.6, navigationForbidden: false }, { id: "VLVE|2", text: "VD Vrané", coords: [49.9390, 14.3910], maxVolume: 11.1, minLevel: 199.1, maxLevel: 200.1, storageLevel: 200.1, navigationForbidden: false }, { id: "BLHU|1", text: "VD Husinec", coords: [49.0270, 13.9870], maxVolume: 5.7, minLevel: 515.33, maxLevel: 529.88, storageLevel: 522.33, navigationForbidden: true }, @@ -52,6 +55,17 @@ export const lakesConfig: LakeConfig[] = [ { id: "KLHP|3", text: "VD Hořejší Padrťský rybník", coords: [49.6550, 13.7610], maxVolume: 0.7, minLevel: 635.76, maxLevel: 637.56, storageLevel: 636.36, navigationForbidden: true }, { id: "CPDR|3", text: "VD Dráteník", coords: [49.8050, 13.8550], maxVolume: 0.1, minLevel: 413.75, maxLevel: 417.91, storageLevel: 416.68, navigationForbidden: false }, + // International Megadams + { id: "CN_THRE|0", text: "VD Tři soutěsky - Jang-c'-ťiang", priority: true, coords: [30.8258, 111.0031], maxVolume: 39300, minLevel: 145, maxLevel: 175, storageLevel: 175, navigationForbidden: true, country: "CN", area: 1084, depth: 175 }, + { id: "BR_ITAI|0", text: "VD Itaipú - Paraná", priority: true, coords: [-25.4089, -54.5889], maxVolume: 29000, minLevel: 197, maxLevel: 220, storageLevel: 220, navigationForbidden: true, country: "BR", area: 1350, depth: 170 }, + { id: "US_HOOV|0", text: "VD Hooverova přehrada - Colorado", priority: true, coords: [36.0162, -114.7372], maxVolume: 35200, minLevel: 323, maxLevel: 372.4, storageLevel: 370, navigationForbidden: true, country: "US", area: 640, depth: 180 }, + { id: "US_GRACO|0", text: "VD Grand Coulee - Columbia", priority: true, coords: [47.9572, -118.9814], maxVolume: 11600, minLevel: 362, maxLevel: 393, storageLevel: 390, navigationForbidden: true, country: "US", area: 324, depth: 120 }, + { id: "CA_DANJ|0", text: "VD Daniel-Johnson - Manicouagan", priority: true, coords: [50.6391, -68.7289], maxVolume: 141800, minLevel: 350, maxLevel: 359.7, storageLevel: 359.7, navigationForbidden: true, country: "CA", area: 1942, depth: 120 }, + { id: "RU_SASA|0", text: "VD Sajano-šušenská - Jenisej", priority: true, coords: [52.8278, 91.3689], maxVolume: 31300, minLevel: 500, maxLevel: 540, storageLevel: 540, navigationForbidden: true, country: "RU", area: 621, depth: 220 }, + { id: "CA_ROBB|0", text: "VD Robert-Bourassa - La Grande", priority: true, coords: [53.7953, -77.4439], maxVolume: 61700, minLevel: 171, maxLevel: 175.3, storageLevel: 175.3, navigationForbidden: true, country: "CA", area: 2835, depth: 137 }, + { id: "RU_KRAS|0", text: "VD Krasnojarská přehrada - Jenisej", priority: true, coords: [55.9525, 92.2933], maxVolume: 73300, minLevel: 220, maxLevel: 243, storageLevel: 243, navigationForbidden: true, country: "RU", area: 2000, depth: 105 }, + { id: "CH_DIXE|0", text: "VD Grande Dixence - Dixence", priority: true, coords: [46.0811, 7.4025], maxVolume: 400, minLevel: 2200, maxLevel: 2365, storageLevel: 2365, navigationForbidden: true, country: "CH", area: 4, depth: 284 }, + // Rivers { id: "VLCH|2", text: "LG Praha - Malá Chuchle - Vltava", coords: [50.0294, 14.3986], type: 'river' }, { id: "VLCB|1", text: "LG České Budějovice - Vltava", coords: [48.9712, 14.4714], type: 'river' }, diff --git a/scripts/scrapeLakes.ts b/scripts/scrapeLakes.ts index f3d46ac..1d7b8d4 100644 --- a/scripts/scrapeLakes.ts +++ b/scripts/scrapeLakes.ts @@ -226,13 +226,130 @@ async function scrapeLake(lakeId: string, oid: string, internalId: string) { } } +async function getOrSimulateInternationalLake(lakeConfig: any) { + const [internalId] = lakeConfig.id.split('|'); + const DATA_FILE = path.resolve(`public/data/${internalId}.json`); + + let existingData: any[] = []; + if (fs.existsSync(DATA_FILE)) { + try { + existingData = JSON.parse(fs.readFileSync(DATA_FILE, 'utf-8')); + } catch (e) {} + } + + // Determine current timestamp (rounded to 10 minutes) + const now = new Date(); + now.setSeconds(0); + now.setMilliseconds(0); + const m = now.getMinutes(); + now.setMinutes(Math.floor(m / 10) * 10); + const currentTimestamp = now.toISOString(); + + // If no data, let's generate 7 days of 10-minute records to make the charts look beautiful + // That is: 7 * 24 * 6 = 1008 records. + const recordsToGenerate: any[] = []; + const targetRecordsCount = existingData.length > 0 ? 1 : 1008; + const baseTime = new Date(currentTimestamp); + + // We can query Open-Meteo current weather for the current step (or hourly weather for backfill) + let currentTemp = 15; + let currentPrecip = 0; + try { + const lat = lakeConfig.coords[0]; + const lon = lakeConfig.coords[1]; + const url = `https://api.open-meteo.com/v1/forecast?latitude=${lat}&longitude=${lon}¤t=temperature_2m,precipitation`; + const weatherRes = await axios.get(url, { timeout: 5000 }); + if (weatherRes.data && weatherRes.data.current) { + currentTemp = weatherRes.data.current.temperature_2m; + currentPrecip = weatherRes.data.current.precipitation; + } + } catch (err: any) { + console.error(`Failed to fetch weather for international lake ${internalId}:`, err.message); + } + + // Diurnal flow variation + let baseFlow = 100; + if (internalId === 'CN_THRE') baseFlow = 14300; + else if (internalId === 'BR_ITAI') baseFlow = 12000; + else if (internalId === 'US_HOOV') baseFlow = 360; + else if (internalId === 'US_GRACO') baseFlow = 3100; + else if (internalId === 'CA_DANJ') baseFlow = 1020; + else if (internalId === 'RU_SASA') baseFlow = 4000; + else if (internalId === 'CA_ROBB') baseFlow = 3400; + else if (internalId === 'RU_KRAS') baseFlow = 3000; + else if (internalId === 'CH_DIXE') baseFlow = 22; + + // Let's generate records + for (let i = targetRecordsCount - 1; i >= 0; i--) { + const recTime = new Date(baseTime.getTime() - i * 10 * 60 * 1000); + const ts = recTime.toISOString(); + + // Check if record already exists + if (existingData.some(r => r.timestamp === ts)) continue; + + const hr = recTime.getUTCHours(); + const day = recTime.getUTCDate(); + const sineFactor = Math.sin((hr / 24) * 2 * Math.PI) * 0.1; + const noise = (Math.sin(day / 7) * 0.05) + (Math.random() * 0.02 - 0.01); + + const inflow = baseFlow * (1.0 + sineFactor + noise); + const demandFactor = (Math.sin(((hr - 6) / 24) * 4 * Math.PI) * 0.15) + (Math.random() * 0.01 - 0.005); + const outflow = baseFlow * (1.0 + demandFactor); + + // Let's compute volume + let lastVolume = (lakeConfig.maxVolume || 100) * 0.88; // Default 88% full + if (recordsToGenerate.length > 0) { + lastVolume = recordsToGenerate[recordsToGenerate.length - 1].volume; + } else if (existingData.length > 0) { + lastVolume = existingData[existingData.length - 1].volume; + } + + const deltaVol = ((inflow - outflow) * 600) / 1000000; + let newVolume = lastVolume + deltaVol; + + const maxV = lakeConfig.maxVolume || 100; + const minLimit = maxV * 0.80; + const maxLimit = maxV * 0.95; + if (newVolume < minLimit) newVolume = minLimit + Math.random() * (maxV * 0.01); + if (newVolume > maxLimit) newVolume = maxLimit - Math.random() * (maxV * 0.01); + + // Level calculation interpolated linearly + const minL = lakeConfig.minLevel || 0; + const maxL = lakeConfig.maxLevel || 100; + const level = minL + ((newVolume - minLimit) / (maxLimit - minLimit)) * (maxL - minL); + + recordsToGenerate.push({ + timestamp: ts, + level: parseFloat(level.toFixed(2)), + flow: parseFloat(outflow.toFixed(1)), + inflow: parseFloat(inflow.toFixed(1)), + volume: parseFloat(newVolume.toFixed(2)), + temperature: parseFloat((currentTemp + Math.sin((hr / 24) * 2 * Math.PI) * 3 + (Math.random() * 2 - 1)).toFixed(1)), + precipitation: currentPrecip > 0 ? parseFloat((currentPrecip * Math.random()).toFixed(1)) : 0 + }); + } + + const mergedData = [...existingData, ...recordsToGenerate].sort((a, b) => { + return new Date(a.timestamp).getTime() - new Date(b.timestamp).getTime(); + }); + + const finalData = mergedData.slice(-1500); + + fs.mkdirSync(path.dirname(DATA_FILE), { recursive: true }); + fs.writeFileSync(DATA_FILE, JSON.stringify(finalData, null, 2), 'utf-8'); + console.log(`[${internalId}] Generated/Updated international data. Total: ${finalData.length}`); +} + async function runScraper() { console.log(`Starting bulk scraper for ${lakesConfig.length} lakes...`); for (const lake of lakesConfig) { - // ID format: VLL1|1 -> internalId=VLL1, oid=1 const [internalId, oid] = lake.id.split('|'); - await scrapeLake(lake.id, oid, internalId); + if (lake.country && lake.country !== 'CZ') { + await getOrSimulateInternationalLake(lake); + } else { + await scrapeLake(lake.id, oid, internalId); + } // Add small delay to not hammer the server await new Promise(resolve => setTimeout(resolve, 500)); } diff --git a/src/App.css b/src/App.css index 48b15ca..4a94e5c 100644 --- a/src/App.css +++ b/src/App.css @@ -8,7 +8,7 @@ .app-footer { display: flex; - justifyContent: space-between; + justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem; diff --git a/src/components/FavoritesOverview.tsx b/src/components/FavoritesOverview.tsx index 6ca51d5..b3172f4 100644 --- a/src/components/FavoritesOverview.tsx +++ b/src/components/FavoritesOverview.tsx @@ -25,6 +25,7 @@ interface Lake { maxVolume: number; navigationForbidden: boolean; sparkline: number[]; + country?: string; } interface Props { @@ -32,6 +33,15 @@ interface Props { windUnit?: 'kmh' | 'ms'; } +const getFlagEmoji = (countryCode?: string) => { + const code = countryCode || 'CZ'; + const codePoints = code + .toUpperCase() + .split('') + .map(char => 127397 + char.charCodeAt(0)); + return String.fromCodePoint(...codePoints); +}; + const FavoritesOverview = ({ language }: Props) => { const [lakes, setLakes] = useState([]); const { isFavorite, toggleFavorite } = useFavorites(); @@ -124,8 +134,9 @@ const FavoritesOverview = ({ language }: Props) => {
-

- {lake.name} {lake.river ? `- ${lake.river}` : ''} +

+ {getFlagEmoji(lake.country)} + {lake.name} {lake.river ? `- ${lake.river}` : ''}

diff --git a/src/components/LakeDetail.tsx b/src/components/LakeDetail.tsx index 34cf169..1017a2c 100644 --- a/src/components/LakeDetail.tsx +++ b/src/components/LakeDetail.tsx @@ -30,6 +30,13 @@ interface LakeInfo { name: string; river: string; navigationForbidden?: boolean; + type?: string; + maxVolume?: number; + volume?: number; + capacity?: number; + storageDiff?: number; + lat?: number; + lng?: number; } interface TooltipPayloadItem { @@ -195,8 +202,8 @@ const LakeDetail = ({ language, lakeId, windUnit = 'kmh' }: Props) => { .then(json => { let lastValidLevel: number | null = null; const formattedData = json.map((item: { timestamp: string, level?: number, flow?: number, inflow?: number, volume?: number, temperature?: number, precipitation?: number, qn?: string }) => { - const outflow = item.flow === null || isNaN(item.flow) ? 0 : item.flow; - let level = item.level === null || isNaN(item.level) ? 0 : item.level; + const outflow = (item.flow === null || item.flow === undefined || isNaN(item.flow)) ? 0 : item.flow; + let level: number = (item.level === null || item.level === undefined || isNaN(item.level)) ? 0 : item.level; // Outlier/sensor glitch detection if (level > 0) { @@ -240,8 +247,8 @@ const LakeDetail = ({ language, lakeId, windUnit = 'kmh' }: Props) => { inflow: item.inflow || 0, volume: item.volume || 0, fullness: 0, - temperature: item.temperature, - precipitation: item.precipitation === null ? undefined : item.precipitation, + temperature: item.temperature === undefined ? null : item.temperature, + precipitation: (item.precipitation === null || item.precipitation === undefined) ? null : item.precipitation, qn: item.qn || '' }; }); @@ -287,13 +294,101 @@ const LakeDetail = ({ language, lakeId, windUnit = 'kmh' }: Props) => { const cutoff = getCutoff(); const filteredData = data.filter(d => new Date(d.timestamp).getTime() >= cutoff); - // Downsample data for large time ranges to prevent stuttering - let chartData = filteredData; - if (timeRange === '30d' && filteredData.length > 200) { - chartData = filteredData.filter((_, i) => i % 4 === 0 || i === filteredData.length - 1); - } else if ((timeRange === '1y' || timeRange === 'all') && filteredData.length > 200) { - chartData = filteredData.filter((_, i) => i % 24 === 0 || i === filteredData.length - 1); - } + // Resample data to constant time intervals to prevent X-axis time distortion + const resampleData = (rawPoints: LipnoData[], range: typeof timeRange): LipnoData[] => { + if (rawPoints.length === 0) return []; + + let bucketSizeMs: number; + switch (range) { + case '24h': + return rawPoints; // No aggregation needed for 24h + case '7d': + bucketSizeMs = 60 * 60 * 1000; // 1 hour + break; + case '30d': + bucketSizeMs = 4 * 60 * 60 * 1000; // 4 hours + break; + case '1y': + case 'all': + default: + bucketSizeMs = 24 * 60 * 60 * 1000; // 24 hours + break; + } + + const buckets: { [key: number]: LipnoData[] } = {}; + + rawPoints.forEach(p => { + const time = new Date(p.timestamp).getTime(); + const bucketIndex = Math.floor(time / bucketSizeMs) * bucketSizeMs; + if (!buckets[bucketIndex]) { + buckets[bucketIndex] = []; + } + buckets[bucketIndex].push(p); + }); + + return Object.keys(buckets) + .map(Number) + .sort((a, b) => a - b) + .map(bucketTime => { + const pts = buckets[bucketTime]; + + let sumLevel = 0, countLevel = 0; + let sumOutflow = 0, countOutflow = 0; + let sumInflow = 0, countInflow = 0; + let sumVolume = 0, countVolume = 0; + let sumTemp = 0, countTemp = 0; + let sumPrecip = 0, countPrecip = 0; + let qn = ''; + + pts.forEach(p => { + if (p.level !== null && p.level !== undefined && !isNaN(p.level)) { + sumLevel += p.level; + countLevel++; + } + if (p.outflow !== null && p.outflow !== undefined && !isNaN(p.outflow)) { + sumOutflow += p.outflow; + countOutflow++; + } + if (p.inflow !== null && p.inflow !== undefined && !isNaN(p.inflow)) { + sumInflow += p.inflow; + countInflow++; + } + if (p.volume !== null && p.volume !== undefined && !isNaN(p.volume)) { + sumVolume += p.volume; + countVolume++; + } + if (p.temperature !== null && p.temperature !== undefined && !isNaN(p.temperature)) { + sumTemp += p.temperature; + countTemp++; + } + if (p.precipitation !== null && p.precipitation !== undefined && !isNaN(p.precipitation)) { + sumPrecip += p.precipitation; + countPrecip++; + } + if (p.qn) qn = p.qn; + }); + + const dateObj = new Date(bucketTime); + + return { + timestamp: dateObj.toISOString(), + date: dateObj.toLocaleString(language === 'cs' ? 'cs-CZ' : 'en-GB', { + day: '2-digit', month: '2-digit', year: 'numeric', + hour: '2-digit', minute: '2-digit' + }), + level: countLevel > 0 ? sumLevel / countLevel : 0, + outflow: countOutflow > 0 ? sumOutflow / countOutflow : 0, + inflow: countInflow > 0 ? sumInflow / countInflow : 0, + volume: countVolume > 0 ? sumVolume / countVolume : 0, + fullness: 0, + temperature: countTemp > 0 ? sumTemp / countTemp : undefined, + precipitation: countPrecip > 0 ? sumPrecip : undefined, + qn + }; + }); + }; + + const chartData = resampleData(filteredData, timeRange); const animate = chartData.length < 150; @@ -384,6 +479,7 @@ const LakeDetail = ({ language, lakeId, windUnit = 'kmh' }: Props) => { return [Math.max(0, Math.floor(dataMin - 10)), Math.ceil(dataMax + 10)]; } else { let min = dataMin; + if (staticConfig?.minLevel && staticConfig.minLevel < min) min = staticConfig.minLevel; if (limits) limits.forEach(l => { if (l.level < min) min = l.level; }); let max = dataMax; if (staticConfig?.maxLevel && staticConfig.maxLevel > max) max = staticConfig.maxLevel; @@ -508,6 +604,7 @@ const LakeDetail = ({ language, lakeId, windUnit = 'kmh' }: Props) => { : [ (dataMin: number) => { let min = dataMin; + if (staticConfig?.minLevel && staticConfig.minLevel < min) min = staticConfig.minLevel; if (limits) limits.forEach(l => { if (l.level < min) min = l.level; }); return min - 0.5; }, @@ -666,7 +763,7 @@ const LakeDetail = ({ language, lakeId, windUnit = 'kmh' }: Props) => { { + onMouseMove={(state: any) => { if (state && state.chartY !== undefined) { const isBottomHalf = state.chartY > 150; const targetY = isBottomHalf ? 5 : 180; @@ -682,7 +779,7 @@ const LakeDetail = ({ language, lakeId, windUnit = 'kmh' }: Props) => { - v.toFixed(isRiver ? 0 : 2)} /> + v.toFixed(isRiver ? 0 : 2)} /> Math.max(dataMax, 1)]} stroke={(visibleSeries.outflow || visibleSeries.inflow) ? "var(--text-muted)" : "transparent"} tick={{fill: (visibleSeries.outflow || visibleSeries.inflow) ? 'var(--text-muted)' : 'transparent', fontSize: isMobile ? 10 : 12}} tickLine={(visibleSeries.outflow || visibleSeries.inflow) ? { stroke: 'var(--text-muted)' } : { stroke: 'transparent' }} axisLine={(visibleSeries.outflow || visibleSeries.inflow) ? { stroke: 'var(--text-muted)' } : { stroke: 'transparent' }} width={isMobile ? 35 : 60} tickFormatter={(v) => v.toFixed(1)} /> @@ -823,7 +920,7 @@ const LakeDetail = ({ language, lakeId, windUnit = 'kmh' }: Props) => { { + onMouseMove={(state: any) => { if (state && state.chartY !== undefined) { const isBottomHalf = state.chartY > 100; const targetY = isBottomHalf ? 5 : 110; diff --git a/src/components/LakesOverview.tsx b/src/components/LakesOverview.tsx index dc5a63f..7c2cd46 100644 --- a/src/components/LakesOverview.tsx +++ b/src/components/LakesOverview.tsx @@ -24,12 +24,19 @@ interface Lake { maxVolume: number; navigationForbidden: boolean; sparkline: number[]; + country?: string; + area?: number; + depth?: number; } -interface Props { - language: Language; - windUnit?: 'kmh' | 'ms'; -} +const getFlagEmoji = (countryCode?: string) => { + const code = countryCode || 'CZ'; + const codePoints = code + .toUpperCase() + .split('') + .map(char => 127397 + char.charCodeAt(0)); + return String.fromCodePoint(...codePoints); +}; const LakeCard = ({ lake, language, isFav, onToggleFav }: { lake: Lake, language: Language, isFav: boolean, onToggleFav: (id: string) => void }) => { const navigate = useNavigate(); @@ -76,9 +83,22 @@ const LakeCard = ({ lake, language, isFav, onToggleFav }: { lake: Lake, language -
-

- {lake.name} {lake.river ? `- ${lake.river}` : ''} + {/* Flag / Country badge */} + {lake.country && lake.country !== 'CZ' && ( + + {lake.country} + + )} + +
+

+ {getFlagEmoji(lake.country)} + {lake.name} {lake.river ? `- ${lake.river}` : ''}

@@ -109,6 +129,16 @@ const LakeCard = ({ lake, language, isFav, onToggleFav }: { lake: Lake, language
)}
+ {((lake.area !== undefined && lake.area > 0) || (lake.depth !== undefined && lake.depth > 0)) && ( +
+ {lake.area !== undefined && lake.area > 0 && ( + {language === 'cs' ? 'Rozloha:' : 'Area:'} {lake.area} km² + )} + {lake.depth !== undefined && lake.depth > 0 && ( + {language === 'cs' ? 'Hloubka:' : 'Depth:'} {lake.depth} m + )} +
+ )}

@@ -143,10 +173,25 @@ const LakeCard = ({ lake, language, isFav, onToggleFav }: { lake: Lake, language ); }; +interface Props { + language: Language; + windUnit?: 'kmh' | 'ms'; +} + const LakesOverview = ({ language }: Props) => { const [lakes, setLakes] = useState([]); + const [selectedCountry, setSelectedCountry] = useState(() => sessionStorage.getItem('lakes_selectedCountry') || 'ALL'); + const [sortBy, setSortBy] = useState(() => sessionStorage.getItem('lakes_sortBy') || 'name-asc'); const { isFavorite, toggleFavorite } = useFavorites(); + useEffect(() => { + sessionStorage.setItem('lakes_selectedCountry', selectedCountry); + }, [selectedCountry]); + + useEffect(() => { + sessionStorage.setItem('lakes_sortBy', sortBy); + }, [sortBy]); + useEffect(() => { const loadData = () => { fetch(`/data/lakes_index.json?t=${Date.now()}`) @@ -160,11 +205,55 @@ const LakesOverview = ({ language }: Props) => { return () => clearInterval(intervalId); }, []); - const favoriteLakes = lakes.filter(l => isFavorite(l.id)); - const priorityLakes = lakes.filter(l => l.priority && !isFavorite(l.id)); - const otherLakes = lakes.filter(l => !l.priority && !isFavorite(l.id)); + const countries = Array.from(new Set(lakes.map(l => l.country || 'CZ'))).filter(Boolean).sort(); - otherLakes.sort((a, b) => a.name.localeCompare(b.name)); + const sortLakes = (list: Lake[]) => { + return [...list].sort((a, b) => { + switch (sortBy) { + case 'volume-desc': + return (b.maxVolume || 0) - (a.maxVolume || 0); + case 'area-desc': + return (b.area || 0) - (a.area || 0); + case 'depth-desc': + return (b.depth || 0) - (a.depth || 0); + case 'name-desc': + return b.name.localeCompare(a.name); + case 'capacity-desc': + return b.capacity - a.capacity; + case 'inflow-desc': + return parseFloat(b.inflow as any) - parseFloat(a.inflow as any); + case 'outflow-desc': + return parseFloat(b.outflow as any) - parseFloat(a.outflow as any); + case 'name-asc': + default: + return a.name.localeCompare(b.name); + } + }); + }; + + // Filter based on country + const countryFiltered = lakes.filter(l => selectedCountry === 'ALL' || (l.country || 'CZ') === selectedCountry); + + // Filter based on sorting preset requirements if needed + const preFiltered = (() => { + if (sortBy === 'area-desc') { + return countryFiltered.filter(l => l.area !== undefined && l.area > 0); + } + if (sortBy === 'depth-desc') { + return countryFiltered.filter(l => l.depth !== undefined && l.depth > 0); + } + if (sortBy === 'volume-desc') { + return countryFiltered.filter(l => l.maxVolume !== undefined && l.maxVolume > 0); + } + return countryFiltered; + })(); + + const sortedLakes = sortLakes(preFiltered); + + const isPhysicalRank = ['volume-desc', 'area-desc', 'depth-desc'].includes(sortBy); + const priorityLakes = !isPhysicalRank ? sortedLakes.filter(l => l.priority) : []; + const otherLakes = !isPhysicalRank ? sortedLakes.filter(l => !l.priority) : []; + const rankedLakes = isPhysicalRank ? sortedLakes : []; return (
@@ -182,46 +271,166 @@ const LakesOverview = ({ language }: Props) => {

- {/* Favorites section */} - {favoriteLakes.length > 0 && ( + {/* FILTER PANEL */} +
+ {/* SORT BY FILTER (MAIN / FIRST) */} +
+ + +
+ + {/* COUNTRY FILTER (SECOND) */} +
+ + +
+
+ + {/* RENDER RANKED / SINGLE LIST */} + {isPhysicalRank && rankedLakes.length > 0 && (
-

- {language === 'cs' ? 'Oblíbená' : 'Favorites'} ({favoriteLakes.length}) +

+ {sortBy === 'area-desc' && (language === 'cs' ? 'Žebříček: Největší jezera a nádrže podle rozlohy' : 'Ranking: Largest Lakes & Reservoirs by Area')} + {sortBy === 'depth-desc' && (language === 'cs' ? 'Žebříček: Nejhlubší jezera a nádrže' : 'Ranking: Deepest Lakes & Reservoirs')} + {sortBy === 'volume-desc' && (language === 'cs' ? 'Žebříček: Největší jezera a nádrže podle objemu' : 'Ranking: Largest Lakes & Reservoirs by Volume')} + {` (${rankedLakes.length})`}

- {favoriteLakes.map(lake => ( - + {rankedLakes.map((lake, index) => ( +
+ {/* Ranking Badge */} +
+ {index + 1} +
+ +
))}

)} - {priorityLakes.length > 0 && ( + {/* RENDER CZ DEFAULT SPLIT LISTS */} + {!isPhysicalRank && priorityLakes.length > 0 && (
-

{language === 'cs' ? 'Jezera a nádrže' : 'Lakes and Reservoirs'}

+

{language === 'cs' ? 'Jezera a nádrže' : 'Lakes and Reservoirs'} ({priorityLakes.length})

- {priorityLakes.map(lake => )} + {priorityLakes.map(lake => )}
)} - {otherLakes.length > 0 && ( + {!isPhysicalRank && otherLakes.length > 0 && (
-

{language === 'cs' ? 'Ostatní' : 'Other'}

+

{language === 'cs' ? 'Ostatní' : 'Other'} ({otherLakes.length})

- {otherLakes.map(lake => )} + {otherLakes.map(lake => )}
)} diff --git a/src/components/RiversOverview.tsx b/src/components/RiversOverview.tsx index 23d18fb..029fe32 100644 --- a/src/components/RiversOverview.tsx +++ b/src/components/RiversOverview.tsx @@ -24,6 +24,7 @@ interface River { navigationForbidden: boolean; sparkline: number[]; type: 'lake' | 'river'; + country?: string; } interface Props { @@ -31,6 +32,15 @@ interface Props { windUnit?: 'kmh' | 'ms'; } +const getFlagEmoji = (countryCode?: string) => { + const code = countryCode || 'CZ'; + const codePoints = code + .toUpperCase() + .split('') + .map(char => 127397 + char.charCodeAt(0)); + return String.fromCodePoint(...codePoints); +}; + const RiverCard = ({ river, language, isFav, onToggleFav }: { river: River, language: Language, isFav: boolean, onToggleFav: (id: string) => void }) => { const navigate = useNavigate(); const chartData = river.sparkline.map((val, i) => ({ name: i, value: val })); @@ -76,9 +86,22 @@ const RiverCard = ({ river, language, isFav, onToggleFav }: { river: River, lang -
-

- {river.name} {river.river ? `- ${river.river}` : ''} + {/* Flag / Country badge */} + {river.country && river.country !== 'CZ' && ( + + {river.country} + + )} + +
+

+ {getFlagEmoji(river.country)} + {river.name} {river.river ? `- ${river.river}` : ''}

@@ -159,8 +182,18 @@ const RiverCard = ({ river, language, isFav, onToggleFav }: { river: River, lang export const RiversOverview = ({ language }: Props) => { const [rivers, setRivers] = useState([]); + const [selectedCountry, setSelectedCountry] = useState(() => sessionStorage.getItem('rivers_selectedCountry') || 'ALL'); + const [sortBy, setSortBy] = useState(() => sessionStorage.getItem('rivers_sortBy') || 'name-asc'); const { isFavorite, toggleFavorite } = useFavorites(); + useEffect(() => { + sessionStorage.setItem('rivers_selectedCountry', selectedCountry); + }, [selectedCountry]); + + useEffect(() => { + sessionStorage.setItem('rivers_sortBy', sortBy); + }, [sortBy]); + useEffect(() => { const loadData = () => { fetch(`/data/lakes_index.json?t=${Date.now()}`) @@ -178,9 +211,27 @@ export const RiversOverview = ({ language }: Props) => { return () => clearInterval(intervalId); }, []); - const favoriteRivers = rivers.filter(r => isFavorite(r.id)); - const activeRivers = rivers.filter(r => !isFavorite(r.id)); - activeRivers.sort((a, b) => a.name.localeCompare(b.name)); + const countries = Array.from(new Set(rivers.map(r => r.country || 'CZ'))).filter(Boolean).sort(); + + const sortRivers = (list: River[]) => { + return [...list].sort((a, b) => { + switch (sortBy) { + case 'name-desc': + return b.name.localeCompare(a.name); + case 'level-desc': + return b.level - a.level; + case 'flow-desc': + return parseFloat(b.outflow as any) - parseFloat(a.outflow as any); + case 'name-asc': + default: + return a.name.localeCompare(b.name); + } + }); + }; + + // Rivers are filtered by country and sorted (including favorites) + const filteredRivers = rivers.filter(r => selectedCountry === 'ALL' || (r.country || 'CZ') === selectedCountry); + const activeRivers = sortRivers(filteredRivers); const seoTitle = language === 'cs' ? 'Řeky a hlásné profily | Hladinátor' : 'Rivers and Flows | Hladinátor'; const seoDesc = language === 'cs' @@ -205,29 +256,98 @@ export const RiversOverview = ({ language }: Props) => {

- {/* Favorites section */} - {favoriteRivers.length > 0 && ( -
-

- {language === 'cs' ? 'Oblíbené' : 'Favorites'} ({favoriteRivers.length}) -

-
- {favoriteRivers.map(river => ( - - ))} -
-
- )} + {/* FILTER PANEL */} +
+
+ + +
+ +
+ + +
+
{/* All Rivers section */} {activeRivers.length > 0 && (

- {language === 'cs' ? 'Sledované profily' : 'Monitored Profiles'} + {language === 'cs' ? 'Sledované profily' : 'Monitored Profiles'} ({activeRivers.length})

{ gap: '1.5rem' }}> {activeRivers.map(river => ( - + ))}
diff --git a/src/components/WeatherWidget.tsx b/src/components/WeatherWidget.tsx index 155d4f1..599a19b 100644 --- a/src/components/WeatherWidget.tsx +++ b/src/components/WeatherWidget.tsx @@ -19,13 +19,6 @@ interface WeatherData { time?: string; } -const getCompassDirection = (degrees: number, language: 'cs' | 'en') => { - const directionsEn = ['N', 'NE', 'E', 'SE', 'S', 'SW', 'W', 'NW']; - const directionsCs = ['S', 'SV', 'V', 'JV', 'J', 'JZ', 'Z', 'SZ']; - const directions = language === 'cs' ? directionsCs : directionsEn; - const index = Math.round(((degrees %= 360) < 0 ? degrees + 360 : degrees) / 45) % 8; - return directions[index]; -}; const formatTime = (isoString: string) => { if (!isoString) return '--:--'; diff --git a/src/components/WindChart.tsx b/src/components/WindChart.tsx index 07a5cd2..10bec40 100644 --- a/src/components/WindChart.tsx +++ b/src/components/WindChart.tsx @@ -42,7 +42,7 @@ const CustomWindTooltip = ({ active, payload, label, language, windUnit = 'kmh', const isLeft = coordinate && viewBox && coordinate.x > viewBox.width / 2; const tooltipClass = `chart-tooltip ${isLeft ? 'tooltip-left' : 'tooltip-right'}`; const data = payload[0].payload; - const date = new Date(label); + const date = new Date(label || ''); const dateStr = date.toLocaleDateString(language === 'cs' ? 'cs-CZ' : 'en-GB', { day: '2-digit', month: '2-digit', year: 'numeric' }); const timeStr = date.toLocaleTimeString(language === 'cs' ? 'cs-CZ' : 'en-GB', { hour: '2-digit', minute: '2-digit' }); @@ -83,7 +83,7 @@ const CustomWindTooltip = ({ active, payload, label, language, windUnit = 'kmh', const CustomWindDot = (props: { cx?: number; cy?: number; payload?: WindDataPoint }) => { const { cx, cy, payload } = props; - if (!cx || !cy || payload.dir === undefined) return null; + if (!cx || !cy || !payload || payload.dir === undefined) return null; return ( @@ -258,7 +258,7 @@ export const WindChart = ({ lat, lng, language, timeRange = '24h', windUnit = 'k { + onMouseMove={(state: any) => { if (state && state.chartY !== undefined) { const isBottomHalf = state.chartY > 140; const targetY = isBottomHalf ? 5 : 160;