diff --git a/README.md b/README.md index d2e7761..6722df1 100644 --- a/README.md +++ b/README.md @@ -1,73 +1,72 @@ -# React + TypeScript + Vite +# 🌊 HLADINATOR -This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. +HLADINATOR je interaktivní a vizuálně poutavá webová aplikace pro sledování aktuálního stavu a historie českých přehrad. Aplikace poskytuje přesná data o výšce hladiny, odtoku, přítoku, aktuálním objemu a navíc sbírá historii počasí (teploty a srážek) přímo od zdroje. -Currently, two official plugins are available: +Zdroj dat: **Povodí Vltavy (pvl.cz)** a další povodí v ČR. -- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react) uses [Babel](https://babeljs.io/) (or [oxc](https://oxc.rs) when used in [rolldown-vite](https://vite.dev/guide/rolldown)) for Fast Refresh -- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh +--- -## React Compiler +## 🚀 Jak spustit aplikaci lokálně -The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see [this documentation](https://react.dev/learn/react-compiler/installation). +Aplikace je postavena na moderním stacku (React, Vite, TypeScript, Recharts, Leaflet). Pro její spuštění nepotřebuješ žádný složitý backend, data se čtou z předgenerovaných JSON souborů. -## Expanding the ESLint configuration +1. Nainstaluj závislosti (pokud jsi to ještě neudělal): + ```bash + npm install + ``` +2. Spusť lokální vývojový server: + ```bash + npm run dev + ``` +3. Otevři prohlížeč na adrese `http://localhost:5173`. -If you are developing a production application, we recommend updating the configuration to enable type-aware lint rules: +--- -```js -export default defineConfig([ - globalIgnores(['dist']), - { - files: ['**/*.{ts,tsx}'], - extends: [ - // Other configs... +## 🔄 Jak aktualizovat data (Scraping) - // Remove tseslint.configs.recommended and replace with this - tseslint.configs.recommendedTypeChecked, - // Alternatively, use this for stricter rules - tseslint.configs.strictTypeChecked, - // Optionally, add this for stylistic rules - tseslint.configs.stylisticTypeChecked, +Povodí Vltavy neposkytuje standardní API pro historii srážek a teplot, ani nepodporuje přímé dotazy z klientského prohlížeče (kvůli CORS a bezpečnosti). Proto využíváme vlastní **scraper**. - // Other configs... - ], - languageOptions: { - parserOptions: { - project: ['./tsconfig.node.json', './tsconfig.app.json'], - tsconfigRootDir: import.meta.dirname, - }, - // other options... - }, - }, -]) +Pro ruční stažení těch nejnovějších dat z webu povodí spusť v terminálu: +```bash +npm run data:update ``` -You can also install [eslint-plugin-react-x](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-x) and [eslint-plugin-react-dom](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-dom) for React-specific lint rules: +Tento příkaz provede dvě věci: +1. `npm run scrape`: Otevře stránky povodí pro všech 12 přehrad, přečte tabulky s historickými měřeními a najde "Aktuální hodnoty", odkud vytáhne exaktní **přítok, objem, srážky a teplotu**. Tato data inteligentně sloučí s tvojí lokální databází (`public/data/*.json`). Pokud Povodí aktuálně počasí neposkytuje, skript zrecykluje tvou dřívější uloženou hodnotu, aby se graf "nerozbil". +2. `npm run build-index`: Zaktualizuje hlavní indexový soubor `lakes_index.json`, který aplikace využívá pro vykreslení rychlých náhledů (např. v levém menu nebo na mapě). -```js -// eslint.config.js -import reactX from 'eslint-plugin-react-x' -import reactDom from 'eslint-plugin-react-dom' +--- -export default defineConfig([ - globalIgnores(['dist']), - { - files: ['**/*.{ts,tsx}'], - extends: [ - // Other configs... - // Enable lint rules for React - reactX.configs['recommended-typescript'], - // Enable lint rules for React DOM - reactDom.configs.recommended, - ], - languageOptions: { - parserOptions: { - project: ['./tsconfig.node.json', './tsconfig.app.json'], - tsconfigRootDir: import.meta.dirname, - }, - // other options... - }, - }, -]) +## ⏰ Automatické stahování dat (Cron / Spouštěč) + +Aby se ti automaticky budovala bohatá historie počasí a srážek i ve chvíli, kdy spíš, doporučuji nastavit automatické spouštění skriptu `npm run data:update`. + +Zde jsou nejběžnější možnosti, jak si to můžeš nastavit ty sám: + +### Možnost A: Přes Crontab na Macu / Linuxu (Lokálně) +Pokud ti běží počítač (nebo domácí server/Raspberry Pi) nepřetržitě, můžeš využít systémový `cron`. +1. Otevři terminál a napiš: `crontab -e` +2. Na konec souboru vlož následující řádek (uprav cestu ke svému projektu a Node.js): + ```bash + # Spustit scraping každých 15 minut + */15 * * * * cd /Users/davis/WebstormProjects/davisfe.cz && /usr/local/bin/npm run data:update >> scraper.log 2>&1 + ``` +3. Ulož a zavři editor. Od této chvíle se systém postará o automatický sběr dat! + +### Možnost B: Pomocí GitHub Actions (Pro Produkci) +Až projekt nahraješ na GitHub, můžeš si vytvořit workflow soubor (např. `.github/workflows/scrape.yml`), který bude skript spouštět na serverech GitHubu zdarma každou hodinu, a výsledné `.json` soubory automaticky commitne a publikuje na web. + +### Možnost C: Jednoduchý integrovaný spouštěč (Nejlehčí) +Pokud nechceš řešit složitý systémový crontab, napsal jsem pro tebe přímo do Node.js malý spouštěč. Stačí si otevřít další okno terminálu a napsat: +```bash +npm run data:watch 10 ``` +Tento příkaz ihned provede první stažení a následně bude aplikaci automaticky aktualizovat **každých 10 minut** (číslo na konci si můžeš libovolně přepsat podle toho, jak často chceš stahovat). Skript poběží, dokud okno terminálu nezavřeš. + +--- + +## 📁 Struktura klíčových datových složek + +* `/scripts/lakesConfig.ts` - Tady najdeš definici všech 12 sledovaných přehrad (včetně jejich ID pro Povodí Vltavy, GPS souřadnic, maximálních objemů a stavebních kót). Sem můžeš přidávat nové přehrady. +* `/public/data/` - Zde se ukládají vygenerovaná JSON data. V produkci musí být tyto soubory přístupné jako statické assety. +* `/src/components/` - Obsahuje samotné vizuální karty, Leaflet mapu a detailní `LakeDetail.tsx` (kde se vykresluje hydrologický a meteorologický graf přes Recharts). diff --git a/docs/pvl_data_sources.md b/docs/pvl_data_sources.md new file mode 100644 index 0000000..237d035 --- /dev/null +++ b/docs/pvl_data_sources.md @@ -0,0 +1,44 @@ +# Analýza dostupných dat z Povodí Vltavy (PVL.cz) + +Tento dokument sumarizuje všechna data, která jsme schopni strojově získat z webových stránek Povodí Vltavy pro jednotlivé vodní nádrže (např. z adresy `Mereni.aspx?oid=1&id=VLL1`). + +Data jsou na zdrojovém backendu rozdělena do několika logických celků (tabulek), které můžeme libovolně vytěžovat. + +## 1. Technické parametry nádrže (Základní údaje) +Tato data jsou statická a definují fyzické a inženýrské limity přehrady. + +* **Tok (River):** Na jaké řece se nádrž nachází (např. Vltava). +* **Koruna hráze:** Absolutní nadmořská výška nejvyššího bodu hráze [m n.m.]. +* **Kóta přelivu:** Výška přelivových hran [m n.m.]. +* **Maximální retenční hladina:** Krizová úroveň nadržení při povodních [m n.m.]. +* **Hladina zásobního prostoru:** Maximální běžná hladina, pro kterou je určen zásobní objem [m n.m.]. +* **Hladina stálého nadržení:** Minimální hladina nutná pro zachování ekologických a technických funkcí [m n.m.] (lze využít pro přesný výpočet procentuální naplněnosti). +* **Výškový systém:** Zpravidla "Balt p.v." (Baltský po vyrovnání). + +## 2. Aktuální hodnoty (Real-time data) +Tato tabulka obsahuje nejčerstvější data z měřicích stanic s přesným časovým razítkem. Ne všechny hodnoty musí být vždy u všech přehrad dostupné. + +* **Časové razítko:** Přesný čas posledního měření (např. *05.06.2026 22:10*). +* **Hladina vody v nádrži:** Aktuální výška [m n.m.]. +* **Objem:** Skutečný aktuální zadržovaný objem vody [mil. m³]. +* **Přítok (Inflow):** Odhadovaný/měřený přítok do přehrady [m³/s]. +* **Odtok (Outflow):** Skutečný odtok z přehrady [m³/s]. +* **Srážky (24h):** Úhrn srážek za posledních 24 hodin [mm] *(k dispozici pouze u vybraných stanic)*. +* **Teplota vzduchu:** Aktuální teplota vzduchu [°C] *(k dispozici pouze u vybraných stanic)*. + +## 3. Historická časová řada (Tabulka měření) +Tyto tabulky obsahují historický vývoj po jednotlivých hodinách za posledních několik dnů, což využíváme pro vykreslování grafů. + +* **Datum a čas:** Hodinové intervaly (např. *05.06.2026 22:00*). +* **Hladina:** Měřená výška hladiny [m n.m.]. +* **Odtok:** Odtok přes hráz [m³/s]. +* *(Poznámka: Přítok a Objem se do historické tabulky u většiny přehrad ze strany PVL neukládají, zveřejňují pouze hladinu a odtok).* +* **QN:** Indikátor kvality dat (ověřená/neověřená). + +--- + +### Možnosti budoucího rozšíření HLADINATORu +Na základě výše zmíněných dostupných bodů můžeme do aplikace snadno přidat: +1. **Srážky a teplotu** - Pokud je pro danou přehradu údaj dostupný, můžeme přidat widget pro zobrazení úhrnu srážek za 24h a aktuální teploty vzduchu. +2. **Přesnější výpočet %** - Pomocí limitů "Maximální retenční hladina" a "Hladina stálého nadržení" můžeme přesně indikovat blížící se povodňový stav. +3. **Výstražný systém (Alerts)** - Vizuální varování (např. změna barvy panelu na červenou), pokud se aktuální hladina nebezpečně blíží kótě přelivu. diff --git a/package.json b/package.json index 152486e..5492a0f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "mock": "tsx scripts/generateMockLakes.ts", "scrape": "tsx scripts/scrapeLakes.ts", "build-index": "tsx scripts/buildIndex.ts", - "data:update": "npm run scrape && npm run build-index" + "data:update": "npm run scrape && npm run build-index", + "data:watch": "tsx scripts/watchData.ts" }, "dependencies": { "axios": "^1.17.0", diff --git a/public/data/MARI.json b/public/data/MARI.json index 9fd21ed..85b6d75 100644 --- a/public/data/MARI.json +++ b/public/data/MARI.json @@ -1,219 +1,6797 @@ [ + { + "timestamp": "2026-04-30T05:00:00.000Z", + "level": 467.3672889104394, + "flow": 9.614697616942525, + "inflow": 19.356199730351648, + "volume": 0, + "temperature": 20.69812939718868, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T06:00:00.000Z", + "level": 467.3505151480624, + "flow": 10.405250056181984, + "inflow": 20.191152596956584, + "volume": 0, + "temperature": 22.99429976561008, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T07:00:00.000Z", + "level": 467.3256307475085, + "flow": 11.2419084668576, + "inflow": 20.064173369077725, + "volume": 0, + "temperature": 24.637273046986714, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T08:00:00.000Z", + "level": 467.32955509371016, + "flow": 11.694133969265874, + "inflow": 19.560124323630987, + "volume": 0, + "temperature": 24.836307166720687, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T09:00:00.000Z", + "level": 467.31895554146894, + "flow": 10.801187774197, + "inflow": 19.564721216955657, + "volume": 0, + "temperature": 24.844703250015236, + "precipitation": 7.980473929022787 + }, + { + "timestamp": "2026-04-30T10:00:00.000Z", + "level": 467.34248043203905, + "flow": 11.498415250259498, + "inflow": 18.73562733290612, + "volume": 0, + "temperature": 25.86930190448214, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T11:00:00.000Z", + "level": 467.35957797819594, + "flow": 10.877833280248634, + "inflow": 18.07412778446947, + "volume": 0, + "temperature": 25.72058343016673, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T12:00:00.000Z", + "level": 467.3744884142563, + "flow": 10.316793463530846, + "inflow": 18.6138345375046, + "volume": 0, + "temperature": 25.213113897166973, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T13:00:00.000Z", + "level": 467.3845434379886, + "flow": 9.616155567015777, + "inflow": 18.496754299940566, + "volume": 0, + "temperature": 23.643629770542912, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T14:00:00.000Z", + "level": 467.3603082174126, + "flow": 9.431638293935736, + "inflow": 18.07760803207797, + "volume": 0, + "temperature": 21.649404929072247, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T15:00:00.000Z", + "level": 467.3799054517141, + "flow": 8.527509089327328, + "inflow": 18.93956964109143, + "volume": 0, + "temperature": 20.860809331166404, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T16:00:00.000Z", + "level": 467.3949227081371, + "flow": 7.650427152154666, + "inflow": 18.082888727265086, + "volume": 0, + "temperature": 18.53613467884595, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T17:00:00.000Z", + "level": 467.3746759973801, + "flow": 8.168169389320596, + "inflow": 18.74780954817458, + "volume": 0, + "temperature": 16.81893697308737, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T18:00:00.000Z", + "level": 467.39737688852614, + "flow": 8.155763132070035, + "inflow": 18.0320540093402, + "volume": 0, + "temperature": 13.82605158155671, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T19:00:00.000Z", + "level": 467.3944114938338, + "flow": 8.701338271451007, + "inflow": 18.778619212098732, + "volume": 0, + "temperature": 12.50450557562253, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T20:00:00.000Z", + "level": 467.3769870024958, + "flow": 8.606929625564266, + "inflow": 19.401579685153756, + "volume": 0, + "temperature": 11.194925176752847, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T21:00:00.000Z", + "level": 467.3863031534914, + "flow": 9.181504819382004, + "inflow": 19.886456757578326, + "volume": 0, + "temperature": 11.212752286818073, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T22:00:00.000Z", + "level": 467.387569011058, + "flow": 8.505871986935619, + "inflow": 20.705719089985703, + "volume": 0, + "temperature": 10.969938165307365, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T23:00:00.000Z", + "level": 467.39726048585044, + "flow": 8.041021727447607, + "inflow": 20.194544123814456, + "volume": 0, + "temperature": 10.531647521916707, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T00:00:00.000Z", + "level": 467.38753946153815, + "flow": 7.646715985406502, + "inflow": 19.482497298861073, + "volume": 0, + "temperature": 11.414348572175829, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T01:00:00.000Z", + "level": 467.36499717671995, + "flow": 8.202462290275765, + "inflow": 18.55939748522898, + "volume": 0, + "temperature": 13.128504343943863, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T02:00:00.000Z", + "level": 467.3638965392358, + "flow": 7.453049046301299, + "inflow": 18.465938875834564, + "volume": 0, + "temperature": 13.249473672059379, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T03:00:00.000Z", + "level": 467.36109899043254, + "flow": 7.63581907768858, + "inflow": 19.240556076489753, + "volume": 0, + "temperature": 15.519599713621517, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T04:00:00.000Z", + "level": 467.3508105368056, + "flow": 8.585264709152797, + "inflow": 19.29391539502157, + "volume": 0, + "temperature": 17.899033239804222, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T05:00:00.000Z", + "level": 467.3271300160943, + "flow": 8.496907925796714, + "inflow": 19.677617855162747, + "volume": 0, + "temperature": 20.343156354593567, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T06:00:00.000Z", + "level": 467.3037127115203, + "flow": 9.423244600356192, + "inflow": 19.31799315593858, + "volume": 0, + "temperature": 22.35183730511239, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T07:00:00.000Z", + "level": 467.3147327488754, + "flow": 9.063948535668274, + "inflow": 19.089159369593414, + "volume": 0, + "temperature": 24.17004832210983, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T08:00:00.000Z", + "level": 467.30457239889637, + "flow": 8.315642118365805, + "inflow": 18.230702633002785, + "volume": 0, + "temperature": 25.13443565330118, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T09:00:00.000Z", + "level": 467.30806852347314, + "flow": 8.109656214873075, + "inflow": 18.27631626607456, + "volume": 0, + "temperature": 25.267855358735936, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T10:00:00.000Z", + "level": 467.3227550728591, + "flow": 8.997627120877707, + "inflow": 19.12340098851864, + "volume": 0, + "temperature": 26.99299591002092, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T11:00:00.000Z", + "level": 467.31542112033975, + "flow": 8.641909887848588, + "inflow": 18.332721312816652, + "volume": 0, + "temperature": 25.89255832687533, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T12:00:00.000Z", + "level": 467.29570976369394, + "flow": 9.448999216454764, + "inflow": 19.231584642662874, + "volume": 0, + "temperature": 24.860863332976557, + "precipitation": 14.792794785624064 + }, + { + "timestamp": "2026-05-01T13:00:00.000Z", + "level": 467.30802132818275, + "flow": 8.946859423880383, + "inflow": 19.661283877039054, + "volume": 0, + "temperature": 22.74360719681258, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T14:00:00.000Z", + "level": 467.28598031489946, + "flow": 9.20360523331289, + "inflow": 19.787358012197164, + "volume": 0, + "temperature": 21.385664137719093, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T15:00:00.000Z", + "level": 467.2924831543059, + "flow": 9.37308382068891, + "inflow": 18.836303403441033, + "volume": 0, + "temperature": 20.856091987234088, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T16:00:00.000Z", + "level": 467.31438854465773, + "flow": 10.198322930920515, + "inflow": 19.730097444456604, + "volume": 0, + "temperature": 17.01972593909904, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T17:00:00.000Z", + "level": 467.3184669066112, + "flow": 9.287684602827742, + "inflow": 19.949887191328852, + "volume": 0, + "temperature": 15.74206982968964, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T18:00:00.000Z", + "level": 467.33383883010646, + "flow": 9.385938885853797, + "inflow": 19.743602705336972, + "volume": 0, + "temperature": 14.817306381840977, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T19:00:00.000Z", + "level": 467.3098551299408, + "flow": 9.100994934145284, + "inflow": 20.47943146319576, + "volume": 0, + "temperature": 11.377937218446721, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T20:00:00.000Z", + "level": 467.3251835818355, + "flow": 8.956651169804944, + "inflow": 20.665369154857437, + "volume": 0, + "temperature": 11.498205224088522, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T21:00:00.000Z", + "level": 467.30117529224634, + "flow": 9.747996813802146, + "inflow": 21.63657942228821, + "volume": 0, + "temperature": 9.86901125984819, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T22:00:00.000Z", + "level": 467.2996047266604, + "flow": 10.394255933373469, + "inflow": 21.176938174678256, + "volume": 0, + "temperature": 10.571672798973907, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T23:00:00.000Z", + "level": 467.2829905078993, + "flow": 10.6201806221817, + "inflow": 21.834207982346218, + "volume": 0, + "temperature": 9.412229661854772, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T00:00:00.000Z", + "level": 467.28250435722043, + "flow": 10.698395776501602, + "inflow": 21.60226785239812, + "volume": 0, + "temperature": 10.359847165377937, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T01:00:00.000Z", + "level": 467.2837015513475, + "flow": 10.24420050642553, + "inflow": 21.697780316823774, + "volume": 0, + "temperature": 12.502103407701586, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T02:00:00.000Z", + "level": 467.2604922283245, + "flow": 9.801295825654474, + "inflow": 21.571329809583062, + "volume": 0, + "temperature": 13.297273523752985, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T03:00:00.000Z", + "level": 467.2441856131331, + "flow": 9.82560599503534, + "inflow": 20.84131323258568, + "volume": 0, + "temperature": 16.328323618811627, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T04:00:00.000Z", + "level": 467.24532382920574, + "flow": 9.13883882594838, + "inflow": 20.458145322908386, + "volume": 0, + "temperature": 18.193359977196778, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T05:00:00.000Z", + "level": 467.2636509656385, + "flow": 8.902835971401458, + "inflow": 20.454733735171363, + "volume": 0, + "temperature": 20.213997825273225, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T06:00:00.000Z", + "level": 467.2599967095267, + "flow": 8.25839922710566, + "inflow": 20.185026559920672, + "volume": 0, + "temperature": 21.49854277674735, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T07:00:00.000Z", + "level": 467.2458554021415, + "flow": 7.368122165412469, + "inflow": 20.744883211485018, + "volume": 0, + "temperature": 24.614335065564305, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T08:00:00.000Z", + "level": 467.2535584483463, + "flow": 7.691802016740181, + "inflow": 21.35438761326666, + "volume": 0, + "temperature": 24.585903689098615, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T09:00:00.000Z", + "level": 467.25857662697587, + "flow": 8.286039103240205, + "inflow": 20.748351762163896, + "volume": 0, + "temperature": 25.509974850386932, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T10:00:00.000Z", + "level": 467.2643780541027, + "flow": 7.497103463414165, + "inflow": 20.55057827590171, + "volume": 0, + "temperature": 25.04798730098874, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T11:00:00.000Z", + "level": 467.27291148773264, + "flow": 6.579231179345829, + "inflow": 20.243476066491127, + "volume": 0, + "temperature": 26.675644652816096, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T12:00:00.000Z", + "level": 467.2820265545786, + "flow": 6.704704630575488, + "inflow": 21.149981839963342, + "volume": 0, + "temperature": 25.61258097146633, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T13:00:00.000Z", + "level": 467.2746043448137, + "flow": 7.349797934687452, + "inflow": 20.721577928112012, + "volume": 0, + "temperature": 23.82558949172275, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T14:00:00.000Z", + "level": 467.29884815659494, + "flow": 8.180071369657139, + "inflow": 20.917767226850547, + "volume": 0, + "temperature": 22.11365089074519, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T15:00:00.000Z", + "level": 467.30159927438643, + "flow": 8.591943024106842, + "inflow": 20.609601291181548, + "volume": 0, + "temperature": 19.817992398047828, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T16:00:00.000Z", + "level": 467.29667692183716, + "flow": 9.380504527665611, + "inflow": 19.669314779187086, + "volume": 0, + "temperature": 17.744195381445284, + "precipitation": 12.595532832132251 + }, + { + "timestamp": "2026-05-02T17:00:00.000Z", + "level": 467.29341970586734, + "flow": 9.85059406953887, + "inflow": 19.240703882824555, + "volume": 0, + "temperature": 16.731216508663522, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T18:00:00.000Z", + "level": 467.3038123096238, + "flow": 9.58483931850034, + "inflow": 19.951737752174324, + "volume": 0, + "temperature": 14.987708173191484, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T19:00:00.000Z", + "level": 467.3007044383612, + "flow": 10.417883715505898, + "inflow": 19.48085220068716, + "volume": 0, + "temperature": 13.082578199551667, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T20:00:00.000Z", + "level": 467.29168484821076, + "flow": 10.892154666623636, + "inflow": 18.673195903212402, + "volume": 0, + "temperature": 10.443711927577503, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T21:00:00.000Z", + "level": 467.3066260014359, + "flow": 10.45616506407666, + "inflow": 18.394784000792093, + "volume": 0, + "temperature": 9.612880363258242, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T22:00:00.000Z", + "level": 467.2962322802347, + "flow": 10.50533657837991, + "inflow": 18.757413029677785, + "volume": 0, + "temperature": 10.619685776036707, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T23:00:00.000Z", + "level": 467.3066177336077, + "flow": 11.039016398538392, + "inflow": 18.85438549243662, + "volume": 0, + "temperature": 10.63094984849032, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T00:00:00.000Z", + "level": 467.3252597994892, + "flow": 11.243774607232371, + "inflow": 19.560337569709397, + "volume": 0, + "temperature": 11.832333630122399, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T01:00:00.000Z", + "level": 467.3095437859891, + "flow": 12.00829346297116, + "inflow": 20.14778188014409, + "volume": 0, + "temperature": 11.526231268953554, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T02:00:00.000Z", + "level": 467.2986253359048, + "flow": 11.55273213533057, + "inflow": 19.15051273953546, + "volume": 0, + "temperature": 14.976310753657696, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T03:00:00.000Z", + "level": 467.2750772380834, + "flow": 12.457183710917407, + "inflow": 18.325286405570353, + "volume": 0, + "temperature": 15.085536712832125, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T04:00:00.000Z", + "level": 467.2709703672502, + "flow": 12.707303269409893, + "inflow": 18.742248671209463, + "volume": 0, + "temperature": 17.514506102402216, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T05:00:00.000Z", + "level": 467.2504958840581, + "flow": 11.771480595355797, + "inflow": 18.314262129602636, + "volume": 0, + "temperature": 19.88373438122658, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T06:00:00.000Z", + "level": 467.23203522141426, + "flow": 10.93695827675162, + "inflow": 19.102765970840565, + "volume": 0, + "temperature": 22.198974148771782, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T07:00:00.000Z", + "level": 467.23797087324056, + "flow": 10.46037026876581, + "inflow": 19.687933876601832, + "volume": 0, + "temperature": 23.896987614393545, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T08:00:00.000Z", + "level": 467.25943552444585, + "flow": 9.878712215159524, + "inflow": 20.67266320235692, + "volume": 0, + "temperature": 24.706264254793986, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T09:00:00.000Z", + "level": 467.2421036813132, + "flow": 9.554607032728635, + "inflow": 20.1937330153642, + "volume": 0, + "temperature": 26.250206863864797, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T10:00:00.000Z", + "level": 467.25655612552464, + "flow": 9.552139861248126, + "inflow": 20.291953418445217, + "volume": 0, + "temperature": 26.302780023298823, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T11:00:00.000Z", + "level": 467.2691459013926, + "flow": 9.359436792557435, + "inflow": 20.728728880012927, + "volume": 0, + "temperature": 26.251143048286057, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T12:00:00.000Z", + "level": 467.27757566593533, + "flow": 9.62901397487973, + "inflow": 21.164160299028804, + "volume": 0, + "temperature": 24.336147897873282, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T13:00:00.000Z", + "level": 467.25262153275054, + "flow": 10.21342775845294, + "inflow": 20.26974486778626, + "volume": 0, + "temperature": 22.72298456421997, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T14:00:00.000Z", + "level": 467.26083563221744, + "flow": 10.048760782613488, + "inflow": 20.819406033564416, + "volume": 0, + "temperature": 21.045479141916207, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T15:00:00.000Z", + "level": 467.2393699673964, + "flow": 9.772116052362124, + "inflow": 19.83158285923396, + "volume": 0, + "temperature": 19.646891661754978, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T16:00:00.000Z", + "level": 467.2225761635291, + "flow": 9.730701213983796, + "inflow": 18.95112530893193, + "volume": 0, + "temperature": 17.676210427547623, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T17:00:00.000Z", + "level": 467.23931706008096, + "flow": 10.111552135181224, + "inflow": 19.949673960836755, + "volume": 0, + "temperature": 16.136310637906085, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T18:00:00.000Z", + "level": 467.21773509746777, + "flow": 10.74465508170492, + "inflow": 19.003433170030398, + "volume": 0, + "temperature": 14.86494367140375, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T19:00:00.000Z", + "level": 467.2108559593065, + "flow": 9.754004228916559, + "inflow": 18.729260149714126, + "volume": 0, + "temperature": 13.257902949638842, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T20:00:00.000Z", + "level": 467.20782656598504, + "flow": 8.933942683375058, + "inflow": 18.023137575232607, + "volume": 0, + "temperature": 10.815221918641306, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T21:00:00.000Z", + "level": 467.2145617276131, + "flow": 8.442394254492722, + "inflow": 17.12749456282717, + "volume": 0, + "temperature": 9.950648097474863, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T22:00:00.000Z", + "level": 467.20713344436297, + "flow": 7.661916606607695, + "inflow": 17.818090574802042, + "volume": 0, + "temperature": 9.55378906631931, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T23:00:00.000Z", + "level": 467.19005278935794, + "flow": 7.941034960755141, + "inflow": 17.50139461293697, + "volume": 0, + "temperature": 10.616049800530496, + "precipitation": 4.597816087264938 + }, + { + "timestamp": "2026-05-04T00:00:00.000Z", + "level": 467.19317430743234, + "flow": 8.635967383093778, + "inflow": 18.329976837395655, + "volume": 0, + "temperature": 10.367351077919409, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T01:00:00.000Z", + "level": 467.1744600749669, + "flow": 8.800533270759804, + "inflow": 17.68338531560599, + "volume": 0, + "temperature": 12.642622544705628, + "precipitation": 1.326828544769274 + }, + { + "timestamp": "2026-05-04T02:00:00.000Z", + "level": 467.1988553897548, + "flow": 8.530805404007038, + "inflow": 17.277736828498984, + "volume": 0, + "temperature": 13.634687354319501, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T03:00:00.000Z", + "level": 467.19739936457887, + "flow": 9.034698435467572, + "inflow": 16.560868335527488, + "volume": 0, + "temperature": 15.335116916845537, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T04:00:00.000Z", + "level": 467.2097308804129, + "flow": 9.6449804146991, + "inflow": 17.028313898048072, + "volume": 0, + "temperature": 17.189660015951056, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T05:00:00.000Z", + "level": 467.1968654422486, + "flow": 9.199522510782192, + "inflow": 17.261041162160435, + "volume": 0, + "temperature": 19.561894200679493, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T06:00:00.000Z", + "level": 467.18011200211384, + "flow": 9.540854853444117, + "inflow": 17.495480564551503, + "volume": 0, + "temperature": 21.16443802451964, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T07:00:00.000Z", + "level": 467.2040256692284, + "flow": 8.741742567315384, + "inflow": 16.720915343849562, + "volume": 0, + "temperature": 23.34292131422066, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T08:00:00.000Z", + "level": 467.1954070922797, + "flow": 8.457440391411867, + "inflow": 17.418091280133712, + "volume": 0, + "temperature": 24.19273630311938, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T09:00:00.000Z", + "level": 467.1846288098011, + "flow": 8.205724715637825, + "inflow": 17.15439539299035, + "volume": 0, + "temperature": 24.816599234854124, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T10:00:00.000Z", + "level": 467.1924734751504, + "flow": 7.600723449577677, + "inflow": 17.67567624058342, + "volume": 0, + "temperature": 25.963064420914854, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T11:00:00.000Z", + "level": 467.18718720989756, + "flow": 7.101172152210915, + "inflow": 18.2438536839141, + "volume": 0, + "temperature": 25.954452644621608, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T12:00:00.000Z", + "level": 467.19555499713493, + "flow": 7.4308988675466585, + "inflow": 17.495598700091787, + "volume": 0, + "temperature": 25.899221583095237, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T13:00:00.000Z", + "level": 467.21042296667076, + "flow": 8.290505279134328, + "inflow": 16.95674603183671, + "volume": 0, + "temperature": 24.286258533864366, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T14:00:00.000Z", + "level": 467.1892817212949, + "flow": 8.875005840357145, + "inflow": 17.848024100387654, + "volume": 0, + "temperature": 22.302256890449616, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T15:00:00.000Z", + "level": 467.2096970357843, + "flow": 8.251621713389747, + "inflow": 18.585174060664297, + "volume": 0, + "temperature": 20.703840734872287, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T16:00:00.000Z", + "level": 467.19055440622236, + "flow": 8.140416797136332, + "inflow": 18.249874383614404, + "volume": 0, + "temperature": 18.944382680851717, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T17:00:00.000Z", + "level": 467.1816876843143, + "flow": 8.521914276222095, + "inflow": 17.800646726623924, + "volume": 0, + "temperature": 16.444673942216035, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T18:00:00.000Z", + "level": 467.17816213968433, + "flow": 8.42760507086956, + "inflow": 16.89813228605329, + "volume": 0, + "temperature": 14.585024688441017, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T19:00:00.000Z", + "level": 467.1570815118031, + "flow": 8.865297174396595, + "inflow": 16.077123777952803, + "volume": 0, + "temperature": 12.530806641410525, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T20:00:00.000Z", + "level": 467.14520195711606, + "flow": 9.335276587274906, + "inflow": 17.00997104719065, + "volume": 0, + "temperature": 11.513893797748068, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T21:00:00.000Z", + "level": 467.14323289880093, + "flow": 9.306524155077572, + "inflow": 17.146881865928034, + "volume": 0, + "temperature": 10.97570849250743, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T22:00:00.000Z", + "level": 467.12132023273693, + "flow": 9.451125239605723, + "inflow": 16.580671278225555, + "volume": 0, + "temperature": 9.342882340342687, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T23:00:00.000Z", + "level": 467.10929491354426, + "flow": 9.945109816437608, + "inflow": 16.21593869612077, + "volume": 0, + "temperature": 9.312756452549422, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T00:00:00.000Z", + "level": 467.11480779888933, + "flow": 10.729036397824245, + "inflow": 17.162605295612416, + "volume": 0, + "temperature": 11.700032042520158, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T01:00:00.000Z", + "level": 467.0946841344116, + "flow": 10.984463675673908, + "inflow": 17.720636496202314, + "volume": 0, + "temperature": 12.714906404060883, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T02:00:00.000Z", + "level": 467.102583665003, + "flow": 10.249408526683425, + "inflow": 18.191369235263284, + "volume": 0, + "temperature": 14.366794277018249, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T03:00:00.000Z", + "level": 467.1050654124864, + "flow": 9.481579039711985, + "inflow": 17.248406967181126, + "volume": 0, + "temperature": 15.856588188366942, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T04:00:00.000Z", + "level": 467.12781687168297, + "flow": 8.761450599873776, + "inflow": 16.2883615873156, + "volume": 0, + "temperature": 18.566663272006295, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T05:00:00.000Z", + "level": 467.1463866450829, + "flow": 7.94615480486965, + "inflow": 16.979135566947306, + "volume": 0, + "temperature": 20.10049465006952, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T06:00:00.000Z", + "level": 467.1562020084797, + "flow": 8.010383690727371, + "inflow": 16.195205773614845, + "volume": 0, + "temperature": 22.446613595499272, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T07:00:00.000Z", + "level": 467.15313627360877, + "flow": 7.340349720557638, + "inflow": 16.4740496474973, + "volume": 0, + "temperature": 22.739381293912547, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T08:00:00.000Z", + "level": 467.1710188284837, + "flow": 7.648536088971972, + "inflow": 15.839974575221884, + "volume": 0, + "temperature": 25.03686593807155, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T09:00:00.000Z", + "level": 467.1761264247007, + "flow": 7.736715432737492, + "inflow": 15.65785961075318, + "volume": 0, + "temperature": 24.828443432290072, + "precipitation": 1.4048532809772474 + }, + { + "timestamp": "2026-05-05T10:00:00.000Z", + "level": 467.15676714645724, + "flow": 8.409313810940471, + "inflow": 16.65383348607246, + "volume": 0, + "temperature": 25.32977095614976, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T11:00:00.000Z", + "level": 467.1714040929862, + "flow": 9.005411396856733, + "inflow": 16.197171609024803, + "volume": 0, + "temperature": 25.571686404203227, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T12:00:00.000Z", + "level": 467.18454816534825, + "flow": 9.753709778877258, + "inflow": 16.556624976583706, + "volume": 0, + "temperature": 25.278889477160035, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T13:00:00.000Z", + "level": 467.1662678076564, + "flow": 9.772307676952094, + "inflow": 16.719818013288187, + "volume": 0, + "temperature": 23.962206241819516, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T14:00:00.000Z", + "level": 467.1598197373453, + "flow": 9.322884467632136, + "inflow": 17.62877690736469, + "volume": 0, + "temperature": 22.047566892697247, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T15:00:00.000Z", + "level": 467.1385960708111, + "flow": 9.198872255476935, + "inflow": 18.535721561675874, + "volume": 0, + "temperature": 19.114280991121795, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T16:00:00.000Z", + "level": 467.12406273355526, + "flow": 8.755526921460058, + "inflow": 18.36074356929384, + "volume": 0, + "temperature": 18.50819195289803, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T17:00:00.000Z", + "level": 467.1231285575632, + "flow": 9.72605050128554, + "inflow": 18.792512270043098, + "volume": 0, + "temperature": 16.27089751629689, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T18:00:00.000Z", + "level": 467.13771527316015, + "flow": 8.74296094657105, + "inflow": 18.263294777981592, + "volume": 0, + "temperature": 14.452984217721005, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T19:00:00.000Z", + "level": 467.1161878308113, + "flow": 9.391171369177348, + "inflow": 19.131890180732135, + "volume": 0, + "temperature": 12.874087428157878, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T20:00:00.000Z", + "level": 467.12032068682623, + "flow": 9.08040413208457, + "inflow": 18.808921127534465, + "volume": 0, + "temperature": 10.493594538847496, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T21:00:00.000Z", + "level": 467.1025911114525, + "flow": 8.833289649684467, + "inflow": 19.34080186523689, + "volume": 0, + "temperature": 10.83020570127654, + "precipitation": 0.3786120583228558 + }, + { + "timestamp": "2026-05-05T22:00:00.000Z", + "level": 467.1044567538597, + "flow": 8.719134724565118, + "inflow": 18.79964861528414, + "volume": 0, + "temperature": 10.74728883290792, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T23:00:00.000Z", + "level": 467.09039368421236, + "flow": 8.8075107544975, + "inflow": 19.537220185230588, + "volume": 0, + "temperature": 11.202019140603516, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T00:00:00.000Z", + "level": 467.1025377341645, + "flow": 8.989409454450772, + "inflow": 19.07386713047906, + "volume": 0, + "temperature": 10.858492403378044, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T01:00:00.000Z", + "level": 467.10468441042053, + "flow": 8.748815757529737, + "inflow": 19.332488892823743, + "volume": 0, + "temperature": 13.287733160372206, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T02:00:00.000Z", + "level": 467.1148939215024, + "flow": 9.328221017651115, + "inflow": 20.22814656330751, + "volume": 0, + "temperature": 13.523808621127216, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T03:00:00.000Z", + "level": 467.11892965856384, + "flow": 8.351773434142475, + "inflow": 20.917879666120083, + "volume": 0, + "temperature": 15.559579504026193, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T04:00:00.000Z", + "level": 467.11034426769464, + "flow": 9.074246502709066, + "inflow": 20.08371566999583, + "volume": 0, + "temperature": 18.75018759862716, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T05:00:00.000Z", + "level": 467.11649710292534, + "flow": 9.013803364129505, + "inflow": 19.585444361138606, + "volume": 0, + "temperature": 20.89434036853331, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T06:00:00.000Z", + "level": 467.13147206406734, + "flow": 8.939322571349496, + "inflow": 20.1712317618869, + "volume": 0, + "temperature": 22.903280022717, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T07:00:00.000Z", + "level": 467.1277662171376, + "flow": 9.642118761970085, + "inflow": 19.49371592518112, + "volume": 0, + "temperature": 24.592622614751992, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T08:00:00.000Z", + "level": 467.103406996588, + "flow": 9.174719526196554, + "inflow": 19.09289782670823, + "volume": 0, + "temperature": 25.522374603962906, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T09:00:00.000Z", + "level": 467.11114626665085, + "flow": 8.867257106384697, + "inflow": 19.672172768994585, + "volume": 0, + "temperature": 24.797250405034454, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T10:00:00.000Z", + "level": 467.09508082939476, + "flow": 9.040228896329937, + "inflow": 19.713964981763283, + "volume": 0, + "temperature": 26.617292793791982, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T11:00:00.000Z", + "level": 467.11727866971904, + "flow": 8.541770927355259, + "inflow": 19.06872863581345, + "volume": 0, + "temperature": 25.966697357471666, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T12:00:00.000Z", + "level": 467.1364056147063, + "flow": 8.280832563409263, + "inflow": 19.845429933530614, + "volume": 0, + "temperature": 24.5819978067557, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T13:00:00.000Z", + "level": 467.134606612118, + "flow": 7.793228609114607, + "inflow": 19.151452354491227, + "volume": 0, + "temperature": 22.703665042825705, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T14:00:00.000Z", + "level": 467.1142279092876, + "flow": 7.436274237997931, + "inflow": 19.94195552929077, + "volume": 0, + "temperature": 21.92084271811492, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T15:00:00.000Z", + "level": 467.1141014534484, + "flow": 6.859270843977981, + "inflow": 19.006377959064153, + "volume": 0, + "temperature": 20.395129035565397, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T16:00:00.000Z", + "level": 467.11823122867185, + "flow": 7.606289931580154, + "inflow": 18.575269009750663, + "volume": 0, + "temperature": 17.585470950731626, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T17:00:00.000Z", + "level": 467.13156753147797, + "flow": 8.13126216663903, + "inflow": 18.944755498331553, + "volume": 0, + "temperature": 15.538384899226873, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T18:00:00.000Z", + "level": 467.14677700215134, + "flow": 8.299059328393994, + "inflow": 18.232061207668036, + "volume": 0, + "temperature": 14.213457620176039, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T19:00:00.000Z", + "level": 467.1562974161221, + "flow": 8.06303809472509, + "inflow": 18.958378625952577, + "volume": 0, + "temperature": 12.892217265169677, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T20:00:00.000Z", + "level": 467.1411142235827, + "flow": 7.966039036834381, + "inflow": 18.80587064808733, + "volume": 0, + "temperature": 10.128421115992985, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T21:00:00.000Z", + "level": 467.12041427404296, + "flow": 8.363724431621245, + "inflow": 17.907438074678364, + "volume": 0, + "temperature": 10.068345368317784, + "precipitation": 2.4723488684364634 + }, + { + "timestamp": "2026-05-06T22:00:00.000Z", + "level": 467.1294995372567, + "flow": 8.0785089114557, + "inflow": 17.073072633658185, + "volume": 0, + "temperature": 10.217732327335039, + "precipitation": 6.394300562629157 + }, + { + "timestamp": "2026-05-06T23:00:00.000Z", + "level": 467.1291214636028, + "flow": 7.871348865569361, + "inflow": 16.92410142577166, + "volume": 0, + "temperature": 10.435002542562366, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T00:00:00.000Z", + "level": 467.1227778932962, + "flow": 7.170380856168025, + "inflow": 17.787560676916446, + "volume": 0, + "temperature": 10.660254093284983, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T01:00:00.000Z", + "level": 467.1190020600098, + "flow": 6.482703131732157, + "inflow": 17.876268541238247, + "volume": 0, + "temperature": 11.365634676684955, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T02:00:00.000Z", + "level": 467.14244954705885, + "flow": 5.67956128126359, + "inflow": 17.87088114416529, + "volume": 0, + "temperature": 14.048733108086777, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T03:00:00.000Z", + "level": 467.13822237941287, + "flow": 5.379510554773779, + "inflow": 18.18309613359184, + "volume": 0, + "temperature": 15.646359782292986, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T04:00:00.000Z", + "level": 467.1481944826499, + "flow": 5.3671771848649925, + "inflow": 17.914347508398357, + "volume": 0, + "temperature": 18.66947642064566, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T05:00:00.000Z", + "level": 467.1298401589263, + "flow": 5.352249076816553, + "inflow": 16.997384965538433, + "volume": 0, + "temperature": 19.174427648668004, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T06:00:00.000Z", + "level": 467.12428928646347, + "flow": 4.605403028570237, + "inflow": 17.27979508783672, + "volume": 0, + "temperature": 21.729605773722565, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T07:00:00.000Z", + "level": 467.12158452977036, + "flow": 4.231073251303889, + "inflow": 17.085986596504014, + "volume": 0, + "temperature": 23.792484776635646, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T08:00:00.000Z", + "level": 467.112912259984, + "flow": 5.123225051585164, + "inflow": 17.67157586696009, + "volume": 0, + "temperature": 24.43037108273924, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T09:00:00.000Z", + "level": 467.09065449975697, + "flow": 4.29979488049124, + "inflow": 18.601428098914877, + "volume": 0, + "temperature": 24.96315332233173, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T10:00:00.000Z", + "level": 467.08658284204245, + "flow": 3.4077038549014826, + "inflow": 18.503404704424934, + "volume": 0, + "temperature": 26.982000220965638, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T11:00:00.000Z", + "level": 467.0898437603796, + "flow": 2.6551082582294745, + "inflow": 18.678851715258908, + "volume": 0, + "temperature": 26.659036509084213, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T12:00:00.000Z", + "level": 467.06577071403274, + "flow": 2.792925845928668, + "inflow": 18.462759115054173, + "volume": 0, + "temperature": 25.318010406886124, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T13:00:00.000Z", + "level": 467.0714313684443, + "flow": 2.9114145267941134, + "inflow": 19.354294845900974, + "volume": 0, + "temperature": 24.24434922163447, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T14:00:00.000Z", + "level": 467.0587078216784, + "flow": 2.3624928557033336, + "inflow": 19.232874096508233, + "volume": 0, + "temperature": 21.925009302470034, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T15:00:00.000Z", + "level": 467.03892112763367, + "flow": 2.9381720462521277, + "inflow": 19.298791912002507, + "volume": 0, + "temperature": 19.3799001932853, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T16:00:00.000Z", + "level": 467.05327517128165, + "flow": 2.9263294511809077, + "inflow": 19.29887087980081, + "volume": 0, + "temperature": 18.809078078552698, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T17:00:00.000Z", + "level": 467.0438343022475, + "flow": 2.088213505425107, + "inflow": 19.49338462164068, + "volume": 0, + "temperature": 14.979724554620892, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T18:00:00.000Z", + "level": 467.05623817587457, + "flow": 1.6946030958311988, + "inflow": 20.251839200603417, + "volume": 0, + "temperature": 13.632895662390226, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T19:00:00.000Z", + "level": 467.05562094374073, + "flow": 1.5199566418224393, + "inflow": 21.175914777297614, + "volume": 0, + "temperature": 12.546465014798947, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T20:00:00.000Z", + "level": 467.0355146190048, + "flow": 0.9245009641742317, + "inflow": 20.96106037177985, + "volume": 0, + "temperature": 10.904307110713075, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T21:00:00.000Z", + "level": 467.0475745592295, + "flow": 0.5018281723489864, + "inflow": 20.643747567935996, + "volume": 0, + "temperature": 10.014971090184691, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T22:00:00.000Z", + "level": 467.0370451418915, + "flow": 1.0057745882021463, + "inflow": 20.376099071424722, + "volume": 0, + "temperature": 10.252947415539268, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T23:00:00.000Z", + "level": 467.0491598651974, + "flow": 1.6696571282877355, + "inflow": 19.749531295290073, + "volume": 0, + "temperature": 10.094399325695996, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T00:00:00.000Z", + "level": 467.06948190137183, + "flow": 0.7093708769134759, + "inflow": 19.75398171849848, + "volume": 0, + "temperature": 11.240591707812733, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T01:00:00.000Z", + "level": 467.04480302736044, + "flow": 0.9717650267483728, + "inflow": 19.728382921059552, + "volume": 0, + "temperature": 12.431692241253621, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T02:00:00.000Z", + "level": 467.0279770917278, + "flow": 0.44848973346718246, + "inflow": 19.35470716207945, + "volume": 0, + "temperature": 13.450513222668896, + "precipitation": 10.48832326535164 + }, + { + "timestamp": "2026-05-08T03:00:00.000Z", + "level": 467.03362504374326, + "flow": 0.3573234252960029, + "inflow": 18.640328041639695, + "volume": 0, + "temperature": 15.6297705144611, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T04:00:00.000Z", + "level": 467.05666715472074, + "flow": 0.28918106960362744, + "inflow": 17.94981577669136, + "volume": 0, + "temperature": 17.099831718926986, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T05:00:00.000Z", + "level": 467.07465185988923, + "flow": 0.8140657114038192, + "inflow": 17.669089406444822, + "volume": 0, + "temperature": 19.39263381510093, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T06:00:00.000Z", + "level": 467.05163257869435, + "flow": 0.6002323715471602, + "inflow": 18.213357220293062, + "volume": 0, + "temperature": 21.156989836443643, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T07:00:00.000Z", + "level": 467.03275668734796, + "flow": 0.7174791584621611, + "inflow": 18.231326607030987, + "volume": 0, + "temperature": 23.0782832115439, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T08:00:00.000Z", + "level": 467.022096955639, + "flow": 1.02472975147623, + "inflow": 18.70608459408836, + "volume": 0, + "temperature": 25.84833289382771, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T09:00:00.000Z", + "level": 467.00713064876464, + "flow": 1.6791849648314696, + "inflow": 18.965898679394567, + "volume": 0, + "temperature": 25.578389573920404, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T10:00:00.000Z", + "level": 466.99366638143687, + "flow": 1.8954235456140318, + "inflow": 19.534535670903402, + "volume": 0, + "temperature": 26.92053579983087, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T11:00:00.000Z", + "level": 467.01329062522564, + "flow": 1.0042970728213967, + "inflow": 18.57356954336091, + "volume": 0, + "temperature": 25.95739047026098, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T12:00:00.000Z", + "level": 467.0113150860541, + "flow": 1.448131279667019, + "inflow": 18.87410956055986, + "volume": 0, + "temperature": 24.610534889629303, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T13:00:00.000Z", + "level": 467.0106865195392, + "flow": 1.8490173547980278, + "inflow": 18.9715918282187, + "volume": 0, + "temperature": 23.320196137703906, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T14:00:00.000Z", + "level": 467.0285051485102, + "flow": 2.428857806838629, + "inflow": 18.14480650888268, + "volume": 0, + "temperature": 22.59166044709053, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T15:00:00.000Z", + "level": 467.0435869840262, + "flow": 2.0928621294074725, + "inflow": 17.83915359352114, + "volume": 0, + "temperature": 19.636737688557997, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T16:00:00.000Z", + "level": 467.0276024008329, + "flow": 1.586133905354258, + "inflow": 17.009980748371778, + "volume": 0, + "temperature": 18.966816845617345, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T17:00:00.000Z", + "level": 467.0052167579569, + "flow": 2.067622772511919, + "inflow": 17.050284028873097, + "volume": 0, + "temperature": 16.39289030019371, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T18:00:00.000Z", + "level": 467.02805681813777, + "flow": 2.6884201740235105, + "inflow": 16.26940695235631, + "volume": 0, + "temperature": 13.10627191078357, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T19:00:00.000Z", + "level": 467.0201681949849, + "flow": 3.1980052479082954, + "inflow": 16.269017355288184, + "volume": 0, + "temperature": 11.71059753600897, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T20:00:00.000Z", + "level": 467.00714315586816, + "flow": 3.0964912366165174, + "inflow": 15.537950275361268, + "volume": 0, + "temperature": 11.829669679265802, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T21:00:00.000Z", + "level": 467.03039671541325, + "flow": 2.5861108323059887, + "inflow": 16.03728352878079, + "volume": 0, + "temperature": 9.815203201404746, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T22:00:00.000Z", + "level": 467.0251938803253, + "flow": 2.192324884352554, + "inflow": 16.10051824623817, + "volume": 0, + "temperature": 10.321196617802784, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T23:00:00.000Z", + "level": 467.0159940081719, + "flow": 2.0317624555535128, + "inflow": 16.101895765203697, + "volume": 0, + "temperature": 9.990495839625423, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T00:00:00.000Z", + "level": 467.01415925148467, + "flow": 1.7254636911279309, + "inflow": 15.329549316540227, + "volume": 0, + "temperature": 11.217105773334502, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T01:00:00.000Z", + "level": 467.0322117636952, + "flow": 0.9526654153869569, + "inflow": 14.921861781648284, + "volume": 0, + "temperature": 11.44243999557859, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T02:00:00.000Z", + "level": 467.05062692664853, + "flow": 0, + "inflow": 14.339160557907654, + "volume": 0, + "temperature": 14.879426702077915, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T03:00:00.000Z", + "level": 467.06943435238065, + "flow": 0, + "inflow": 14.694643374559153, + "volume": 0, + "temperature": 15.83196120048322, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T04:00:00.000Z", + "level": 467.07032422742856, + "flow": 0, + "inflow": 14.815405911284554, + "volume": 0, + "temperature": 17.03610987669183, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T05:00:00.000Z", + "level": 467.0570173539099, + "flow": 0, + "inflow": 13.847678000194472, + "volume": 0, + "temperature": 19.80353041673019, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T06:00:00.000Z", + "level": 467.07179762192607, + "flow": 0, + "inflow": 13.384303471898555, + "volume": 0, + "temperature": 21.017329588471856, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T07:00:00.000Z", + "level": 467.05391667437783, + "flow": 0, + "inflow": 12.75987464241334, + "volume": 0, + "temperature": 24.284375798133862, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T08:00:00.000Z", + "level": 467.0387639335526, + "flow": 0, + "inflow": 12.37472916261726, + "volume": 0, + "temperature": 24.576013135843628, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T09:00:00.000Z", + "level": 467.04081752970666, + "flow": 0.34622943237859527, + "inflow": 11.973605510341137, + "volume": 0, + "temperature": 26.624341419138798, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T10:00:00.000Z", + "level": 467.02865019386866, + "flow": 0.38346092302029344, + "inflow": 11.40848050953841, + "volume": 0, + "temperature": 26.0265705638922, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T11:00:00.000Z", + "level": 467.02506566189055, + "flow": 0.681062495578372, + "inflow": 10.664710606329985, + "volume": 0, + "temperature": 25.706997823180448, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T12:00:00.000Z", + "level": 467.0183736480518, + "flow": 0.7227232976799383, + "inflow": 11.036653476133168, + "volume": 0, + "temperature": 23.99972021986629, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T13:00:00.000Z", + "level": 467.0008803960533, + "flow": 0, + "inflow": 11.696913633391137, + "volume": 0, + "temperature": 23.934564396622996, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T14:00:00.000Z", + "level": 466.9871661804957, + "flow": 0.19416189793577887, + "inflow": 12.365142108450353, + "volume": 0, + "temperature": 21.680568755865867, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T15:00:00.000Z", + "level": 466.962825477357, + "flow": 0, + "inflow": 12.25182225441333, + "volume": 0, + "temperature": 20.646932584890056, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T16:00:00.000Z", + "level": 466.97527849781096, + "flow": 0, + "inflow": 13.185380382345835, + "volume": 0, + "temperature": 17.028436408441454, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T17:00:00.000Z", + "level": 466.9782708644563, + "flow": 0, + "inflow": 12.622821848608591, + "volume": 0, + "temperature": 16.51231292657645, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T18:00:00.000Z", + "level": 466.9925133107392, + "flow": 0.17194880577103344, + "inflow": 12.16113242730243, + "volume": 0, + "temperature": 13.827690840751657, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T19:00:00.000Z", + "level": 467.00099587415934, + "flow": 0.5132727745451526, + "inflow": 12.687010800432912, + "volume": 0, + "temperature": 13.001441517070862, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T20:00:00.000Z", + "level": 466.99501987696794, + "flow": 0, + "inflow": 12.648473808723962, + "volume": 0, + "temperature": 10.512711939988838, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T21:00:00.000Z", + "level": 466.9974870991229, + "flow": 0, + "inflow": 12.760101141503316, + "volume": 0, + "temperature": 9.758099460929456, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T22:00:00.000Z", + "level": 467.0111999837644, + "flow": 0, + "inflow": 13.334513001644066, + "volume": 0, + "temperature": 9.471863970370187, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T23:00:00.000Z", + "level": 467.00379260043263, + "flow": 0.4957007634746633, + "inflow": 12.658470823279973, + "volume": 0, + "temperature": 10.19884809159635, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T00:00:00.000Z", + "level": 467.0041881584564, + "flow": 1.3974102602511267, + "inflow": 12.228574522229632, + "volume": 0, + "temperature": 10.420312657886903, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T01:00:00.000Z", + "level": 466.9910296391724, + "flow": 0.7329389885627133, + "inflow": 12.377873791125783, + "volume": 0, + "temperature": 12.137496737799893, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T02:00:00.000Z", + "level": 467.01228696653135, + "flow": 0.37045142526979813, + "inflow": 12.76688017905855, + "volume": 0, + "temperature": 13.13003696452374, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T03:00:00.000Z", + "level": 467.0112186377129, + "flow": 0, + "inflow": 13.386323809259023, + "volume": 0, + "temperature": 16.17277996442663, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T04:00:00.000Z", + "level": 467.033873740873, + "flow": 0, + "inflow": 13.721880750731431, + "volume": 0, + "temperature": 17.171307174756464, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T05:00:00.000Z", + "level": 467.02534054711, + "flow": 0, + "inflow": 14.019366608859874, + "volume": 0, + "temperature": 20.909183476468144, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T06:00:00.000Z", + "level": 467.0353465540052, + "flow": 0, + "inflow": 14.665463449026195, + "volume": 0, + "temperature": 22.38602595674104, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T07:00:00.000Z", + "level": 467.02807871668534, + "flow": 0.23349241470088877, + "inflow": 14.64035627138127, + "volume": 0, + "temperature": 23.036051411953192, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T08:00:00.000Z", + "level": 467.01756499682426, + "flow": 0.9334159116864127, + "inflow": 15.187193681583025, + "volume": 0, + "temperature": 24.493857185813045, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T09:00:00.000Z", + "level": 467.02545477721316, + "flow": 0, + "inflow": 15.977056856345897, + "volume": 0, + "temperature": 25.481087865600056, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T10:00:00.000Z", + "level": 467.0095316383024, + "flow": 0, + "inflow": 16.13495123279887, + "volume": 0, + "temperature": 25.40074911804512, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T11:00:00.000Z", + "level": 466.9995220019619, + "flow": 0.4699048894382152, + "inflow": 15.692729560941078, + "volume": 0, + "temperature": 26.47710069471376, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T12:00:00.000Z", + "level": 467.0182643291327, + "flow": 0, + "inflow": 15.64241534837701, + "volume": 0, + "temperature": 23.933689759216435, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T13:00:00.000Z", + "level": 467.0276692880984, + "flow": 0.5596897128265095, + "inflow": 16.16429540416609, + "volume": 0, + "temperature": 23.88798352598299, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T14:00:00.000Z", + "level": 467.0065542831196, + "flow": 1.191616823480575, + "inflow": 15.66124650421398, + "volume": 0, + "temperature": 21.554083062699142, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T15:00:00.000Z", + "level": 467.03055534565937, + "flow": 2.0253962509451933, + "inflow": 15.428546354670923, + "volume": 0, + "temperature": 20.469191191192216, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T16:00:00.000Z", + "level": 467.0539057408401, + "flow": 1.9131982188711616, + "inflow": 15.822673533943433, + "volume": 0, + "temperature": 18.830315966422692, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T17:00:00.000Z", + "level": 467.06970936179255, + "flow": 1.2642041450436166, + "inflow": 15.470203537299222, + "volume": 0, + "temperature": 16.453147179093996, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T18:00:00.000Z", + "level": 467.05711302026737, + "flow": 1.9483961385518103, + "inflow": 14.530148628664538, + "volume": 0, + "temperature": 14.097631777362434, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T19:00:00.000Z", + "level": 467.078906574299, + "flow": 2.758470010492077, + "inflow": 13.916722712017918, + "volume": 0, + "temperature": 12.70910775188467, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T20:00:00.000Z", + "level": 467.0608916734823, + "flow": 2.267221442941734, + "inflow": 13.018978875782762, + "volume": 0, + "temperature": 11.512472447664218, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T21:00:00.000Z", + "level": 467.05160371882323, + "flow": 3.1347999483604596, + "inflow": 13.185904106905957, + "volume": 0, + "temperature": 9.57536032115323, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T22:00:00.000Z", + "level": 467.0300909720504, + "flow": 2.7076177523827814, + "inflow": 13.956853405562207, + "volume": 0, + "temperature": 10.427574366938519, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T23:00:00.000Z", + "level": 467.02460957457487, + "flow": 2.4878010267686026, + "inflow": 13.376808470990444, + "volume": 0, + "temperature": 9.922828962114474, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T00:00:00.000Z", + "level": 467.02949959275264, + "flow": 2.772228315023683, + "inflow": 13.117159048631436, + "volume": 0, + "temperature": 10.457490649281654, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T01:00:00.000Z", + "level": 467.0277405298895, + "flow": 3.2226434780047004, + "inflow": 13.939569429207236, + "volume": 0, + "temperature": 12.10585873338809, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T02:00:00.000Z", + "level": 467.0510112293083, + "flow": 3.7501824800073145, + "inflow": 14.434075918608578, + "volume": 0, + "temperature": 13.623604651304609, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T03:00:00.000Z", + "level": 467.0676774840038, + "flow": 3.393048413283489, + "inflow": 14.23205214536527, + "volume": 0, + "temperature": 14.982979969814103, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T04:00:00.000Z", + "level": 467.07697286473973, + "flow": 4.2293284979418715, + "inflow": 14.710791458995264, + "volume": 0, + "temperature": 18.821557804558186, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T05:00:00.000Z", + "level": 467.0666194923528, + "flow": 5.058197177125598, + "inflow": 14.059623243219761, + "volume": 0, + "temperature": 20.034543079361654, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T06:00:00.000Z", + "level": 467.0667413295953, + "flow": 5.071286456889992, + "inflow": 14.768452373766738, + "volume": 0, + "temperature": 22.88116779289336, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T07:00:00.000Z", + "level": 467.0596372621999, + "flow": 4.941525279662508, + "inflow": 13.820002093741738, + "volume": 0, + "temperature": 23.035398804288473, + "precipitation": 13.585898611770741 + }, + { + "timestamp": "2026-05-11T08:00:00.000Z", + "level": 467.0656599834037, + "flow": 4.09033724001597, + "inflow": 14.474402768460692, + "volume": 0, + "temperature": 24.985019042863215, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T09:00:00.000Z", + "level": 467.0457175154892, + "flow": 3.8198613468882785, + "inflow": 13.600196065878652, + "volume": 0, + "temperature": 25.40497989615161, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T10:00:00.000Z", + "level": 467.04626976119977, + "flow": 4.480662196194569, + "inflow": 14.27192551482075, + "volume": 0, + "temperature": 25.07044896408075, + "precipitation": 0.7336091959859559 + }, + { + "timestamp": "2026-05-11T11:00:00.000Z", + "level": 467.0599903718339, + "flow": 4.670640706318904, + "inflow": 14.884398898408458, + "volume": 0, + "temperature": 25.757495684551724, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T12:00:00.000Z", + "level": 467.05206319958353, + "flow": 3.692031543622364, + "inflow": 14.32243973397601, + "volume": 0, + "temperature": 24.69145903592907, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T13:00:00.000Z", + "level": 467.0572043035917, + "flow": 3.6331306369935135, + "inflow": 15.26943382541845, + "volume": 0, + "temperature": 22.979717896942212, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T14:00:00.000Z", + "level": 467.0442111622751, + "flow": 4.458056370907261, + "inflow": 15.343280968038524, + "volume": 0, + "temperature": 22.54590484257942, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T15:00:00.000Z", + "level": 467.0301331324191, + "flow": 4.51399902059473, + "inflow": 15.590833168655928, + "volume": 0, + "temperature": 20.13024990112931, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T16:00:00.000Z", + "level": 467.01554740132036, + "flow": 3.7593517217306545, + "inflow": 15.036708115924625, + "volume": 0, + "temperature": 17.850671594101467, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T17:00:00.000Z", + "level": 466.9973677896247, + "flow": 3.198141077171183, + "inflow": 14.176225671964207, + "volume": 0, + "temperature": 15.821316804493769, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T18:00:00.000Z", + "level": 467.01297494277037, + "flow": 2.4524207656117425, + "inflow": 13.636723488600543, + "volume": 0, + "temperature": 13.534975655772078, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T19:00:00.000Z", + "level": 467.02006603376435, + "flow": 2.473505638512492, + "inflow": 13.251103945429941, + "volume": 0, + "temperature": 12.403236899929013, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T20:00:00.000Z", + "level": 467.04487720952767, + "flow": 2.719099035664764, + "inflow": 13.41309910755291, + "volume": 0, + "temperature": 11.465398021626834, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T21:00:00.000Z", + "level": 467.04831738106145, + "flow": 3.4234958161457216, + "inflow": 12.713304440571953, + "volume": 0, + "temperature": 9.49522726567316, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T22:00:00.000Z", + "level": 467.02428545768134, + "flow": 3.812941835641984, + "inflow": 12.757852997355869, + "volume": 0, + "temperature": 10.994547115620367, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T23:00:00.000Z", + "level": 467.0247608926453, + "flow": 3.3862287100766295, + "inflow": 12.319095470525511, + "volume": 0, + "temperature": 9.464590109071196, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T00:00:00.000Z", + "level": 467.01796513160986, + "flow": 3.669566586700364, + "inflow": 11.627540892546598, + "volume": 0, + "temperature": 10.242087051868115, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T01:00:00.000Z", + "level": 467.03188840175454, + "flow": 3.417437102837916, + "inflow": 11.599180738697239, + "volume": 0, + "temperature": 13.275980288906013, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T02:00:00.000Z", + "level": 467.0253459318918, + "flow": 2.9751448921888475, + "inflow": 10.745841553834417, + "volume": 0, + "temperature": 13.073546463612193, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T03:00:00.000Z", + "level": 467.0135899882491, + "flow": 2.016822932782297, + "inflow": 10.165780463983598, + "volume": 0, + "temperature": 15.591927603932762, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T04:00:00.000Z", + "level": 467.0033928770832, + "flow": 2.758571044849319, + "inflow": 10.849683743412381, + "volume": 0, + "temperature": 18.137031095596015, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T05:00:00.000Z", + "level": 467.01424006164063, + "flow": 2.74278969571925, + "inflow": 11.841602404136836, + "volume": 0, + "temperature": 19.27655439063044, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T06:00:00.000Z", + "level": 467.00257527836885, + "flow": 3.392136838300625, + "inflow": 12.673630194407561, + "volume": 0, + "temperature": 21.757604767480334, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T07:00:00.000Z", + "level": 467.0236157484787, + "flow": 3.7707511955992596, + "inflow": 12.458084360964202, + "volume": 0, + "temperature": 24.463147166422264, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T08:00:00.000Z", + "level": 467.0024335545072, + "flow": 4.212411441967179, + "inflow": 12.996704698770221, + "volume": 0, + "temperature": 24.94124955943839, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T09:00:00.000Z", + "level": 466.99612138205964, + "flow": 3.309440138633605, + "inflow": 13.56326606543744, + "volume": 0, + "temperature": 24.943118541179167, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T10:00:00.000Z", + "level": 467.0007437670146, + "flow": 3.2558778318015023, + "inflow": 12.630767586342529, + "volume": 0, + "temperature": 25.76713483233274, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T11:00:00.000Z", + "level": 467.0097993953683, + "flow": 3.785312287356789, + "inflow": 11.786373735526162, + "volume": 0, + "temperature": 25.524063836007315, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T12:00:00.000Z", + "level": 466.9931918782954, + "flow": 4.211873854117295, + "inflow": 11.333248699779634, + "volume": 0, + "temperature": 24.606465360944387, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T13:00:00.000Z", + "level": 466.97145477370765, + "flow": 4.877584078020436, + "inflow": 10.479289339795567, + "volume": 0, + "temperature": 22.953736060771394, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T14:00:00.000Z", + "level": 466.965806538002, + "flow": 5.364320976744631, + "inflow": 9.55555582655598, + "volume": 0, + "temperature": 22.120349326998216, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T15:00:00.000Z", + "level": 466.956817736224, + "flow": 4.6870455240684095, + "inflow": 8.678965447503828, + "volume": 0, + "temperature": 19.617002675716392, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T16:00:00.000Z", + "level": 466.96233681949695, + "flow": 4.916319527695214, + "inflow": 8.471846552962788, + "volume": 0, + "temperature": 17.45221996937461, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T17:00:00.000Z", + "level": 466.9608725169464, + "flow": 4.241978819250961, + "inflow": 7.648071566648619, + "volume": 0, + "temperature": 15.02079614188721, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T18:00:00.000Z", + "level": 466.9456999852914, + "flow": 3.8575411940280593, + "inflow": 8.04061177869538, + "volume": 0, + "temperature": 14.229009087657408, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T19:00:00.000Z", + "level": 466.9638278666439, + "flow": 4.301213828797236, + "inflow": 8.281947642870431, + "volume": 0, + "temperature": 12.098164553765734, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T20:00:00.000Z", + "level": 466.96652793214776, + "flow": 3.666596857733679, + "inflow": 7.630286618913896, + "volume": 0, + "temperature": 11.045103824790141, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T21:00:00.000Z", + "level": 466.9689285982601, + "flow": 2.9303445495998384, + "inflow": 8.519233953293439, + "volume": 0, + "temperature": 10.912534030226917, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T22:00:00.000Z", + "level": 466.96137291485815, + "flow": 2.247209206720821, + "inflow": 8.394030610326894, + "volume": 0, + "temperature": 10.573749858205403, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T23:00:00.000Z", + "level": 466.9454074322153, + "flow": 1.597152585317648, + "inflow": 8.82368633030369, + "volume": 0, + "temperature": 9.829354181897154, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T00:00:00.000Z", + "level": 466.9252353456376, + "flow": 0.6459600485531776, + "inflow": 8.37018256835661, + "volume": 0, + "temperature": 11.773238376757504, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T01:00:00.000Z", + "level": 466.9478632895536, + "flow": 0, + "inflow": 8.636084726705018, + "volume": 0, + "temperature": 12.80450421673246, + "precipitation": 0.8368962500868171 + }, + { + "timestamp": "2026-05-13T02:00:00.000Z", + "level": 466.96904095774426, + "flow": 0.7243295120704851, + "inflow": 9.471945216030381, + "volume": 0, + "temperature": 13.81214588515573, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T03:00:00.000Z", + "level": 466.9723822649384, + "flow": 0.2763309971436496, + "inflow": 9.700681924884863, + "volume": 0, + "temperature": 16.703175818148644, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T04:00:00.000Z", + "level": 466.9870864985148, + "flow": 0.7242733456707033, + "inflow": 9.516761089196166, + "volume": 0, + "temperature": 17.279559131173983, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T05:00:00.000Z", + "level": 466.9788286881186, + "flow": 1.0381753180754214, + "inflow": 9.395949042959728, + "volume": 0, + "temperature": 19.661612967819188, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T06:00:00.000Z", + "level": 466.96295124166204, + "flow": 0.7145896610141103, + "inflow": 9.922922226525834, + "volume": 0, + "temperature": 21.39413277899375, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T07:00:00.000Z", + "level": 466.9672938353016, + "flow": 1.3878968172896418, + "inflow": 9.5899008439963, + "volume": 0, + "temperature": 23.901834220818568, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T08:00:00.000Z", + "level": 466.9473451251481, + "flow": 0.76768187869235, + "inflow": 10.26587759702171, + "volume": 0, + "temperature": 23.93609856072663, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T09:00:00.000Z", + "level": 466.93975290206964, + "flow": 1.0422235325722453, + "inflow": 10.833371559754372, + "volume": 0, + "temperature": 24.987817350722562, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T10:00:00.000Z", + "level": 466.9259635179308, + "flow": 1.5503871665505313, + "inflow": 10.202373148849443, + "volume": 0, + "temperature": 26.508858945682576, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T11:00:00.000Z", + "level": 466.9320963312775, + "flow": 2.0094741891820282, + "inflow": 10.011929694752506, + "volume": 0, + "temperature": 25.943304959133624, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T12:00:00.000Z", + "level": 466.92245196462505, + "flow": 2.259998144818106, + "inflow": 9.929389804677887, + "volume": 0, + "temperature": 24.370737224298843, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T13:00:00.000Z", + "level": 466.9141020204657, + "flow": 1.9128642373333404, + "inflow": 9.826646049087897, + "volume": 0, + "temperature": 23.941561090745225, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T14:00:00.000Z", + "level": 466.9249091778959, + "flow": 1.4673462009308866, + "inflow": 10.650877457786127, + "volume": 0, + "temperature": 21.92727421637522, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T15:00:00.000Z", + "level": 466.9430837887951, + "flow": 1.632600283695509, + "inflow": 9.837644409876912, + "volume": 0, + "temperature": 19.170763113640675, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T16:00:00.000Z", + "level": 466.9656527994543, + "flow": 0.7963004680243588, + "inflow": 9.373873696084672, + "volume": 0, + "temperature": 17.182581467585344, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T17:00:00.000Z", + "level": 466.9832029807491, + "flow": 1.0694941444934574, + "inflow": 9.590131477388715, + "volume": 0, + "temperature": 16.636412651384095, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T18:00:00.000Z", + "level": 466.99952268518626, + "flow": 0.8299544705908, + "inflow": 9.766834487398684, + "volume": 0, + "temperature": 13.557359816357582, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T19:00:00.000Z", + "level": 466.99362865672765, + "flow": 0.8502020916424486, + "inflow": 9.298804905755443, + "volume": 0, + "temperature": 12.072786083997098, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T20:00:00.000Z", + "level": 466.9723685905128, + "flow": 0.7667197339099872, + "inflow": 9.226513785601401, + "volume": 0, + "temperature": 11.718017488541602, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T21:00:00.000Z", + "level": 466.9889693829118, + "flow": 0, + "inflow": 10.056570485634566, + "volume": 0, + "temperature": 10.179831446497692, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T22:00:00.000Z", + "level": 466.9758034215502, + "flow": 0.10215111758011153, + "inflow": 10.749994350404558, + "volume": 0, + "temperature": 9.436363158330694, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T23:00:00.000Z", + "level": 466.97678119227635, + "flow": 0, + "inflow": 11.693205681751445, + "volume": 0, + "temperature": 9.408089416258653, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T00:00:00.000Z", + "level": 466.96877693295033, + "flow": 0, + "inflow": 11.471825866049734, + "volume": 0, + "temperature": 11.904926708343366, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T01:00:00.000Z", + "level": 466.971872801918, + "flow": 0.33885706943823957, + "inflow": 10.699124452294926, + "volume": 0, + "temperature": 12.865292268910473, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T02:00:00.000Z", + "level": 466.99239236602403, + "flow": 0, + "inflow": 11.053775680624515, + "volume": 0, + "temperature": 13.600177179385685, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T03:00:00.000Z", + "level": 466.9952625033775, + "flow": 0.38384081776117274, + "inflow": 10.934411248747201, + "volume": 0, + "temperature": 15.545024771656468, + "precipitation": 4.975021887785286 + }, + { + "timestamp": "2026-05-14T04:00:00.000Z", + "level": 466.99935505147346, + "flow": 0.3917983098767541, + "inflow": 10.799837427036387, + "volume": 0, + "temperature": 18.942679584932026, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T05:00:00.000Z", + "level": 466.9807759382509, + "flow": 0, + "inflow": 10.718076566575627, + "volume": 0, + "temperature": 19.95380802783853, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T06:00:00.000Z", + "level": 466.9745825755863, + "flow": 0.4525374069498729, + "inflow": 10.252602161900036, + "volume": 0, + "temperature": 21.549760973895168, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T07:00:00.000Z", + "level": 466.96939778446824, + "flow": 1.4376317507311764, + "inflow": 9.491577573142148, + "volume": 0, + "temperature": 23.168265694050426, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T08:00:00.000Z", + "level": 466.9583072418224, + "flow": 1.3193035088797913, + "inflow": 9.723621082867846, + "volume": 0, + "temperature": 24.635719721901772, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T09:00:00.000Z", + "level": 466.9506892328929, + "flow": 2.087112627661144, + "inflow": 10.66853453190947, + "volume": 0, + "temperature": 26.55387172739558, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T10:00:00.000Z", + "level": 466.9491441035179, + "flow": 2.5273951914261756, + "inflow": 10.948585856037448, + "volume": 0, + "temperature": 26.766423680430623, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T11:00:00.000Z", + "level": 466.9695862742165, + "flow": 2.7605580055600205, + "inflow": 11.130943616325425, + "volume": 0, + "temperature": 26.67591088847957, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T12:00:00.000Z", + "level": 466.9843113051692, + "flow": 2.9887445486970194, + "inflow": 10.489586548096451, + "volume": 0, + "temperature": 25.728944848629244, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T13:00:00.000Z", + "level": 467.00320219464095, + "flow": 3.267776701484038, + "inflow": 10.490134854127527, + "volume": 0, + "temperature": 23.94019238684783, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T14:00:00.000Z", + "level": 466.98130984181313, + "flow": 2.5599064858260534, + "inflow": 11.062681548340215, + "volume": 0, + "temperature": 21.81519401796547, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T15:00:00.000Z", + "level": 466.9578477292016, + "flow": 3.211700092101053, + "inflow": 10.53894934087382, + "volume": 0, + "temperature": 19.284312616013654, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T16:00:00.000Z", + "level": 466.9710940714401, + "flow": 4.141502949317974, + "inflow": 10.680090910818038, + "volume": 0, + "temperature": 18.345140230011953, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T17:00:00.000Z", + "level": 466.96622141981015, + "flow": 4.700398360179827, + "inflow": 10.490634871924403, + "volume": 0, + "temperature": 16.551492020569103, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T18:00:00.000Z", + "level": 466.9777916845506, + "flow": 4.267101917596092, + "inflow": 10.957200548004398, + "volume": 0, + "temperature": 13.05248185177495, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T19:00:00.000Z", + "level": 466.99400631742736, + "flow": 5.259564328769008, + "inflow": 10.32434632750112, + "volume": 0, + "temperature": 13.251850003678802, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T20:00:00.000Z", + "level": 466.99424211050416, + "flow": 5.903394363806193, + "inflow": 10.859492466261193, + "volume": 0, + "temperature": 10.651526112675224, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T21:00:00.000Z", + "level": 467.0058817198025, + "flow": 6.023898164897638, + "inflow": 10.998410304706313, + "volume": 0, + "temperature": 10.327371557925112, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T22:00:00.000Z", + "level": 467.02648618897433, + "flow": 7.008422528894014, + "inflow": 10.39883505730631, + "volume": 0, + "temperature": 9.43616900074092, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T23:00:00.000Z", + "level": 467.0103463301665, + "flow": 7.981180090412401, + "inflow": 10.720936286076942, + "volume": 0, + "temperature": 11.11254690605418, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T00:00:00.000Z", + "level": 467.0031227102882, + "flow": 7.236519416339867, + "inflow": 11.09251946866394, + "volume": 0, + "temperature": 11.434903958497113, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T01:00:00.000Z", + "level": 467.011832153996, + "flow": 6.291873756759152, + "inflow": 10.641395498815255, + "volume": 0, + "temperature": 11.784103601203473, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T02:00:00.000Z", + "level": 467.000997969464, + "flow": 6.4698912207638, + "inflow": 11.456397275372593, + "volume": 0, + "temperature": 13.50171004052659, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T03:00:00.000Z", + "level": 467.00664901265577, + "flow": 6.439329826893676, + "inflow": 11.098188070389726, + "volume": 0, + "temperature": 14.946122505628868, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T04:00:00.000Z", + "level": 466.9834750699188, + "flow": 6.697227616220012, + "inflow": 11.775083568685769, + "volume": 0, + "temperature": 17.92222902692457, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T05:00:00.000Z", + "level": 467.00019494358975, + "flow": 6.027923542156071, + "inflow": 12.227107140118324, + "volume": 0, + "temperature": 20.516069733614255, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T06:00:00.000Z", + "level": 467.0166801145419, + "flow": 5.035996674606902, + "inflow": 13.13685357942005, + "volume": 0, + "temperature": 21.813131290208133, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T07:00:00.000Z", + "level": 467.01317802022197, + "flow": 5.145390812569036, + "inflow": 12.548208557720304, + "volume": 0, + "temperature": 22.958027161446886, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T08:00:00.000Z", + "level": 466.99434306251135, + "flow": 5.801439604497636, + "inflow": 12.13145205332339, + "volume": 0, + "temperature": 24.49363301678976, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T09:00:00.000Z", + "level": 467.0106308171513, + "flow": 6.341458031507792, + "inflow": 12.937591985644417, + "volume": 0, + "temperature": 25.831673028826653, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T10:00:00.000Z", + "level": 466.987938621819, + "flow": 5.5815314855787195, + "inflow": 13.16829975858467, + "volume": 0, + "temperature": 26.394980959927565, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T11:00:00.000Z", + "level": 466.99692172461295, + "flow": 6.062551755649475, + "inflow": 12.600167871387987, + "volume": 0, + "temperature": 26.629188347740623, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T12:00:00.000Z", + "level": 466.9983778488786, + "flow": 6.8102091891182805, + "inflow": 12.750742029804929, + "volume": 0, + "temperature": 25.278913515302744, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T13:00:00.000Z", + "level": 467.0144121708177, + "flow": 6.57436519572539, + "inflow": 12.25122600820228, + "volume": 0, + "temperature": 24.320975521015626, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T14:00:00.000Z", + "level": 467.00331021169114, + "flow": 7.563418846690001, + "inflow": 12.586484986943804, + "volume": 0, + "temperature": 22.519430091639503, + "precipitation": 13.679482027172522 + }, + { + "timestamp": "2026-05-15T15:00:00.000Z", + "level": 467.0012247990156, + "flow": 8.390578009366765, + "inflow": 12.817604620741028, + "volume": 0, + "temperature": 19.364174905388325, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T16:00:00.000Z", + "level": 467.0028117127163, + "flow": 7.421363303373721, + "inflow": 11.950168117770577, + "volume": 0, + "temperature": 18.85756656245273, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T17:00:00.000Z", + "level": 466.98220377350833, + "flow": 6.605360657032608, + "inflow": 11.252466461744893, + "volume": 0, + "temperature": 16.374313489748403, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T18:00:00.000Z", + "level": 466.99888755518936, + "flow": 6.075257482811512, + "inflow": 10.44802284931881, + "volume": 0, + "temperature": 14.398969616281336, + "precipitation": 3.075282167983503 + }, + { + "timestamp": "2026-05-15T19:00:00.000Z", + "level": 467.01869187014194, + "flow": 5.900501070336248, + "inflow": 9.457342763785025, + "volume": 0, + "temperature": 12.084312922147332, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T20:00:00.000Z", + "level": 467.0186451573369, + "flow": 6.121984536694504, + "inflow": 9.803197120552905, + "volume": 0, + "temperature": 11.031201928261849, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T21:00:00.000Z", + "level": 467.0268038587918, + "flow": 6.0930701888819065, + "inflow": 10.571844366536304, + "volume": 0, + "temperature": 9.48766153564368, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T22:00:00.000Z", + "level": 467.0145134173606, + "flow": 5.368949524433223, + "inflow": 10.861808263596144, + "volume": 0, + "temperature": 9.05970696814586, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T23:00:00.000Z", + "level": 467.0392695223147, + "flow": 4.58184830138565, + "inflow": 10.23698417694688, + "volume": 0, + "temperature": 11.070547089985606, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T00:00:00.000Z", + "level": 467.0147089172036, + "flow": 5.002240956889085, + "inflow": 9.661189124128285, + "volume": 0, + "temperature": 11.886268676952023, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T01:00:00.000Z", + "level": 467.033846307357, + "flow": 5.879106776437826, + "inflow": 10.40529322542229, + "volume": 0, + "temperature": 12.529537184283386, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T02:00:00.000Z", + "level": 467.0475761278005, + "flow": 5.68361004554615, + "inflow": 10.711648708804761, + "volume": 0, + "temperature": 13.994400690437246, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T03:00:00.000Z", + "level": 467.059177708446, + "flow": 5.869644658347658, + "inflow": 9.99009611242699, + "volume": 0, + "temperature": 16.794722701884993, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T04:00:00.000Z", + "level": 467.04419596512736, + "flow": 6.198648641664196, + "inflow": 10.840026031533661, + "volume": 0, + "temperature": 17.975506797902483, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T05:00:00.000Z", + "level": 467.0209698662428, + "flow": 6.709952165548367, + "inflow": 11.192997918084684, + "volume": 0, + "temperature": 19.914852266349435, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T06:00:00.000Z", + "level": 467.00188388996185, + "flow": 5.8254380199851665, + "inflow": 10.39840650126615, + "volume": 0, + "temperature": 22.487009483082293, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T07:00:00.000Z", + "level": 467.0248609025059, + "flow": 6.629112341710444, + "inflow": 10.477603812434442, + "volume": 0, + "temperature": 23.558245007577682, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T08:00:00.000Z", + "level": 467.0139758003615, + "flow": 6.268888664503813, + "inflow": 11.463856336033253, + "volume": 0, + "temperature": 24.264649896076154, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T09:00:00.000Z", + "level": 467.03319092236353, + "flow": 6.412063512631863, + "inflow": 10.728471709650002, + "volume": 0, + "temperature": 25.218846601320042, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T10:00:00.000Z", + "level": 467.0426461500419, + "flow": 7.02113028616589, + "inflow": 10.31656408785383, + "volume": 0, + "temperature": 26.99109746700764, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T11:00:00.000Z", + "level": 467.0199863516476, + "flow": 6.447142152639657, + "inflow": 9.420145561313902, + "volume": 0, + "temperature": 24.995628967283658, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T12:00:00.000Z", + "level": 467.03364194471663, + "flow": 6.914758214462305, + "inflow": 9.44553928337019, + "volume": 0, + "temperature": 25.39114758563116, + "precipitation": 6.2641778317156325 + }, + { + "timestamp": "2026-05-16T13:00:00.000Z", + "level": 467.04546451717573, + "flow": 6.572292897224721, + "inflow": 9.851182116284749, + "volume": 0, + "temperature": 23.585662170073537, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T14:00:00.000Z", + "level": 467.0462268928102, + "flow": 7.154709034094381, + "inflow": 9.80936378417682, + "volume": 0, + "temperature": 21.06635890888123, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T15:00:00.000Z", + "level": 467.0634925668603, + "flow": 6.921613640190021, + "inflow": 8.8526972547807, + "volume": 0, + "temperature": 21.05981106819266, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T16:00:00.000Z", + "level": 467.08414104382365, + "flow": 7.640017248033701, + "inflow": 9.645912492123777, + "volume": 0, + "temperature": 18.13258890545211, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T17:00:00.000Z", + "level": 467.09406138353626, + "flow": 8.587918193319327, + "inflow": 9.18114600381768, + "volume": 0, + "temperature": 15.78160807418907, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T18:00:00.000Z", + "level": 467.1031449105053, + "flow": 8.909031502686425, + "inflow": 8.554993287480531, + "volume": 0, + "temperature": 13.880966413251706, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T19:00:00.000Z", + "level": 467.1253696062588, + "flow": 8.203507689104018, + "inflow": 8.851874354564728, + "volume": 0, + "temperature": 11.920987631678049, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T20:00:00.000Z", + "level": 467.1274144398278, + "flow": 7.742781806062469, + "inflow": 8.973228279734947, + "volume": 0, + "temperature": 10.150408704180611, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T21:00:00.000Z", + "level": 467.1038009807389, + "flow": 6.816515866051761, + "inflow": 8.681110047920283, + "volume": 0, + "temperature": 9.399134172016797, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T22:00:00.000Z", + "level": 467.09174167673467, + "flow": 7.3136172538284026, + "inflow": 8.04044113430859, + "volume": 0, + "temperature": 10.143853421927894, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T23:00:00.000Z", + "level": 467.0834930985254, + "flow": 6.500521774993227, + "inflow": 8.025907670486585, + "volume": 0, + "temperature": 9.900773558532109, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T00:00:00.000Z", + "level": 467.08087754613535, + "flow": 5.905705935107961, + "inflow": 8.994626849968292, + "volume": 0, + "temperature": 10.878360463083412, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T01:00:00.000Z", + "level": 467.1000741112039, + "flow": 5.507370099466019, + "inflow": 8.94365315724814, + "volume": 0, + "temperature": 13.250351909088673, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T02:00:00.000Z", + "level": 467.0781369925918, + "flow": 4.657943257751225, + "inflow": 9.03885549964044, + "volume": 0, + "temperature": 13.599908883608395, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T03:00:00.000Z", + "level": 467.09474054074695, + "flow": 3.768347883862175, + "inflow": 8.97645340318168, + "volume": 0, + "temperature": 15.44888879149375, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T04:00:00.000Z", + "level": 467.10739218669653, + "flow": 4.148795510329149, + "inflow": 9.793561938285734, + "volume": 0, + "temperature": 18.444233554336993, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T05:00:00.000Z", + "level": 467.1291079865356, + "flow": 3.450784796630632, + "inflow": 8.891747422677717, + "volume": 0, + "temperature": 20.34707821648398, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T06:00:00.000Z", + "level": 467.1427929933011, + "flow": 3.0931420964166687, + "inflow": 8.782163305197027, + "volume": 0, + "temperature": 21.51918744021188, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T07:00:00.000Z", + "level": 467.1400802751881, + "flow": 3.727564403883485, + "inflow": 8.581393587762541, + "volume": 0, + "temperature": 23.214679263640473, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T08:00:00.000Z", + "level": 467.1573926457604, + "flow": 3.5952910222774928, + "inflow": 8.771734389775258, + "volume": 0, + "temperature": 24.73410476054734, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T09:00:00.000Z", + "level": 467.1451000584446, + "flow": 3.673522143044114, + "inflow": 9.632592149597123, + "volume": 0, + "temperature": 25.70595992411239, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T10:00:00.000Z", + "level": 467.15240419418564, + "flow": 2.802336080574664, + "inflow": 9.579601664783869, + "volume": 0, + "temperature": 26.241569013859106, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T11:00:00.000Z", + "level": 467.16279735505174, + "flow": 2.77381596678518, + "inflow": 8.604104607404299, + "volume": 0, + "temperature": 25.66006525499539, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T12:00:00.000Z", + "level": 467.16448310444696, + "flow": 1.8516527654754698, + "inflow": 8.829453221955683, + "volume": 0, + "temperature": 25.85886669534829, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T13:00:00.000Z", + "level": 467.1656217434933, + "flow": 2.702983632781534, + "inflow": 8.621556285560308, + "volume": 0, + "temperature": 23.749844612440825, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T14:00:00.000Z", + "level": 467.1762062641077, + "flow": 2.934691955155818, + "inflow": 9.243705727167253, + "volume": 0, + "temperature": 22.282946714736923, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T15:00:00.000Z", + "level": 467.1932253640855, + "flow": 2.223308980769676, + "inflow": 8.31662675974487, + "volume": 0, + "temperature": 20.02822774096817, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T16:00:00.000Z", + "level": 467.20395385126795, + "flow": 2.700532323803232, + "inflow": 8.152387681921935, + "volume": 0, + "temperature": 18.905770833652518, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T17:00:00.000Z", + "level": 467.2166516543011, + "flow": 3.121883190972744, + "inflow": 8.129550052372942, + "volume": 0, + "temperature": 15.407378561488578, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T18:00:00.000Z", + "level": 467.2213892088472, + "flow": 3.1438667512441674, + "inflow": 7.4711278664831635, + "volume": 0, + "temperature": 13.02606684615172, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T19:00:00.000Z", + "level": 467.19967683988915, + "flow": 3.832866407936122, + "inflow": 7.701901633406942, + "volume": 0, + "temperature": 13.013146180280135, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T20:00:00.000Z", + "level": 467.1890421675703, + "flow": 4.006709891852769, + "inflow": 7.139682944764653, + "volume": 0, + "temperature": 10.195935966691968, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T21:00:00.000Z", + "level": 467.1944499435934, + "flow": 4.989736390889245, + "inflow": 7.061325266492403, + "volume": 0, + "temperature": 10.738047371868918, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T22:00:00.000Z", + "level": 467.21129649994526, + "flow": 4.857637061491774, + "inflow": 7.399827213500592, + "volume": 0, + "temperature": 10.907314495434417, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T23:00:00.000Z", + "level": 467.2244013319993, + "flow": 4.093588502202761, + "inflow": 6.863379426303995, + "volume": 0, + "temperature": 9.346501184798438, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T00:00:00.000Z", + "level": 467.2329986606333, + "flow": 3.757964128305033, + "inflow": 7.103769823721539, + "volume": 0, + "temperature": 11.25377892723442, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T01:00:00.000Z", + "level": 467.2221486586744, + "flow": 4.5668648032637105, + "inflow": 7.1777077812515735, + "volume": 0, + "temperature": 13.236703524381175, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T02:00:00.000Z", + "level": 467.24466446259794, + "flow": 3.706737452250116, + "inflow": 6.321770763019181, + "volume": 0, + "temperature": 14.075516196670446, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T03:00:00.000Z", + "level": 467.2523297586933, + "flow": 3.941095902273361, + "inflow": 7.248189973015512, + "volume": 0, + "temperature": 16.428773199860608, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T04:00:00.000Z", + "level": 467.2399428220314, + "flow": 3.7267658087457485, + "inflow": 8.070055722757623, + "volume": 0, + "temperature": 17.159995101732424, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T05:00:00.000Z", + "level": 467.26001749150413, + "flow": 4.234009898628227, + "inflow": 8.669981936431112, + "volume": 0, + "temperature": 20.054804316602045, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T06:00:00.000Z", + "level": 467.2505847409404, + "flow": 3.4990685406037283, + "inflow": 9.094300451228525, + "volume": 0, + "temperature": 21.590264387658568, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T07:00:00.000Z", + "level": 467.22692141909016, + "flow": 3.092996182677809, + "inflow": 8.717078395116346, + "volume": 0, + "temperature": 24.212561201763588, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T08:00:00.000Z", + "level": 467.20585563024, + "flow": 2.7642885290219925, + "inflow": 8.64112257909373, + "volume": 0, + "temperature": 25.149162323493954, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T09:00:00.000Z", + "level": 467.19147608892126, + "flow": 2.908161390022401, + "inflow": 8.812331484034825, + "volume": 0, + "temperature": 25.998377329753982, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T10:00:00.000Z", + "level": 467.17113754438026, + "flow": 2.2066155155754004, + "inflow": 7.98492821430434, + "volume": 0, + "temperature": 26.65419034264125, + "precipitation": 9.094715801317992 + }, + { + "timestamp": "2026-05-18T11:00:00.000Z", + "level": 467.1911085643334, + "flow": 1.8853384734451888, + "inflow": 8.349084727069714, + "volume": 0, + "temperature": 26.512193985858314, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T12:00:00.000Z", + "level": 467.18152089930436, + "flow": 2.767296951013095, + "inflow": 8.85317157777902, + "volume": 0, + "temperature": 24.53718404714126, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T13:00:00.000Z", + "level": 467.1599100254792, + "flow": 2.987516578275954, + "inflow": 8.828462816629514, + "volume": 0, + "temperature": 23.309944229446717, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T14:00:00.000Z", + "level": 467.1397627360853, + "flow": 2.7094661659537844, + "inflow": 9.623354800887705, + "volume": 0, + "temperature": 21.164458132521688, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T15:00:00.000Z", + "level": 467.1222542995195, + "flow": 2.179317143248335, + "inflow": 9.232963291347703, + "volume": 0, + "temperature": 20.71070617982925, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T16:00:00.000Z", + "level": 467.1063277097313, + "flow": 1.2800153747910197, + "inflow": 9.016669307049233, + "volume": 0, + "temperature": 18.35087184599015, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T17:00:00.000Z", + "level": 467.12640655741785, + "flow": 2.0968251159273086, + "inflow": 8.856619724930688, + "volume": 0, + "temperature": 16.80203867632956, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T18:00:00.000Z", + "level": 467.12753961874813, + "flow": 2.206338578285327, + "inflow": 8.750179294109007, + "volume": 0, + "temperature": 14.161982574629446, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T19:00:00.000Z", + "level": 467.1203587259633, + "flow": 2.3300982713004896, + "inflow": 8.14322564957961, + "volume": 0, + "temperature": 12.702300200710713, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T20:00:00.000Z", + "level": 467.13654163577553, + "flow": 2.525317339747042, + "inflow": 8.701374165306827, + "volume": 0, + "temperature": 11.59020759382468, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T21:00:00.000Z", + "level": 467.13097190342484, + "flow": 2.8955987404132473, + "inflow": 9.661572142073094, + "volume": 0, + "temperature": 10.108582687414431, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T22:00:00.000Z", + "level": 467.1135885698253, + "flow": 2.437701444977777, + "inflow": 9.52878993297606, + "volume": 0, + "temperature": 10.27067125354372, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T23:00:00.000Z", + "level": 467.11632836704416, + "flow": 3.2560927845745304, + "inflow": 10.146718119285282, + "volume": 0, + "temperature": 10.678884607120281, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T00:00:00.000Z", + "level": 467.13289635342136, + "flow": 2.8670555148485426, + "inflow": 9.356339429706384, + "volume": 0, + "temperature": 10.080953274011769, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T01:00:00.000Z", + "level": 467.12058957584736, + "flow": 2.94562110436725, + "inflow": 9.627796245286392, + "volume": 0, + "temperature": 13.050800863099257, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T02:00:00.000Z", + "level": 467.1297513044927, + "flow": 2.289368573606253, + "inflow": 9.332410377140006, + "volume": 0, + "temperature": 13.34769689386628, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T03:00:00.000Z", + "level": 467.14414002569964, + "flow": 2.018134968825496, + "inflow": 8.401187130108088, + "volume": 0, + "temperature": 16.389708955344584, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T04:00:00.000Z", + "level": 467.1194709555243, + "flow": 1.406071157851093, + "inflow": 8.232629808901136, + "volume": 0, + "temperature": 17.615889821964803, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T05:00:00.000Z", + "level": 467.1289438946654, + "flow": 1.5424590584716236, + "inflow": 9.197036264319934, + "volume": 0, + "temperature": 19.646284575810853, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T06:00:00.000Z", + "level": 467.13102720220957, + "flow": 1.0067286375854487, + "inflow": 9.419332544829404, + "volume": 0, + "temperature": 21.043601145809603, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T07:00:00.000Z", + "level": 467.1421257631072, + "flow": 1.9875066523120122, + "inflow": 9.527063835526597, + "volume": 0, + "temperature": 24.007856944919943, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T08:00:00.000Z", + "level": 467.1246217781555, + "flow": 2.2308689210966293, + "inflow": 8.914799806682932, + "volume": 0, + "temperature": 25.08771559747581, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T09:00:00.000Z", + "level": 467.1029944119799, + "flow": 2.7144371911631575, + "inflow": 8.833398184025029, + "volume": 0, + "temperature": 24.92698112842341, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T10:00:00.000Z", + "level": 467.1227407290347, + "flow": 2.9199865064249195, + "inflow": 9.215154206174773, + "volume": 0, + "temperature": 25.927084962909742, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T11:00:00.000Z", + "level": 467.13033779028666, + "flow": 2.185275329672679, + "inflow": 9.186271221508584, + "volume": 0, + "temperature": 25.280281944035746, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T12:00:00.000Z", + "level": 467.15448311707, + "flow": 2.9551864761456046, + "inflow": 9.413264666923403, + "volume": 0, + "temperature": 25.639745170302838, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T13:00:00.000Z", + "level": 467.1566157984182, + "flow": 3.6544670634600434, + "inflow": 8.835877190064556, + "volume": 0, + "temperature": 23.0955216807682, + "precipitation": 14.170863455868933 + }, + { + "timestamp": "2026-05-19T14:00:00.000Z", + "level": 467.1374572313525, + "flow": 3.239955492886772, + "inflow": 9.813379456038108, + "volume": 0, + "temperature": 21.13327196410449, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T15:00:00.000Z", + "level": 467.1498693341475, + "flow": 3.246832624219558, + "inflow": 10.037859330064483, + "volume": 0, + "temperature": 20.971858845410534, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T16:00:00.000Z", + "level": 467.152864297395, + "flow": 3.7311952527887784, + "inflow": 9.366917046554775, + "volume": 0, + "temperature": 17.33028453242575, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T17:00:00.000Z", + "level": 467.14557296487703, + "flow": 3.344689768876847, + "inflow": 10.058609351020088, + "volume": 0, + "temperature": 15.594720796448726, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T18:00:00.000Z", + "level": 467.14343212892294, + "flow": 2.969615055104319, + "inflow": 10.617278915763972, + "volume": 0, + "temperature": 13.52617151371961, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T19:00:00.000Z", + "level": 467.1418362169472, + "flow": 2.2852534713436716, + "inflow": 9.897538164030747, + "volume": 0, + "temperature": 12.919764193647847, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T20:00:00.000Z", + "level": 467.1424874519673, + "flow": 3.214537893295401, + "inflow": 9.318428078506269, + "volume": 0, + "temperature": 10.666118532256837, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T21:00:00.000Z", + "level": 467.1630939883272, + "flow": 2.7594844457167578, + "inflow": 8.666402737259219, + "volume": 0, + "temperature": 9.57277724064804, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T22:00:00.000Z", + "level": 467.1624008132914, + "flow": 1.944196265781756, + "inflow": 8.435036827188224, + "volume": 0, + "temperature": 10.813612569093413, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T23:00:00.000Z", + "level": 467.148643513506, + "flow": 1.886997043512475, + "inflow": 9.212325415198316, + "volume": 0, + "temperature": 10.370573792171506, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T00:00:00.000Z", + "level": 467.16515533003195, + "flow": 1.7450431447744865, + "inflow": 9.159918329378485, + "volume": 0, + "temperature": 11.542246703473886, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T01:00:00.000Z", + "level": 467.1875896997716, + "flow": 1.6089099903931663, + "inflow": 9.873362628546623, + "volume": 0, + "temperature": 11.472427839665066, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T02:00:00.000Z", + "level": 467.1845830742393, + "flow": 1.811196923688677, + "inflow": 10.711743682600316, + "volume": 0, + "temperature": 13.89104303710798, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T03:00:00.000Z", + "level": 467.18672312963605, + "flow": 0.8428623693526847, + "inflow": 10.039303786177449, + "volume": 0, + "temperature": 16.53859790212782, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T04:00:00.000Z", + "level": 467.1830703630238, + "flow": 1.4719536152733466, + "inflow": 10.066520755881898, + "volume": 0, + "temperature": 18.423611066355896, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T05:00:00.000Z", + "level": 467.1996099089243, + "flow": 1.7011779622878618, + "inflow": 10.538260038336357, + "volume": 0, + "temperature": 20.42635353822584, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T06:00:00.000Z", + "level": 467.2213392474597, + "flow": 2.4310401118684135, + "inflow": 10.021290372447329, + "volume": 0, + "temperature": 22.17903513273539, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T07:00:00.000Z", + "level": 467.20430375961234, + "flow": 2.0369972006518506, + "inflow": 9.259603209031043, + "volume": 0, + "temperature": 24.466162316782455, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T08:00:00.000Z", + "level": 467.1994820447011, + "flow": 1.4658542763628826, + "inflow": 9.768706641906178, + "volume": 0, + "temperature": 24.45049693055386, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T09:00:00.000Z", + "level": 467.19528966331427, + "flow": 0.5378007682089216, + "inflow": 10.311977384618437, + "volume": 0, + "temperature": 25.955301060135337, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T10:00:00.000Z", + "level": 467.2013459026104, + "flow": 0, + "inflow": 9.782483955919206, + "volume": 0, + "temperature": 26.091922096659278, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T11:00:00.000Z", + "level": 467.1835920308688, + "flow": 0.41042840448699414, + "inflow": 9.480325743070118, + "volume": 0, + "temperature": 26.197594176270005, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T12:00:00.000Z", + "level": 467.18051903909264, + "flow": 0.8140719840928266, + "inflow": 9.67725218304507, + "volume": 0, + "temperature": 24.21752867389102, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T13:00:00.000Z", + "level": 467.1812591264272, + "flow": 0.622222022379952, + "inflow": 9.926984315392055, + "volume": 0, + "temperature": 23.440796862687407, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T14:00:00.000Z", + "level": 467.2003279692556, + "flow": 0.42595261320093636, + "inflow": 10.191624921046518, + "volume": 0, + "temperature": 21.0369984336864, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T15:00:00.000Z", + "level": 467.17853953748283, + "flow": 0.30855222980830765, + "inflow": 10.894227718607764, + "volume": 0, + "temperature": 19.384771232362027, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T16:00:00.000Z", + "level": 467.1934707281649, + "flow": 0.8172925033954797, + "inflow": 11.030142428060811, + "volume": 0, + "temperature": 18.769419936236844, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T17:00:00.000Z", + "level": 467.183395917714, + "flow": 0, + "inflow": 11.84945039965903, + "volume": 0, + "temperature": 15.75596727061186, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T18:00:00.000Z", + "level": 467.2072923308207, + "flow": 0.23915530027666465, + "inflow": 10.9751623279653, + "volume": 0, + "temperature": 14.087578198171473, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T19:00:00.000Z", + "level": 467.2266009885873, + "flow": 0.2537962777394829, + "inflow": 11.20042043976828, + "volume": 0, + "temperature": 12.024223078058629, + "precipitation": 2.4107096554904928 + }, + { + "timestamp": "2026-05-20T20:00:00.000Z", + "level": 467.22037688173566, + "flow": 0.7365946016505895, + "inflow": 11.58402292199194, + "volume": 0, + "temperature": 11.23201766797294, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T21:00:00.000Z", + "level": 467.20408809717975, + "flow": 1.1294312607238526, + "inflow": 10.594186139413932, + "volume": 0, + "temperature": 10.249373297901089, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T22:00:00.000Z", + "level": 467.20108141274216, + "flow": 1.1373021554747118, + "inflow": 9.815257365785435, + "volume": 0, + "temperature": 10.223912921605313, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T23:00:00.000Z", + "level": 467.19858676447666, + "flow": 2.0588882317085413, + "inflow": 10.233319623656671, + "volume": 0, + "temperature": 9.96516138270253, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T00:00:00.000Z", + "level": 467.2156741343759, + "flow": 3.0086266703988858, + "inflow": 9.398572841726644, + "volume": 0, + "temperature": 10.64989974701875, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T01:00:00.000Z", + "level": 467.20041190336065, + "flow": 2.6786361692774374, + "inflow": 9.878593567276031, + "volume": 0, + "temperature": 12.640509174074593, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T02:00:00.000Z", + "level": 467.178975827041, + "flow": 2.5038966353550176, + "inflow": 9.562125131822365, + "volume": 0, + "temperature": 13.306426790332196, + "precipitation": 11.395923077406689 + }, + { + "timestamp": "2026-05-21T03:00:00.000Z", + "level": 467.20117322686775, + "flow": 2.9446289637425744, + "inflow": 9.59017431242757, + "volume": 0, + "temperature": 16.293848730233, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T04:00:00.000Z", + "level": 467.1956097264368, + "flow": 2.8447395643016913, + "inflow": 8.916300464187918, + "volume": 0, + "temperature": 17.88455064397805, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T05:00:00.000Z", + "level": 467.2023620584966, + "flow": 2.9163774382916348, + "inflow": 9.413419157369248, + "volume": 0, + "temperature": 19.367617530847966, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T06:00:00.000Z", + "level": 467.2241359634617, + "flow": 2.3790663820006537, + "inflow": 9.887911328211187, + "volume": 0, + "temperature": 22.529609881813137, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T07:00:00.000Z", + "level": 467.23359696732575, + "flow": 2.3186373973106025, + "inflow": 9.661599565609386, + "volume": 0, + "temperature": 24.638567435724923, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T08:00:00.000Z", + "level": 467.2374753530636, + "flow": 2.8003624909784826, + "inflow": 10.249344730397764, + "volume": 0, + "temperature": 24.130552107538342, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T09:00:00.000Z", + "level": 467.2351237511046, + "flow": 2.1340636760411065, + "inflow": 10.31080781690396, + "volume": 0, + "temperature": 25.31119990600809, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T10:00:00.000Z", + "level": 467.2164555400908, + "flow": 2.038106205881445, + "inflow": 10.741679755239215, + "volume": 0, + "temperature": 25.66050026519527, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T11:00:00.000Z", + "level": 467.22887452755924, + "flow": 2.1876813355496982, + "inflow": 9.993100503302978, + "volume": 0, + "temperature": 26.024994176450317, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T12:00:00.000Z", + "level": 467.20849929452436, + "flow": 2.7758801100621504, + "inflow": 10.659537184515806, + "volume": 0, + "temperature": 24.749359869625074, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T13:00:00.000Z", + "level": 467.2097279622934, + "flow": 1.7806987091032696, + "inflow": 11.614604220172254, + "volume": 0, + "temperature": 23.492166709419283, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T14:00:00.000Z", + "level": 467.2069115929978, + "flow": 1.3077818918317998, + "inflow": 11.222271069490786, + "volume": 0, + "temperature": 21.041893845638462, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T15:00:00.000Z", + "level": 467.18952165557926, + "flow": 1.883701081509483, + "inflow": 10.806799193045846, + "volume": 0, + "temperature": 20.542502357913417, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T16:00:00.000Z", + "level": 467.2037602433679, + "flow": 1.8825473389771914, + "inflow": 9.814792584037932, + "volume": 0, + "temperature": 18.958311853561533, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T17:00:00.000Z", + "level": 467.2196767795983, + "flow": 2.1172098050854222, + "inflow": 9.511886568430935, + "volume": 0, + "temperature": 15.805760496178138, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T18:00:00.000Z", + "level": 467.23870079519685, + "flow": 2.8964834914468165, + "inflow": 9.086688083560484, + "volume": 0, + "temperature": 14.13638144020527, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T19:00:00.000Z", + "level": 467.23907647625896, + "flow": 2.503781544450862, + "inflow": 9.872423013421672, + "volume": 0, + "temperature": 12.902773275853859, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T20:00:00.000Z", + "level": 467.2313997133159, + "flow": 1.8974360860854582, + "inflow": 8.888595281629367, + "volume": 0, + "temperature": 12.02612802947779, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T21:00:00.000Z", + "level": 467.2461878876418, + "flow": 2.5005835026994694, + "inflow": 8.611986660032775, + "volume": 0, + "temperature": 10.018340108628532, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T22:00:00.000Z", + "level": 467.25187221157023, + "flow": 3.0079680595931633, + "inflow": 9.469215580198302, + "volume": 0, + "temperature": 9.758846029829899, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T23:00:00.000Z", + "level": 467.24097723541337, + "flow": 2.1814687005287476, + "inflow": 9.524901779429847, + "volume": 0, + "temperature": 10.946562251672923, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T00:00:00.000Z", + "level": 467.2269347467611, + "flow": 2.9886380849578074, + "inflow": 9.479811973412628, + "volume": 0, + "temperature": 11.129565659083402, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T01:00:00.000Z", + "level": 467.21974325052895, + "flow": 3.4505790253349984, + "inflow": 9.393051829577436, + "volume": 0, + "temperature": 13.05816059634623, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T02:00:00.000Z", + "level": 467.2100820393619, + "flow": 3.884366902133952, + "inflow": 9.992721574591135, + "volume": 0, + "temperature": 14.574804308238129, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T03:00:00.000Z", + "level": 467.21477152606457, + "flow": 2.9168877580337282, + "inflow": 10.616869306225084, + "volume": 0, + "temperature": 16.81070488481398, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T04:00:00.000Z", + "level": 467.2216634942481, + "flow": 2.3398826340908356, + "inflow": 9.716433286536603, + "volume": 0, + "temperature": 18.402892511412965, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T05:00:00.000Z", + "level": 467.2321377489452, + "flow": 3.246933995990421, + "inflow": 10.557228485128926, + "volume": 0, + "temperature": 20.02029725184216, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T06:00:00.000Z", + "level": 467.24321099726, + "flow": 2.346778284381674, + "inflow": 11.047713209642122, + "volume": 0, + "temperature": 22.517076163716172, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T07:00:00.000Z", + "level": 467.22709733411295, + "flow": 3.3023215707091715, + "inflow": 11.354733740199128, + "volume": 0, + "temperature": 24.52579500790172, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T08:00:00.000Z", + "level": 467.2350567786306, + "flow": 2.7296494541107377, + "inflow": 11.193908954347634, + "volume": 0, + "temperature": 25.860306068968246, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T09:00:00.000Z", + "level": 467.2563468361017, + "flow": 3.390515620760802, + "inflow": 11.271671960795976, + "volume": 0, + "temperature": 25.46145465618283, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T10:00:00.000Z", + "level": 467.23232581896923, + "flow": 3.5102195737840205, + "inflow": 11.18605227216332, + "volume": 0, + "temperature": 26.293326580963516, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T11:00:00.000Z", + "level": 467.2561107635133, + "flow": 3.96108425796018, + "inflow": 11.734274223857838, + "volume": 0, + "temperature": 25.349440231541198, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T12:00:00.000Z", + "level": 467.27390128822697, + "flow": 4.830206477282689, + "inflow": 12.200510710440343, + "volume": 0, + "temperature": 24.177724718697686, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T13:00:00.000Z", + "level": 467.26805390320715, + "flow": 5.631611455984275, + "inflow": 11.227834559840836, + "volume": 0, + "temperature": 23.838687160267227, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T14:00:00.000Z", + "level": 467.26595158976136, + "flow": 5.019268334284153, + "inflow": 10.537394474347169, + "volume": 0, + "temperature": 21.632726262795313, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T15:00:00.000Z", + "level": 467.2758688659232, + "flow": 5.546535886794519, + "inflow": 11.224926580508551, + "volume": 0, + "temperature": 20.17106815641064, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T16:00:00.000Z", + "level": 467.2594091916857, + "flow": 6.292689445201681, + "inflow": 11.4665913280657, + "volume": 0, + "temperature": 17.225094236575266, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T17:00:00.000Z", + "level": 467.2468123767925, + "flow": 6.4679339526284565, + "inflow": 10.736340860897778, + "volume": 0, + "temperature": 16.903002844154056, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T18:00:00.000Z", + "level": 467.2357359250297, + "flow": 6.41450148569613, + "inflow": 11.67560844255106, + "volume": 0, + "temperature": 14.441991387066217, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T19:00:00.000Z", + "level": 467.2500770075294, + "flow": 7.346921374051042, + "inflow": 11.565712572324617, + "volume": 0, + "temperature": 11.646902373038655, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T20:00:00.000Z", + "level": 467.25121993009066, + "flow": 6.824551426702593, + "inflow": 11.614004314044985, + "volume": 0, + "temperature": 12.001806958743675, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T21:00:00.000Z", + "level": 467.27534246212906, + "flow": 6.921514383933682, + "inflow": 10.73759155751184, + "volume": 0, + "temperature": 9.546899988341034, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T22:00:00.000Z", + "level": 467.2930362893535, + "flow": 6.0897076404711115, + "inflow": 10.651952015635347, + "volume": 0, + "temperature": 10.631000098578498, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T23:00:00.000Z", + "level": 467.268441823919, + "flow": 5.48470412758174, + "inflow": 11.390275687487074, + "volume": 0, + "temperature": 10.960232382292235, + "precipitation": 8.900826034693704 + }, + { + "timestamp": "2026-05-23T00:00:00.000Z", + "level": 467.2581607331221, + "flow": 6.230436949372562, + "inflow": 12.369675466792001, + "volume": 0, + "temperature": 10.51200854089733, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T01:00:00.000Z", + "level": 467.24760605102085, + "flow": 6.407154491116615, + "inflow": 12.001696312383041, + "volume": 0, + "temperature": 11.979560601847815, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T02:00:00.000Z", + "level": 467.256198039938, + "flow": 6.29038715564047, + "inflow": 11.964333649102787, + "volume": 0, + "temperature": 13.56920099055116, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T03:00:00.000Z", + "level": 467.24422504739124, + "flow": 6.813815969411355, + "inflow": 11.901508676868502, + "volume": 0, + "temperature": 15.944831450137817, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T04:00:00.000Z", + "level": 467.21935435301447, + "flow": 6.6290738243340135, + "inflow": 11.968854028248824, + "volume": 0, + "temperature": 17.482043875759523, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T05:00:00.000Z", + "level": 467.2278168370665, + "flow": 5.987982637400589, + "inflow": 12.20434461162522, + "volume": 0, + "temperature": 19.601269944307983, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T06:00:00.000Z", + "level": 467.22806534324883, + "flow": 5.7145574409983055, + "inflow": 13.180456054132677, + "volume": 0, + "temperature": 21.65131200017573, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T07:00:00.000Z", + "level": 467.2033707555047, + "flow": 5.075417898541259, + "inflow": 14.136545988240655, + "volume": 0, + "temperature": 22.724564612311877, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T08:00:00.000Z", + "level": 467.21880508522065, + "flow": 5.373069894005445, + "inflow": 14.988127196287717, + "volume": 0, + "temperature": 24.871807230969452, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T09:00:00.000Z", + "level": 467.21347140162516, + "flow": 5.713570766460591, + "inflow": 15.703307612587906, + "volume": 0, + "temperature": 24.96427450794046, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T10:00:00.000Z", + "level": 467.2156183895991, + "flow": 5.52856676473724, + "inflow": 15.816168632021995, + "volume": 0, + "temperature": 26.259917383042442, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T11:00:00.000Z", + "level": 467.23487521735973, + "flow": 5.697743797064308, + "inflow": 16.191853078828398, + "volume": 0, + "temperature": 24.94267176260072, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T12:00:00.000Z", + "level": 467.24087422662, + "flow": 5.078332829266975, + "inflow": 15.867395664817995, + "volume": 0, + "temperature": 24.765887765335773, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T13:00:00.000Z", + "level": 467.22483525390606, + "flow": 4.419988279743443, + "inflow": 16.555830711069817, + "volume": 0, + "temperature": 24.418720365008994, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T14:00:00.000Z", + "level": 467.22865226274166, + "flow": 5.1608650972419, + "inflow": 15.867030713784914, + "volume": 0, + "temperature": 21.823458537672938, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T15:00:00.000Z", + "level": 467.2086397727637, + "flow": 5.365007196397098, + "inflow": 15.894282196569087, + "volume": 0, + "temperature": 19.48013338927674, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T16:00:00.000Z", + "level": 467.2127605335425, + "flow": 4.6994653113170495, + "inflow": 15.442638723938863, + "volume": 0, + "temperature": 17.442569092592557, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T17:00:00.000Z", + "level": 467.22056204836946, + "flow": 4.1198355929796815, + "inflow": 15.175592466020055, + "volume": 0, + "temperature": 16.84072814271356, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T18:00:00.000Z", + "level": 467.21573084332726, + "flow": 4.155274021492131, + "inflow": 14.223675031841454, + "volume": 0, + "temperature": 14.45920034829621, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T19:00:00.000Z", + "level": 467.200234123974, + "flow": 4.042741867741517, + "inflow": 13.355029201647827, + "volume": 0, + "temperature": 12.423607850065391, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T20:00:00.000Z", + "level": 467.224857639731, + "flow": 4.209928083201175, + "inflow": 13.594288196770824, + "volume": 0, + "temperature": 11.646667538284458, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T21:00:00.000Z", + "level": 467.20940472822844, + "flow": 3.930697136402344, + "inflow": 14.505582083397634, + "volume": 0, + "temperature": 10.388290881866565, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T22:00:00.000Z", + "level": 467.2026699447383, + "flow": 3.3892337338463605, + "inflow": 15.007256652621052, + "volume": 0, + "temperature": 10.909437836622022, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T23:00:00.000Z", + "level": 467.2127872548709, + "flow": 3.7352646062982404, + "inflow": 15.207467825685505, + "volume": 0, + "temperature": 9.327194737303527, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T00:00:00.000Z", + "level": 467.21860822822566, + "flow": 4.17056878575177, + "inflow": 14.393517106045426, + "volume": 0, + "temperature": 10.087617333733284, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T01:00:00.000Z", + "level": 467.23309982163556, + "flow": 4.057800515000098, + "inflow": 13.790731885170365, + "volume": 0, + "temperature": 13.2535879166965, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T02:00:00.000Z", + "level": 467.2535437098378, + "flow": 3.3421610526857166, + "inflow": 14.609315645635135, + "volume": 0, + "temperature": 13.200278531099507, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T03:00:00.000Z", + "level": 467.27274443951023, + "flow": 4.003159523336301, + "inflow": 15.159710881658714, + "volume": 0, + "temperature": 15.49913583628867, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T04:00:00.000Z", + "level": 467.28105553381147, + "flow": 4.2004597220269275, + "inflow": 15.491415402955624, + "volume": 0, + "temperature": 17.7159704208486, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T05:00:00.000Z", + "level": 467.2840947726663, + "flow": 4.240747216417866, + "inflow": 15.04659173342295, + "volume": 0, + "temperature": 19.443507097092347, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T06:00:00.000Z", + "level": 467.2970913530453, + "flow": 3.280208141528057, + "inflow": 15.300345253962025, + "volume": 0, + "temperature": 22.466033835217907, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T07:00:00.000Z", + "level": 467.2850380773728, + "flow": 3.537527660622778, + "inflow": 15.417928630939002, + "volume": 0, + "temperature": 24.54057212921494, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T08:00:00.000Z", + "level": 467.26766404611834, + "flow": 2.8961914216407187, + "inflow": 15.76871237205992, + "volume": 0, + "temperature": 24.346103519020375, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T09:00:00.000Z", + "level": 467.2693003426389, + "flow": 2.7652230383961154, + "inflow": 15.768975682403132, + "volume": 0, + "temperature": 26.588605491126337, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T10:00:00.000Z", + "level": 467.2927900288447, + "flow": 2.7448222480226336, + "inflow": 15.724202341608459, + "volume": 0, + "temperature": 25.037318249885196, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T11:00:00.000Z", + "level": 467.31002655533604, + "flow": 3.731852091270603, + "inflow": 16.59247125725607, + "volume": 0, + "temperature": 25.71444615517718, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T12:00:00.000Z", + "level": 467.3108901633696, + "flow": 4.688227144676044, + "inflow": 16.44788304337487, + "volume": 0, + "temperature": 25.563316058319387, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T13:00:00.000Z", + "level": 467.3091356757897, + "flow": 4.154130059892495, + "inflow": 16.795673254940123, + "volume": 0, + "temperature": 23.45066338997195, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T14:00:00.000Z", + "level": 467.3224382334334, + "flow": 3.38339033456265, + "inflow": 17.066539049125367, + "volume": 0, + "temperature": 21.996490721479905, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T15:00:00.000Z", + "level": 467.3159741836722, + "flow": 3.2171607142056353, + "inflow": 16.20582894005006, + "volume": 0, + "temperature": 20.17778570453907, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T16:00:00.000Z", + "level": 467.32618706683803, + "flow": 3.5303138805183525, + "inflow": 15.42240862308666, + "volume": 0, + "temperature": 18.405441934695553, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T17:00:00.000Z", + "level": 467.3235712593023, + "flow": 3.2190963229513683, + "inflow": 15.06071297119964, + "volume": 0, + "temperature": 14.945774457777485, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T18:00:00.000Z", + "level": 467.3106869086444, + "flow": 3.234457667708759, + "inflow": 14.311533041609822, + "volume": 0, + "temperature": 14.880326528946272, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T19:00:00.000Z", + "level": 467.3318180506579, + "flow": 3.8991814236376827, + "inflow": 13.696888522061219, + "volume": 0, + "temperature": 12.203165902490696, + "precipitation": 4.042696649736216 + }, + { + "timestamp": "2026-05-24T20:00:00.000Z", + "level": 467.35166705157684, + "flow": 4.820442226882143, + "inflow": 13.551028443432488, + "volume": 0, + "temperature": 10.254177763982906, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T21:00:00.000Z", + "level": 467.3628803818358, + "flow": 4.877637181613167, + "inflow": 14.093824573964424, + "volume": 0, + "temperature": 10.99731396322797, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T22:00:00.000Z", + "level": 467.3473186288529, + "flow": 4.157701417280554, + "inflow": 14.293922446726471, + "volume": 0, + "temperature": 9.29411554101795, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T23:00:00.000Z", + "level": 467.3289108178847, + "flow": 3.4040160653681517, + "inflow": 14.851309553894177, + "volume": 0, + "temperature": 10.592742911755375, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T00:00:00.000Z", + "level": 467.31242639668966, + "flow": 3.907305321018242, + "inflow": 13.87737631222963, + "volume": 0, + "temperature": 10.200339516951178, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T01:00:00.000Z", + "level": 467.3353860066304, + "flow": 4.1075486688049825, + "inflow": 14.518340997379829, + "volume": 0, + "temperature": 11.883183104277837, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T02:00:00.000Z", + "level": 467.34345931530237, + "flow": 3.5725150936323984, + "inflow": 14.860880122537527, + "volume": 0, + "temperature": 13.267765474182836, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T03:00:00.000Z", + "level": 467.3460284951455, + "flow": 4.229262551501215, + "inflow": 14.321364481740806, + "volume": 0, + "temperature": 16.028692404328854, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T04:00:00.000Z", + "level": 467.3396259072187, + "flow": 4.0179654624974575, + "inflow": 14.066707783785374, + "volume": 0, + "temperature": 18.275600433191695, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T05:00:00.000Z", + "level": 467.362495937333, + "flow": 4.737888164928573, + "inflow": 14.072202297837322, + "volume": 0, + "temperature": 20.70735984203396, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T06:00:00.000Z", + "level": 467.3717339528899, + "flow": 4.969761097118399, + "inflow": 13.871236733738403, + "volume": 0, + "temperature": 21.261812793339477, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T07:00:00.000Z", + "level": 467.39380776185953, + "flow": 4.11919962697946, + "inflow": 13.378305519357209, + "volume": 0, + "temperature": 24.526150377939675, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T08:00:00.000Z", + "level": 467.4125684521855, + "flow": 3.5684872113901833, + "inflow": 14.224288836264444, + "volume": 0, + "temperature": 25.882294226789227, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T09:00:00.000Z", + "level": 467.41493959167, + "flow": 3.8171449233478256, + "inflow": 14.810723164173208, + "volume": 0, + "temperature": 25.418710629397744, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T10:00:00.000Z", + "level": 467.3911214478323, + "flow": 2.9840265762364573, + "inflow": 14.773764089814042, + "volume": 0, + "temperature": 25.057409112720762, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T11:00:00.000Z", + "level": 467.39075822461797, + "flow": 2.408965011910316, + "inflow": 14.429678687456, + "volume": 0, + "temperature": 25.626886833843994, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T12:00:00.000Z", + "level": 467.41229225385126, + "flow": 3.3827569917673608, + "inflow": 15.307448607262849, + "volume": 0, + "temperature": 23.951017418229263, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T13:00:00.000Z", + "level": 467.40035110175165, + "flow": 3.2816800126048413, + "inflow": 15.94946046205681, + "volume": 0, + "temperature": 24.64492944817124, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T14:00:00.000Z", + "level": 467.40904926261845, + "flow": 2.3903606817239575, + "inflow": 15.336301417315422, + "volume": 0, + "temperature": 21.104717291445972, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T15:00:00.000Z", + "level": 467.4007037769132, + "flow": 3.3502501367426425, + "inflow": 15.963235349298849, + "volume": 0, + "temperature": 19.35972552662802, + "precipitation": 7.3907065066312905 + }, + { + "timestamp": "2026-05-25T16:00:00.000Z", + "level": 467.40429469815916, + "flow": 2.859833750306887, + "inflow": 15.57822739963962, + "volume": 0, + "temperature": 18.41659929969881, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T17:00:00.000Z", + "level": 467.41259492984983, + "flow": 3.2966233533727127, + "inflow": 14.776111486871086, + "volume": 0, + "temperature": 16.723075996505855, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T18:00:00.000Z", + "level": 467.4352959794278, + "flow": 2.6837148769768335, + "inflow": 14.306407460828762, + "volume": 0, + "temperature": 13.68625712786746, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T19:00:00.000Z", + "level": 467.4127170770089, + "flow": 2.9513067084816607, + "inflow": 15.194179871499351, + "volume": 0, + "temperature": 13.138574000002905, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T20:00:00.000Z", + "level": 467.42131271119837, + "flow": 2.7768883965684905, + "inflow": 15.061530608757725, + "volume": 0, + "temperature": 10.264239557787562, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T21:00:00.000Z", + "level": 467.4366015538847, + "flow": 2.14824425325105, + "inflow": 15.510141473932531, + "volume": 0, + "temperature": 10.552368184476437, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T22:00:00.000Z", + "level": 467.44294684953826, + "flow": 2.664659461764295, + "inflow": 16.35099433966403, + "volume": 0, + "temperature": 10.181128830624587, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T23:00:00.000Z", + "level": 467.4332329506898, + "flow": 3.1329795324475396, + "inflow": 15.945961877768312, + "volume": 0, + "temperature": 11.271388415011057, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T00:00:00.000Z", + "level": 467.44724652318286, + "flow": 2.8947801073924233, + "inflow": 15.743360623942174, + "volume": 0, + "temperature": 10.497221195403121, + "precipitation": 6.27667242456134 + }, + { + "timestamp": "2026-05-26T01:00:00.000Z", + "level": 467.437698598596, + "flow": 3.7424353601968883, + "inflow": 15.780680797884628, + "volume": 0, + "temperature": 12.993799118250193, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T02:00:00.000Z", + "level": 467.4148630926535, + "flow": 3.09352201667368, + "inflow": 16.736971487657478, + "volume": 0, + "temperature": 13.359480296369584, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T03:00:00.000Z", + "level": 467.3905142469508, + "flow": 2.964950023687451, + "inflow": 17.522750852340423, + "volume": 0, + "temperature": 16.881234067967796, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T04:00:00.000Z", + "level": 467.4020285606597, + "flow": 3.720701876229417, + "inflow": 17.971558303497197, + "volume": 0, + "temperature": 17.654532332736505, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T05:00:00.000Z", + "level": 467.3994531181414, + "flow": 4.534656628092067, + "inflow": 17.34050717083075, + "volume": 0, + "temperature": 20.68113894644098, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T06:00:00.000Z", + "level": 467.41335724827627, + "flow": 4.176405842511245, + "inflow": 17.076008887850513, + "volume": 0, + "temperature": 21.154435776712475, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T07:00:00.000Z", + "level": 467.41785914519176, + "flow": 4.154559823620235, + "inflow": 18.000907061845172, + "volume": 0, + "temperature": 23.384625766876816, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T08:00:00.000Z", + "level": 467.40420867500995, + "flow": 4.483399834140167, + "inflow": 17.092481637319292, + "volume": 0, + "temperature": 25.02718497552505, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T09:00:00.000Z", + "level": 467.4154665614172, + "flow": 5.095693810998778, + "inflow": 17.63432402591744, + "volume": 0, + "temperature": 26.299696930155765, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T10:00:00.000Z", + "level": 467.4094119004907, + "flow": 5.112429009199262, + "inflow": 18.32592321208637, + "volume": 0, + "temperature": 26.083626987145863, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T11:00:00.000Z", + "level": 467.39506999990834, + "flow": 4.773905983522228, + "inflow": 19.07329577748212, + "volume": 0, + "temperature": 25.633426432598185, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T12:00:00.000Z", + "level": 467.395550994398, + "flow": 5.0239736723001425, + "inflow": 18.60032167554037, + "volume": 0, + "temperature": 25.440291359381266, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T13:00:00.000Z", + "level": 467.397326020472, + "flow": 5.654495335885661, + "inflow": 18.295260813273433, + "volume": 0, + "temperature": 23.305600660459536, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T14:00:00.000Z", + "level": 467.3870548981031, + "flow": 5.996034404759176, + "inflow": 17.93680079184777, + "volume": 0, + "temperature": 21.811455313986816, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T15:00:00.000Z", + "level": 467.3803057430939, + "flow": 5.986679520278626, + "inflow": 17.671173048415945, + "volume": 0, + "temperature": 20.913744630819608, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T16:00:00.000Z", + "level": 467.36047545683334, + "flow": 5.905517868822815, + "inflow": 17.01129605029997, + "volume": 0, + "temperature": 18.721425854880632, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T17:00:00.000Z", + "level": 467.350188235956, + "flow": 4.971020998371219, + "inflow": 17.11656209823002, + "volume": 0, + "temperature": 15.476050552131957, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T18:00:00.000Z", + "level": 467.3571847150001, + "flow": 4.583844120633012, + "inflow": 17.64214850855576, + "volume": 0, + "temperature": 14.36162872076134, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T19:00:00.000Z", + "level": 467.3428104646829, + "flow": 5.2752498575314775, + "inflow": 18.111254067095853, + "volume": 0, + "temperature": 11.40060351892402, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T20:00:00.000Z", + "level": 467.3229137585412, + "flow": 4.990361351911718, + "inflow": 17.157086526407937, + "volume": 0, + "temperature": 10.119471370007279, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T21:00:00.000Z", + "level": 467.3248152820693, + "flow": 4.255959831043599, + "inflow": 17.935450301761684, + "volume": 0, + "temperature": 10.591164447640919, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T22:00:00.000Z", + "level": 467.34901215392847, + "flow": 4.123164463328001, + "inflow": 17.146920562930127, + "volume": 0, + "temperature": 9.487079207243209, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T23:00:00.000Z", + "level": 467.33919938823703, + "flow": 3.942091447058035, + "inflow": 16.294405871222665, + "volume": 0, + "temperature": 9.684183727415892, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T00:00:00.000Z", + "level": 467.34469191859483, + "flow": 3.059574615691194, + "inflow": 16.828524843274955, + "volume": 0, + "temperature": 10.584684474211578, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T01:00:00.000Z", + "level": 467.3632044428262, + "flow": 2.9645593514985564, + "inflow": 17.22561404606764, + "volume": 0, + "temperature": 12.793506240997278, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T02:00:00.000Z", + "level": 467.3409777388269, + "flow": 3.8741592392319317, + "inflow": 17.251386730387765, + "volume": 0, + "temperature": 14.290933059544397, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T03:00:00.000Z", + "level": 467.36208023287924, + "flow": 3.2105151567762924, + "inflow": 16.721741521369747, + "volume": 0, + "temperature": 15.293950445906065, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T04:00:00.000Z", + "level": 467.3720331332819, + "flow": 2.6056046166662816, + "inflow": 16.789797397731114, + "volume": 0, + "temperature": 17.19849581759484, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T05:00:00.000Z", + "level": 467.36797241754317, + "flow": 3.33930317435926, + "inflow": 15.865860016836706, + "volume": 0, + "temperature": 19.277774163830458, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T06:00:00.000Z", + "level": 467.35686005840716, + "flow": 2.5261625440073665, + "inflow": 15.25506770884018, + "volume": 0, + "temperature": 21.822099565128788, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T07:00:00.000Z", + "level": 467.3382283664194, + "flow": 1.9453960916537745, + "inflow": 14.520749027035667, + "volume": 0, + "temperature": 24.548217729881422, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T08:00:00.000Z", + "level": 467.3413164325793, + "flow": 2.889166950929223, + "inflow": 14.298662616591793, + "volume": 0, + "temperature": 24.705288959085323, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T09:00:00.000Z", + "level": 467.35869118738503, + "flow": 2.1137220480099077, + "inflow": 14.736732314386865, + "volume": 0, + "temperature": 25.855752711037457, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T10:00:00.000Z", + "level": 467.3717719165312, + "flow": 2.8586922091587113, + "inflow": 15.482741607279923, + "volume": 0, + "temperature": 25.733542868693142, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T11:00:00.000Z", + "level": 467.353238729322, + "flow": 3.0970845277091157, + "inflow": 14.566459360606878, + "volume": 0, + "temperature": 25.96163895175726, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T12:00:00.000Z", + "level": 467.36751079638526, + "flow": 2.1967633551455767, + "inflow": 13.978199173201078, + "volume": 0, + "temperature": 24.3819937505586, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T13:00:00.000Z", + "level": 467.3838560322237, + "flow": 2.1548688210121942, + "inflow": 13.261421741727201, + "volume": 0, + "temperature": 23.831989821115428, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T14:00:00.000Z", + "level": 467.40707148227915, + "flow": 2.112649756355694, + "inflow": 14.073077363355297, + "volume": 0, + "temperature": 22.73909922118038, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T15:00:00.000Z", + "level": 467.3944699890139, + "flow": 1.4628767041642985, + "inflow": 13.350938765020413, + "volume": 0, + "temperature": 20.786176012270204, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T16:00:00.000Z", + "level": 467.408734254862, + "flow": 0.8920450351851352, + "inflow": 13.926903743333709, + "volume": 0, + "temperature": 17.083423257446402, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T17:00:00.000Z", + "level": 467.4263893652039, + "flow": 0, + "inflow": 13.988488052382852, + "volume": 0, + "temperature": 16.911745746781843, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T18:00:00.000Z", + "level": 467.4195283651833, + "flow": 0, + "inflow": 14.186055337072217, + "volume": 0, + "temperature": 14.024836089868117, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T19:00:00.000Z", + "level": 467.43214316406574, + "flow": 0, + "inflow": 13.728034500798856, + "volume": 0, + "temperature": 12.994862519812042, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T20:00:00.000Z", + "level": 467.4498873727288, + "flow": 0, + "inflow": 12.945210291053353, + "volume": 0, + "temperature": 11.902851762307575, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T21:00:00.000Z", + "level": 467.445475328759, + "flow": 0, + "inflow": 12.901740091475496, + "volume": 0, + "temperature": 10.668881633050235, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T22:00:00.000Z", + "level": 467.46115992823366, + "flow": 0.017214582150305358, + "inflow": 12.284894543053124, + "volume": 0, + "temperature": 9.336482103479941, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T23:00:00.000Z", + "level": 467.4529567491509, + "flow": 0.9561227952193598, + "inflow": 13.102990053321193, + "volume": 0, + "temperature": 10.426873857737727, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T00:00:00.000Z", + "level": 467.46714649637823, + "flow": 0.2972200343749627, + "inflow": 13.284562598824468, + "volume": 0, + "temperature": 11.799396486409048, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T01:00:00.000Z", + "level": 467.45345846130476, + "flow": 1.263316967553913, + "inflow": 12.787736071316544, + "volume": 0, + "temperature": 13.259381838797493, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T02:00:00.000Z", + "level": 467.46467552057163, + "flow": 1.9832950438755144, + "inflow": 12.989168773036681, + "volume": 0, + "temperature": 14.495165361999687, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T03:00:00.000Z", + "level": 467.44784993425804, + "flow": 2.05953483505373, + "inflow": 12.42942503361369, + "volume": 0, + "temperature": 16.181086469568566, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T04:00:00.000Z", + "level": 467.4391929123559, + "flow": 2.681406181503043, + "inflow": 12.797342857349157, + "volume": 0, + "temperature": 18.920346511653964, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T05:00:00.000Z", + "level": 467.46311213618554, + "flow": 3.1839377708874737, + "inflow": 12.264071546120883, + "volume": 0, + "temperature": 20.369213321703384, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T06:00:00.000Z", + "level": 467.44074351493606, + "flow": 2.947826183785188, + "inflow": 11.475767090218675, + "volume": 0, + "temperature": 22.493654754285867, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T07:00:00.000Z", + "level": 467.42126150638654, + "flow": 2.0407545152735795, + "inflow": 11.7930997744986, + "volume": 0, + "temperature": 22.657234734809826, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T08:00:00.000Z", + "level": 467.3990206069298, + "flow": 1.7941528946590681, + "inflow": 12.282263844564463, + "volume": 0, + "temperature": 23.99447426518482, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T09:00:00.000Z", + "level": 467.41124737678666, + "flow": 1.8272601650839913, + "inflow": 11.920012900913946, + "volume": 0, + "temperature": 24.92740861211384, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T10:00:00.000Z", + "level": 467.4039003890582, + "flow": 1.4472870650256384, + "inflow": 11.708679970473458, + "volume": 0, + "temperature": 25.008083277813547, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T11:00:00.000Z", + "level": 467.4285509716914, + "flow": 0.6405095062341908, + "inflow": 11.964711310724647, + "volume": 0, + "temperature": 25.113520757819103, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T12:00:00.000Z", + "level": 467.4353518983933, + "flow": 0.41475388763750987, + "inflow": 11.585386292206703, + "volume": 0, + "temperature": 25.889349853996354, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T13:00:00.000Z", + "level": 467.4177132178447, + "flow": 0.4587210298825952, + "inflow": 11.321857228381857, + "volume": 0, + "temperature": 23.6813867745753, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T14:00:00.000Z", + "level": 467.4418416819593, + "flow": 1.0487340903738507, + "inflow": 11.498511483925725, + "volume": 0, + "temperature": 22.226714950226658, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T15:00:00.000Z", + "level": 467.43018992667595, + "flow": 1.8411960284700908, + "inflow": 10.65686212062877, + "volume": 0, + "temperature": 20.314335007609426, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T16:00:00.000Z", + "level": 467.43962098338994, + "flow": 1.5488823374289686, + "inflow": 10.176013488516025, + "volume": 0, + "temperature": 18.75640726631758, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T17:00:00.000Z", + "level": 467.4295328454841, + "flow": 0.9562154891707819, + "inflow": 10.80981439124881, + "volume": 0, + "temperature": 16.01259922536677, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T18:00:00.000Z", + "level": 467.4495559187479, + "flow": 0, + "inflow": 10.87952903798443, + "volume": 0, + "temperature": 13.427392093879536, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T19:00:00.000Z", + "level": 467.4600269129811, + "flow": 0.6437637421431703, + "inflow": 11.101112848947949, + "volume": 0, + "temperature": 11.848678372028678, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T20:00:00.000Z", + "level": 467.4448372882941, + "flow": 1.006067481330589, + "inflow": 11.241408128684618, + "volume": 0, + "temperature": 11.19042966264453, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T21:00:00.000Z", + "level": 467.44259139043055, + "flow": 0.8448649646127655, + "inflow": 11.35585037423895, + "volume": 0, + "temperature": 11.102982582695919, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T22:00:00.000Z", + "level": 467.4411358692691, + "flow": 0.42660807166383075, + "inflow": 10.531861016895029, + "volume": 0, + "temperature": 10.68325881744617, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T23:00:00.000Z", + "level": 467.45062416120413, + "flow": 0.8235926477284039, + "inflow": 10.198294909142968, + "volume": 0, + "temperature": 10.338433757095908, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T00:00:00.000Z", + "level": 467.4402736465705, + "flow": 0.6255685403196054, + "inflow": 10.034110166876205, + "volume": 0, + "temperature": 11.864140750220109, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T01:00:00.000Z", + "level": 467.45746604518285, + "flow": 1.0419984834084302, + "inflow": 10.713689599667036, + "volume": 0, + "temperature": 12.013784620074372, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T02:00:00.000Z", + "level": 467.46477608724956, + "flow": 1.3701555424697585, + "inflow": 11.126644104937416, + "volume": 0, + "temperature": 14.365720389709331, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T03:00:00.000Z", + "level": 467.4665241893624, + "flow": 2.05581443496655, + "inflow": 10.184204631175412, + "volume": 0, + "temperature": 15.209982275016863, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T04:00:00.000Z", + "level": 467.4694952679871, + "flow": 2.9184644929053682, + "inflow": 9.731801541106249, + "volume": 0, + "temperature": 18.59179448780983, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T05:00:00.000Z", + "level": 467.4776378788769, + "flow": 2.0466481920331043, + "inflow": 9.037024438697157, + "volume": 0, + "temperature": 20.84976978532297, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T06:00:00.000Z", + "level": 467.47901099867676, + "flow": 1.8210110289030332, + "inflow": 8.553092813520315, + "volume": 0, + "temperature": 22.986862027314917, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T07:00:00.000Z", + "level": 467.4656133104653, + "flow": 2.5993494784302236, + "inflow": 8.090671780021497, + "volume": 0, + "temperature": 24.45980118893283, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T08:00:00.000Z", + "level": 467.44690370068366, + "flow": 1.7422528386740765, + "inflow": 8.058203052836738, + "volume": 0, + "temperature": 25.09766876722091, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T09:00:00.000Z", + "level": 467.4568739234795, + "flow": 1.379793954368528, + "inflow": 7.547140397252797, + "volume": 0, + "temperature": 25.215639898918027, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T10:00:00.000Z", + "level": 467.4623362980339, + "flow": 1.903195265989595, + "inflow": 6.870154999615554, + "volume": 0, + "temperature": 25.83366121108559, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T11:00:00.000Z", + "level": 467.45397594192974, + "flow": 1.728305580697266, + "inflow": 6.9818406806830975, + "volume": 0, + "temperature": 24.90944722962208, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T12:00:00.000Z", + "level": 467.4467896720574, + "flow": 1.9643364054248758, + "inflow": 6.449784348028073, + "volume": 0, + "temperature": 25.07392630998511, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T13:00:00.000Z", + "level": 467.45117477768866, + "flow": 2.3861896755012846, + "inflow": 6.966889183963329, + "volume": 0, + "temperature": 23.07425788290098, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T14:00:00.000Z", + "level": 467.4485313352791, + "flow": 2.864649754258853, + "inflow": 6.365242758485628, + "volume": 0, + "temperature": 22.393799670748308, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T15:00:00.000Z", + "level": 467.4482226935428, + "flow": 2.612695326467141, + "inflow": 6.154958589427961, + "volume": 0, + "temperature": 20.40838723832608, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T16:00:00.000Z", + "level": 467.4498465909155, + "flow": 2.3949622623107567, + "inflow": 6.924817440510495, + "volume": 0, + "temperature": 17.06466192084514, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T17:00:00.000Z", + "level": 467.4412531321132, + "flow": 2.053593515935781, + "inflow": 6.4812460297633026, + "volume": 0, + "temperature": 16.452573137548793, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T18:00:00.000Z", + "level": 467.4401753337979, + "flow": 1.325125401706864, + "inflow": 6.973211299674604, + "volume": 0, + "temperature": 14.82532282516285, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T19:00:00.000Z", + "level": 467.435028875764, + "flow": 0.7428942810154222, + "inflow": 6.09383545418846, + "volume": 0, + "temperature": 11.861374765455933, + "precipitation": 0.07919619889869556 + }, + { + "timestamp": "2026-05-29T20:00:00.000Z", + "level": 467.4395577843348, + "flow": 1.024737203073499, + "inflow": 6.855699120454588, + "volume": 0, + "temperature": 11.033754430587827, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T21:00:00.000Z", + "level": 467.4221607419263, + "flow": 1.2328761889625395, + "inflow": 6.3315188280076224, + "volume": 0, + "temperature": 10.937274944242763, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T22:00:00.000Z", + "level": 467.419570841586, + "flow": 0.9643992128557333, + "inflow": 5.397516226863886, + "volume": 0, + "temperature": 10.00605782400767, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T23:00:00.000Z", + "level": 467.4277489973203, + "flow": 1.878874707884195, + "inflow": 4.7663126833757925, + "volume": 0, + "temperature": 11.107048090448307, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T00:00:00.000Z", + "level": 467.44449184550234, + "flow": 1.3337338037379225, + "inflow": 4.5204381732533, + "volume": 0, + "temperature": 10.784171624879043, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T01:00:00.000Z", + "level": 467.44806844130903, + "flow": 0.4789802152894831, + "inflow": 5.503849363559542, + "volume": 0, + "temperature": 11.8705971893724, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T02:00:00.000Z", + "level": 467.4348348702634, + "flow": 0, + "inflow": 5.872836403878869, + "volume": 0, + "temperature": 14.654554934036804, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T03:00:00.000Z", + "level": 467.4490761181501, + "flow": 0.7018020144128779, + "inflow": 5.614832330729115, + "volume": 0, + "temperature": 16.735657444122932, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T04:00:00.000Z", + "level": 467.4566020320265, + "flow": 0.02437298961290779, + "inflow": 6.208824150287136, + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 + }, { "timestamp": "2026-05-30T05:00:00.000Z", "level": 467.48, "flow": 0.9, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-05-31T05:00:00.000Z", "level": 467.44, "flow": 0.9, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-06-01T05:00:00.000Z", "level": 467.47, "flow": 0.9, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-06-02T05:00:00.000Z", "level": 467.54, "flow": 0.7, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-06-03T05:00:00.000Z", "level": 467.58, "flow": 0.7, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-06-04T05:00:00.000Z", "level": 467.6, "flow": 0.7, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-06-04T21:00:00.000Z", "level": 467.66, "flow": 0.7, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-06-04T22:00:00.000Z", "level": 467.66, "flow": 0.7, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-06-04T23:00:00.000Z", "level": 467.67, "flow": 0.7, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-06-05T00:00:00.000Z", "level": 467.67, "flow": 0.7, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-06-05T01:00:00.000Z", "level": 467.68, "flow": 0.7, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-06-05T02:00:00.000Z", "level": 467.68, "flow": 0.7, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-06-05T03:00:00.000Z", "level": 467.68, "flow": 0.7, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-06-05T04:00:00.000Z", "level": 467.68, "flow": 0.7, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-06-05T05:00:00.000Z", "level": 467.68, "flow": 0.7, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-06-05T06:00:00.000Z", "level": 467.69, "flow": 0.7, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-06-05T07:00:00.000Z", "level": 467.69, "flow": 0.7, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-06-05T08:00:00.000Z", "level": 467.69, "flow": 0.7, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-06-05T09:00:00.000Z", "level": 467.69, "flow": 0.7, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-06-05T10:00:00.000Z", "level": 467.7, "flow": 0.7, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-06-05T11:00:00.000Z", "level": 467.7, "flow": 0.7, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-06-05T12:00:00.000Z", "level": 467.7, "flow": 0.7, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-06-05T13:00:00.000Z", "level": 467.7, "flow": 0.7, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-06-05T14:00:00.000Z", "level": 467.71, "flow": 0.7, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-06-05T15:00:00.000Z", "level": 467.71, "flow": 0.7, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-06-05T16:00:00.000Z", "level": 467.71, "flow": 0.7, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-06-05T17:00:00.000Z", "level": 467.71, "flow": 0.7, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-06-05T18:00:00.000Z", "level": 467.71, "flow": 0.7, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-06-05T19:00:00.000Z", "level": 467.72, "flow": 0.7, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-06-05T20:00:00.000Z", "level": 467.72, "flow": 0.7, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 }, { "timestamp": "2026-06-05T20:10:00.000Z", "level": 467.72, + "flow": 0.7, + "inflow": 0, + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:20:00.000Z", + "level": 467.72, + "flow": 0.7, + "inflow": 0, + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:30:00.000Z", + "level": 467.72, + "flow": 0.7, + "inflow": 0, + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:40:00.000Z", + "level": 467.72, + "flow": 0.7, + "inflow": 0, + "volume": 0, + "temperature": 18.486487839825145, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:50:00.000Z", + "level": 467.72, "flow": 0, "inflow": 2.88, - "volume": 26.49 + "volume": 26.49, + "temperature": 14.4, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/MZHR.json b/public/data/MZHR.json index a2c9d58..ff06ffb 100644 --- a/public/data/MZHR.json +++ b/public/data/MZHR.json @@ -1,219 +1,6797 @@ [ + { + "timestamp": "2026-04-30T05:00:00.000Z", + "level": 352.92510169523416, + "flow": 11.232372107779366, + "inflow": 5.601447338686647, + "volume": 0, + "temperature": 19.45684774654053, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T06:00:00.000Z", + "level": 352.91235379547845, + "flow": 12.134607689841609, + "inflow": 5.680506052757918, + "volume": 0, + "temperature": 21.137611777757947, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T07:00:00.000Z", + "level": 352.89106447419107, + "flow": 11.583078639913586, + "inflow": 5.756512854681763, + "volume": 0, + "temperature": 23.002643339216462, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T08:00:00.000Z", + "level": 352.8856674878526, + "flow": 10.738755288378538, + "inflow": 6.133614223854256, + "volume": 0, + "temperature": 24.28471599149905, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T09:00:00.000Z", + "level": 352.8956183092124, + "flow": 10.294781119188485, + "inflow": 6.227684533465043, + "volume": 0, + "temperature": 25.086833978247153, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T10:00:00.000Z", + "level": 352.9131611527326, + "flow": 10.87803634785218, + "inflow": 5.735913865933519, + "volume": 0, + "temperature": 25.435362959315114, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T11:00:00.000Z", + "level": 352.89993260080456, + "flow": 10.095157091794785, + "inflow": 6.161521444725425, + "volume": 0, + "temperature": 26.285063656048813, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T12:00:00.000Z", + "level": 352.9090253851179, + "flow": 9.434265907030666, + "inflow": 6.672824218202105, + "volume": 0, + "temperature": 24.51135275008544, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T13:00:00.000Z", + "level": 352.89351108992093, + "flow": 8.99389481825085, + "inflow": 6.298480859426247, + "volume": 0, + "temperature": 23.287170155310072, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T14:00:00.000Z", + "level": 352.8966790714355, + "flow": 9.577056112692198, + "inflow": 5.520280776008739, + "volume": 0, + "temperature": 22.151326330481393, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T15:00:00.000Z", + "level": 352.91524271138604, + "flow": 8.73446742351898, + "inflow": 4.812410514531816, + "volume": 0, + "temperature": 21.00055831861586, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T16:00:00.000Z", + "level": 352.900278290635, + "flow": 8.220293045882364, + "inflow": 4.7836499482713055, + "volume": 0, + "temperature": 17.67590098508908, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T17:00:00.000Z", + "level": 352.89287348188867, + "flow": 7.826520399572241, + "inflow": 4.1550386742337, + "volume": 0, + "temperature": 15.65522937594723, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T18:00:00.000Z", + "level": 352.9164230256891, + "flow": 7.252762830350818, + "inflow": 3.8402664498604295, + "volume": 0, + "temperature": 13.569893356996591, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T19:00:00.000Z", + "level": 352.89899747100327, + "flow": 6.945740221884138, + "inflow": 4.6909097443359276, + "volume": 0, + "temperature": 12.235412901356252, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T20:00:00.000Z", + "level": 352.8847282773494, + "flow": 7.006604999259878, + "inflow": 4.409290175779613, + "volume": 0, + "temperature": 11.244149163981211, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T21:00:00.000Z", + "level": 352.8900772279781, + "flow": 7.576425743621861, + "inflow": 3.4780830807505985, + "volume": 0, + "temperature": 9.97845732831905, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T22:00:00.000Z", + "level": 352.91131301960235, + "flow": 6.641637184968287, + "inflow": 3.751261008190469, + "volume": 0, + "temperature": 10.602161901177404, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T23:00:00.000Z", + "level": 352.9022094443504, + "flow": 7.505180332070232, + "inflow": 3.1381722946291597, + "volume": 0, + "temperature": 11.120283630545966, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T00:00:00.000Z", + "level": 352.91595280503793, + "flow": 7.223504800761233, + "inflow": 2.435875974006729, + "volume": 0, + "temperature": 11.789305601769112, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T01:00:00.000Z", + "level": 352.8993625809706, + "flow": 6.281189265985493, + "inflow": 3.363468573932409, + "volume": 0, + "temperature": 11.684836383246504, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T02:00:00.000Z", + "level": 352.9231558129442, + "flow": 5.912506338989773, + "inflow": 2.553409668491603, + "volume": 0, + "temperature": 13.440867815664056, + "precipitation": 14.040150341913755 + }, + { + "timestamp": "2026-05-01T03:00:00.000Z", + "level": 352.9317638956155, + "flow": 5.502017033937776, + "inflow": 3.237604994158209, + "volume": 0, + "temperature": 15.397130226148896, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T04:00:00.000Z", + "level": 352.9232267354795, + "flow": 6.255891331936983, + "inflow": 2.568648861942266, + "volume": 0, + "temperature": 18.628278700676365, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T05:00:00.000Z", + "level": 352.91125194842766, + "flow": 6.209786427063975, + "inflow": 2.4785989514102473, + "volume": 0, + "temperature": 20.28069110944669, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T06:00:00.000Z", + "level": 352.9236609900029, + "flow": 6.319555842048291, + "inflow": 3.2273589199200634, + "volume": 0, + "temperature": 22.11940949372745, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T07:00:00.000Z", + "level": 352.90102832381046, + "flow": 5.647955513022623, + "inflow": 2.3746015151839273, + "volume": 0, + "temperature": 23.505086682729004, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T08:00:00.000Z", + "level": 352.902361460714, + "flow": 6.234108161470283, + "inflow": 1.5591597524316572, + "volume": 0, + "temperature": 24.07757577143125, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T09:00:00.000Z", + "level": 352.9083413751527, + "flow": 5.909471099284353, + "inflow": 1.790826396799468, + "volume": 0, + "temperature": 26.666878701971033, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T10:00:00.000Z", + "level": 352.9098535453213, + "flow": 6.461921114116136, + "inflow": 2.195044342873153, + "volume": 0, + "temperature": 25.95223730676061, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T11:00:00.000Z", + "level": 352.8978469540467, + "flow": 5.843657015200318, + "inflow": 3.129444310654666, + "volume": 0, + "temperature": 25.937862981777993, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T12:00:00.000Z", + "level": 352.89893624430215, + "flow": 5.555368999974017, + "inflow": 3.6431889324566797, + "volume": 0, + "temperature": 24.65030012114478, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T13:00:00.000Z", + "level": 352.8981048843081, + "flow": 5.093859545068456, + "inflow": 4.582286999482887, + "volume": 0, + "temperature": 23.212967759966237, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T14:00:00.000Z", + "level": 352.8916771968962, + "flow": 5.21738731322527, + "inflow": 5.511678896005643, + "volume": 0, + "temperature": 22.100969570955996, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T15:00:00.000Z", + "level": 352.91212373258975, + "flow": 5.540757548180901, + "inflow": 4.939459635074562, + "volume": 0, + "temperature": 19.463357412970062, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T16:00:00.000Z", + "level": 352.9287993722344, + "flow": 6.21374429258798, + "inflow": 4.261984698654937, + "volume": 0, + "temperature": 18.51998139052147, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T17:00:00.000Z", + "level": 352.92304943367185, + "flow": 6.554685510140343, + "inflow": 4.133842735462293, + "volume": 0, + "temperature": 15.270293977810422, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T18:00:00.000Z", + "level": 352.91643413525145, + "flow": 6.460097795460122, + "inflow": 4.017512913564984, + "volume": 0, + "temperature": 14.585043757035272, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T19:00:00.000Z", + "level": 352.8968074760242, + "flow": 5.677025546972446, + "inflow": 4.141848097954764, + "volume": 0, + "temperature": 11.922748087246944, + "precipitation": 0.9477955289635132 + }, + { + "timestamp": "2026-05-01T20:00:00.000Z", + "level": 352.909968757816, + "flow": 5.1115284604655224, + "inflow": 3.357285733195785, + "volume": 0, + "temperature": 10.400322484106738, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T21:00:00.000Z", + "level": 352.9015711031902, + "flow": 5.510043007729959, + "inflow": 2.7226809893055264, + "volume": 0, + "temperature": 9.741928059325396, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T22:00:00.000Z", + "level": 352.90118454767656, + "flow": 5.940701858893069, + "inflow": 3.2476617822284974, + "volume": 0, + "temperature": 10.653401133104527, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T23:00:00.000Z", + "level": 352.9173582207374, + "flow": 5.83951790841612, + "inflow": 2.973012397896413, + "volume": 0, + "temperature": 9.991385645553434, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T00:00:00.000Z", + "level": 352.93454675718124, + "flow": 6.113268912746883, + "inflow": 3.5113705497064567, + "volume": 0, + "temperature": 10.702149185412102, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T01:00:00.000Z", + "level": 352.919464006713, + "flow": 6.417100378151094, + "inflow": 3.2523871266921764, + "volume": 0, + "temperature": 12.833711753054628, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T02:00:00.000Z", + "level": 352.9207070680968, + "flow": 6.376783281888052, + "inflow": 2.6762793367326467, + "volume": 0, + "temperature": 13.528620338696658, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T03:00:00.000Z", + "level": 352.8978218017145, + "flow": 5.552100499708508, + "inflow": 2.0783172402497234, + "volume": 0, + "temperature": 15.319716560652786, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T04:00:00.000Z", + "level": 352.8789082879304, + "flow": 5.64619578142863, + "inflow": 2.597143323800226, + "volume": 0, + "temperature": 18.413421621370478, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T05:00:00.000Z", + "level": 352.9007646293762, + "flow": 5.794977332314556, + "inflow": 3.239177778780319, + "volume": 0, + "temperature": 19.689104461758685, + "precipitation": 8.364281491168086 + }, + { + "timestamp": "2026-05-02T06:00:00.000Z", + "level": 352.9185072849512, + "flow": 5.9638596238662505, + "inflow": 2.924021103729555, + "volume": 0, + "temperature": 21.81069095002932, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T07:00:00.000Z", + "level": 352.92607000178623, + "flow": 6.242532049187329, + "inflow": 3.0416252496214953, + "volume": 0, + "temperature": 24.31969090490634, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T08:00:00.000Z", + "level": 352.9225239766783, + "flow": 6.7030711511905885, + "inflow": 2.051407525192888, + "volume": 0, + "temperature": 24.0467311200209, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T09:00:00.000Z", + "level": 352.93481604876024, + "flow": 7.332981300708344, + "inflow": 2.7939838125650325, + "volume": 0, + "temperature": 26.698686211024146, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T10:00:00.000Z", + "level": 352.9563164417538, + "flow": 7.5304828612300465, + "inflow": 2.911181080578827, + "volume": 0, + "temperature": 26.351426577109656, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T11:00:00.000Z", + "level": 352.97348155263904, + "flow": 7.770240281137879, + "inflow": 3.595860736814827, + "volume": 0, + "temperature": 25.436601989126817, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T12:00:00.000Z", + "level": 352.98338795432426, + "flow": 7.870646022131188, + "inflow": 4.263892172160286, + "volume": 0, + "temperature": 24.24692102514269, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T13:00:00.000Z", + "level": 352.9856315802411, + "flow": 7.621156704801062, + "inflow": 3.4728114456816535, + "volume": 0, + "temperature": 23.890468568673757, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T14:00:00.000Z", + "level": 352.988725717325, + "flow": 8.374507909684974, + "inflow": 2.5097404374701946, + "volume": 0, + "temperature": 22.816983520081685, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T15:00:00.000Z", + "level": 352.9927924949492, + "flow": 8.836029493109345, + "inflow": 1.7705773594324663, + "volume": 0, + "temperature": 20.123899201535657, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T16:00:00.000Z", + "level": 353.0140518897699, + "flow": 9.056024044584321, + "inflow": 2.30918297865772, + "volume": 0, + "temperature": 18.2148305527039, + "precipitation": 8.083850526767307 + }, + { + "timestamp": "2026-05-02T17:00:00.000Z", + "level": 353.00128456482315, + "flow": 9.893486806342871, + "inflow": 2.9794913305115074, + "volume": 0, + "temperature": 15.284405866125123, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T18:00:00.000Z", + "level": 352.990840265403, + "flow": 10.866184464955076, + "inflow": 2.7911699355579938, + "volume": 0, + "temperature": 14.99064485608439, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T19:00:00.000Z", + "level": 353.00595450955285, + "flow": 10.754502424140748, + "inflow": 2.05522104241416, + "volume": 0, + "temperature": 12.317885636560492, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T20:00:00.000Z", + "level": 352.98408060838653, + "flow": 11.450016983728737, + "inflow": 2.5781662191380805, + "volume": 0, + "temperature": 10.100311659832814, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T21:00:00.000Z", + "level": 352.9729051443404, + "flow": 10.853211266384072, + "inflow": 1.9385185820660982, + "volume": 0, + "temperature": 11.101305441050826, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T22:00:00.000Z", + "level": 352.9558697767711, + "flow": 10.624655828021984, + "inflow": 2.541784470407982, + "volume": 0, + "temperature": 9.077090416493837, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T23:00:00.000Z", + "level": 352.957021386492, + "flow": 11.010882671777326, + "inflow": 1.7672152349583148, + "volume": 0, + "temperature": 10.34882775320491, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T00:00:00.000Z", + "level": 352.9367215849673, + "flow": 10.975530846834221, + "inflow": 2.5969024814079242, + "volume": 0, + "temperature": 10.60971457565071, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T01:00:00.000Z", + "level": 352.93768010417455, + "flow": 11.30853013603768, + "inflow": 1.8497530271332208, + "volume": 0, + "temperature": 12.868290666727235, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T02:00:00.000Z", + "level": 352.9394294571841, + "flow": 11.87094619508678, + "inflow": 1.6700083438973738, + "volume": 0, + "temperature": 13.864851418288978, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T03:00:00.000Z", + "level": 352.922410647786, + "flow": 11.769568874919967, + "inflow": 2.4115214817876334, + "volume": 0, + "temperature": 16.28062890447113, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T04:00:00.000Z", + "level": 352.91465931810785, + "flow": 12.4621338551698, + "inflow": 2.474491413170573, + "volume": 0, + "temperature": 18.212244903884685, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T05:00:00.000Z", + "level": 352.9373503870964, + "flow": 12.84888837589254, + "inflow": 2.572658781599961, + "volume": 0, + "temperature": 20.936289314915847, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T06:00:00.000Z", + "level": 352.91676056129336, + "flow": 12.661062971450814, + "inflow": 2.45610619070221, + "volume": 0, + "temperature": 22.60045604195538, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T07:00:00.000Z", + "level": 352.9020490901867, + "flow": 12.078964678396758, + "inflow": 3.113289083305662, + "volume": 0, + "temperature": 24.036920193686502, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T08:00:00.000Z", + "level": 352.9050326680987, + "flow": 11.597534712304745, + "inflow": 3.9799292075731367, + "volume": 0, + "temperature": 25.272737393587626, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T09:00:00.000Z", + "level": 352.91950134326294, + "flow": 11.964291931096056, + "inflow": 3.0275958494431308, + "volume": 0, + "temperature": 26.65246445703566, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T10:00:00.000Z", + "level": 352.9061659664721, + "flow": 12.771293637253624, + "inflow": 3.547335267225828, + "volume": 0, + "temperature": 25.83825763367254, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T11:00:00.000Z", + "level": 352.90445654291926, + "flow": 12.41704712280737, + "inflow": 3.3084339547514183, + "volume": 0, + "temperature": 25.862592366198616, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T12:00:00.000Z", + "level": 352.92224266412694, + "flow": 12.212949755733074, + "inflow": 4.032772577776244, + "volume": 0, + "temperature": 25.697886680312855, + "precipitation": 12.759457383400344 + }, + { + "timestamp": "2026-05-03T13:00:00.000Z", + "level": 352.9037008250527, + "flow": 12.948829281832406, + "inflow": 3.808113280276367, + "volume": 0, + "temperature": 24.24259272178356, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T14:00:00.000Z", + "level": 352.90962550886326, + "flow": 12.653155894068254, + "inflow": 4.114803827145943, + "volume": 0, + "temperature": 21.566601849731107, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T15:00:00.000Z", + "level": 352.92046951706664, + "flow": 11.702734054685006, + "inflow": 3.4371384972583763, + "volume": 0, + "temperature": 20.483224377353718, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T16:00:00.000Z", + "level": 352.8988311229345, + "flow": 10.855974076337928, + "inflow": 2.9757131746780723, + "volume": 0, + "temperature": 17.5441059480662, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T17:00:00.000Z", + "level": 352.9221830692561, + "flow": 11.332441073241172, + "inflow": 2.4169335653277964, + "volume": 0, + "temperature": 15.586993950909527, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T18:00:00.000Z", + "level": 352.9295041525351, + "flow": 11.073391046390322, + "inflow": 1.7519616933818796, + "volume": 0, + "temperature": 13.453437598722443, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T19:00:00.000Z", + "level": 352.90700755834973, + "flow": 10.52100447214973, + "inflow": 1.0103805109566135, + "volume": 0, + "temperature": 12.870808251141074, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T20:00:00.000Z", + "level": 352.9286059316051, + "flow": 10.488225292089245, + "inflow": 0.6951174212243187, + "volume": 0, + "temperature": 10.263775094793914, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T21:00:00.000Z", + "level": 352.93367792854116, + "flow": 10.699304569038555, + "inflow": 1.6285776470731381, + "volume": 0, + "temperature": 9.542257594150653, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T22:00:00.000Z", + "level": 352.9182281603549, + "flow": 10.916180373374885, + "inflow": 0.8747361767480384, + "volume": 0, + "temperature": 9.848167276554001, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T23:00:00.000Z", + "level": 352.924786279713, + "flow": 11.132996566214713, + "inflow": 1.0135786808374188, + "volume": 0, + "temperature": 10.73967008385399, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T00:00:00.000Z", + "level": 352.92061432557995, + "flow": 11.417353466007352, + "inflow": 1.4678701333753557, + "volume": 0, + "temperature": 10.428985939881558, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T01:00:00.000Z", + "level": 352.9031941307762, + "flow": 10.565600464910684, + "inflow": 2.0328771013767364, + "volume": 0, + "temperature": 12.063869218969446, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T02:00:00.000Z", + "level": 352.87878475470325, + "flow": 11.148439676994034, + "inflow": 2.5756894608045493, + "volume": 0, + "temperature": 14.275703971087474, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T03:00:00.000Z", + "level": 352.87634713679995, + "flow": 10.37312927561505, + "inflow": 3.5387092081001597, + "volume": 0, + "temperature": 15.023449557867057, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T04:00:00.000Z", + "level": 352.8877778242168, + "flow": 9.877739634870263, + "inflow": 4.189051710903944, + "volume": 0, + "temperature": 18.239428307985797, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T05:00:00.000Z", + "level": 352.87599754212414, + "flow": 10.49530413206805, + "inflow": 4.826134535884435, + "volume": 0, + "temperature": 20.429162683834782, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T06:00:00.000Z", + "level": 352.8676537331095, + "flow": 10.943135624411024, + "inflow": 5.098677801338981, + "volume": 0, + "temperature": 21.112052990580096, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T07:00:00.000Z", + "level": 352.89006760016974, + "flow": 11.446562760732833, + "inflow": 5.10144982236196, + "volume": 0, + "temperature": 23.969986933315834, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T08:00:00.000Z", + "level": 352.8975349303238, + "flow": 12.185707987435826, + "inflow": 5.8328287699583665, + "volume": 0, + "temperature": 25.709429737944397, + "precipitation": 3.7911814761079565 + }, + { + "timestamp": "2026-05-04T09:00:00.000Z", + "level": 352.88348318435544, + "flow": 12.67340322335132, + "inflow": 5.167745522474448, + "volume": 0, + "temperature": 25.59938479209841, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T10:00:00.000Z", + "level": 352.90820680129, + "flow": 12.08059728323599, + "inflow": 5.737212115624063, + "volume": 0, + "temperature": 26.95942817973666, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T11:00:00.000Z", + "level": 352.8845840951327, + "flow": 12.338147007480272, + "inflow": 5.06181890533197, + "volume": 0, + "temperature": 24.928445096454034, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T12:00:00.000Z", + "level": 352.89948454832836, + "flow": 11.650336021106906, + "inflow": 5.503343726883983, + "volume": 0, + "temperature": 24.547925203856323, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T13:00:00.000Z", + "level": 352.8856508678628, + "flow": 11.314993304771916, + "inflow": 5.003630108756697, + "volume": 0, + "temperature": 23.804302399438548, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T14:00:00.000Z", + "level": 352.87224295363484, + "flow": 10.393809163611714, + "inflow": 5.548510965465251, + "volume": 0, + "temperature": 21.22838024374796, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T15:00:00.000Z", + "level": 352.85699760468464, + "flow": 10.242388557067981, + "inflow": 5.2582725922179705, + "volume": 0, + "temperature": 20.09158577088155, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T16:00:00.000Z", + "level": 352.85940327788285, + "flow": 9.625382516148626, + "inflow": 4.692884042130527, + "volume": 0, + "temperature": 17.342371829303527, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T17:00:00.000Z", + "level": 352.85137732059786, + "flow": 8.927780952770425, + "inflow": 4.732860390536195, + "volume": 0, + "temperature": 16.55356004108283, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T18:00:00.000Z", + "level": 352.8418218627255, + "flow": 9.150968919494622, + "inflow": 4.668378808267066, + "volume": 0, + "temperature": 13.972306856811404, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T19:00:00.000Z", + "level": 352.8352215056793, + "flow": 9.680595165316525, + "inflow": 4.092867274194051, + "volume": 0, + "temperature": 12.471983150951047, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T20:00:00.000Z", + "level": 352.8171621885653, + "flow": 10.046138650489796, + "inflow": 3.1548242858230857, + "volume": 0, + "temperature": 11.17830801782565, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T21:00:00.000Z", + "level": 352.8275119845037, + "flow": 10.816825960747952, + "inflow": 3.9270336214641905, + "volume": 0, + "temperature": 10.005866812785708, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T22:00:00.000Z", + "level": 352.8348316801293, + "flow": 11.144653328576076, + "inflow": 3.5745952595541857, + "volume": 0, + "temperature": 10.629987964277156, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T23:00:00.000Z", + "level": 352.85190449225587, + "flow": 10.679753340408885, + "inflow": 3.8011992575075566, + "volume": 0, + "temperature": 9.681884030862559, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T00:00:00.000Z", + "level": 352.8506293188289, + "flow": 11.65471528226556, + "inflow": 3.9824088389558674, + "volume": 0, + "temperature": 11.327030884725154, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T01:00:00.000Z", + "level": 352.8658736383683, + "flow": 11.389947944940056, + "inflow": 4.033430674339593, + "volume": 0, + "temperature": 12.398698984262321, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T02:00:00.000Z", + "level": 352.85175494601424, + "flow": 11.41928366991155, + "inflow": 3.3017179960103773, + "volume": 0, + "temperature": 14.892013042662136, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T03:00:00.000Z", + "level": 352.8268437172688, + "flow": 10.650920548581553, + "inflow": 2.684488099574913, + "volume": 0, + "temperature": 16.481068784350335, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T04:00:00.000Z", + "level": 352.83032323237785, + "flow": 10.018339122266077, + "inflow": 2.052120386059643, + "volume": 0, + "temperature": 17.26941332555885, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T05:00:00.000Z", + "level": 352.82002206248416, + "flow": 9.422576216469718, + "inflow": 1.9455062831237098, + "volume": 0, + "temperature": 21.003653198047168, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T06:00:00.000Z", + "level": 352.8156416807527, + "flow": 8.91021817029495, + "inflow": 1.6638977128072763, + "volume": 0, + "temperature": 22.569085439201224, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T07:00:00.000Z", + "level": 352.8290211555244, + "flow": 8.504614363796207, + "inflow": 2.3024886085256386, + "volume": 0, + "temperature": 23.709760966542316, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T08:00:00.000Z", + "level": 352.8164617860286, + "flow": 8.327936227324955, + "inflow": 1.720301048758862, + "volume": 0, + "temperature": 25.50976731142865, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T09:00:00.000Z", + "level": 352.82759294045354, + "flow": 8.95095242416592, + "inflow": 1.7870510981474124, + "volume": 0, + "temperature": 26.117218512224866, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T10:00:00.000Z", + "level": 352.81935000694676, + "flow": 9.397568201455945, + "inflow": 1.9617486115972875, + "volume": 0, + "temperature": 25.34492105306425, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T11:00:00.000Z", + "level": 352.84075517912396, + "flow": 9.005369293699133, + "inflow": 2.2219257480886654, + "volume": 0, + "temperature": 26.289429781618335, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T12:00:00.000Z", + "level": 352.8546089295503, + "flow": 8.676484928276473, + "inflow": 2.432910224031119, + "volume": 0, + "temperature": 24.736058143937143, + "precipitation": 8.518257762399472 + }, + { + "timestamp": "2026-05-05T13:00:00.000Z", + "level": 352.87119224325477, + "flow": 8.390122390139572, + "inflow": 1.7198423749011909, + "volume": 0, + "temperature": 23.761740469034702, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T14:00:00.000Z", + "level": 352.8533862154715, + "flow": 8.930266162865564, + "inflow": 2.6641962171604536, + "volume": 0, + "temperature": 21.66104720109058, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T15:00:00.000Z", + "level": 352.82948445596605, + "flow": 9.455666639261946, + "inflow": 2.638311047244188, + "volume": 0, + "temperature": 19.597616987270175, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T16:00:00.000Z", + "level": 352.8515701528478, + "flow": 8.846128108905036, + "inflow": 2.0744284497417143, + "volume": 0, + "temperature": 18.5522806306909, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T17:00:00.000Z", + "level": 352.8653596531378, + "flow": 8.858113226942844, + "inflow": 2.3008559712151992, + "volume": 0, + "temperature": 15.892695292969107, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T18:00:00.000Z", + "level": 352.87206819041904, + "flow": 9.778264271132215, + "inflow": 3.193018686928646, + "volume": 0, + "temperature": 13.371804811254773, + "precipitation": 9.1941856374774 + }, + { + "timestamp": "2026-05-05T19:00:00.000Z", + "level": 352.85806086578447, + "flow": 9.35337873511962, + "inflow": 2.515780066595042, + "volume": 0, + "temperature": 12.718818384689797, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T20:00:00.000Z", + "level": 352.85123066024437, + "flow": 9.773788720081217, + "inflow": 2.0054522118395983, + "volume": 0, + "temperature": 11.414846458623469, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T21:00:00.000Z", + "level": 352.84035657312114, + "flow": 9.608886807374088, + "inflow": 1.8776186788127722, + "volume": 0, + "temperature": 9.774137023968317, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T22:00:00.000Z", + "level": 352.8286511012626, + "flow": 9.578333172451778, + "inflow": 1.4133982710001427, + "volume": 0, + "temperature": 10.909771750347144, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T23:00:00.000Z", + "level": 352.8120088116035, + "flow": 8.864659942373544, + "inflow": 1.619981432014765, + "volume": 0, + "temperature": 9.794016222093166, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T00:00:00.000Z", + "level": 352.81198472048305, + "flow": 9.592341107283664, + "inflow": 1.1257611477133733, + "volume": 0, + "temperature": 10.148685796306006, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T01:00:00.000Z", + "level": 352.8251809222913, + "flow": 10.248077418965055, + "inflow": 0.450883081199434, + "volume": 0, + "temperature": 11.379912909961229, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T02:00:00.000Z", + "level": 352.8065406334276, + "flow": 9.803048889605233, + "inflow": 1.2587202106590767, + "volume": 0, + "temperature": 14.615168173930504, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T03:00:00.000Z", + "level": 352.80556164372945, + "flow": 10.677312757272382, + "inflow": 1.168843768812308, + "volume": 0, + "temperature": 16.361809002296898, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T04:00:00.000Z", + "level": 352.80184570391214, + "flow": 10.001469245775182, + "inflow": 0.9228528117078341, + "volume": 0, + "temperature": 18.606455262199667, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T05:00:00.000Z", + "level": 352.794915654139, + "flow": 10.850243945712883, + "inflow": 1.1292832862806939, + "volume": 0, + "temperature": 20.2699879837946, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T06:00:00.000Z", + "level": 352.7861701491864, + "flow": 10.017257510725742, + "inflow": 0.4843549307376205, + "volume": 0, + "temperature": 22.97731109871661, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T07:00:00.000Z", + "level": 352.80358078855807, + "flow": 9.647369761487719, + "inflow": 0.3944899596103597, + "volume": 0, + "temperature": 23.27400347614062, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T08:00:00.000Z", + "level": 352.82226465994813, + "flow": 9.957794246546188, + "inflow": 0.5275606456089701, + "volume": 0, + "temperature": 24.9701306497443, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T09:00:00.000Z", + "level": 352.8016501654921, + "flow": 9.512419345698278, + "inflow": 0.6875749815579151, + "volume": 0, + "temperature": 25.23118043317325, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T10:00:00.000Z", + "level": 352.8010256760418, + "flow": 8.822193179800442, + "inflow": 1.5053322786604713, + "volume": 0, + "temperature": 25.934775233952756, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T11:00:00.000Z", + "level": 352.8086298079303, + "flow": 8.019682122268254, + "inflow": 2.3675636095645713, + "volume": 0, + "temperature": 26.588470265053136, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T12:00:00.000Z", + "level": 352.8312373906952, + "flow": 7.503839151952825, + "inflow": 2.1876016067159894, + "volume": 0, + "temperature": 24.25829284276411, + "precipitation": 14.406858363679337 + }, + { + "timestamp": "2026-05-06T13:00:00.000Z", + "level": 352.80860542056314, + "flow": 7.8260280431119496, + "inflow": 2.5461769589769054, + "volume": 0, + "temperature": 22.75877337656594, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T14:00:00.000Z", + "level": 352.7845746164081, + "flow": 7.848034365230543, + "inflow": 2.0675811700165685, + "volume": 0, + "temperature": 21.732859620340207, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T15:00:00.000Z", + "level": 352.80028190005413, + "flow": 8.016712094032897, + "inflow": 2.5764824129961514, + "volume": 0, + "temperature": 19.335882373915883, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T16:00:00.000Z", + "level": 352.80288368145267, + "flow": 8.160533462794769, + "inflow": 1.6987828148974833, + "volume": 0, + "temperature": 18.214178927637057, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T17:00:00.000Z", + "level": 352.82366678047174, + "flow": 8.925140779535786, + "inflow": 2.596029646396359, + "volume": 0, + "temperature": 16.814150923840852, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T18:00:00.000Z", + "level": 352.8220986600977, + "flow": 9.353672284573427, + "inflow": 3.1074367836302947, + "volume": 0, + "temperature": 13.251837352643408, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T19:00:00.000Z", + "level": 352.82769060796846, + "flow": 9.545134855776096, + "inflow": 3.7548130443417564, + "volume": 0, + "temperature": 12.228468957680008, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T20:00:00.000Z", + "level": 352.8323839208335, + "flow": 10.542297584747814, + "inflow": 3.0496531299457375, + "volume": 0, + "temperature": 10.21344057116633, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T21:00:00.000Z", + "level": 352.8248907848895, + "flow": 10.229818079674065, + "inflow": 2.8276750338436476, + "volume": 0, + "temperature": 9.682740664712535, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T22:00:00.000Z", + "level": 352.8084900863784, + "flow": 10.038369685444277, + "inflow": 1.8916609210938975, + "volume": 0, + "temperature": 10.51444971024379, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T23:00:00.000Z", + "level": 352.8311122020001, + "flow": 9.36983411337082, + "inflow": 2.028854429721292, + "volume": 0, + "temperature": 10.189628033483684, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T00:00:00.000Z", + "level": 352.812562900731, + "flow": 8.550095676928597, + "inflow": 1.9149094889852085, + "volume": 0, + "temperature": 11.167351826966136, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T01:00:00.000Z", + "level": 352.81305337078317, + "flow": 7.932129727996538, + "inflow": 1.490382793640817, + "volume": 0, + "temperature": 11.387005907442942, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T02:00:00.000Z", + "level": 352.8127680265591, + "flow": 7.7687388214343045, + "inflow": 1.9465520859577508, + "volume": 0, + "temperature": 13.812323861771468, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T03:00:00.000Z", + "level": 352.834633840357, + "flow": 7.908984028154292, + "inflow": 2.564165328015451, + "volume": 0, + "temperature": 16.253713844456954, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T04:00:00.000Z", + "level": 352.8592441653773, + "flow": 7.041522390384252, + "inflow": 2.968519987127089, + "volume": 0, + "temperature": 18.271731021577718, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T05:00:00.000Z", + "level": 352.88279173606344, + "flow": 6.44739133733713, + "inflow": 2.1210029371653922, + "volume": 0, + "temperature": 20.512542864235424, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T06:00:00.000Z", + "level": 352.8832368641623, + "flow": 5.802004394453213, + "inflow": 1.3447312842983559, + "volume": 0, + "temperature": 21.48519821470962, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T07:00:00.000Z", + "level": 352.87958906386973, + "flow": 6.7999678098573995, + "inflow": 0.4831462663948307, + "volume": 0, + "temperature": 23.37446343851922, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T08:00:00.000Z", + "level": 352.89003457922314, + "flow": 7.4467079160923575, + "inflow": 0.7222099998079958, + "volume": 0, + "temperature": 24.148616657793305, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T09:00:00.000Z", + "level": 352.9047930195269, + "flow": 7.531166562699115, + "inflow": 0.27316801348271236, + "volume": 0, + "temperature": 24.977422830376696, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T10:00:00.000Z", + "level": 352.8998797353121, + "flow": 7.446236198335688, + "inflow": 0, + "volume": 0, + "temperature": 25.00518652211882, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T11:00:00.000Z", + "level": 352.906302986214, + "flow": 6.619292231914132, + "inflow": 0.5853584149566782, + "volume": 0, + "temperature": 26.426032179944936, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T12:00:00.000Z", + "level": 352.9040870130091, + "flow": 6.196674291307027, + "inflow": 0.7564177036433684, + "volume": 0, + "temperature": 24.334921476768407, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T13:00:00.000Z", + "level": 352.8820324259079, + "flow": 7.009188716770252, + "inflow": 0.09896721841186862, + "volume": 0, + "temperature": 24.394979829802477, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T14:00:00.000Z", + "level": 352.8938302920473, + "flow": 7.446537045594295, + "inflow": 0.06335140255896832, + "volume": 0, + "temperature": 22.843892342946305, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T15:00:00.000Z", + "level": 352.87486144489935, + "flow": 7.668823277920364, + "inflow": 0, + "volume": 0, + "temperature": 20.832802467552614, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T16:00:00.000Z", + "level": 352.87973751520565, + "flow": 7.739597519716162, + "inflow": 0.15082130901571622, + "volume": 0, + "temperature": 17.0114388148514, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T17:00:00.000Z", + "level": 352.8644054872462, + "flow": 7.0937101388109305, + "inflow": 1.0397821297365621, + "volume": 0, + "temperature": 16.230013311410744, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T18:00:00.000Z", + "level": 352.8787106471457, + "flow": 7.430977221170513, + "inflow": 1.5432391119563098, + "volume": 0, + "temperature": 13.841514868135574, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T19:00:00.000Z", + "level": 352.88663644105765, + "flow": 7.805131813085188, + "inflow": 2.3654420163890726, + "volume": 0, + "temperature": 13.043045869069232, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T20:00:00.000Z", + "level": 352.8759524297838, + "flow": 8.367519715755606, + "inflow": 2.892970851115723, + "volume": 0, + "temperature": 11.490015398799832, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T21:00:00.000Z", + "level": 352.8626271221783, + "flow": 7.577511996137274, + "inflow": 3.384802064187951, + "volume": 0, + "temperature": 10.893417039433105, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T22:00:00.000Z", + "level": 352.8713957562576, + "flow": 7.34242019616498, + "inflow": 3.746184641101695, + "volume": 0, + "temperature": 10.421583920846793, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T23:00:00.000Z", + "level": 352.8472391785534, + "flow": 6.739892946637543, + "inflow": 4.052512834869305, + "volume": 0, + "temperature": 10.325796002846065, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T00:00:00.000Z", + "level": 352.8360156219866, + "flow": 6.485221709805831, + "inflow": 3.484563583257783, + "volume": 0, + "temperature": 10.862695443652054, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T01:00:00.000Z", + "level": 352.86009582409736, + "flow": 6.356152322891512, + "inflow": 3.3828634922652814, + "volume": 0, + "temperature": 13.006254441320758, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T02:00:00.000Z", + "level": 352.84779723822766, + "flow": 5.677959175608531, + "inflow": 3.531270946664871, + "volume": 0, + "temperature": 14.474940076893104, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T03:00:00.000Z", + "level": 352.8554532195149, + "flow": 6.131919439943499, + "inflow": 2.7082094912031334, + "volume": 0, + "temperature": 16.147129576334958, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T04:00:00.000Z", + "level": 352.87288555079397, + "flow": 5.744590110519082, + "inflow": 3.5672822908712445, + "volume": 0, + "temperature": 17.793832924286228, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T05:00:00.000Z", + "level": 352.8611120499404, + "flow": 6.554605172942696, + "inflow": 2.8026862404672217, + "volume": 0, + "temperature": 19.371078625704598, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T06:00:00.000Z", + "level": 352.840785336574, + "flow": 6.049351759846353, + "inflow": 3.013289643669818, + "volume": 0, + "temperature": 21.395494098451742, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T07:00:00.000Z", + "level": 352.8199016858463, + "flow": 5.6605697398098105, + "inflow": 2.0603118347061176, + "volume": 0, + "temperature": 23.61294501150543, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T08:00:00.000Z", + "level": 352.84022193440325, + "flow": 4.8341614932171675, + "inflow": 1.3332555371080255, + "volume": 0, + "temperature": 24.9424942025248, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T09:00:00.000Z", + "level": 352.8464967935451, + "flow": 4.973200710147046, + "inflow": 1.8216668587939537, + "volume": 0, + "temperature": 25.69872246616708, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T10:00:00.000Z", + "level": 352.8361335958679, + "flow": 5.631066396529063, + "inflow": 1.4690803026641222, + "volume": 0, + "temperature": 26.0354511328558, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T11:00:00.000Z", + "level": 352.81554261270225, + "flow": 5.468692746487065, + "inflow": 0.9354161414027367, + "volume": 0, + "temperature": 25.469638096756213, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T12:00:00.000Z", + "level": 352.82623397696455, + "flow": 6.121434479575951, + "inflow": 1.8307402744250747, + "volume": 0, + "temperature": 24.255981561319963, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T13:00:00.000Z", + "level": 352.8026159235342, + "flow": 6.050854660660788, + "inflow": 2.1435122745633794, + "volume": 0, + "temperature": 23.475163762657836, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T14:00:00.000Z", + "level": 352.7925534976755, + "flow": 6.052944900185288, + "inflow": 1.563226480955863, + "volume": 0, + "temperature": 21.891028879489486, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T15:00:00.000Z", + "level": 352.80784609412933, + "flow": 5.957199696851076, + "inflow": 2.563206515312854, + "volume": 0, + "temperature": 20.61097893846479, + "precipitation": 11.291835273324862 + }, + { + "timestamp": "2026-05-08T16:00:00.000Z", + "level": 352.80121311454843, + "flow": 6.22869775206038, + "inflow": 2.038649818961036, + "volume": 0, + "temperature": 18.09384869906514, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T17:00:00.000Z", + "level": 352.78287650235245, + "flow": 6.842083256511168, + "inflow": 2.505938155964397, + "volume": 0, + "temperature": 15.943998450647443, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T18:00:00.000Z", + "level": 352.80755142634763, + "flow": 6.288914736567471, + "inflow": 1.9919465554281217, + "volume": 0, + "temperature": 14.228615820568436, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T19:00:00.000Z", + "level": 352.8181262983008, + "flow": 5.446949545511367, + "inflow": 2.5648674546111505, + "volume": 0, + "temperature": 11.795488356145228, + "precipitation": 5.0326441150945165 + }, + { + "timestamp": "2026-05-08T20:00:00.000Z", + "level": 352.83011079747405, + "flow": 5.499964782215066, + "inflow": 3.2629882598477455, + "volume": 0, + "temperature": 10.429935223737687, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T21:00:00.000Z", + "level": 352.85163717552246, + "flow": 6.329745317511689, + "inflow": 2.850706582005698, + "volume": 0, + "temperature": 9.690743102418134, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T22:00:00.000Z", + "level": 352.85132761360984, + "flow": 5.9627176828929755, + "inflow": 2.6612663993009305, + "volume": 0, + "temperature": 9.076425977772754, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T23:00:00.000Z", + "level": 352.83781656968995, + "flow": 6.239760766133785, + "inflow": 2.5308849649836915, + "volume": 0, + "temperature": 9.891863446366825, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T00:00:00.000Z", + "level": 352.8582523440068, + "flow": 5.722193722725544, + "inflow": 2.676916411566005, + "volume": 0, + "temperature": 10.629511131391267, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T01:00:00.000Z", + "level": 352.8785258876383, + "flow": 5.2300686196985176, + "inflow": 2.845582822147701, + "volume": 0, + "temperature": 11.81549690907383, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T02:00:00.000Z", + "level": 352.8984624279915, + "flow": 5.5489644536858584, + "inflow": 3.456633309601549, + "volume": 0, + "temperature": 13.416093767775537, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T03:00:00.000Z", + "level": 352.905673189099, + "flow": 5.180042948751334, + "inflow": 3.743233259081576, + "volume": 0, + "temperature": 15.601439255537649, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T04:00:00.000Z", + "level": 352.9261919217401, + "flow": 5.290135781126704, + "inflow": 4.304029192853056, + "volume": 0, + "temperature": 18.30620790412736, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T05:00:00.000Z", + "level": 352.9243278023527, + "flow": 5.97417065759872, + "inflow": 4.251288820853274, + "volume": 0, + "temperature": 20.495995110882035, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T06:00:00.000Z", + "level": 352.93305897429667, + "flow": 5.763689926944288, + "inflow": 5.072084864193686, + "volume": 0, + "temperature": 22.727664065022108, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T07:00:00.000Z", + "level": 352.93195648667205, + "flow": 5.7739879417169355, + "inflow": 4.197893798938422, + "volume": 0, + "temperature": 23.114389550592293, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T08:00:00.000Z", + "level": 352.9485692867487, + "flow": 5.341670777173567, + "inflow": 3.8738592972606085, + "volume": 0, + "temperature": 25.040310739755938, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T09:00:00.000Z", + "level": 352.9652067377569, + "flow": 5.167714734811909, + "inflow": 3.1108229593477144, + "volume": 0, + "temperature": 25.744063032563243, + "precipitation": 3.4379039756669725 + }, + { + "timestamp": "2026-05-09T10:00:00.000Z", + "level": 352.9432397971467, + "flow": 4.793351789947478, + "inflow": 3.6967627434877395, + "volume": 0, + "temperature": 25.527632441602563, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T11:00:00.000Z", + "level": 352.93638675508714, + "flow": 4.36662172977486, + "inflow": 4.375188237486485, + "volume": 0, + "temperature": 25.593583845552654, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T12:00:00.000Z", + "level": 352.92893314877375, + "flow": 4.4001262902830085, + "inflow": 3.9918329957003627, + "volume": 0, + "temperature": 24.757568974308782, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T13:00:00.000Z", + "level": 352.90928398940656, + "flow": 5.3640165890479885, + "inflow": 4.238253021116435, + "volume": 0, + "temperature": 23.324810664899747, + "precipitation": 14.088682558987164 + }, + { + "timestamp": "2026-05-09T14:00:00.000Z", + "level": 352.9214119094754, + "flow": 5.739312573326675, + "inflow": 4.5400984903488695, + "volume": 0, + "temperature": 21.795955494107393, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T15:00:00.000Z", + "level": 352.9123155791987, + "flow": 5.97902478046834, + "inflow": 4.878964579456446, + "volume": 0, + "temperature": 20.52867189391523, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T16:00:00.000Z", + "level": 352.90868494446084, + "flow": 6.500536834818378, + "inflow": 5.749570347022697, + "volume": 0, + "temperature": 18.40703863606569, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T17:00:00.000Z", + "level": 352.9192785040116, + "flow": 6.090347461658115, + "inflow": 5.193909091193158, + "volume": 0, + "temperature": 16.106005093567344, + "precipitation": 0.9949502247398301 + }, + { + "timestamp": "2026-05-09T18:00:00.000Z", + "level": 352.9201721481539, + "flow": 6.854550185654969, + "inflow": 5.852767078540787, + "volume": 0, + "temperature": 13.119518126945042, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T19:00:00.000Z", + "level": 352.9346801394828, + "flow": 7.604342623415131, + "inflow": 5.9393687220548905, + "volume": 0, + "temperature": 11.853682593825187, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T20:00:00.000Z", + "level": 352.92676943690645, + "flow": 7.872847964782547, + "inflow": 5.64529244276493, + "volume": 0, + "temperature": 10.166826541156224, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T21:00:00.000Z", + "level": 352.92577907496764, + "flow": 8.154715652513492, + "inflow": 5.458805415177429, + "volume": 0, + "temperature": 9.837556973246153, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T22:00:00.000Z", + "level": 352.9058645146839, + "flow": 9.013503746324158, + "inflow": 5.716874772944025, + "volume": 0, + "temperature": 9.8825728896376, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T23:00:00.000Z", + "level": 352.9009055902119, + "flow": 9.918063414178938, + "inflow": 5.743412688815668, + "volume": 0, + "temperature": 10.64890984635159, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T00:00:00.000Z", + "level": 352.92236346532593, + "flow": 10.7633279207002, + "inflow": 5.8511237845782755, + "volume": 0, + "temperature": 10.709511642714473, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T01:00:00.000Z", + "level": 352.9116703946724, + "flow": 11.481298771586626, + "inflow": 5.856387368349907, + "volume": 0, + "temperature": 12.025938004014664, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T02:00:00.000Z", + "level": 352.9321064271404, + "flow": 10.922094998584864, + "inflow": 5.174506648818117, + "volume": 0, + "temperature": 14.814464706844225, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T03:00:00.000Z", + "level": 352.91977554264224, + "flow": 11.70239868807581, + "inflow": 5.364256421903251, + "volume": 0, + "temperature": 15.192702747997389, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T04:00:00.000Z", + "level": 352.9375146943366, + "flow": 12.590373769259287, + "inflow": 4.650481040316209, + "volume": 0, + "temperature": 18.334860881534787, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T05:00:00.000Z", + "level": 352.9413035225071, + "flow": 13.179185093125973, + "inflow": 4.058542168437846, + "volume": 0, + "temperature": 19.871919385587702, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T06:00:00.000Z", + "level": 352.9336643295405, + "flow": 13.103784122400379, + "inflow": 5.012285109050634, + "volume": 0, + "temperature": 22.952403998118854, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T07:00:00.000Z", + "level": 352.9423885778572, + "flow": 12.363609289655251, + "inflow": 4.50086025780743, + "volume": 0, + "temperature": 23.904728942857588, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T08:00:00.000Z", + "level": 352.96009380048736, + "flow": 11.701268708414673, + "inflow": 4.296836558051291, + "volume": 0, + "temperature": 25.719740406923616, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T09:00:00.000Z", + "level": 352.9461976216369, + "flow": 10.766593915963842, + "inflow": 4.100451016449241, + "volume": 0, + "temperature": 25.218385399840987, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T10:00:00.000Z", + "level": 352.93468579536153, + "flow": 10.326033679150788, + "inflow": 3.5086727891615044, + "volume": 0, + "temperature": 26.731177054003243, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T11:00:00.000Z", + "level": 352.93973164695825, + "flow": 10.66911275243994, + "inflow": 3.773224804869015, + "volume": 0, + "temperature": 26.368812760994647, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T12:00:00.000Z", + "level": 352.92511583024105, + "flow": 10.452747310999927, + "inflow": 4.433362343767796, + "volume": 0, + "temperature": 25.553324838465546, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T13:00:00.000Z", + "level": 352.9071593542704, + "flow": 9.601597553038943, + "inflow": 3.833847386594478, + "volume": 0, + "temperature": 24.40250136024212, + "precipitation": 13.271879155145731 + }, + { + "timestamp": "2026-05-10T14:00:00.000Z", + "level": 352.8871116145936, + "flow": 9.936487507982784, + "inflow": 4.563749757352808, + "volume": 0, + "temperature": 21.964051456759762, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T15:00:00.000Z", + "level": 352.8934334908557, + "flow": 10.934728093237439, + "inflow": 4.354656241257583, + "volume": 0, + "temperature": 20.437979958313775, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T16:00:00.000Z", + "level": 352.8698943496233, + "flow": 10.144239251268274, + "inflow": 4.8502101247696645, + "volume": 0, + "temperature": 18.934353498107182, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T17:00:00.000Z", + "level": 352.8792775127776, + "flow": 10.181931352010753, + "inflow": 5.7103873686110225, + "volume": 0, + "temperature": 16.608234263862506, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T18:00:00.000Z", + "level": 352.8639972221419, + "flow": 9.89580835288757, + "inflow": 6.6633944886665155, + "volume": 0, + "temperature": 13.374057038453913, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T19:00:00.000Z", + "level": 352.86003064350905, + "flow": 9.37690869655909, + "inflow": 7.638313967011351, + "volume": 0, + "temperature": 11.984377933756125, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T20:00:00.000Z", + "level": 352.83766607920165, + "flow": 9.184596889436001, + "inflow": 7.665589031394969, + "volume": 0, + "temperature": 11.985556139027068, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T21:00:00.000Z", + "level": 352.83534147858586, + "flow": 9.543096418968833, + "inflow": 8.251074269085727, + "volume": 0, + "temperature": 11.111730581014882, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T22:00:00.000Z", + "level": 352.84117295161354, + "flow": 9.067732828927857, + "inflow": 8.892955508531163, + "volume": 0, + "temperature": 10.94107118050815, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T23:00:00.000Z", + "level": 352.8247504849161, + "flow": 8.150894112084249, + "inflow": 8.760611097081568, + "volume": 0, + "temperature": 9.37134274801152, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T00:00:00.000Z", + "level": 352.8074098812007, + "flow": 7.580285323173754, + "inflow": 9.623582641073689, + "volume": 0, + "temperature": 11.916355995509319, + "precipitation": 9.846197504019937 + }, + { + "timestamp": "2026-05-11T01:00:00.000Z", + "level": 352.7993742881141, + "flow": 7.999340237728662, + "inflow": 9.577945305192884, + "volume": 0, + "temperature": 12.201155178591877, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T02:00:00.000Z", + "level": 352.8238109907259, + "flow": 8.29722816732291, + "inflow": 9.918779431639617, + "volume": 0, + "temperature": 14.37811719254507, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T03:00:00.000Z", + "level": 352.84305618958683, + "flow": 8.845476085432068, + "inflow": 8.936630105328243, + "volume": 0, + "temperature": 16.456166734989598, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T04:00:00.000Z", + "level": 352.84950105703257, + "flow": 7.902922515650177, + "inflow": 9.488206810276719, + "volume": 0, + "temperature": 17.808317457306668, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T05:00:00.000Z", + "level": 352.86020868470865, + "flow": 7.561347720879072, + "inflow": 8.674099620735399, + "volume": 0, + "temperature": 19.083779020882133, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T06:00:00.000Z", + "level": 352.8791425801333, + "flow": 8.006967466634737, + "inflow": 7.8821866509284995, + "volume": 0, + "temperature": 21.751559182939868, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T07:00:00.000Z", + "level": 352.8822489237871, + "flow": 7.85505310509909, + "inflow": 8.158139526759227, + "volume": 0, + "temperature": 23.806649626268648, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T08:00:00.000Z", + "level": 352.86246461463935, + "flow": 8.71986139664069, + "inflow": 7.443546548917709, + "volume": 0, + "temperature": 24.500897026555254, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T09:00:00.000Z", + "level": 352.8418181621284, + "flow": 8.325984895063511, + "inflow": 8.238043977776258, + "volume": 0, + "temperature": 25.887089700904035, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T10:00:00.000Z", + "level": 352.86630515424065, + "flow": 7.394098672470882, + "inflow": 9.11462541366767, + "volume": 0, + "temperature": 26.20414625164588, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T11:00:00.000Z", + "level": 352.8453446648699, + "flow": 8.252493240247938, + "inflow": 8.172372060670615, + "volume": 0, + "temperature": 26.186253197898473, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T12:00:00.000Z", + "level": 352.83098705642817, + "flow": 7.692015979624287, + "inflow": 8.306082354825282, + "volume": 0, + "temperature": 24.370201429906462, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T13:00:00.000Z", + "level": 352.83341121832774, + "flow": 8.595858187971812, + "inflow": 7.510721169298312, + "volume": 0, + "temperature": 22.796543698152792, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T14:00:00.000Z", + "level": 352.81934148493445, + "flow": 8.386746501803472, + "inflow": 6.7746264575175505, + "volume": 0, + "temperature": 22.863013744327507, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T15:00:00.000Z", + "level": 352.81882533416666, + "flow": 8.048094355880236, + "inflow": 6.314928597067934, + "volume": 0, + "temperature": 19.2983601110439, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T16:00:00.000Z", + "level": 352.8396433529129, + "flow": 8.951418127217336, + "inflow": 5.531472989125469, + "volume": 0, + "temperature": 17.91728873623669, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T17:00:00.000Z", + "level": 352.85310190513314, + "flow": 9.672677691523083, + "inflow": 5.4842263851663535, + "volume": 0, + "temperature": 16.210029584216073, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T18:00:00.000Z", + "level": 352.86524331140436, + "flow": 8.96340900811183, + "inflow": 5.481702937496902, + "volume": 0, + "temperature": 14.316305212564236, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T19:00:00.000Z", + "level": 352.873993326266, + "flow": 8.121255902286148, + "inflow": 5.572814883712413, + "volume": 0, + "temperature": 12.994779434373143, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T20:00:00.000Z", + "level": 352.8794525354007, + "flow": 8.739840628162803, + "inflow": 6.260751797694102, + "volume": 0, + "temperature": 10.305994577676929, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T21:00:00.000Z", + "level": 352.8656706084887, + "flow": 8.276868069344172, + "inflow": 6.418829017113174, + "volume": 0, + "temperature": 10.719087882625665, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T22:00:00.000Z", + "level": 352.87503896803037, + "flow": 8.998351510204342, + "inflow": 6.967650397071793, + "volume": 0, + "temperature": 9.313383889312847, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T23:00:00.000Z", + "level": 352.85878799789765, + "flow": 8.56299172180229, + "inflow": 6.31697516755902, + "volume": 0, + "temperature": 10.573665852360097, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T00:00:00.000Z", + "level": 352.88221004155827, + "flow": 7.634103038942412, + "inflow": 6.82216845912483, + "volume": 0, + "temperature": 10.751399732460074, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T01:00:00.000Z", + "level": 352.8721458507306, + "flow": 8.368735481350317, + "inflow": 7.605157355981888, + "volume": 0, + "temperature": 11.562328366861966, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T02:00:00.000Z", + "level": 352.8484946275878, + "flow": 7.507347632379032, + "inflow": 7.698589689929026, + "volume": 0, + "temperature": 14.292711503544222, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T03:00:00.000Z", + "level": 352.8684697842831, + "flow": 7.736337104304294, + "inflow": 6.864990702055923, + "volume": 0, + "temperature": 15.371391629690724, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T04:00:00.000Z", + "level": 352.8727204610527, + "flow": 7.38903094482751, + "inflow": 6.063259561851243, + "volume": 0, + "temperature": 18.93554672885047, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T05:00:00.000Z", + "level": 352.88983960900833, + "flow": 7.670651806268005, + "inflow": 5.443177961159476, + "volume": 0, + "temperature": 20.481167527433296, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T06:00:00.000Z", + "level": 352.9140105523723, + "flow": 8.328227463676198, + "inflow": 5.85975401391497, + "volume": 0, + "temperature": 21.98843071569531, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T07:00:00.000Z", + "level": 352.91914405850014, + "flow": 7.38134590378758, + "inflow": 6.108571460895117, + "volume": 0, + "temperature": 23.552442713914047, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T08:00:00.000Z", + "level": 352.92831485530496, + "flow": 7.342713311559967, + "inflow": 5.725629643968592, + "volume": 0, + "temperature": 25.54177654057583, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T09:00:00.000Z", + "level": 352.9464571980651, + "flow": 7.380395112586367, + "inflow": 6.1555393344487666, + "volume": 0, + "temperature": 25.967104253224477, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T10:00:00.000Z", + "level": 352.9649697368428, + "flow": 6.481038441987127, + "inflow": 5.858684488421629, + "volume": 0, + "temperature": 26.665119404425965, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T11:00:00.000Z", + "level": 352.9865420161371, + "flow": 6.029075601147516, + "inflow": 5.68268407324019, + "volume": 0, + "temperature": 25.098892585147805, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T12:00:00.000Z", + "level": 352.998007977893, + "flow": 5.098941583962182, + "inflow": 5.145829456924625, + "volume": 0, + "temperature": 25.860160534903805, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T13:00:00.000Z", + "level": 353.01473720071243, + "flow": 5.645549362529405, + "inflow": 5.040982594561653, + "volume": 0, + "temperature": 24.31197925294289, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T14:00:00.000Z", + "level": 353.035034607744, + "flow": 5.588689587890034, + "inflow": 5.597761107515611, + "volume": 0, + "temperature": 22.057981991512772, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T15:00:00.000Z", + "level": 353.0460172679856, + "flow": 5.969468008715267, + "inflow": 4.961213339041519, + "volume": 0, + "temperature": 20.659478540514737, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T16:00:00.000Z", + "level": 353.0503722568357, + "flow": 5.564315665412034, + "inflow": 5.782524860672998, + "volume": 0, + "temperature": 18.428735781922303, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T17:00:00.000Z", + "level": 353.07284753530934, + "flow": 6.25914759671339, + "inflow": 5.4890102378775225, + "volume": 0, + "temperature": 15.885688416340297, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T18:00:00.000Z", + "level": 353.0486406575946, + "flow": 6.332866949533237, + "inflow": 5.420944112294453, + "volume": 0, + "temperature": 14.50027331594313, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T19:00:00.000Z", + "level": 353.04378762973124, + "flow": 6.90956857158374, + "inflow": 5.101471078456336, + "volume": 0, + "temperature": 13.013853781440135, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T20:00:00.000Z", + "level": 353.0465757791484, + "flow": 6.668726109742078, + "inflow": 5.761285014436968, + "volume": 0, + "temperature": 10.515504583992564, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T21:00:00.000Z", + "level": 353.0687166092381, + "flow": 7.055740412170237, + "inflow": 6.734501008191639, + "volume": 0, + "temperature": 9.38285136052935, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T22:00:00.000Z", + "level": 353.04731472916313, + "flow": 7.296389829423852, + "inflow": 7.5033495305555284, + "volume": 0, + "temperature": 10.836139502651871, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T23:00:00.000Z", + "level": 353.0540117806621, + "flow": 6.418316480998111, + "inflow": 7.801678418216952, + "volume": 0, + "temperature": 9.854897671781298, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T00:00:00.000Z", + "level": 353.032301972797, + "flow": 5.608295453475124, + "inflow": 7.794950118942836, + "volume": 0, + "temperature": 11.727314874364488, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T01:00:00.000Z", + "level": 353.0349501343304, + "flow": 5.122497915667982, + "inflow": 8.103002520182113, + "volume": 0, + "temperature": 11.407901996923592, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T02:00:00.000Z", + "level": 353.0233548919551, + "flow": 5.290152309718438, + "inflow": 9.095928922941935, + "volume": 0, + "temperature": 13.37703343954566, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T03:00:00.000Z", + "level": 353.02447461267843, + "flow": 5.8933011005448925, + "inflow": 8.34907519224023, + "volume": 0, + "temperature": 16.23309487380775, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T04:00:00.000Z", + "level": 353.015358629722, + "flow": 5.772087236373329, + "inflow": 7.545794175597546, + "volume": 0, + "temperature": 18.080561678223027, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T05:00:00.000Z", + "level": 353.0264434149666, + "flow": 6.406004488984465, + "inflow": 7.422577093827867, + "volume": 0, + "temperature": 20.76466409793398, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T06:00:00.000Z", + "level": 353.0072768264697, + "flow": 6.664927455529272, + "inflow": 8.136196660983982, + "volume": 0, + "temperature": 22.881117285674307, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T07:00:00.000Z", + "level": 353.00655725916556, + "flow": 7.6518441456945885, + "inflow": 8.760264755294681, + "volume": 0, + "temperature": 23.135163104224738, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T08:00:00.000Z", + "level": 352.9997473271102, + "flow": 6.902776318822387, + "inflow": 9.035485594626168, + "volume": 0, + "temperature": 25.152468127936274, + "precipitation": 4.893807001100302 + }, + { + "timestamp": "2026-05-13T09:00:00.000Z", + "level": 352.9858422784331, + "flow": 6.793985883018225, + "inflow": 9.589251260586355, + "volume": 0, + "temperature": 26.041672401933685, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T10:00:00.000Z", + "level": 353.0096186619339, + "flow": 6.752940749485128, + "inflow": 9.767665625707293, + "volume": 0, + "temperature": 26.076074687942317, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T11:00:00.000Z", + "level": 353.0015036250136, + "flow": 7.476891005125631, + "inflow": 8.854819658364518, + "volume": 0, + "temperature": 26.5602010867108, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T12:00:00.000Z", + "level": 353.01674343466084, + "flow": 7.014714865316865, + "inflow": 9.060535330029472, + "volume": 0, + "temperature": 25.364596106327387, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T13:00:00.000Z", + "level": 353.00622245453127, + "flow": 7.147012738110682, + "inflow": 8.603583383355055, + "volume": 0, + "temperature": 23.407622609303274, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T14:00:00.000Z", + "level": 353.0047008739629, + "flow": 7.314604683991773, + "inflow": 8.177633962793598, + "volume": 0, + "temperature": 22.74271326073855, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T15:00:00.000Z", + "level": 353.0241471090161, + "flow": 7.459681650160789, + "inflow": 8.168232656089804, + "volume": 0, + "temperature": 19.703312002605173, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T16:00:00.000Z", + "level": 353.0429441607635, + "flow": 7.909679520514913, + "inflow": 8.438120814219614, + "volume": 0, + "temperature": 17.760266051822583, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T17:00:00.000Z", + "level": 353.06229199719894, + "flow": 7.056784367003704, + "inflow": 8.727051581687977, + "volume": 0, + "temperature": 16.558154908925413, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T18:00:00.000Z", + "level": 353.0791332716526, + "flow": 6.493221665745424, + "inflow": 8.830084510431247, + "volume": 0, + "temperature": 14.024145727145509, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T19:00:00.000Z", + "level": 353.09371341128684, + "flow": 6.884451352030011, + "inflow": 9.237296243169318, + "volume": 0, + "temperature": 13.250133804759004, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T20:00:00.000Z", + "level": 353.1110243212374, + "flow": 7.446299190382145, + "inflow": 9.583165235839468, + "volume": 0, + "temperature": 10.789263098317011, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T21:00:00.000Z", + "level": 353.13576752897444, + "flow": 8.39328781948216, + "inflow": 9.135444053618452, + "volume": 0, + "temperature": 10.018028306726377, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T22:00:00.000Z", + "level": 353.11622090983553, + "flow": 8.981011622986806, + "inflow": 8.535292965526144, + "volume": 0, + "temperature": 9.035623858610274, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T23:00:00.000Z", + "level": 353.1155612743034, + "flow": 9.798247385026048, + "inflow": 8.839746385965604, + "volume": 0, + "temperature": 10.610443077824558, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T00:00:00.000Z", + "level": 353.11327331650335, + "flow": 9.177663547805581, + "inflow": 9.525739717534098, + "volume": 0, + "temperature": 10.239742560436033, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T01:00:00.000Z", + "level": 353.1001154159223, + "flow": 8.201382044695334, + "inflow": 9.82116527643349, + "volume": 0, + "temperature": 13.248230312548618, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T02:00:00.000Z", + "level": 353.1116794977527, + "flow": 7.3297367155489255, + "inflow": 9.189850645267276, + "volume": 0, + "temperature": 14.134962956915958, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T03:00:00.000Z", + "level": 353.12781777184017, + "flow": 8.045670990377984, + "inflow": 9.951015526958798, + "volume": 0, + "temperature": 16.432879115293012, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T04:00:00.000Z", + "level": 353.11355487556426, + "flow": 8.11982827866378, + "inflow": 10.813504111446054, + "volume": 0, + "temperature": 17.671994119656723, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T05:00:00.000Z", + "level": 353.1378973036476, + "flow": 8.686431346054178, + "inflow": 9.823394955910903, + "volume": 0, + "temperature": 19.143381537226674, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T06:00:00.000Z", + "level": 353.1425057744851, + "flow": 7.7209877790962, + "inflow": 8.978273691596597, + "volume": 0, + "temperature": 22.622596591951257, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T07:00:00.000Z", + "level": 353.12740208875937, + "flow": 7.791077546245315, + "inflow": 8.283323257539273, + "volume": 0, + "temperature": 24.102096858190308, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T08:00:00.000Z", + "level": 353.1107017285204, + "flow": 7.127193200721873, + "inflow": 7.855146206562894, + "volume": 0, + "temperature": 25.072493356730874, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T09:00:00.000Z", + "level": 353.1053021486525, + "flow": 7.097662588590467, + "inflow": 7.431834095453134, + "volume": 0, + "temperature": 24.909023971148816, + "precipitation": 4.055762229766734 + }, + { + "timestamp": "2026-05-14T10:00:00.000Z", + "level": 353.10581128164773, + "flow": 6.742030360437275, + "inflow": 6.752603876639486, + "volume": 0, + "temperature": 26.316812869138538, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T11:00:00.000Z", + "level": 353.11337042854694, + "flow": 6.812534791244178, + "inflow": 6.459231832094078, + "volume": 0, + "temperature": 24.89898066478316, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T12:00:00.000Z", + "level": 353.114246656531, + "flow": 5.994358246201793, + "inflow": 6.93192770402165, + "volume": 0, + "temperature": 25.129744296171665, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T13:00:00.000Z", + "level": 353.1238144676574, + "flow": 6.688733688436659, + "inflow": 6.42100010744168, + "volume": 0, + "temperature": 24.158258450006425, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T14:00:00.000Z", + "level": 353.1181862224641, + "flow": 7.523843618733137, + "inflow": 6.531135431576361, + "volume": 0, + "temperature": 22.71328015622317, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T15:00:00.000Z", + "level": 353.13910149091794, + "flow": 6.6624871720496, + "inflow": 5.570336690890793, + "volume": 0, + "temperature": 19.261119638466425, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T16:00:00.000Z", + "level": 353.1340565727499, + "flow": 7.631620749801234, + "inflow": 6.540169206249854, + "volume": 0, + "temperature": 18.937721140491092, + "precipitation": 10.466645998485069 + }, + { + "timestamp": "2026-05-14T17:00:00.000Z", + "level": 353.11262543663935, + "flow": 7.136395687969973, + "inflow": 6.034802267630829, + "volume": 0, + "temperature": 15.346006276556292, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T18:00:00.000Z", + "level": 353.11297943917555, + "flow": 7.434388714640441, + "inflow": 5.256857621425864, + "volume": 0, + "temperature": 13.475963967916783, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T19:00:00.000Z", + "level": 353.11208903959437, + "flow": 8.037208552399852, + "inflow": 5.028974957288973, + "volume": 0, + "temperature": 11.65448647690335, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T20:00:00.000Z", + "level": 353.1101052323904, + "flow": 7.858257269850563, + "inflow": 5.854667362745932, + "volume": 0, + "temperature": 10.297884070494655, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T21:00:00.000Z", + "level": 353.0866553550552, + "flow": 8.436359742592973, + "inflow": 4.946254136648158, + "volume": 0, + "temperature": 10.967587085775403, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T22:00:00.000Z", + "level": 353.1029512385233, + "flow": 9.127061599451563, + "inflow": 5.621869415176329, + "volume": 0, + "temperature": 9.449366640139468, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T23:00:00.000Z", + "level": 353.109710609875, + "flow": 8.157218049384058, + "inflow": 5.508930251879347, + "volume": 0, + "temperature": 11.220509026474497, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T00:00:00.000Z", + "level": 353.1270939109622, + "flow": 9.004535543434985, + "inflow": 5.118014493445058, + "volume": 0, + "temperature": 11.671027500184923, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T01:00:00.000Z", + "level": 353.1417827331782, + "flow": 9.187283906231254, + "inflow": 5.1361626456104705, + "volume": 0, + "temperature": 11.770078290546337, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T02:00:00.000Z", + "level": 353.16128248833223, + "flow": 8.231825991622154, + "inflow": 6.0058642781096445, + "volume": 0, + "temperature": 14.204171191625749, + "precipitation": 1.265694112768183 + }, + { + "timestamp": "2026-05-15T03:00:00.000Z", + "level": 353.14136748072656, + "flow": 8.334262644922005, + "inflow": 5.228855874664397, + "volume": 0, + "temperature": 15.275195059928176, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T04:00:00.000Z", + "level": 353.12181746022515, + "flow": 9.238752177767683, + "inflow": 4.398465895909295, + "volume": 0, + "temperature": 18.57747119411596, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T05:00:00.000Z", + "level": 353.140322891834, + "flow": 9.337745749253981, + "inflow": 5.336163226468121, + "volume": 0, + "temperature": 19.904613867599792, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T06:00:00.000Z", + "level": 353.1489034283478, + "flow": 10.251948627200584, + "inflow": 4.557608133783781, + "volume": 0, + "temperature": 22.798837887119863, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T07:00:00.000Z", + "level": 353.1498926574408, + "flow": 9.771596118703986, + "inflow": 3.6181816523652635, + "volume": 0, + "temperature": 22.986199239926187, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T08:00:00.000Z", + "level": 353.15800918668515, + "flow": 9.254672799788667, + "inflow": 2.783783980072451, + "volume": 0, + "temperature": 24.069617426190884, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T09:00:00.000Z", + "level": 353.14792131909167, + "flow": 9.871802465522883, + "inflow": 3.7549368807079273, + "volume": 0, + "temperature": 25.480469912321183, + "precipitation": 1.0377565428763547 + }, + { + "timestamp": "2026-05-15T10:00:00.000Z", + "level": 353.1408641557903, + "flow": 8.873496071996277, + "inflow": 2.8423204646171087, + "volume": 0, + "temperature": 25.06240183395967, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T11:00:00.000Z", + "level": 353.14885758412106, + "flow": 8.712675099026491, + "inflow": 2.2139809170328, + "volume": 0, + "temperature": 26.438914887381973, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T12:00:00.000Z", + "level": 353.1429749871443, + "flow": 8.89572473445227, + "inflow": 1.8334533552876953, + "volume": 0, + "temperature": 24.477412526120432, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T13:00:00.000Z", + "level": 353.1212648516801, + "flow": 8.844422345948324, + "inflow": 1.8351289401074342, + "volume": 0, + "temperature": 22.693930778721295, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T14:00:00.000Z", + "level": 353.1076829267895, + "flow": 9.6912902731117, + "inflow": 2.497479835763043, + "volume": 0, + "temperature": 22.035727258443984, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T15:00:00.000Z", + "level": 353.1195810991191, + "flow": 10.521550801226436, + "inflow": 2.665040118728098, + "volume": 0, + "temperature": 19.148719996481482, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T16:00:00.000Z", + "level": 353.1003337772129, + "flow": 10.526462825073148, + "inflow": 2.360861348810358, + "volume": 0, + "temperature": 18.507181388510904, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T17:00:00.000Z", + "level": 353.1229180022487, + "flow": 9.84622802648045, + "inflow": 1.4016180200065027, + "volume": 0, + "temperature": 16.107975784058063, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T18:00:00.000Z", + "level": 353.1174100321382, + "flow": 8.912336923429558, + "inflow": 2.036584806013116, + "volume": 0, + "temperature": 14.601877150656092, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T19:00:00.000Z", + "level": 353.1050251184319, + "flow": 9.102082909393785, + "inflow": 2.8554987873788864, + "volume": 0, + "temperature": 12.79882002422951, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T20:00:00.000Z", + "level": 353.1042831304145, + "flow": 8.403833426284848, + "inflow": 3.7391895429035102, + "volume": 0, + "temperature": 11.433420407502835, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T21:00:00.000Z", + "level": 353.10491725450186, + "flow": 8.286916675871982, + "inflow": 4.045247313739731, + "volume": 0, + "temperature": 9.866217985692082, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T22:00:00.000Z", + "level": 353.11688205800186, + "flow": 8.181030558638245, + "inflow": 3.52930711205677, + "volume": 0, + "temperature": 9.121557407665254, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T23:00:00.000Z", + "level": 353.1020496744162, + "flow": 8.443858624804836, + "inflow": 2.7054434894455808, + "volume": 0, + "temperature": 10.075045783738668, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T00:00:00.000Z", + "level": 353.07766015758733, + "flow": 9.27248654660907, + "inflow": 3.251473575752313, + "volume": 0, + "temperature": 10.894532993066996, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T01:00:00.000Z", + "level": 353.07587053015067, + "flow": 10.222592705905559, + "inflow": 2.796800712534117, + "volume": 0, + "temperature": 11.8492263171145, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T02:00:00.000Z", + "level": 353.08164966682966, + "flow": 9.8036300052476, + "inflow": 3.204691125476288, + "volume": 0, + "temperature": 14.206091506062833, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T03:00:00.000Z", + "level": 353.07401844899044, + "flow": 10.619323703005762, + "inflow": 2.4520233847248187, + "volume": 0, + "temperature": 15.623080208490357, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T04:00:00.000Z", + "level": 353.0772855860374, + "flow": 10.313322754085052, + "inflow": 3.1723603177443227, + "volume": 0, + "temperature": 18.956593933977242, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T05:00:00.000Z", + "level": 353.0847639839154, + "flow": 11.047280519096246, + "inflow": 3.9613342743656137, + "volume": 0, + "temperature": 19.385182451561906, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T06:00:00.000Z", + "level": 353.076862752763, + "flow": 10.467506137436077, + "inflow": 3.227219210494167, + "volume": 0, + "temperature": 21.670843501523457, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T07:00:00.000Z", + "level": 353.08264927229715, + "flow": 10.332595244055456, + "inflow": 3.5989441406764873, + "volume": 0, + "temperature": 24.18488051315348, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T08:00:00.000Z", + "level": 353.0598846461838, + "flow": 9.950397635200975, + "inflow": 2.9111028287646206, + "volume": 0, + "temperature": 25.347995701886447, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T09:00:00.000Z", + "level": 353.0747950066794, + "flow": 10.932278840529175, + "inflow": 2.8348866747588466, + "volume": 0, + "temperature": 25.016874846258208, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T10:00:00.000Z", + "level": 353.09840984878673, + "flow": 10.569431879029286, + "inflow": 3.23443832923575, + "volume": 0, + "temperature": 25.424177014735935, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T11:00:00.000Z", + "level": 353.115694011866, + "flow": 11.092861037798386, + "inflow": 3.5876103257378147, + "volume": 0, + "temperature": 25.485679332964168, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T12:00:00.000Z", + "level": 353.0991609829298, + "flow": 11.920489765640351, + "inflow": 4.280466661843259, + "volume": 0, + "temperature": 24.77115403280377, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T13:00:00.000Z", + "level": 353.09619353969606, + "flow": 11.121492602287198, + "inflow": 4.517779208849047, + "volume": 0, + "temperature": 23.20090867829447, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T14:00:00.000Z", + "level": 353.1018999533859, + "flow": 11.337457342048673, + "inflow": 4.429763281995895, + "volume": 0, + "temperature": 21.723219464134534, + "precipitation": 3.5732452785217594 + }, + { + "timestamp": "2026-05-16T15:00:00.000Z", + "level": 353.0907510715075, + "flow": 10.774628718103742, + "inflow": 3.6950586244608385, + "volume": 0, + "temperature": 19.94381922070804, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T16:00:00.000Z", + "level": 353.09751636081387, + "flow": 10.48516192575634, + "inflow": 3.91222514103336, + "volume": 0, + "temperature": 18.62770426781792, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T17:00:00.000Z", + "level": 353.1202733374639, + "flow": 11.035271770562236, + "inflow": 4.062763020855153, + "volume": 0, + "temperature": 15.360857039514707, + "precipitation": 1.9472370511002413 + }, + { + "timestamp": "2026-05-16T18:00:00.000Z", + "level": 353.1238199839478, + "flow": 11.451084639586915, + "inflow": 4.425349170309323, + "volume": 0, + "temperature": 13.658161412715467, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T19:00:00.000Z", + "level": 353.1056653932854, + "flow": 10.615571480302076, + "inflow": 4.010978034622706, + "volume": 0, + "temperature": 11.647780483967122, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T20:00:00.000Z", + "level": 353.0850165288499, + "flow": 10.666870160513401, + "inflow": 3.1219780052126658, + "volume": 0, + "temperature": 10.159521408794168, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T21:00:00.000Z", + "level": 353.0820434062249, + "flow": 11.505849196224428, + "inflow": 2.478900801249939, + "volume": 0, + "temperature": 11.265270562380197, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T22:00:00.000Z", + "level": 353.1036175191548, + "flow": 11.599494868278054, + "inflow": 2.7513719380469843, + "volume": 0, + "temperature": 10.187700467487737, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T23:00:00.000Z", + "level": 353.0857343582469, + "flow": 10.814743803155912, + "inflow": 2.390791834713198, + "volume": 0, + "temperature": 11.053905718713011, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T00:00:00.000Z", + "level": 353.0829413335175, + "flow": 10.941456839757425, + "inflow": 1.5895978756081734, + "volume": 0, + "temperature": 11.364821522489878, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T01:00:00.000Z", + "level": 353.08584225161945, + "flow": 10.707388462312233, + "inflow": 0.8633128499894429, + "volume": 0, + "temperature": 12.89981505340295, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T02:00:00.000Z", + "level": 353.0999177571115, + "flow": 11.543483767452766, + "inflow": 0.6514679958978933, + "volume": 0, + "temperature": 13.004919788449435, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T03:00:00.000Z", + "level": 353.10872529643586, + "flow": 11.611054080646946, + "inflow": 0.8904987697896014, + "volume": 0, + "temperature": 15.300956691177129, + "precipitation": 10.610907201339984 + }, + { + "timestamp": "2026-05-17T04:00:00.000Z", + "level": 353.10961191447876, + "flow": 11.119785586572448, + "inflow": 0.9650883315488832, + "volume": 0, + "temperature": 18.624543934436645, + "precipitation": 10.163003682411683 + }, + { + "timestamp": "2026-05-17T05:00:00.000Z", + "level": 353.0905105764326, + "flow": 10.276847170811696, + "inflow": 1.5021821633230585, + "volume": 0, + "temperature": 20.4281006408254, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T06:00:00.000Z", + "level": 353.08621313799654, + "flow": 10.074430319552814, + "inflow": 2.2952755861451632, + "volume": 0, + "temperature": 22.637511605997812, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T07:00:00.000Z", + "level": 353.0862392975761, + "flow": 10.833618581298282, + "inflow": 1.8739370681077028, + "volume": 0, + "temperature": 23.870626146156035, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T08:00:00.000Z", + "level": 353.06465248315845, + "flow": 10.74256784513474, + "inflow": 2.352290292901895, + "volume": 0, + "temperature": 24.985737893290512, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T09:00:00.000Z", + "level": 353.0608755075567, + "flow": 11.347321740137005, + "inflow": 1.9943457086441225, + "volume": 0, + "temperature": 25.18046803030745, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T10:00:00.000Z", + "level": 353.06763289836505, + "flow": 11.209975331362294, + "inflow": 1.032796851347645, + "volume": 0, + "temperature": 25.45095661980396, + "precipitation": 5.3631924168205956 + }, + { + "timestamp": "2026-05-17T11:00:00.000Z", + "level": 353.090825939615, + "flow": 10.752858744853459, + "inflow": 0.7494575674290447, + "volume": 0, + "temperature": 24.79565037029584, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T12:00:00.000Z", + "level": 353.072494951522, + "flow": 10.386492568356925, + "inflow": 0.3350556131963729, + "volume": 0, + "temperature": 25.48971459121579, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T13:00:00.000Z", + "level": 353.06686828384267, + "flow": 10.256971286129186, + "inflow": 1.2125132282221323, + "volume": 0, + "temperature": 22.671800585569514, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T14:00:00.000Z", + "level": 353.0801184596168, + "flow": 10.483944010644775, + "inflow": 2.015669537138433, + "volume": 0, + "temperature": 21.79600082532169, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T15:00:00.000Z", + "level": 353.08160475190573, + "flow": 10.808120521939227, + "inflow": 2.5043116489420334, + "volume": 0, + "temperature": 19.48223841550203, + "precipitation": 0.44409471971182835 + }, + { + "timestamp": "2026-05-17T16:00:00.000Z", + "level": 353.0695182360532, + "flow": 10.102754452553318, + "inflow": 2.3031524119138713, + "volume": 0, + "temperature": 18.47412983150079, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T17:00:00.000Z", + "level": 353.0652959196902, + "flow": 10.425241933483523, + "inflow": 2.708476022348391, + "volume": 0, + "temperature": 15.02587312950039, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T18:00:00.000Z", + "level": 353.0545939986344, + "flow": 11.215758161401263, + "inflow": 2.150957440226814, + "volume": 0, + "temperature": 14.845572150827376, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T19:00:00.000Z", + "level": 353.0500633436222, + "flow": 11.342656696929916, + "inflow": 2.8660518012005123, + "volume": 0, + "temperature": 12.078970775420153, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T20:00:00.000Z", + "level": 353.06944139305983, + "flow": 11.788277871963466, + "inflow": 2.3602273298283043, + "volume": 0, + "temperature": 11.808541791061437, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T21:00:00.000Z", + "level": 353.05877013248437, + "flow": 12.732636285512793, + "inflow": 2.7480964495657134, + "volume": 0, + "temperature": 9.780993131553275, + "precipitation": 13.67075679349247 + }, + { + "timestamp": "2026-05-17T22:00:00.000Z", + "level": 353.0394024237124, + "flow": 12.835185297315757, + "inflow": 3.4831340892008424, + "volume": 0, + "temperature": 9.768749437538595, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T23:00:00.000Z", + "level": 353.03592251812756, + "flow": 12.780075676146295, + "inflow": 4.091255688308369, + "volume": 0, + "temperature": 9.779622644935387, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T00:00:00.000Z", + "level": 353.0388082838705, + "flow": 11.934219970120086, + "inflow": 4.138281632857844, + "volume": 0, + "temperature": 11.681168295557972, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T01:00:00.000Z", + "level": 353.04690160823066, + "flow": 11.295372851298492, + "inflow": 4.250634251032476, + "volume": 0, + "temperature": 12.67740723127419, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T02:00:00.000Z", + "level": 353.03008622031217, + "flow": 11.590499010984441, + "inflow": 3.836657528764775, + "volume": 0, + "temperature": 14.02389858520377, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T03:00:00.000Z", + "level": 353.049702104995, + "flow": 11.080933902318447, + "inflow": 3.4908937346986, + "volume": 0, + "temperature": 16.05486262735485, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T04:00:00.000Z", + "level": 353.0702668489504, + "flow": 10.998481571143719, + "inflow": 3.391997454242744, + "volume": 0, + "temperature": 18.643751731467756, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T05:00:00.000Z", + "level": 353.08441094235627, + "flow": 11.124657067430554, + "inflow": 2.7990348132851364, + "volume": 0, + "temperature": 19.24456726919905, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T06:00:00.000Z", + "level": 353.06089811094165, + "flow": 10.517626021812223, + "inflow": 2.370653963496745, + "volume": 0, + "temperature": 22.875290263847035, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T07:00:00.000Z", + "level": 353.0506753605105, + "flow": 11.329910803001582, + "inflow": 2.148960164422401, + "volume": 0, + "temperature": 23.177948300624184, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T08:00:00.000Z", + "level": 353.0609161269319, + "flow": 10.421313888869642, + "inflow": 2.3203609891513235, + "volume": 0, + "temperature": 24.184279254141323, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T09:00:00.000Z", + "level": 353.06216983848134, + "flow": 11.033227862988323, + "inflow": 2.057868353278059, + "volume": 0, + "temperature": 26.58751337224203, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T10:00:00.000Z", + "level": 353.0373602417074, + "flow": 11.957155596399453, + "inflow": 1.2462397078656688, + "volume": 0, + "temperature": 26.220741708338753, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T11:00:00.000Z", + "level": 353.01270792575446, + "flow": 11.443304091368477, + "inflow": 1.175442332512021, + "volume": 0, + "temperature": 26.527261373514794, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T12:00:00.000Z", + "level": 353.0032621473471, + "flow": 12.121039970059229, + "inflow": 0.6188597937612728, + "volume": 0, + "temperature": 24.40575150674139, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T13:00:00.000Z", + "level": 352.9892160362498, + "flow": 11.962491084471045, + "inflow": 1.5250808560516727, + "volume": 0, + "temperature": 24.220731541097162, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T14:00:00.000Z", + "level": 353.00427220454054, + "flow": 11.338176671710043, + "inflow": 1.0222355115783288, + "volume": 0, + "temperature": 22.252157892834127, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T15:00:00.000Z", + "level": 353.00086989403394, + "flow": 11.521309935619563, + "inflow": 1.8737911170985742, + "volume": 0, + "temperature": 21.009604097135135, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T16:00:00.000Z", + "level": 352.9978612844452, + "flow": 11.02810987713483, + "inflow": 2.4734672460571785, + "volume": 0, + "temperature": 18.317475247953965, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T17:00:00.000Z", + "level": 353.01741690986887, + "flow": 10.73147187572299, + "inflow": 1.984845056953311, + "volume": 0, + "temperature": 15.263758038782004, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T18:00:00.000Z", + "level": 353.0330172946373, + "flow": 10.77475558545867, + "inflow": 2.711424864031229, + "volume": 0, + "temperature": 13.60058090800269, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T19:00:00.000Z", + "level": 353.0309528583128, + "flow": 10.723591598706497, + "inflow": 3.353598122792928, + "volume": 0, + "temperature": 11.640096466890153, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T20:00:00.000Z", + "level": 353.00983381947566, + "flow": 11.101998389843311, + "inflow": 2.3981923268622802, + "volume": 0, + "temperature": 10.923553868402802, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T21:00:00.000Z", + "level": 352.9985129227867, + "flow": 10.624044896555455, + "inflow": 1.6123423083168569, + "volume": 0, + "temperature": 10.841971216491904, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T22:00:00.000Z", + "level": 352.9881803234268, + "flow": 10.197250460266458, + "inflow": 1.0182254284202727, + "volume": 0, + "temperature": 10.324501687103956, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T23:00:00.000Z", + "level": 352.9975903152587, + "flow": 11.015787489378642, + "inflow": 0.8400130705914481, + "volume": 0, + "temperature": 10.414250605727897, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T00:00:00.000Z", + "level": 352.99577761880835, + "flow": 11.700131761700394, + "inflow": 0.1540254872929836, + "volume": 0, + "temperature": 11.595847071645066, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T01:00:00.000Z", + "level": 352.98710619045875, + "flow": 11.420976226250524, + "inflow": 0.8443859956981146, + "volume": 0, + "temperature": 12.951454422016539, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T02:00:00.000Z", + "level": 352.9717462974196, + "flow": 10.680201308841449, + "inflow": 0.9885318439509154, + "volume": 0, + "temperature": 14.020166596769421, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T03:00:00.000Z", + "level": 352.9785853245589, + "flow": 11.67962950603231, + "inflow": 1.3254327859455217, + "volume": 0, + "temperature": 16.847571833953857, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T04:00:00.000Z", + "level": 352.9955403325017, + "flow": 12.480254792631424, + "inflow": 2.1414065081047196, + "volume": 0, + "temperature": 18.00178188196761, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T05:00:00.000Z", + "level": 353.0145119913877, + "flow": 11.940846470061429, + "inflow": 2.1101342459192236, + "volume": 0, + "temperature": 19.995977082071857, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T06:00:00.000Z", + "level": 353.00370756960456, + "flow": 11.486269430505264, + "inflow": 2.4817059385051565, + "volume": 0, + "temperature": 22.74749207722737, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T07:00:00.000Z", + "level": 352.9964532679871, + "flow": 11.393790027682885, + "inflow": 2.8091410809656665, + "volume": 0, + "temperature": 24.49654877674845, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T08:00:00.000Z", + "level": 352.9868091109396, + "flow": 12.050679163048638, + "inflow": 2.0758625015683405, + "volume": 0, + "temperature": 24.688988645736337, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T09:00:00.000Z", + "level": 353.00742957760366, + "flow": 12.168840436067429, + "inflow": 2.340204041597281, + "volume": 0, + "temperature": 24.78752024609409, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T10:00:00.000Z", + "level": 353.02709315455115, + "flow": 12.633843328730428, + "inflow": 2.0968867355067147, + "volume": 0, + "temperature": 25.48156496128957, + "precipitation": 13.064065785597275 + }, + { + "timestamp": "2026-05-19T11:00:00.000Z", + "level": 353.0194819375679, + "flow": 11.703653160100979, + "inflow": 2.867539673488732, + "volume": 0, + "temperature": 25.165494282938045, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T12:00:00.000Z", + "level": 353.0023608902121, + "flow": 10.87743293112986, + "inflow": 3.4808213862739597, + "volume": 0, + "temperature": 24.418625851172855, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T13:00:00.000Z", + "level": 352.9845287993662, + "flow": 9.92419279097308, + "inflow": 3.8891476740687194, + "volume": 0, + "temperature": 23.55359908159844, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T14:00:00.000Z", + "level": 353.0041545018496, + "flow": 9.963606005703078, + "inflow": 4.080182222996745, + "volume": 0, + "temperature": 21.0362516285802, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T15:00:00.000Z", + "level": 353.0287955893141, + "flow": 10.952008728786, + "inflow": 4.3608027115721395, + "volume": 0, + "temperature": 19.134894198360275, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T16:00:00.000Z", + "level": 353.0292698159721, + "flow": 11.885552337604878, + "inflow": 4.913473834570196, + "volume": 0, + "temperature": 18.48480786306406, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T17:00:00.000Z", + "level": 353.0354678189648, + "flow": 12.73536556387759, + "inflow": 5.647042427123327, + "volume": 0, + "temperature": 15.50027315090864, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T18:00:00.000Z", + "level": 353.02825176494815, + "flow": 12.446322566864898, + "inflow": 5.961200546599928, + "volume": 0, + "temperature": 13.861303715465043, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T19:00:00.000Z", + "level": 353.03680248757735, + "flow": 12.798067538038369, + "inflow": 5.69010321022367, + "volume": 0, + "temperature": 11.72140841759434, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T20:00:00.000Z", + "level": 353.01591658541327, + "flow": 12.783105017073249, + "inflow": 6.318179938079508, + "volume": 0, + "temperature": 10.494011127144706, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T21:00:00.000Z", + "level": 353.0226377778287, + "flow": 13.49686096354198, + "inflow": 6.717294496683024, + "volume": 0, + "temperature": 10.705123562723522, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T22:00:00.000Z", + "level": 353.00835014123396, + "flow": 12.646814936273437, + "inflow": 7.0650288375416395, + "volume": 0, + "temperature": 9.438426676472929, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T23:00:00.000Z", + "level": 353.0189646670786, + "flow": 13.118063748726765, + "inflow": 6.619915965661567, + "volume": 0, + "temperature": 10.096572716376157, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T00:00:00.000Z", + "level": 352.9979635871759, + "flow": 12.189810702354404, + "inflow": 6.943956327710016, + "volume": 0, + "temperature": 10.407754601527277, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T01:00:00.000Z", + "level": 352.9861936541276, + "flow": 13.184670419916985, + "inflow": 7.094725605794467, + "volume": 0, + "temperature": 13.341026820619454, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T02:00:00.000Z", + "level": 352.9981944251922, + "flow": 12.537319919838309, + "inflow": 6.616281702470394, + "volume": 0, + "temperature": 14.374235670150266, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T03:00:00.000Z", + "level": 353.00516279449414, + "flow": 12.053125242470514, + "inflow": 7.170539847258014, + "volume": 0, + "temperature": 16.309224466058318, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T04:00:00.000Z", + "level": 353.0164883185893, + "flow": 12.675278294724027, + "inflow": 6.248188367431078, + "volume": 0, + "temperature": 18.20710235746998, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T05:00:00.000Z", + "level": 353.03067192696403, + "flow": 12.889296642395934, + "inflow": 5.740084859904125, + "volume": 0, + "temperature": 21.03498646558036, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T06:00:00.000Z", + "level": 353.02500121157914, + "flow": 13.674769443888858, + "inflow": 6.343516154810617, + "volume": 0, + "temperature": 21.946380750768277, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T07:00:00.000Z", + "level": 353.0477161072799, + "flow": 14.640641248833953, + "inflow": 5.49212486627478, + "volume": 0, + "temperature": 24.409866657832016, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T08:00:00.000Z", + "level": 353.03650637735063, + "flow": 14.819931000688415, + "inflow": 5.509795812625957, + "volume": 0, + "temperature": 25.34771488079096, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T09:00:00.000Z", + "level": 353.031963845476, + "flow": 13.921768928458466, + "inflow": 6.231832108998918, + "volume": 0, + "temperature": 25.393087794167936, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T10:00:00.000Z", + "level": 353.02482904779293, + "flow": 14.036694830746313, + "inflow": 6.443220770303161, + "volume": 0, + "temperature": 26.61208180798398, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T11:00:00.000Z", + "level": 353.0238183388037, + "flow": 14.440216207618175, + "inflow": 6.076505242678731, + "volume": 0, + "temperature": 25.134268643006454, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T12:00:00.000Z", + "level": 353.017505938328, + "flow": 14.392980764169291, + "inflow": 5.5841271034063915, + "volume": 0, + "temperature": 24.625264761913048, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T13:00:00.000Z", + "level": 353.0176804116213, + "flow": 13.732831689297038, + "inflow": 5.173590433040319, + "volume": 0, + "temperature": 22.771123323951787, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T14:00:00.000Z", + "level": 353.02956867243705, + "flow": 13.010422480629611, + "inflow": 4.308586264282252, + "volume": 0, + "temperature": 22.53865798585566, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T15:00:00.000Z", + "level": 353.04448858763726, + "flow": 13.585510100587777, + "inflow": 3.9750945372110897, + "volume": 0, + "temperature": 19.305430453043876, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T16:00:00.000Z", + "level": 353.03547327222293, + "flow": 13.65867835118518, + "inflow": 4.040664967044648, + "volume": 0, + "temperature": 18.21224844681361, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T17:00:00.000Z", + "level": 353.02038318703313, + "flow": 14.081205709287739, + "inflow": 4.410405017314699, + "volume": 0, + "temperature": 16.257075975383838, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T18:00:00.000Z", + "level": 353.0286190693036, + "flow": 13.89069800013843, + "inflow": 3.6076014604515643, + "volume": 0, + "temperature": 14.207381555831892, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T19:00:00.000Z", + "level": 353.0406589489873, + "flow": 14.564864008851027, + "inflow": 2.660514751053106, + "volume": 0, + "temperature": 12.53502013776586, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T20:00:00.000Z", + "level": 353.0447432877991, + "flow": 14.308909753182373, + "inflow": 2.2014706660957577, + "volume": 0, + "temperature": 11.96489993529891, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T21:00:00.000Z", + "level": 353.02788958871224, + "flow": 13.563282160450015, + "inflow": 3.1768196061093494, + "volume": 0, + "temperature": 10.11596993873203, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T22:00:00.000Z", + "level": 353.0135632037163, + "flow": 13.210113042242607, + "inflow": 3.389221472332989, + "volume": 0, + "temperature": 10.04956708868423, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T23:00:00.000Z", + "level": 352.9948352827199, + "flow": 12.986981444435678, + "inflow": 3.554228786462177, + "volume": 0, + "temperature": 10.509862288452425, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T00:00:00.000Z", + "level": 352.9779307027781, + "flow": 12.375638806682213, + "inflow": 3.146087250811215, + "volume": 0, + "temperature": 11.714507240732472, + "precipitation": 11.615769049236462 + }, + { + "timestamp": "2026-05-21T01:00:00.000Z", + "level": 352.9634840416754, + "flow": 12.353638522819235, + "inflow": 3.56877120248085, + "volume": 0, + "temperature": 13.183055236277964, + "precipitation": 10.066047972673477 + }, + { + "timestamp": "2026-05-21T02:00:00.000Z", + "level": 352.9478397520083, + "flow": 11.406537809332523, + "inflow": 3.2756070566768134, + "volume": 0, + "temperature": 14.892664847763822, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T03:00:00.000Z", + "level": 352.9684350313586, + "flow": 11.134039205491947, + "inflow": 2.4203816490847316, + "volume": 0, + "temperature": 15.229717320066667, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T04:00:00.000Z", + "level": 352.96353739164846, + "flow": 10.6258055016581, + "inflow": 2.000638843533642, + "volume": 0, + "temperature": 17.28529803991176, + "precipitation": 14.074094590739946 + }, + { + "timestamp": "2026-05-21T05:00:00.000Z", + "level": 352.9712427123193, + "flow": 11.48694824594043, + "inflow": 1.9967071332313697, + "volume": 0, + "temperature": 19.444675567284413, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T06:00:00.000Z", + "level": 352.958917699501, + "flow": 11.187121628886887, + "inflow": 0.9996428045741439, + "volume": 0, + "temperature": 21.69558264483978, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T07:00:00.000Z", + "level": 352.95412324378526, + "flow": 10.756073625503152, + "inflow": 0, + "volume": 0, + "temperature": 24.37015187271899, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T08:00:00.000Z", + "level": 352.9704078276666, + "flow": 9.776227295972435, + "inflow": 0, + "volume": 0, + "temperature": 25.275546160269148, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T09:00:00.000Z", + "level": 352.95764250022955, + "flow": 10.500865799694102, + "inflow": 0, + "volume": 0, + "temperature": 25.718597228812328, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T10:00:00.000Z", + "level": 352.947278460181, + "flow": 9.90230117302668, + "inflow": 0, + "volume": 0, + "temperature": 26.345517770443777, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T11:00:00.000Z", + "level": 352.9617114077863, + "flow": 10.092766063660648, + "inflow": 0, + "volume": 0, + "temperature": 24.82079035042935, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T12:00:00.000Z", + "level": 352.96863626995236, + "flow": 9.64859627088364, + "inflow": 0, + "volume": 0, + "temperature": 24.811018659009253, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T13:00:00.000Z", + "level": 352.9574176097648, + "flow": 10.615587843889426, + "inflow": 0.26358611413807775, + "volume": 0, + "temperature": 24.146889082438854, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T14:00:00.000Z", + "level": 352.9797815434331, + "flow": 10.64858921291586, + "inflow": 0.4696685038432702, + "volume": 0, + "temperature": 22.56877172895533, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T15:00:00.000Z", + "level": 352.99335567807907, + "flow": 9.668988032722819, + "inflow": 0, + "volume": 0, + "temperature": 20.628093867298595, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T16:00:00.000Z", + "level": 352.9935925596059, + "flow": 9.871416087581114, + "inflow": 0, + "volume": 0, + "temperature": 18.084703044269787, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T17:00:00.000Z", + "level": 352.98740485045994, + "flow": 9.040300596169235, + "inflow": 0, + "volume": 0, + "temperature": 16.381768299585055, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T18:00:00.000Z", + "level": 353.003566889409, + "flow": 8.262157610895434, + "inflow": 0.39584271488913547, + "volume": 0, + "temperature": 13.11744967690591, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T19:00:00.000Z", + "level": 352.9948850844215, + "flow": 7.826540078686941, + "inflow": 1.1573871760601904, + "volume": 0, + "temperature": 12.848567751043042, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T20:00:00.000Z", + "level": 352.9975034153309, + "flow": 7.151924522119701, + "inflow": 1.0141104337812674, + "volume": 0, + "temperature": 11.289114510727835, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T21:00:00.000Z", + "level": 353.0068924310892, + "flow": 6.824296906546701, + "inflow": 0.8138399005684747, + "volume": 0, + "temperature": 11.175979920257944, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T22:00:00.000Z", + "level": 353.00424184165064, + "flow": 6.822276829901373, + "inflow": 0.19675497720543955, + "volume": 0, + "temperature": 9.601676193183525, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T23:00:00.000Z", + "level": 352.99249576680813, + "flow": 6.186874666203271, + "inflow": 0.6852965393146335, + "volume": 0, + "temperature": 10.009953431735475, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T00:00:00.000Z", + "level": 353.0099134360047, + "flow": 6.864618676757219, + "inflow": 0.9733812057414108, + "volume": 0, + "temperature": 11.513708503393167, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T01:00:00.000Z", + "level": 353.00694021530234, + "flow": 6.820656479872216, + "inflow": 1.7564465086318215, + "volume": 0, + "temperature": 13.312544439892562, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T02:00:00.000Z", + "level": 352.9890144806229, + "flow": 7.360763504662178, + "inflow": 2.6771923775703925, + "volume": 0, + "temperature": 14.897299980226082, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T03:00:00.000Z", + "level": 352.96853072797165, + "flow": 7.884509376538645, + "inflow": 3.346615959349278, + "volume": 0, + "temperature": 16.504157631290205, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T04:00:00.000Z", + "level": 352.95865195802855, + "flow": 8.20675539324209, + "inflow": 2.4373156169454218, + "volume": 0, + "temperature": 18.303157834812907, + "precipitation": 12.7980074711138 + }, + { + "timestamp": "2026-05-22T05:00:00.000Z", + "level": 352.94024820688736, + "flow": 7.504465186270413, + "inflow": 2.6743128874778064, + "volume": 0, + "temperature": 19.718374999201203, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T06:00:00.000Z", + "level": 352.9412129370219, + "flow": 6.879601581765306, + "inflow": 2.6094515333170993, + "volume": 0, + "temperature": 21.01325232042643, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T07:00:00.000Z", + "level": 352.965047950016, + "flow": 6.276235645733152, + "inflow": 2.498197967266517, + "volume": 0, + "temperature": 23.714891073811934, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T08:00:00.000Z", + "level": 352.98188651417587, + "flow": 6.483744105680026, + "inflow": 1.5643763531393682, + "volume": 0, + "temperature": 25.326174259274968, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T09:00:00.000Z", + "level": 353.0025050798886, + "flow": 6.407842374359481, + "inflow": 2.0500846214479562, + "volume": 0, + "temperature": 26.410200937157637, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T10:00:00.000Z", + "level": 352.9824924528579, + "flow": 5.884609969090961, + "inflow": 1.202887140019373, + "volume": 0, + "temperature": 26.357595666613406, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T11:00:00.000Z", + "level": 352.96012592901127, + "flow": 5.542657379467681, + "inflow": 0.3800601137019912, + "volume": 0, + "temperature": 26.125795082863974, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T12:00:00.000Z", + "level": 352.9660260052316, + "flow": 5.384220377552991, + "inflow": 0.4145994424981492, + "volume": 0, + "temperature": 24.059470312695435, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T13:00:00.000Z", + "level": 352.98572499053705, + "flow": 6.086917916803055, + "inflow": 0.9594783952442238, + "volume": 0, + "temperature": 23.524481687419033, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T14:00:00.000Z", + "level": 352.99686010736616, + "flow": 5.726626574819862, + "inflow": 0, + "volume": 0, + "temperature": 22.26151616828627, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T15:00:00.000Z", + "level": 352.9742457086408, + "flow": 5.383553173313745, + "inflow": 0.16831240265634007, + "volume": 0, + "temperature": 20.23532589460615, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T16:00:00.000Z", + "level": 352.9622131041904, + "flow": 5.804124154813751, + "inflow": 0, + "volume": 0, + "temperature": 17.399208906463542, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T17:00:00.000Z", + "level": 352.98275462138866, + "flow": 5.46544478283532, + "inflow": 0.7087846362089039, + "volume": 0, + "temperature": 16.679342633527835, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T18:00:00.000Z", + "level": 352.98257342169177, + "flow": 6.456096651899465, + "inflow": 1.101215705275234, + "volume": 0, + "temperature": 14.294063686609414, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T19:00:00.000Z", + "level": 352.95904279589706, + "flow": 6.630829874507987, + "inflow": 0.7009866955823822, + "volume": 0, + "temperature": 11.820465084714979, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T20:00:00.000Z", + "level": 352.98138179165915, + "flow": 5.917855798039962, + "inflow": 0.6789970333328705, + "volume": 0, + "temperature": 11.476745469919654, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T21:00:00.000Z", + "level": 352.97022188469293, + "flow": 5.739955147087577, + "inflow": 0, + "volume": 0, + "temperature": 9.880092440775524, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T22:00:00.000Z", + "level": 352.984098340239, + "flow": 4.796694528192153, + "inflow": 0.9091489508529556, + "volume": 0, + "temperature": 9.294691264690808, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T23:00:00.000Z", + "level": 352.97372331777643, + "flow": 3.9091806213550995, + "inflow": 1.7513446249660944, + "volume": 0, + "temperature": 9.749317918310753, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T00:00:00.000Z", + "level": 352.98824517591146, + "flow": 3.2464503269883074, + "inflow": 1.866775084083117, + "volume": 0, + "temperature": 11.948765390883636, + "precipitation": 10.453061580386624 + }, + { + "timestamp": "2026-05-23T01:00:00.000Z", + "level": 352.97539296553896, + "flow": 2.590940180127432, + "inflow": 1.136533592322265, + "volume": 0, + "temperature": 11.585641748160134, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T02:00:00.000Z", + "level": 352.9955649890824, + "flow": 1.8618833508435109, + "inflow": 1.7884236528114172, + "volume": 0, + "temperature": 13.352645208820041, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T03:00:00.000Z", + "level": 352.98598887332327, + "flow": 2.2757516316207482, + "inflow": 2.1352440877348298, + "volume": 0, + "temperature": 15.854197857422932, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T04:00:00.000Z", + "level": 352.971716708148, + "flow": 3.165656828959493, + "inflow": 1.4625544703596591, + "volume": 0, + "temperature": 18.80160118962649, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T05:00:00.000Z", + "level": 352.9770980062208, + "flow": 3.953792754147283, + "inflow": 0.5954698316188565, + "volume": 0, + "temperature": 20.46568173696883, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T06:00:00.000Z", + "level": 352.980001642013, + "flow": 3.8711354916206226, + "inflow": 0.587388996404544, + "volume": 0, + "temperature": 22.789718780562144, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T07:00:00.000Z", + "level": 352.9919988114799, + "flow": 3.762936336032592, + "inflow": 0, + "volume": 0, + "temperature": 23.387538467164262, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T08:00:00.000Z", + "level": 353.00950829187354, + "flow": 2.967671255877296, + "inflow": 0, + "volume": 0, + "temperature": 25.452290543978954, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T09:00:00.000Z", + "level": 352.98834498630083, + "flow": 3.4190843152800476, + "inflow": 0.8401715425797791, + "volume": 0, + "temperature": 25.45477456448965, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T10:00:00.000Z", + "level": 353.00104066704273, + "flow": 4.355453827424418, + "inflow": 1.801803509146617, + "volume": 0, + "temperature": 26.344345154699674, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T11:00:00.000Z", + "level": 353.01865414301056, + "flow": 5.097359098441789, + "inflow": 1.181535689779071, + "volume": 0, + "temperature": 26.660252141313602, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T12:00:00.000Z", + "level": 353.0271146940881, + "flow": 4.643415282598141, + "inflow": 0.30231946746058336, + "volume": 0, + "temperature": 25.290726972705688, + "precipitation": 10.452911692313318 + }, + { + "timestamp": "2026-05-23T13:00:00.000Z", + "level": 353.04150725930674, + "flow": 3.869468211245142, + "inflow": 0.26304017014391823, + "volume": 0, + "temperature": 23.796000262259422, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T14:00:00.000Z", + "level": 353.03764368345486, + "flow": 4.360454298985644, + "inflow": 0.2833711509899448, + "volume": 0, + "temperature": 21.257672492048126, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T15:00:00.000Z", + "level": 353.02776794499755, + "flow": 3.6152110731208587, + "inflow": 0.8144987659476159, + "volume": 0, + "temperature": 20.095672878413204, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T16:00:00.000Z", + "level": 353.0035870688175, + "flow": 3.6379389367757, + "inflow": 0, + "volume": 0, + "temperature": 17.416554702190506, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T17:00:00.000Z", + "level": 352.99727392782813, + "flow": 4.322173609610797, + "inflow": 0.688553074973143, + "volume": 0, + "temperature": 16.202225182306897, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T18:00:00.000Z", + "level": 353.0109488020421, + "flow": 5.139248891505143, + "inflow": 1.1478899708092887, + "volume": 0, + "temperature": 13.310026467865361, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T19:00:00.000Z", + "level": 353.0096469974403, + "flow": 5.248099554581146, + "inflow": 1.9865132858000751, + "volume": 0, + "temperature": 13.04268557675152, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T20:00:00.000Z", + "level": 353.0331173604971, + "flow": 6.135695259794835, + "inflow": 2.1812127085920396, + "volume": 0, + "temperature": 11.513840604520807, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T21:00:00.000Z", + "level": 353.0106305473942, + "flow": 5.771955625970029, + "inflow": 2.8106703138846507, + "volume": 0, + "temperature": 9.301992693423987, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T22:00:00.000Z", + "level": 352.9869416015855, + "flow": 6.18548113144996, + "inflow": 2.1322577827953237, + "volume": 0, + "temperature": 10.009043606457038, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T23:00:00.000Z", + "level": 352.9811496274412, + "flow": 5.635333421748392, + "inflow": 1.3413230422809672, + "volume": 0, + "temperature": 10.213324800918038, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T00:00:00.000Z", + "level": 352.96787982535756, + "flow": 5.24157794247137, + "inflow": 1.72082432639992, + "volume": 0, + "temperature": 11.629332614914334, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T01:00:00.000Z", + "level": 352.9592800858043, + "flow": 4.2847508776764, + "inflow": 0.85778418461445, + "volume": 0, + "temperature": 12.459758305279015, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T02:00:00.000Z", + "level": 352.9504273142875, + "flow": 3.516073460398447, + "inflow": 0, + "volume": 0, + "temperature": 14.492560165543097, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T03:00:00.000Z", + "level": 352.9281284927055, + "flow": 3.145589303303147, + "inflow": 0.8360833120559272, + "volume": 0, + "temperature": 16.864048059640226, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T04:00:00.000Z", + "level": 352.9447201264308, + "flow": 3.485149942991886, + "inflow": 0, + "volume": 0, + "temperature": 18.767848211162253, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T05:00:00.000Z", + "level": 352.9482773216938, + "flow": 4.479619016203345, + "inflow": 0, + "volume": 0, + "temperature": 20.77049307732451, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T06:00:00.000Z", + "level": 352.9400914203731, + "flow": 4.055956104590237, + "inflow": 0.336018458227727, + "volume": 0, + "temperature": 22.795748684343526, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T07:00:00.000Z", + "level": 352.9606468524809, + "flow": 4.2217999913447715, + "inflow": 0.48557007253377416, + "volume": 0, + "temperature": 22.76542141614759, + "precipitation": 2.727668618137322 + }, + { + "timestamp": "2026-05-24T08:00:00.000Z", + "level": 352.948408750068, + "flow": 4.115848892013462, + "inflow": 1.0800811039379798, + "volume": 0, + "temperature": 24.829585224021688, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T09:00:00.000Z", + "level": 352.9644727801886, + "flow": 4.010359212190905, + "inflow": 0.29135208754035613, + "volume": 0, + "temperature": 26.12875215424532, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T10:00:00.000Z", + "level": 352.9410431817599, + "flow": 3.283415261847373, + "inflow": 0.6177992197614075, + "volume": 0, + "temperature": 25.751121936665307, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T11:00:00.000Z", + "level": 352.9466328696971, + "flow": 4.147583500067141, + "inflow": 0, + "volume": 0, + "temperature": 25.4295908329021, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T12:00:00.000Z", + "level": 352.93431924769664, + "flow": 4.306458189567511, + "inflow": 0.44346949679827574, + "volume": 0, + "temperature": 25.673744947670595, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T13:00:00.000Z", + "level": 352.9155977481854, + "flow": 4.684991010337241, + "inflow": 1.3545706934876582, + "volume": 0, + "temperature": 23.409216056614248, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T14:00:00.000Z", + "level": 352.8911960086189, + "flow": 5.413623798393116, + "inflow": 1.589702970773509, + "volume": 0, + "temperature": 21.449866680160092, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T15:00:00.000Z", + "level": 352.89248858324447, + "flow": 5.931308403045966, + "inflow": 1.3895177042072726, + "volume": 0, + "temperature": 20.440842208615784, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T16:00:00.000Z", + "level": 352.89161275164844, + "flow": 5.535738075800885, + "inflow": 2.035414590178125, + "volume": 0, + "temperature": 18.363698237540923, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T17:00:00.000Z", + "level": 352.8800564331006, + "flow": 5.504230192731627, + "inflow": 1.3912636352122996, + "volume": 0, + "temperature": 16.192087962710435, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T18:00:00.000Z", + "level": 352.88693060513776, + "flow": 5.094557397804213, + "inflow": 0.822758127231269, + "volume": 0, + "temperature": 14.541015915170451, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T19:00:00.000Z", + "level": 352.90699976603094, + "flow": 4.277920286758032, + "inflow": 1.616990275968369, + "volume": 0, + "temperature": 11.613657550423623, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T20:00:00.000Z", + "level": 352.8859637709202, + "flow": 4.817337913404689, + "inflow": 1.3581820353215956, + "volume": 0, + "temperature": 10.206388399639925, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T21:00:00.000Z", + "level": 352.8768329133684, + "flow": 5.598217515535607, + "inflow": 1.8970870508036368, + "volume": 0, + "temperature": 9.538722585500555, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T22:00:00.000Z", + "level": 352.86946170702686, + "flow": 5.496023020655732, + "inflow": 2.028753882895147, + "volume": 0, + "temperature": 9.999560305752745, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T23:00:00.000Z", + "level": 352.8504804555789, + "flow": 4.6465024991745025, + "inflow": 2.3204632247194925, + "volume": 0, + "temperature": 9.65492547290834, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T00:00:00.000Z", + "level": 352.84980747065873, + "flow": 3.788488536421388, + "inflow": 3.06039115741498, + "volume": 0, + "temperature": 11.404183375025958, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T01:00:00.000Z", + "level": 352.8461169361116, + "flow": 3.0386721449326695, + "inflow": 4.03953851740641, + "volume": 0, + "temperature": 12.968080463284005, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T02:00:00.000Z", + "level": 352.83800561910334, + "flow": 2.2223970989895054, + "inflow": 4.930941406352252, + "volume": 0, + "temperature": 13.906392992099065, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T03:00:00.000Z", + "level": 352.8556933472439, + "flow": 2.8464345174616184, + "inflow": 4.895675347904415, + "volume": 0, + "temperature": 16.498800959419032, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T04:00:00.000Z", + "level": 352.8538897989302, + "flow": 3.112525492968969, + "inflow": 4.915121086390622, + "volume": 0, + "temperature": 18.76046619457909, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T05:00:00.000Z", + "level": 352.84241808166934, + "flow": 3.4799880653248425, + "inflow": 4.231653879665732, + "volume": 0, + "temperature": 20.782351529771667, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T06:00:00.000Z", + "level": 352.84329990444616, + "flow": 3.785101621326937, + "inflow": 4.027932660349464, + "volume": 0, + "temperature": 21.16440789167829, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T07:00:00.000Z", + "level": 352.8436615152955, + "flow": 3.3055561090547574, + "inflow": 4.283667435551033, + "volume": 0, + "temperature": 24.282846829619167, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T08:00:00.000Z", + "level": 352.8267678969014, + "flow": 2.6501676771910128, + "inflow": 4.931845021502808, + "volume": 0, + "temperature": 24.619710567974757, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T09:00:00.000Z", + "level": 352.8275345839438, + "flow": 3.033879825866913, + "inflow": 4.115723716603461, + "volume": 0, + "temperature": 25.89317683505708, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T10:00:00.000Z", + "level": 352.8213994587058, + "flow": 2.035733410535888, + "inflow": 3.3847727080789833, + "volume": 0, + "temperature": 25.576791990931223, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T11:00:00.000Z", + "level": 352.8406056674385, + "flow": 1.4872499497414418, + "inflow": 3.419638176734526, + "volume": 0, + "temperature": 25.678239897873013, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T12:00:00.000Z", + "level": 352.86157776940775, + "flow": 1.2841674008180592, + "inflow": 3.944681260399319, + "volume": 0, + "temperature": 24.524803736378658, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T13:00:00.000Z", + "level": 352.85914698802645, + "flow": 1.92035930627363, + "inflow": 3.934330284550388, + "volume": 0, + "temperature": 24.41295900795556, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T14:00:00.000Z", + "level": 352.83703357018885, + "flow": 1.4348958618118588, + "inflow": 4.117220901326187, + "volume": 0, + "temperature": 21.20567802486008, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T15:00:00.000Z", + "level": 352.83521472305915, + "flow": 0.4901881358985012, + "inflow": 3.5298655907136705, + "volume": 0, + "temperature": 19.986902317702064, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T16:00:00.000Z", + "level": 352.85764215831864, + "flow": 1.1191363291307477, + "inflow": 4.403534214339928, + "volume": 0, + "temperature": 18.023096712590792, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T17:00:00.000Z", + "level": 352.8590867696798, + "flow": 1.9110984938941598, + "inflow": 4.949615675234758, + "volume": 0, + "temperature": 16.120559896451418, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T18:00:00.000Z", + "level": 352.85762712972246, + "flow": 2.210725507861375, + "inflow": 5.649640286809577, + "volume": 0, + "temperature": 14.225932879654238, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T19:00:00.000Z", + "level": 352.84912100768844, + "flow": 2.6822970722202824, + "inflow": 4.766652764131543, + "volume": 0, + "temperature": 12.904250278833608, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T20:00:00.000Z", + "level": 352.85578337608104, + "flow": 2.075656319590366, + "inflow": 3.7840107267937517, + "volume": 0, + "temperature": 10.83736053544508, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T21:00:00.000Z", + "level": 352.8584710613364, + "flow": 1.3929613141034012, + "inflow": 3.5599460842819837, + "volume": 0, + "temperature": 10.384314787475368, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T22:00:00.000Z", + "level": 352.8757295002304, + "flow": 1.8650717778507455, + "inflow": 3.960892425158089, + "volume": 0, + "temperature": 9.247213442708874, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T23:00:00.000Z", + "level": 352.86267327177364, + "flow": 1.441665120948103, + "inflow": 2.9808326732898003, + "volume": 0, + "temperature": 9.619716340280233, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T00:00:00.000Z", + "level": 352.8452953227575, + "flow": 1.5880729825807092, + "inflow": 3.1120833280723668, + "volume": 0, + "temperature": 11.166932948203762, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T01:00:00.000Z", + "level": 352.8562405619041, + "flow": 2.1728454307896063, + "inflow": 2.6998507445971804, + "volume": 0, + "temperature": 11.77954879215903, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T02:00:00.000Z", + "level": 352.85001496486336, + "flow": 2.2150075186168037, + "inflow": 3.1317551370986814, + "volume": 0, + "temperature": 14.535728190203844, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T03:00:00.000Z", + "level": 352.82787480460365, + "flow": 2.8097284326237117, + "inflow": 3.9800022313263184, + "volume": 0, + "temperature": 14.933666590581323, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T04:00:00.000Z", + "level": 352.8494051135782, + "flow": 2.273654585832594, + "inflow": 4.319636767293584, + "volume": 0, + "temperature": 18.78331635978331, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T05:00:00.000Z", + "level": 352.8706957188291, + "flow": 2.8272571171671266, + "inflow": 4.963800846793999, + "volume": 0, + "temperature": 20.338213874801692, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T06:00:00.000Z", + "level": 352.88495774801106, + "flow": 3.720842170599801, + "inflow": 5.105364420164671, + "volume": 0, + "temperature": 21.26316973825658, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T07:00:00.000Z", + "level": 352.88051418605426, + "flow": 3.8114675892008845, + "inflow": 4.67520572527466, + "volume": 0, + "temperature": 24.602652720427773, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T08:00:00.000Z", + "level": 352.89384422334314, + "flow": 4.058057245261864, + "inflow": 4.001805668151082, + "volume": 0, + "temperature": 25.861723564942118, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T09:00:00.000Z", + "level": 352.91411406107426, + "flow": 4.577492556683424, + "inflow": 3.313447363446334, + "volume": 0, + "temperature": 26.373834381487974, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T10:00:00.000Z", + "level": 352.89303218608575, + "flow": 4.6620363724084255, + "inflow": 3.926469050741446, + "volume": 0, + "temperature": 25.563034961695106, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T11:00:00.000Z", + "level": 352.90974944131295, + "flow": 5.422163195380968, + "inflow": 3.706898018389087, + "volume": 0, + "temperature": 26.50203089925158, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T12:00:00.000Z", + "level": 352.92740233463195, + "flow": 5.745978822122012, + "inflow": 3.790873327601381, + "volume": 0, + "temperature": 24.818048370715896, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T13:00:00.000Z", + "level": 352.91479192764444, + "flow": 6.688706324285215, + "inflow": 3.801663026194874, + "volume": 0, + "temperature": 23.618750369101335, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T14:00:00.000Z", + "level": 352.9352543698404, + "flow": 7.36486572880336, + "inflow": 2.9297381920298173, + "volume": 0, + "temperature": 21.13594685008, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T15:00:00.000Z", + "level": 352.92626250348223, + "flow": 6.915342004976101, + "inflow": 2.4128035982003047, + "volume": 0, + "temperature": 19.64718919375106, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T16:00:00.000Z", + "level": 352.9404272856009, + "flow": 6.020958786478091, + "inflow": 2.229607930450136, + "volume": 0, + "temperature": 17.050119492659224, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T17:00:00.000Z", + "level": 352.91917018819487, + "flow": 5.152441118361347, + "inflow": 2.1498131568101493, + "volume": 0, + "temperature": 16.77037271976539, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T18:00:00.000Z", + "level": 352.93021070825563, + "flow": 4.293665221695997, + "inflow": 2.3085234565844965, + "volume": 0, + "temperature": 14.70536973645022, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T19:00:00.000Z", + "level": 352.92139796844333, + "flow": 3.8661709682365, + "inflow": 2.3741709578502355, + "volume": 0, + "temperature": 11.414326048865114, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T20:00:00.000Z", + "level": 352.9162322741874, + "flow": 3.4078426867282343, + "inflow": 2.3989926303989764, + "volume": 0, + "temperature": 10.45240095003157, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T21:00:00.000Z", + "level": 352.93328786090717, + "flow": 3.5366210646785654, + "inflow": 1.4147653701260903, + "volume": 0, + "temperature": 9.642733092466798, + "precipitation": 11.042437087379955 + }, + { + "timestamp": "2026-05-26T22:00:00.000Z", + "level": 352.92568912958103, + "flow": 3.321157732568067, + "inflow": 0.7005303268580843, + "volume": 0, + "temperature": 10.483991222608138, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T23:00:00.000Z", + "level": 352.9464637903973, + "flow": 3.0895798253534292, + "inflow": 0.8060436662813522, + "volume": 0, + "temperature": 11.161744900770717, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T00:00:00.000Z", + "level": 352.9547390842531, + "flow": 2.347880049139019, + "inflow": 0.6620850742067108, + "volume": 0, + "temperature": 11.28555563976228, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T01:00:00.000Z", + "level": 352.97725784191067, + "flow": 3.132595150465782, + "inflow": 1.2885291225316853, + "volume": 0, + "temperature": 11.776180739689092, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T02:00:00.000Z", + "level": 352.9983356889675, + "flow": 2.8077580859596813, + "inflow": 0.30530228647423785, + "volume": 0, + "temperature": 14.73059205953279, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T03:00:00.000Z", + "level": 352.98844742811883, + "flow": 2.039022581630948, + "inflow": 1.1999605262701838, + "volume": 0, + "temperature": 15.721600096676234, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T04:00:00.000Z", + "level": 352.96395885958447, + "flow": 1.6182815050564079, + "inflow": 0.38628354257808173, + "volume": 0, + "temperature": 17.554069476391973, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T05:00:00.000Z", + "level": 352.9859734495969, + "flow": 2.3238965758378827, + "inflow": 0, + "volume": 0, + "temperature": 19.898041036302985, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T06:00:00.000Z", + "level": 352.977082909728, + "flow": 2.7806885875004648, + "inflow": 0, + "volume": 0, + "temperature": 21.300671993109262, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T07:00:00.000Z", + "level": 352.9911832099365, + "flow": 2.5325084172088683, + "inflow": 0.5127050505106379, + "volume": 0, + "temperature": 23.954423579598807, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T08:00:00.000Z", + "level": 353.0026493533677, + "flow": 2.806411468935937, + "inflow": 0, + "volume": 0, + "temperature": 24.55977744071099, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T09:00:00.000Z", + "level": 352.9880799589763, + "flow": 3.6091253818519253, + "inflow": 0, + "volume": 0, + "temperature": 24.851786128571835, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T10:00:00.000Z", + "level": 352.97247073600755, + "flow": 2.687520005423819, + "inflow": 0, + "volume": 0, + "temperature": 26.79471536542035, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T11:00:00.000Z", + "level": 352.9559105735027, + "flow": 2.868359663875768, + "inflow": 0.09123871579467613, + "volume": 0, + "temperature": 25.072532829198746, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T12:00:00.000Z", + "level": 352.94433682436045, + "flow": 3.0327426757754057, + "inflow": 1.0824880827696322, + "volume": 0, + "temperature": 24.198415833928834, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T13:00:00.000Z", + "level": 352.96057809582857, + "flow": 3.6884892954855455, + "inflow": 0.5557461574772642, + "volume": 0, + "temperature": 24.075469362444668, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T14:00:00.000Z", + "level": 352.9395409507747, + "flow": 3.748282448318268, + "inflow": 0, + "volume": 0, + "temperature": 21.838152201231438, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T15:00:00.000Z", + "level": 352.92264031203666, + "flow": 4.462639670842826, + "inflow": 0, + "volume": 0, + "temperature": 19.406153551834922, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T16:00:00.000Z", + "level": 352.91515973460406, + "flow": 4.8056713736236745, + "inflow": 0, + "volume": 0, + "temperature": 17.43444271825001, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T17:00:00.000Z", + "level": 352.9311282539127, + "flow": 4.026839855611458, + "inflow": 0.9541930502129352, + "volume": 0, + "temperature": 16.453126186940523, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T18:00:00.000Z", + "level": 352.93148893204034, + "flow": 4.54116535039699, + "inflow": 0, + "volume": 0, + "temperature": 14.964239020322893, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T19:00:00.000Z", + "level": 352.9519421711308, + "flow": 4.767813605010025, + "inflow": 0, + "volume": 0, + "temperature": 13.009334736976161, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T20:00:00.000Z", + "level": 352.94830982488156, + "flow": 4.173972701386491, + "inflow": 0.2899259969775372, + "volume": 0, + "temperature": 10.263128297164961, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T21:00:00.000Z", + "level": 352.9584789943203, + "flow": 4.844787565327734, + "inflow": 0, + "volume": 0, + "temperature": 10.960924030986131, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T22:00:00.000Z", + "level": 352.96457367408857, + "flow": 5.070297653439494, + "inflow": 0, + "volume": 0, + "temperature": 9.029267753017983, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T23:00:00.000Z", + "level": 352.97629766244614, + "flow": 4.723804939492018, + "inflow": 0, + "volume": 0, + "temperature": 9.871892633298867, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T00:00:00.000Z", + "level": 352.9696075654748, + "flow": 4.842503065483404, + "inflow": 0, + "volume": 0, + "temperature": 11.177344039990576, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T01:00:00.000Z", + "level": 352.9468439513108, + "flow": 4.253379104652291, + "inflow": 0.0220660290801149, + "volume": 0, + "temperature": 12.347561992265522, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T02:00:00.000Z", + "level": 352.96291297469867, + "flow": 5.150076270845856, + "inflow": 0, + "volume": 0, + "temperature": 13.59960905312924, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T03:00:00.000Z", + "level": 352.97307872393696, + "flow": 4.4317382932977765, + "inflow": 0.4758612234238351, + "volume": 0, + "temperature": 15.518404427166717, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T04:00:00.000Z", + "level": 352.9704295450382, + "flow": 3.9140948024014257, + "inflow": 0.9218219749526586, + "volume": 0, + "temperature": 18.242496975722, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T05:00:00.000Z", + "level": 352.98166114635455, + "flow": 4.7571058299289595, + "inflow": 0.9055580574477777, + "volume": 0, + "temperature": 20.204208748848824, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T06:00:00.000Z", + "level": 352.9635800816947, + "flow": 3.9510147666117823, + "inflow": 0, + "volume": 0, + "temperature": 21.706272506848805, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T07:00:00.000Z", + "level": 352.949821291981, + "flow": 3.3038911763319656, + "inflow": 0.0012997905497234008, + "volume": 0, + "temperature": 22.8794318779004, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T08:00:00.000Z", + "level": 352.94519331636775, + "flow": 3.046973218326827, + "inflow": 0, + "volume": 0, + "temperature": 25.578230969576538, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T09:00:00.000Z", + "level": 352.9566708118976, + "flow": 3.830479847856649, + "inflow": 0.3967899455386328, + "volume": 0, + "temperature": 26.36314025966425, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T10:00:00.000Z", + "level": 352.955876495685, + "flow": 3.3049067412454853, + "inflow": 1.130139651157882, + "volume": 0, + "temperature": 26.03833406167393, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T11:00:00.000Z", + "level": 352.9504526740265, + "flow": 4.163509829884315, + "inflow": 1.8509375080747787, + "volume": 0, + "temperature": 25.931735761418246, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T12:00:00.000Z", + "level": 352.9654922771199, + "flow": 4.4734258695074836, + "inflow": 2.217505302542613, + "volume": 0, + "temperature": 24.684542728733366, + "precipitation": 7.55853138519052 + }, + { + "timestamp": "2026-05-28T13:00:00.000Z", + "level": 352.9874592839522, + "flow": 4.231578643185934, + "inflow": 2.7909881364183584, + "volume": 0, + "temperature": 23.717264569850094, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T14:00:00.000Z", + "level": 353.003995092029, + "flow": 3.5159226052728054, + "inflow": 3.0121498414082972, + "volume": 0, + "temperature": 22.772554518583288, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T15:00:00.000Z", + "level": 353.00874220312784, + "flow": 3.635667484211891, + "inflow": 3.858726766081535, + "volume": 0, + "temperature": 19.14199796493393, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T16:00:00.000Z", + "level": 352.98597603394654, + "flow": 3.5464695973908964, + "inflow": 4.6787766694866155, + "volume": 0, + "temperature": 18.79859605149606, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T17:00:00.000Z", + "level": 352.96470978165206, + "flow": 3.935216374760921, + "inflow": 5.264800814024008, + "volume": 0, + "temperature": 16.03238693099589, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T18:00:00.000Z", + "level": 352.9595647711118, + "flow": 3.4446336370082324, + "inflow": 5.037663314018465, + "volume": 0, + "temperature": 13.167718092874606, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T19:00:00.000Z", + "level": 352.97163961055094, + "flow": 4.048051798451006, + "inflow": 4.934066867285086, + "volume": 0, + "temperature": 13.120324653085067, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T20:00:00.000Z", + "level": 352.96521462788456, + "flow": 4.104207838056503, + "inflow": 5.810263765855767, + "volume": 0, + "temperature": 10.564911603173382, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T21:00:00.000Z", + "level": 352.95461430865305, + "flow": 3.7919693165002184, + "inflow": 6.588701367326346, + "volume": 0, + "temperature": 10.42970424536472, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T22:00:00.000Z", + "level": 352.93011067058774, + "flow": 2.8625092876824634, + "inflow": 5.945327436645238, + "volume": 0, + "temperature": 9.667269313029053, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T23:00:00.000Z", + "level": 352.9493501540271, + "flow": 2.924941625356932, + "inflow": 6.037665267269746, + "volume": 0, + "temperature": 11.253299181358035, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T00:00:00.000Z", + "level": 352.9430046490931, + "flow": 3.8868015777531033, + "inflow": 5.477395746251881, + "volume": 0, + "temperature": 11.829832131262451, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T01:00:00.000Z", + "level": 352.92162202447145, + "flow": 3.2142918014312327, + "inflow": 5.408464952942799, + "volume": 0, + "temperature": 12.791880327024638, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T02:00:00.000Z", + "level": 352.9115400991545, + "flow": 3.986160062451348, + "inflow": 5.166844128966192, + "volume": 0, + "temperature": 14.278274953740901, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T03:00:00.000Z", + "level": 352.92938021666015, + "flow": 3.678573860203244, + "inflow": 4.630484037140498, + "volume": 0, + "temperature": 15.656742602398822, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T04:00:00.000Z", + "level": 352.9527625348287, + "flow": 2.794077850767844, + "inflow": 4.628176270831953, + "volume": 0, + "temperature": 17.365952574984348, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T05:00:00.000Z", + "level": 352.94040402631555, + "flow": 2.4906277653921274, + "inflow": 3.992534270542489, + "volume": 0, + "temperature": 20.852440707801634, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T06:00:00.000Z", + "level": 352.9625934573682, + "flow": 2.506019890100379, + "inflow": 3.1035830866150125, + "volume": 0, + "temperature": 22.758460652941945, + "precipitation": 12.162975378389945 + }, + { + "timestamp": "2026-05-29T07:00:00.000Z", + "level": 352.9655301637056, + "flow": 2.5609777058103687, + "inflow": 3.9390894987581655, + "volume": 0, + "temperature": 22.918429929042116, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T08:00:00.000Z", + "level": 352.9782812235373, + "flow": 2.896986120465362, + "inflow": 3.6988377298687927, + "volume": 0, + "temperature": 25.907207853964163, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T09:00:00.000Z", + "level": 352.97950818196716, + "flow": 2.6405128522172694, + "inflow": 3.9499233625829695, + "volume": 0, + "temperature": 26.623792506755606, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T10:00:00.000Z", + "level": 352.9920054540112, + "flow": 2.4666325108534064, + "inflow": 3.766052985755387, + "volume": 0, + "temperature": 25.441092040307762, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T11:00:00.000Z", + "level": 352.98863382577105, + "flow": 3.3966971553451373, + "inflow": 4.426714039716064, + "volume": 0, + "temperature": 25.654102171067983, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T12:00:00.000Z", + "level": 353.00267629126404, + "flow": 3.0169844368720886, + "inflow": 5.147750791276094, + "volume": 0, + "temperature": 24.95047781279021, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T13:00:00.000Z", + "level": 353.00565676760186, + "flow": 2.7411977066242335, + "inflow": 5.153159871115556, + "volume": 0, + "temperature": 24.262788874128596, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T14:00:00.000Z", + "level": 352.99541008954617, + "flow": 3.0611622952359276, + "inflow": 4.906558650032322, + "volume": 0, + "temperature": 21.307735490452835, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T15:00:00.000Z", + "level": 353.0203518383846, + "flow": 2.920057931121152, + "inflow": 4.846246358439759, + "volume": 0, + "temperature": 20.875888139202072, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T16:00:00.000Z", + "level": 353.0350288537095, + "flow": 2.043431911566662, + "inflow": 5.809237178545345, + "volume": 0, + "temperature": 18.209053833199604, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T17:00:00.000Z", + "level": 353.03854190040147, + "flow": 2.301483108928071, + "inflow": 5.683549191067646, + "volume": 0, + "temperature": 15.14174953708639, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T18:00:00.000Z", + "level": 353.0486887378659, + "flow": 3.0868443815473947, + "inflow": 5.282749942495149, + "volume": 0, + "temperature": 13.254209941222044, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T19:00:00.000Z", + "level": 353.07224278581907, + "flow": 2.3673207209243006, + "inflow": 5.834274847889688, + "volume": 0, + "temperature": 12.002182891431094, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T20:00:00.000Z", + "level": 353.0696209137417, + "flow": 3.1112667421245455, + "inflow": 6.011201515747041, + "volume": 0, + "temperature": 10.562001414449762, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T21:00:00.000Z", + "level": 353.0461559805157, + "flow": 3.948368502996847, + "inflow": 6.204723838899364, + "volume": 0, + "temperature": 9.527612697432192, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T22:00:00.000Z", + "level": 353.022707465781, + "flow": 3.602603170122383, + "inflow": 7.10898844538656, + "volume": 0, + "temperature": 10.376484283785075, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T23:00:00.000Z", + "level": 353.0391508764496, + "flow": 2.7738243234976263, + "inflow": 6.455120229836172, + "volume": 0, + "temperature": 11.249725084037136, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T00:00:00.000Z", + "level": 353.0428857495876, + "flow": 2.7562375710683997, + "inflow": 7.2005497920468, + "volume": 0, + "temperature": 11.898379456686454, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T01:00:00.000Z", + "level": 353.03537706631477, + "flow": 2.0566560717559774, + "inflow": 7.93704090757506, + "volume": 0, + "temperature": 11.899678307317934, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T02:00:00.000Z", + "level": 353.01859842764054, + "flow": 2.864588984077799, + "inflow": 7.147868458897846, + "volume": 0, + "temperature": 14.330988916170519, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T03:00:00.000Z", + "level": 353.02023657890066, + "flow": 2.4157356891124726, + "inflow": 7.759348218741005, + "volume": 0, + "temperature": 15.443555116675524, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T04:00:00.000Z", + "level": 353.0130005249429, + "flow": 1.4669743275076352, + "inflow": 7.352086630725217, + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 + }, { "timestamp": "2026-05-30T05:00:00.000Z", "level": 353.02, "flow": 2.46, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-05-31T05:00:00.000Z", "level": 352.99, "flow": 2.48, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-06-01T05:00:00.000Z", "level": 352.97, "flow": 2.48, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-06-02T05:00:00.000Z", "level": 352.95, "flow": 2.49, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-06-03T05:00:00.000Z", "level": 352.92, "flow": 2.5, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-06-04T05:00:00.000Z", "level": 352.89, "flow": 2.52, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-06-04T21:00:00.000Z", "level": 352.87, "flow": 2.52, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-06-04T22:00:00.000Z", "level": 352.87, "flow": 2.52, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-06-04T23:00:00.000Z", "level": 352.87, "flow": 2.52, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-06-05T00:00:00.000Z", "level": 352.87, "flow": 2.52, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-06-05T01:00:00.000Z", "level": 352.87, "flow": 2.52, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-06-05T02:00:00.000Z", "level": 352.87, "flow": 2.52, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-06-05T03:00:00.000Z", "level": 352.87, "flow": 2.52, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-06-05T04:00:00.000Z", "level": 352.87, "flow": 2.52, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-06-05T05:00:00.000Z", "level": 352.87, "flow": 2.52, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-06-05T06:00:00.000Z", "level": 352.87, "flow": 2.52, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-06-05T07:00:00.000Z", "level": 352.87, "flow": 2.52, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-06-05T08:00:00.000Z", "level": 352.86, "flow": 2.52, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-06-05T09:00:00.000Z", "level": 352.86, "flow": 2.52, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-06-05T10:00:00.000Z", "level": 352.86, "flow": 2.52, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-06-05T11:00:00.000Z", "level": 352.86, "flow": 2.53, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-06-05T12:00:00.000Z", "level": 352.86, "flow": 2.53, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-06-05T13:00:00.000Z", "level": 352.86, "flow": 2.53, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-06-05T14:00:00.000Z", "level": 352.86, "flow": 2.53, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-06-05T15:00:00.000Z", "level": 352.86, "flow": 2.53, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-06-05T16:00:00.000Z", "level": 352.85, "flow": 2.52, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-06-05T17:00:00.000Z", "level": 352.86, "flow": 2.52, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-06-05T18:00:00.000Z", "level": 352.85, "flow": 2.52, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-06-05T19:00:00.000Z", "level": 352.85, "flow": 2.52, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-06-05T20:00:00.000Z", "level": 352.85, "flow": 2.53, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 }, { "timestamp": "2026-06-05T20:10:00.000Z", "level": 352.85, "flow": 2.53, + "inflow": 0, + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:20:00.000Z", + "level": 352.85, + "flow": 2.53, + "inflow": 0, + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:30:00.000Z", + "level": 352.85, + "flow": 2.53, + "inflow": 0, + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:40:00.000Z", + "level": 352.85, + "flow": 2.53, + "inflow": 0, + "volume": 0, + "temperature": 17.097761795856353, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:50:00.000Z", + "level": 352.85, + "flow": 0, "inflow": 1.46, - "volume": 32.35 + "volume": 32.35, + "temperature": 12.1, + "precipitation": 5.7 } ] \ No newline at end of file diff --git a/public/data/VLHN.json b/public/data/VLHN.json index 9449cd6..95b493b 100644 --- a/public/data/VLHN.json +++ b/public/data/VLHN.json @@ -1,219 +1,6797 @@ [ + { + "timestamp": "2026-04-30T05:00:00.000Z", + "level": 369.58295136481286, + "flow": 7.951179073513004, + "inflow": 17.832377303872292, + "volume": 0, + "temperature": 20.33327767392048, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T06:00:00.000Z", + "level": 369.59778135412853, + "flow": 8.536671541044289, + "inflow": 18.330167102799045, + "volume": 0, + "temperature": 21.031832642890883, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T07:00:00.000Z", + "level": 369.5776572168632, + "flow": 8.133927211775351, + "inflow": 18.333462245875396, + "volume": 0, + "temperature": 23.5180715180033, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T08:00:00.000Z", + "level": 369.57211579651363, + "flow": 9.11928842486286, + "inflow": 18.52768970791622, + "volume": 0, + "temperature": 25.01910080709766, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T09:00:00.000Z", + "level": 369.56706514349906, + "flow": 8.645443105178986, + "inflow": 19.223640689531194, + "volume": 0, + "temperature": 24.932769317742917, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T10:00:00.000Z", + "level": 369.543417547208, + "flow": 9.198668788989309, + "inflow": 19.197022622978615, + "volume": 0, + "temperature": 25.460842231926293, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T11:00:00.000Z", + "level": 369.52835068459785, + "flow": 8.370720810811374, + "inflow": 18.746530809530956, + "volume": 0, + "temperature": 25.66580163560381, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T12:00:00.000Z", + "level": 369.5509723470913, + "flow": 7.652849824065948, + "inflow": 18.481611180068818, + "volume": 0, + "temperature": 24.297813714958103, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T13:00:00.000Z", + "level": 369.5595873951266, + "flow": 6.6550938890071105, + "inflow": 18.645452003564714, + "volume": 0, + "temperature": 23.675961756933432, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T14:00:00.000Z", + "level": 369.5593627456992, + "flow": 6.08054569626284, + "inflow": 17.691453509893716, + "volume": 0, + "temperature": 22.832555409763312, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T15:00:00.000Z", + "level": 369.5487153817751, + "flow": 5.446000239646468, + "inflow": 18.12959315684708, + "volume": 0, + "temperature": 19.857009336205465, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T16:00:00.000Z", + "level": 369.5369836620423, + "flow": 6.203358612324932, + "inflow": 17.437348750504185, + "volume": 0, + "temperature": 17.669714826041172, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T17:00:00.000Z", + "level": 369.5347763457734, + "flow": 6.37930582044992, + "inflow": 17.07710917379751, + "volume": 0, + "temperature": 16.347093254785698, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T18:00:00.000Z", + "level": 369.51052773923897, + "flow": 6.328239742341241, + "inflow": 16.835588794809983, + "volume": 0, + "temperature": 13.447005134793066, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T19:00:00.000Z", + "level": 369.4898573682036, + "flow": 6.613202533774963, + "inflow": 17.722668812144594, + "volume": 0, + "temperature": 13.31892980829183, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T20:00:00.000Z", + "level": 369.49102054580595, + "flow": 5.719610913385019, + "inflow": 16.812077614429707, + "volume": 0, + "temperature": 11.719675130510232, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T21:00:00.000Z", + "level": 369.51154687506954, + "flow": 5.529376575362026, + "inflow": 16.76217612073098, + "volume": 0, + "temperature": 9.97810586421323, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T22:00:00.000Z", + "level": 369.5361565388483, + "flow": 4.892011568848196, + "inflow": 17.257420011927817, + "volume": 0, + "temperature": 10.533108231540611, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T23:00:00.000Z", + "level": 369.5368657472502, + "flow": 4.823589361859411, + "inflow": 16.88185728023312, + "volume": 0, + "temperature": 10.41726284803904, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T00:00:00.000Z", + "level": 369.56112935127726, + "flow": 5.33287499308326, + "inflow": 17.66026100818262, + "volume": 0, + "temperature": 11.55323120438243, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T01:00:00.000Z", + "level": 369.58367385970115, + "flow": 5.574934787740675, + "inflow": 17.186797993439438, + "volume": 0, + "temperature": 13.122050784556958, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T02:00:00.000Z", + "level": 369.594521096708, + "flow": 5.416589203979286, + "inflow": 18.123918710229432, + "volume": 0, + "temperature": 14.07530126037451, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T03:00:00.000Z", + "level": 369.5903153373034, + "flow": 4.825985706064474, + "inflow": 18.85383564367937, + "volume": 0, + "temperature": 14.93326476835204, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T04:00:00.000Z", + "level": 369.5951720185566, + "flow": 3.940305115173061, + "inflow": 18.33730815076845, + "volume": 0, + "temperature": 17.60136952353619, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T05:00:00.000Z", + "level": 369.60042323980707, + "flow": 4.848796568357882, + "inflow": 17.600285347612868, + "volume": 0, + "temperature": 20.87451812649265, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T06:00:00.000Z", + "level": 369.6074277443637, + "flow": 3.9348860400658743, + "inflow": 17.0867993409602, + "volume": 0, + "temperature": 21.54242925283389, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T07:00:00.000Z", + "level": 369.61884591337315, + "flow": 3.0083263125489954, + "inflow": 16.86305108944124, + "volume": 0, + "temperature": 24.1761927737322, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T08:00:00.000Z", + "level": 369.61984384767464, + "flow": 2.0635546936469122, + "inflow": 16.637534979887445, + "volume": 0, + "temperature": 25.81602968613817, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T09:00:00.000Z", + "level": 369.60303812185845, + "flow": 1.771595054965628, + "inflow": 16.768925415955668, + "volume": 0, + "temperature": 25.134116211189163, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T10:00:00.000Z", + "level": 369.6009525613384, + "flow": 1.5355153923288745, + "inflow": 17.529960133694686, + "volume": 0, + "temperature": 26.49902701536751, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T11:00:00.000Z", + "level": 369.61585225510953, + "flow": 0.7055398235141972, + "inflow": 17.870525683012712, + "volume": 0, + "temperature": 24.745400399004524, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T12:00:00.000Z", + "level": 369.6062912784493, + "flow": 0, + "inflow": 17.468206764153578, + "volume": 0, + "temperature": 25.802785865965284, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T13:00:00.000Z", + "level": 369.5920998011053, + "flow": 0, + "inflow": 17.293186943814455, + "volume": 0, + "temperature": 24.188285980976943, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T14:00:00.000Z", + "level": 369.5989918420344, + "flow": 0, + "inflow": 17.06886161101667, + "volume": 0, + "temperature": 22.467245512180355, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T15:00:00.000Z", + "level": 369.5808188890573, + "flow": 0.676818595608804, + "inflow": 17.783558765006436, + "volume": 0, + "temperature": 20.136611079036665, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T16:00:00.000Z", + "level": 369.55925746793724, + "flow": 1.644839935039783, + "inflow": 17.119806627764248, + "volume": 0, + "temperature": 17.10093238309012, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T17:00:00.000Z", + "level": 369.5835917068552, + "flow": 1.820272121848407, + "inflow": 17.1471944641396, + "volume": 0, + "temperature": 15.605537231592022, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T18:00:00.000Z", + "level": 369.6082523535015, + "flow": 2.01260632067914, + "inflow": 17.195553352439322, + "volume": 0, + "temperature": 14.081329726700861, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T19:00:00.000Z", + "level": 369.59172347542955, + "flow": 1.8398359293548032, + "inflow": 17.15345416727397, + "volume": 0, + "temperature": 12.457107767965908, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T20:00:00.000Z", + "level": 369.58948633208223, + "flow": 2.298994875133127, + "inflow": 16.998594775665193, + "volume": 0, + "temperature": 11.74434880139105, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T21:00:00.000Z", + "level": 369.57790225839244, + "flow": 1.786007323584172, + "inflow": 16.541290595596056, + "volume": 0, + "temperature": 10.119468715383352, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T22:00:00.000Z", + "level": 369.5604786933279, + "flow": 0.9636044454055059, + "inflow": 15.874685386470638, + "volume": 0, + "temperature": 9.769041652352788, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T23:00:00.000Z", + "level": 369.53844447352526, + "flow": 1.627348176255265, + "inflow": 16.469321372057323, + "volume": 0, + "temperature": 10.38766578620704, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T00:00:00.000Z", + "level": 369.5408019853922, + "flow": 2.0473356576751, + "inflow": 16.778610736459715, + "volume": 0, + "temperature": 11.55450941778062, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T01:00:00.000Z", + "level": 369.5619219185203, + "flow": 1.0551080529981904, + "inflow": 16.10692427233451, + "volume": 0, + "temperature": 12.401433579790787, + "precipitation": 12.820414879485583 + }, + { + "timestamp": "2026-05-02T02:00:00.000Z", + "level": 369.5419315848834, + "flow": 1.8009963990325741, + "inflow": 16.545801973112596, + "volume": 0, + "temperature": 14.642652428797598, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T03:00:00.000Z", + "level": 369.51890024459965, + "flow": 2.0956829192085267, + "inflow": 17.177706693725135, + "volume": 0, + "temperature": 16.500320247473137, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T04:00:00.000Z", + "level": 369.496130586599, + "flow": 2.214014311912769, + "inflow": 16.220804072215948, + "volume": 0, + "temperature": 18.86618659859029, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T05:00:00.000Z", + "level": 369.48605298990975, + "flow": 2.3476460160593366, + "inflow": 16.389218017643188, + "volume": 0, + "temperature": 19.62415808200062, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T06:00:00.000Z", + "level": 369.5030467943165, + "flow": 3.2199376416050827, + "inflow": 15.589839653328013, + "volume": 0, + "temperature": 21.16283853579882, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T07:00:00.000Z", + "level": 369.523453747555, + "flow": 3.9333058457897403, + "inflow": 15.82355344304791, + "volume": 0, + "temperature": 23.967316206268755, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T08:00:00.000Z", + "level": 369.53455523095715, + "flow": 4.190100517067549, + "inflow": 16.484801363916812, + "volume": 0, + "temperature": 24.77891953126526, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T09:00:00.000Z", + "level": 369.5484730146952, + "flow": 4.844520794656772, + "inflow": 16.419223949205925, + "volume": 0, + "temperature": 24.925590269903722, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T10:00:00.000Z", + "level": 369.5386570967609, + "flow": 4.7491927959825375, + "inflow": 17.284000278120427, + "volume": 0, + "temperature": 25.83348547111345, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T11:00:00.000Z", + "level": 369.5530171373383, + "flow": 4.299720941730072, + "inflow": 17.025210695178323, + "volume": 0, + "temperature": 26.41946817968929, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T12:00:00.000Z", + "level": 369.56677002468285, + "flow": 3.963137685085898, + "inflow": 16.2101823901787, + "volume": 0, + "temperature": 25.355570391479986, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T13:00:00.000Z", + "level": 369.5706742673254, + "flow": 3.9795686318183625, + "inflow": 17.20706552779192, + "volume": 0, + "temperature": 22.96899689922622, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T14:00:00.000Z", + "level": 369.57281568991027, + "flow": 3.1414793029996475, + "inflow": 16.40530712582304, + "volume": 0, + "temperature": 21.871608992364813, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T15:00:00.000Z", + "level": 369.59447465721473, + "flow": 2.6721128393595746, + "inflow": 15.852507562152057, + "volume": 0, + "temperature": 19.78344754016251, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T16:00:00.000Z", + "level": 369.5768043159426, + "flow": 1.9950080668444818, + "inflow": 15.666127269831135, + "volume": 0, + "temperature": 18.542333279324694, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T17:00:00.000Z", + "level": 369.599468006301, + "flow": 1.1225179340421927, + "inflow": 15.554554428577728, + "volume": 0, + "temperature": 15.946851026323674, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T18:00:00.000Z", + "level": 369.5777043226869, + "flow": 1.7053533461139612, + "inflow": 15.17978415423677, + "volume": 0, + "temperature": 13.197527697606183, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T19:00:00.000Z", + "level": 369.5781629048653, + "flow": 1.0640506347571566, + "inflow": 14.202740925316872, + "volume": 0, + "temperature": 11.528798835582027, + "precipitation": 2.3857994869945442 + }, + { + "timestamp": "2026-05-02T20:00:00.000Z", + "level": 369.5933392458393, + "flow": 0.7690315416112066, + "inflow": 13.638697791106463, + "volume": 0, + "temperature": 10.26407636985891, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T21:00:00.000Z", + "level": 369.59252102315116, + "flow": 0.423957663012398, + "inflow": 13.293757005569491, + "volume": 0, + "temperature": 11.140935470499066, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T22:00:00.000Z", + "level": 369.60297648207046, + "flow": 0.43754194809332114, + "inflow": 13.84979346587433, + "volume": 0, + "temperature": 9.097237197091669, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T23:00:00.000Z", + "level": 369.62307094209524, + "flow": 0.7846613091689081, + "inflow": 13.814741471457001, + "volume": 0, + "temperature": 10.726903346401693, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T00:00:00.000Z", + "level": 369.61656027742765, + "flow": 1.060823190622529, + "inflow": 12.884402840166686, + "volume": 0, + "temperature": 10.127943688697428, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T01:00:00.000Z", + "level": 369.63231710684147, + "flow": 1.682230827252591, + "inflow": 13.818641967562183, + "volume": 0, + "temperature": 13.276365464515585, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T02:00:00.000Z", + "level": 369.64133909095824, + "flow": 2.4819733995011624, + "inflow": 13.293473418918019, + "volume": 0, + "temperature": 14.2707367421924, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T03:00:00.000Z", + "level": 369.6409430699625, + "flow": 2.709039258993134, + "inflow": 12.3937267440992, + "volume": 0, + "temperature": 16.800140792723287, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T04:00:00.000Z", + "level": 369.6284893240814, + "flow": 2.217444644501047, + "inflow": 12.21177627329579, + "volume": 0, + "temperature": 17.28406581783805, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T05:00:00.000Z", + "level": 369.63298965436917, + "flow": 3.0701183381916284, + "inflow": 12.556308962576852, + "volume": 0, + "temperature": 20.319896215625842, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T06:00:00.000Z", + "level": 369.61244299489744, + "flow": 3.915697177299387, + "inflow": 12.795810770711965, + "volume": 0, + "temperature": 21.324553308523296, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T07:00:00.000Z", + "level": 369.59846401570377, + "flow": 3.145334124051222, + "inflow": 11.870666616705424, + "volume": 0, + "temperature": 24.155721241863542, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T08:00:00.000Z", + "level": 369.61958204251624, + "flow": 2.924632829964919, + "inflow": 10.982255215483983, + "volume": 0, + "temperature": 25.498197770028746, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T09:00:00.000Z", + "level": 369.6085173883531, + "flow": 3.2060831179580904, + "inflow": 10.077826956378303, + "volume": 0, + "temperature": 25.416070623423234, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T10:00:00.000Z", + "level": 369.63317607961966, + "flow": 4.054153979063081, + "inflow": 10.180488953375326, + "volume": 0, + "temperature": 25.626517573373093, + "precipitation": 13.856049114520241 + }, + { + "timestamp": "2026-05-03T11:00:00.000Z", + "level": 369.6123896719406, + "flow": 4.182802444963276, + "inflow": 11.010762208744607, + "volume": 0, + "temperature": 25.30608456473048, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T12:00:00.000Z", + "level": 369.59146687539294, + "flow": 4.424632793000985, + "inflow": 11.187988302092272, + "volume": 0, + "temperature": 25.215983082908306, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T13:00:00.000Z", + "level": 369.5890045114517, + "flow": 4.453733575862465, + "inflow": 10.254774822570393, + "volume": 0, + "temperature": 22.859449467300916, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T14:00:00.000Z", + "level": 369.5978465624322, + "flow": 4.57721365613892, + "inflow": 10.196821310389506, + "volume": 0, + "temperature": 21.90058599718169, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T15:00:00.000Z", + "level": 369.6004781616958, + "flow": 4.708146382102221, + "inflow": 10.328058472169154, + "volume": 0, + "temperature": 20.816460339066683, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T16:00:00.000Z", + "level": 369.62495574137745, + "flow": 4.1607162035228225, + "inflow": 9.762052276626747, + "volume": 0, + "temperature": 18.54461748089697, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T17:00:00.000Z", + "level": 369.6083299409797, + "flow": 4.439998337257803, + "inflow": 9.022666828245699, + "volume": 0, + "temperature": 16.881353273079153, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T18:00:00.000Z", + "level": 369.6022546132579, + "flow": 5.425138428816854, + "inflow": 9.244326729459116, + "volume": 0, + "temperature": 13.266202258236666, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T19:00:00.000Z", + "level": 369.5777835233426, + "flow": 6.318010529857387, + "inflow": 10.010580695278698, + "volume": 0, + "temperature": 12.161536617038585, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T20:00:00.000Z", + "level": 369.594884853567, + "flow": 5.729746290464479, + "inflow": 9.586414174717214, + "volume": 0, + "temperature": 10.364888967708458, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T21:00:00.000Z", + "level": 369.58522728797925, + "flow": 5.5847476513941015, + "inflow": 9.709206340715513, + "volume": 0, + "temperature": 10.133283675709453, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T22:00:00.000Z", + "level": 369.5723474012877, + "flow": 6.2963528709488825, + "inflow": 8.71416065431962, + "volume": 0, + "temperature": 9.346371423608922, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T23:00:00.000Z", + "level": 369.5673693917761, + "flow": 6.578246509008647, + "inflow": 8.748651782595037, + "volume": 0, + "temperature": 9.90967928402809, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T00:00:00.000Z", + "level": 369.5717240824615, + "flow": 6.241687793386733, + "inflow": 9.618649803632145, + "volume": 0, + "temperature": 11.005790056106093, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T01:00:00.000Z", + "level": 369.5960097928418, + "flow": 6.674530645454681, + "inflow": 8.665722286127515, + "volume": 0, + "temperature": 13.08959968380219, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T02:00:00.000Z", + "level": 369.6148390420344, + "flow": 6.6625189705854915, + "inflow": 7.8386881779697175, + "volume": 0, + "temperature": 13.353495797075643, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T03:00:00.000Z", + "level": 369.59831277688, + "flow": 5.81824982121823, + "inflow": 8.67647195017772, + "volume": 0, + "temperature": 16.24059547282856, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T04:00:00.000Z", + "level": 369.62291889278697, + "flow": 4.826994681729436, + "inflow": 8.150185765651658, + "volume": 0, + "temperature": 17.65324794201183, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T05:00:00.000Z", + "level": 369.6102033504879, + "flow": 5.234050359279854, + "inflow": 8.30059095816344, + "volume": 0, + "temperature": 19.156182587477723, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T06:00:00.000Z", + "level": 369.60123544777446, + "flow": 5.66414589343678, + "inflow": 8.411748475239019, + "volume": 0, + "temperature": 22.413705393952107, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T07:00:00.000Z", + "level": 369.607269427866, + "flow": 5.710379947629008, + "inflow": 7.422065110124962, + "volume": 0, + "temperature": 22.72071465841397, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T08:00:00.000Z", + "level": 369.6055824921371, + "flow": 5.437137901613601, + "inflow": 7.69448015998263, + "volume": 0, + "temperature": 24.551384946010668, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T09:00:00.000Z", + "level": 369.6292140646076, + "flow": 6.164395145664521, + "inflow": 6.717484013000751, + "volume": 0, + "temperature": 24.98096347054703, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T10:00:00.000Z", + "level": 369.63571491059383, + "flow": 5.364593292536425, + "inflow": 7.126060990108045, + "volume": 0, + "temperature": 26.97021193753419, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T11:00:00.000Z", + "level": 369.63786831563, + "flow": 5.305427605990815, + "inflow": 6.713822802312935, + "volume": 0, + "temperature": 26.620502481052625, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T12:00:00.000Z", + "level": 369.63095413028356, + "flow": 4.502913792613803, + "inflow": 6.700841681382273, + "volume": 0, + "temperature": 25.522456673790614, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T13:00:00.000Z", + "level": 369.620848554078, + "flow": 4.258890770842839, + "inflow": 6.1112494347176725, + "volume": 0, + "temperature": 23.923268226951688, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T14:00:00.000Z", + "level": 369.6218930458626, + "flow": 4.299636458061888, + "inflow": 5.245712284275676, + "volume": 0, + "temperature": 21.14664602419007, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T15:00:00.000Z", + "level": 369.64076022465156, + "flow": 3.37153522736555, + "inflow": 4.453040353429085, + "volume": 0, + "temperature": 20.91296982678575, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T16:00:00.000Z", + "level": 369.6368578725701, + "flow": 2.4519251895381, + "inflow": 3.608553988016918, + "volume": 0, + "temperature": 18.701710437017706, + "precipitation": 6.162845964047171 + }, + { + "timestamp": "2026-05-04T17:00:00.000Z", + "level": 369.6408787795829, + "flow": 2.8873506606667374, + "inflow": 3.6944172595988434, + "volume": 0, + "temperature": 16.451970490251664, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T18:00:00.000Z", + "level": 369.6412775021415, + "flow": 3.4481327850304107, + "inflow": 4.02316952383934, + "volume": 0, + "temperature": 13.049389323003327, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T19:00:00.000Z", + "level": 369.65441026921155, + "flow": 3.443909352825946, + "inflow": 4.373849890622592, + "volume": 0, + "temperature": 12.515461925557995, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T20:00:00.000Z", + "level": 369.63595848056457, + "flow": 3.289603783484451, + "inflow": 4.547061908088244, + "volume": 0, + "temperature": 11.160188015417717, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T21:00:00.000Z", + "level": 369.63716403546243, + "flow": 2.42905083498868, + "inflow": 4.265124260581022, + "volume": 0, + "temperature": 9.661789995243593, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T22:00:00.000Z", + "level": 369.62984192837774, + "flow": 3.270475482646437, + "inflow": 3.7282112330279458, + "volume": 0, + "temperature": 10.132531488592345, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T23:00:00.000Z", + "level": 369.6513673786594, + "flow": 3.370970853115392, + "inflow": 3.2782534194811426, + "volume": 0, + "temperature": 9.4653684254491, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T00:00:00.000Z", + "level": 369.63862535038396, + "flow": 4.084382234640177, + "inflow": 3.9772581263326696, + "volume": 0, + "temperature": 10.994460137420209, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T01:00:00.000Z", + "level": 369.66339347276073, + "flow": 3.4388713547114884, + "inflow": 4.9467484603454475, + "volume": 0, + "temperature": 12.492237382325497, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T02:00:00.000Z", + "level": 369.67005042037, + "flow": 4.224975942856576, + "inflow": 4.133468430585172, + "volume": 0, + "temperature": 14.489408969472583, + "precipitation": 2.292896029849205 + }, + { + "timestamp": "2026-05-05T03:00:00.000Z", + "level": 369.66562069607636, + "flow": 4.056526230614418, + "inflow": 3.471505959050971, + "volume": 0, + "temperature": 16.31613901242115, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T04:00:00.000Z", + "level": 369.6769745413095, + "flow": 3.3547246033786844, + "inflow": 3.9342085083008187, + "volume": 0, + "temperature": 17.709998190681297, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T05:00:00.000Z", + "level": 369.68336425963207, + "flow": 3.3991485150210567, + "inflow": 4.176460316221096, + "volume": 0, + "temperature": 20.585981433839994, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T06:00:00.000Z", + "level": 369.6872316956989, + "flow": 2.8974948547420083, + "inflow": 4.7326735565543565, + "volume": 0, + "temperature": 22.638621295522846, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T07:00:00.000Z", + "level": 369.67024828989696, + "flow": 3.79634709330152, + "inflow": 5.670201483216996, + "volume": 0, + "temperature": 24.32774194422754, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T08:00:00.000Z", + "level": 369.6557214034184, + "flow": 4.094853184247687, + "inflow": 5.692709643704269, + "volume": 0, + "temperature": 25.8326828170085, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T09:00:00.000Z", + "level": 369.6719488292129, + "flow": 3.613386944238964, + "inflow": 6.510100675980013, + "volume": 0, + "temperature": 26.244784369065627, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T10:00:00.000Z", + "level": 369.6722349683373, + "flow": 3.137615072741035, + "inflow": 5.723045624266401, + "volume": 0, + "temperature": 26.404954816709143, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T11:00:00.000Z", + "level": 369.65345716044703, + "flow": 2.3383989512471923, + "inflow": 5.112730829952186, + "volume": 0, + "temperature": 26.52105210182071, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T12:00:00.000Z", + "level": 369.67424513906735, + "flow": 3.1029957329135778, + "inflow": 5.002421819871994, + "volume": 0, + "temperature": 24.646125097617453, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T13:00:00.000Z", + "level": 369.6917118475109, + "flow": 2.419006841146913, + "inflow": 5.977151609167235, + "volume": 0, + "temperature": 22.83730328707699, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T14:00:00.000Z", + "level": 369.6694885534783, + "flow": 2.0429730709174687, + "inflow": 5.524255498391838, + "volume": 0, + "temperature": 22.27027609382032, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T15:00:00.000Z", + "level": 369.68489702244835, + "flow": 2.8634698501166365, + "inflow": 5.168066833750686, + "volume": 0, + "temperature": 20.864661139015833, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T16:00:00.000Z", + "level": 369.7074657770231, + "flow": 3.2501503393492066, + "inflow": 5.755455954453142, + "volume": 0, + "temperature": 17.99440609404357, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T17:00:00.000Z", + "level": 369.69826356316156, + "flow": 2.253594216678516, + "inflow": 4.834050246610319, + "volume": 0, + "temperature": 16.683723998900387, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T18:00:00.000Z", + "level": 369.7017767048704, + "flow": 1.6625566389655368, + "inflow": 4.948241103746605, + "volume": 0, + "temperature": 13.356038460231112, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T19:00:00.000Z", + "level": 369.6868795579384, + "flow": 1.330596717765641, + "inflow": 5.836036931662639, + "volume": 0, + "temperature": 11.753131855795978, + "precipitation": 10.631290355126927 + }, + { + "timestamp": "2026-05-05T20:00:00.000Z", + "level": 369.68085621240056, + "flow": 2.1408961140463103, + "inflow": 5.955557366607843, + "volume": 0, + "temperature": 11.391696254027412, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T21:00:00.000Z", + "level": 369.68297110669215, + "flow": 2.0621909463128154, + "inflow": 5.852871331989192, + "volume": 0, + "temperature": 10.160156163736364, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T22:00:00.000Z", + "level": 369.66407206862283, + "flow": 2.4124848947699786, + "inflow": 6.43606379343816, + "volume": 0, + "temperature": 10.153461641378868, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T23:00:00.000Z", + "level": 369.67089413745964, + "flow": 1.5575689430766455, + "inflow": 5.995054264457399, + "volume": 0, + "temperature": 9.887562759226347, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T00:00:00.000Z", + "level": 369.68237165248246, + "flow": 2.2656565492169602, + "inflow": 6.812202600642008, + "volume": 0, + "temperature": 11.978244873882089, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T01:00:00.000Z", + "level": 369.66459545931303, + "flow": 3.2482447836665607, + "inflow": 7.5737747756111435, + "volume": 0, + "temperature": 12.200747827750794, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T02:00:00.000Z", + "level": 369.6714728099081, + "flow": 3.842444695810194, + "inflow": 7.475276457603848, + "volume": 0, + "temperature": 14.659611219415952, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T03:00:00.000Z", + "level": 369.65742449535554, + "flow": 3.849419522545662, + "inflow": 6.931013043658611, + "volume": 0, + "temperature": 15.119917715588663, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T04:00:00.000Z", + "level": 369.6451560666942, + "flow": 4.751563927403563, + "inflow": 7.027528995380578, + "volume": 0, + "temperature": 18.680084118521492, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T05:00:00.000Z", + "level": 369.6602741110012, + "flow": 5.255731065738836, + "inflow": 7.264874589879871, + "volume": 0, + "temperature": 20.969203791224476, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T06:00:00.000Z", + "level": 369.6399634183496, + "flow": 4.523724989021107, + "inflow": 7.478223605334935, + "volume": 0, + "temperature": 21.193048842584087, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T07:00:00.000Z", + "level": 369.6372821655331, + "flow": 4.883957011910734, + "inflow": 6.970013395828038, + "volume": 0, + "temperature": 23.913480911805376, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T08:00:00.000Z", + "level": 369.6570034203749, + "flow": 5.8006444870459255, + "inflow": 6.797832140043527, + "volume": 0, + "temperature": 24.919847993451743, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T09:00:00.000Z", + "level": 369.6681865924738, + "flow": 5.309260967170085, + "inflow": 7.104037978416134, + "volume": 0, + "temperature": 25.584743304967223, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T10:00:00.000Z", + "level": 369.64405466154534, + "flow": 5.793517469404215, + "inflow": 6.9325813615795, + "volume": 0, + "temperature": 25.838118532303735, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T11:00:00.000Z", + "level": 369.64000532113107, + "flow": 4.841015669521722, + "inflow": 6.969995653081352, + "volume": 0, + "temperature": 25.63697827070749, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T12:00:00.000Z", + "level": 369.61941610868917, + "flow": 4.484188286705431, + "inflow": 6.310310383419172, + "volume": 0, + "temperature": 25.035102842248065, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T13:00:00.000Z", + "level": 369.63976356456203, + "flow": 4.857900619298418, + "inflow": 6.014517116318746, + "volume": 0, + "temperature": 24.522183872730412, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T14:00:00.000Z", + "level": 369.6172136004495, + "flow": 5.379746108485051, + "inflow": 6.358654638057014, + "volume": 0, + "temperature": 21.892851341707633, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T15:00:00.000Z", + "level": 369.6190238519772, + "flow": 5.247443424887711, + "inflow": 7.182284985180145, + "volume": 0, + "temperature": 19.170456570699088, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T16:00:00.000Z", + "level": 369.60730818314977, + "flow": 6.214664910169457, + "inflow": 6.537640622990123, + "volume": 0, + "temperature": 17.20878521314265, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T17:00:00.000Z", + "level": 369.62797661261334, + "flow": 5.635292903416738, + "inflow": 6.6078165883005475, + "volume": 0, + "temperature": 15.746573815597547, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T18:00:00.000Z", + "level": 369.60586440956763, + "flow": 6.424068736364137, + "inflow": 5.822528002267833, + "volume": 0, + "temperature": 13.658770196406993, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T19:00:00.000Z", + "level": 369.5928578503105, + "flow": 6.255949535360351, + "inflow": 5.372359647321115, + "volume": 0, + "temperature": 11.517961669550274, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T20:00:00.000Z", + "level": 369.6027620186389, + "flow": 6.207144827720311, + "inflow": 5.281736208101602, + "volume": 0, + "temperature": 10.13945109185386, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T21:00:00.000Z", + "level": 369.5824773773855, + "flow": 5.360487686277398, + "inflow": 5.9084027201604306, + "volume": 0, + "temperature": 10.405094804634386, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T22:00:00.000Z", + "level": 369.5797985986646, + "flow": 5.01346108567832, + "inflow": 6.827059028636896, + "volume": 0, + "temperature": 10.738746900080418, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T23:00:00.000Z", + "level": 369.58003750201595, + "flow": 4.131884696156074, + "inflow": 7.345151731948381, + "volume": 0, + "temperature": 9.738295059544445, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T00:00:00.000Z", + "level": 369.556814715925, + "flow": 3.7307102549858593, + "inflow": 6.527432826478414, + "volume": 0, + "temperature": 11.765098415532034, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T01:00:00.000Z", + "level": 369.56905168635546, + "flow": 3.3139300237564986, + "inflow": 6.151227795508596, + "volume": 0, + "temperature": 11.85130401362489, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T02:00:00.000Z", + "level": 369.5807890524573, + "flow": 2.9109375535374924, + "inflow": 5.5355105644547065, + "volume": 0, + "temperature": 14.758343507077186, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T03:00:00.000Z", + "level": 369.57421311532056, + "flow": 3.8796737898199063, + "inflow": 4.898286735653906, + "volume": 0, + "temperature": 16.083752359870342, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T04:00:00.000Z", + "level": 369.5619430718692, + "flow": 4.404188715750552, + "inflow": 5.3425557323199175, + "volume": 0, + "temperature": 18.841861352390886, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T05:00:00.000Z", + "level": 369.5505438566917, + "flow": 5.059484815521956, + "inflow": 4.906541525656582, + "volume": 0, + "temperature": 19.424636272135707, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T06:00:00.000Z", + "level": 369.54026949258696, + "flow": 4.456242408650278, + "inflow": 5.026255300535764, + "volume": 0, + "temperature": 22.041982707206657, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T07:00:00.000Z", + "level": 369.56114305201214, + "flow": 4.5330607432188685, + "inflow": 4.401928195169325, + "volume": 0, + "temperature": 22.925090978954067, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T08:00:00.000Z", + "level": 369.55555263620295, + "flow": 4.876791974041541, + "inflow": 5.234362881138248, + "volume": 0, + "temperature": 25.552912694247404, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T09:00:00.000Z", + "level": 369.56642557183835, + "flow": 5.620384308287444, + "inflow": 5.168218205241242, + "volume": 0, + "temperature": 25.791833220651245, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T10:00:00.000Z", + "level": 369.54263038043365, + "flow": 6.287874061764651, + "inflow": 5.350535048709348, + "volume": 0, + "temperature": 26.099979124619598, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T11:00:00.000Z", + "level": 369.5558989261838, + "flow": 6.163744561030992, + "inflow": 4.689926899119948, + "volume": 0, + "temperature": 25.16504222157193, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T12:00:00.000Z", + "level": 369.5581145034684, + "flow": 6.765453424186251, + "inflow": 4.178082376010891, + "volume": 0, + "temperature": 25.873883683454267, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T13:00:00.000Z", + "level": 369.54873577354965, + "flow": 6.058247389195378, + "inflow": 4.32461848062795, + "volume": 0, + "temperature": 22.701647292404306, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T14:00:00.000Z", + "level": 369.55354811434165, + "flow": 5.64648662129942, + "inflow": 5.179406365377625, + "volume": 0, + "temperature": 21.63683199724925, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T15:00:00.000Z", + "level": 369.56340605332406, + "flow": 5.002615963592355, + "inflow": 5.197734106059052, + "volume": 0, + "temperature": 20.79425628999927, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T16:00:00.000Z", + "level": 369.55513851589836, + "flow": 4.109374756503126, + "inflow": 5.40072911017062, + "volume": 0, + "temperature": 17.53282441155525, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T17:00:00.000Z", + "level": 369.5402269530674, + "flow": 3.9498354046209854, + "inflow": 5.652170819970568, + "volume": 0, + "temperature": 15.887097636721833, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T18:00:00.000Z", + "level": 369.55094942507134, + "flow": 4.187182338770127, + "inflow": 6.307696976911979, + "volume": 0, + "temperature": 13.199361096660775, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T19:00:00.000Z", + "level": 369.54847662053487, + "flow": 4.401675064868053, + "inflow": 6.380967865220377, + "volume": 0, + "temperature": 13.184045536429204, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T20:00:00.000Z", + "level": 369.5414719631032, + "flow": 4.067313055570736, + "inflow": 7.220771294947656, + "volume": 0, + "temperature": 11.591925554389897, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T21:00:00.000Z", + "level": 369.5314268399252, + "flow": 4.690567318078385, + "inflow": 6.6007465430327805, + "volume": 0, + "temperature": 9.430436022399658, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T22:00:00.000Z", + "level": 369.5431608929704, + "flow": 3.9154769347500085, + "inflow": 7.512122621159996, + "volume": 0, + "temperature": 10.51530920862477, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T23:00:00.000Z", + "level": 369.53121646594695, + "flow": 2.9590250161604157, + "inflow": 7.996032223183526, + "volume": 0, + "temperature": 10.675609817963704, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T00:00:00.000Z", + "level": 369.5406041385033, + "flow": 3.1622353511977996, + "inflow": 7.522161328582678, + "volume": 0, + "temperature": 11.228750157325582, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T01:00:00.000Z", + "level": 369.5158590735614, + "flow": 2.2556088514587143, + "inflow": 7.829152590911224, + "volume": 0, + "temperature": 11.695952963503846, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T02:00:00.000Z", + "level": 369.5284800195102, + "flow": 1.4123877364454742, + "inflow": 7.933612913970764, + "volume": 0, + "temperature": 14.96053219007853, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T03:00:00.000Z", + "level": 369.55190776962013, + "flow": 1.0768298923155961, + "inflow": 8.294686658252887, + "volume": 0, + "temperature": 16.83551345310854, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T04:00:00.000Z", + "level": 369.56562816094663, + "flow": 0.821697899870987, + "inflow": 9.006367370839895, + "volume": 0, + "temperature": 18.608434639512225, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T05:00:00.000Z", + "level": 369.5467750653315, + "flow": 0.5502149112292565, + "inflow": 8.562899281640869, + "volume": 0, + "temperature": 19.3138114803756, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T06:00:00.000Z", + "level": 369.5381437323089, + "flow": 0, + "inflow": 8.719567640715573, + "volume": 0, + "temperature": 22.59724033730292, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T07:00:00.000Z", + "level": 369.5506365105371, + "flow": 0, + "inflow": 8.836500027832201, + "volume": 0, + "temperature": 22.772300079870206, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T08:00:00.000Z", + "level": 369.55062111050904, + "flow": 0.4670623101528024, + "inflow": 8.120653393677811, + "volume": 0, + "temperature": 24.087731521096963, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T09:00:00.000Z", + "level": 369.52724464530314, + "flow": 0.014241753475114027, + "inflow": 8.054913577462914, + "volume": 0, + "temperature": 26.008753173603928, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T10:00:00.000Z", + "level": 369.5107759124801, + "flow": 0.142378039710938, + "inflow": 7.433295675066374, + "volume": 0, + "temperature": 26.945429027528167, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T11:00:00.000Z", + "level": 369.4963036086512, + "flow": 0.5855371994383467, + "inflow": 7.447019775487183, + "volume": 0, + "temperature": 25.04505132148575, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T12:00:00.000Z", + "level": 369.50759263172057, + "flow": 0, + "inflow": 7.245199382319161, + "volume": 0, + "temperature": 25.876202301549284, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T13:00:00.000Z", + "level": 369.4904170371167, + "flow": 0, + "inflow": 6.8072126756125755, + "volume": 0, + "temperature": 23.963200569707332, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T14:00:00.000Z", + "level": 369.4872916072627, + "flow": 0.14182176837519656, + "inflow": 7.119532029235577, + "volume": 0, + "temperature": 22.682660583928097, + "precipitation": 7.102161078721911 + }, + { + "timestamp": "2026-05-08T15:00:00.000Z", + "level": 369.48254413796354, + "flow": 1.1407891422611227, + "inflow": 6.464762061341541, + "volume": 0, + "temperature": 19.134530309640773, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T16:00:00.000Z", + "level": 369.4842917928003, + "flow": 1.96885359901932, + "inflow": 5.642266473898312, + "volume": 0, + "temperature": 18.66888510962828, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T17:00:00.000Z", + "level": 369.47586897860776, + "flow": 2.4599236448436774, + "inflow": 4.821391541525416, + "volume": 0, + "temperature": 15.01212136886974, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T18:00:00.000Z", + "level": 369.4611950525886, + "flow": 2.3019121659657964, + "inflow": 5.0714914380796134, + "volume": 0, + "temperature": 14.954988462249082, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T19:00:00.000Z", + "level": 369.4781912667899, + "flow": 2.0103679171241042, + "inflow": 5.027293871258127, + "volume": 0, + "temperature": 13.332675559617064, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T20:00:00.000Z", + "level": 369.45485863062015, + "flow": 2.7276345390448253, + "inflow": 5.927842120753359, + "volume": 0, + "temperature": 10.805573098222347, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T21:00:00.000Z", + "level": 369.43635006784933, + "flow": 2.7881239076088793, + "inflow": 5.232915741092363, + "volume": 0, + "temperature": 10.82456391835544, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T22:00:00.000Z", + "level": 369.4544781048479, + "flow": 3.7822031533432035, + "inflow": 4.323872466539269, + "volume": 0, + "temperature": 9.767540261677443, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T23:00:00.000Z", + "level": 369.46585920015275, + "flow": 3.809965525977046, + "inflow": 4.957737086231109, + "volume": 0, + "temperature": 9.972487808925706, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T00:00:00.000Z", + "level": 369.455047383363, + "flow": 4.625513786753322, + "inflow": 4.517442082306865, + "volume": 0, + "temperature": 10.871031115021212, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T01:00:00.000Z", + "level": 369.4667111604135, + "flow": 5.077238884530805, + "inflow": 3.6436570803899353, + "volume": 0, + "temperature": 11.761391200035941, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T02:00:00.000Z", + "level": 369.46603661050295, + "flow": 5.025955260260426, + "inflow": 4.16898566333446, + "volume": 0, + "temperature": 13.31927766901345, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T03:00:00.000Z", + "level": 369.48589849513723, + "flow": 5.36388770208508, + "inflow": 3.3657459227843436, + "volume": 0, + "temperature": 15.880074184974543, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T04:00:00.000Z", + "level": 369.49849127402956, + "flow": 5.64032321771339, + "inflow": 3.146661183967396, + "volume": 0, + "temperature": 17.978883454941208, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T05:00:00.000Z", + "level": 369.515142165177, + "flow": 4.8484129321036935, + "inflow": 3.5024542748858916, + "volume": 0, + "temperature": 20.26901951784076, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T06:00:00.000Z", + "level": 369.53718019870126, + "flow": 5.064706453887396, + "inflow": 3.6735410617689324, + "volume": 0, + "temperature": 22.627135963014762, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T07:00:00.000Z", + "level": 369.5192426015575, + "flow": 4.888057522606932, + "inflow": 3.3763220430836762, + "volume": 0, + "temperature": 23.404300373264505, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T08:00:00.000Z", + "level": 369.50905926150233, + "flow": 5.063094970163818, + "inflow": 3.4821606550082445, + "volume": 0, + "temperature": 24.235350566550025, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T09:00:00.000Z", + "level": 369.50716424851447, + "flow": 4.092060904637686, + "inflow": 3.3098918136296347, + "volume": 0, + "temperature": 25.734741437626056, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T10:00:00.000Z", + "level": 369.51621027562067, + "flow": 3.1628553088937914, + "inflow": 4.240688273394324, + "volume": 0, + "temperature": 25.437415558157934, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T11:00:00.000Z", + "level": 369.51475523942554, + "flow": 3.270573443744578, + "inflow": 4.064656829357563, + "volume": 0, + "temperature": 25.78915715972038, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T12:00:00.000Z", + "level": 369.53189776170376, + "flow": 2.7592894133196233, + "inflow": 3.3997583776483054, + "volume": 0, + "temperature": 24.712628609685755, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T13:00:00.000Z", + "level": 369.5209566256001, + "flow": 2.311948550003416, + "inflow": 3.6769797315959436, + "volume": 0, + "temperature": 22.927924153918536, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T14:00:00.000Z", + "level": 369.5280839835158, + "flow": 1.9272210070630464, + "inflow": 4.62959024230146, + "volume": 0, + "temperature": 21.382754424659392, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T15:00:00.000Z", + "level": 369.51062000185243, + "flow": 2.164064941187328, + "inflow": 5.1666155714639395, + "volume": 0, + "temperature": 19.12139075819321, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T16:00:00.000Z", + "level": 369.5117797641208, + "flow": 2.3663541948030042, + "inflow": 4.532927645909322, + "volume": 0, + "temperature": 17.157208376342684, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T17:00:00.000Z", + "level": 369.4916282029707, + "flow": 3.3288955404248384, + "inflow": 4.219713749956048, + "volume": 0, + "temperature": 15.04019545003838, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T18:00:00.000Z", + "level": 369.4777611466894, + "flow": 3.548904445561238, + "inflow": 4.082344544957974, + "volume": 0, + "temperature": 13.711028015015337, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T19:00:00.000Z", + "level": 369.46635355831563, + "flow": 3.9757463044881973, + "inflow": 3.647827574267201, + "volume": 0, + "temperature": 12.463305143416818, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T20:00:00.000Z", + "level": 369.45963624293853, + "flow": 3.2278024333563997, + "inflow": 3.980493695038928, + "volume": 0, + "temperature": 10.606648356541001, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T21:00:00.000Z", + "level": 369.45314311589186, + "flow": 3.5023892642736, + "inflow": 4.489963737647182, + "volume": 0, + "temperature": 11.18412960548841, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T22:00:00.000Z", + "level": 369.4664407894356, + "flow": 4.379459460328443, + "inflow": 5.44363443146935, + "volume": 0, + "temperature": 9.86322504175211, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T23:00:00.000Z", + "level": 369.4773047067028, + "flow": 5.190721643654621, + "inflow": 5.876832383562604, + "volume": 0, + "temperature": 11.25642898870181, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T00:00:00.000Z", + "level": 369.4662792158237, + "flow": 5.240688364343285, + "inflow": 6.728918254226455, + "volume": 0, + "temperature": 10.953194237755929, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T01:00:00.000Z", + "level": 369.46872353322965, + "flow": 4.418548035167792, + "inflow": 6.814239219308856, + "volume": 0, + "temperature": 11.400401264700914, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T02:00:00.000Z", + "level": 369.4704537765208, + "flow": 5.2962487024699865, + "inflow": 7.8079577313803075, + "volume": 0, + "temperature": 14.529002044356973, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T03:00:00.000Z", + "level": 369.4634111881968, + "flow": 4.359057678966734, + "inflow": 8.180941183571253, + "volume": 0, + "temperature": 16.380383550593926, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T04:00:00.000Z", + "level": 369.4564096082143, + "flow": 3.83156264348076, + "inflow": 8.757245538834802, + "volume": 0, + "temperature": 17.941243862415988, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T05:00:00.000Z", + "level": 369.4641811405586, + "flow": 4.7512627444100906, + "inflow": 8.572997860777447, + "volume": 0, + "temperature": 19.07999677760959, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T06:00:00.000Z", + "level": 369.4674587723665, + "flow": 5.404584853844852, + "inflow": 7.728102096240854, + "volume": 0, + "temperature": 22.961591227444874, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T07:00:00.000Z", + "level": 369.4504119219409, + "flow": 6.304249650962387, + "inflow": 8.527008956948725, + "volume": 0, + "temperature": 24.046060851047468, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T08:00:00.000Z", + "level": 369.43751711304225, + "flow": 6.828794745339441, + "inflow": 9.001185187263406, + "volume": 0, + "temperature": 25.212150699257684, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T09:00:00.000Z", + "level": 369.43495723668826, + "flow": 6.95379227372683, + "inflow": 8.336268199995647, + "volume": 0, + "temperature": 25.064838207255697, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T10:00:00.000Z", + "level": 369.437593729333, + "flow": 7.464650449847369, + "inflow": 8.025353702346539, + "volume": 0, + "temperature": 25.65293194906645, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T11:00:00.000Z", + "level": 369.4520371772844, + "flow": 7.568328984087856, + "inflow": 8.612464593878533, + "volume": 0, + "temperature": 25.32996559369728, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T12:00:00.000Z", + "level": 369.428948183595, + "flow": 7.489880829478677, + "inflow": 9.02819692642446, + "volume": 0, + "temperature": 25.346030963618826, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T13:00:00.000Z", + "level": 369.4078338135874, + "flow": 7.326649041990828, + "inflow": 8.707055487964608, + "volume": 0, + "temperature": 23.401311642927883, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T14:00:00.000Z", + "level": 369.40684909764843, + "flow": 7.638113755399819, + "inflow": 8.512249800888435, + "volume": 0, + "temperature": 22.67486812491611, + "precipitation": 8.651834825629578 + }, + { + "timestamp": "2026-05-10T15:00:00.000Z", + "level": 369.4030810271312, + "flow": 6.733604989931633, + "inflow": 9.084128392205978, + "volume": 0, + "temperature": 19.289578537219533, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T16:00:00.000Z", + "level": 369.37965478031043, + "flow": 6.042868665749792, + "inflow": 8.878875337007283, + "volume": 0, + "temperature": 18.99544573255733, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T17:00:00.000Z", + "level": 369.39733725490504, + "flow": 5.0553196378508085, + "inflow": 9.835325592084303, + "volume": 0, + "temperature": 15.209747738342912, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T18:00:00.000Z", + "level": 369.37468869836255, + "flow": 5.868509862023002, + "inflow": 9.025026430571536, + "volume": 0, + "temperature": 14.329014588088597, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T19:00:00.000Z", + "level": 369.39609536856693, + "flow": 4.944110065506683, + "inflow": 9.152955272812289, + "volume": 0, + "temperature": 12.391981590224606, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T20:00:00.000Z", + "level": 369.4098782460841, + "flow": 4.457234235230518, + "inflow": 9.375226502230404, + "volume": 0, + "temperature": 10.809545656282857, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T21:00:00.000Z", + "level": 369.4239015286759, + "flow": 3.864881801490966, + "inflow": 9.26072562452519, + "volume": 0, + "temperature": 10.176376211619948, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T22:00:00.000Z", + "level": 369.42089520927993, + "flow": 4.733077642203183, + "inflow": 9.886930666172221, + "volume": 0, + "temperature": 9.159365990097863, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T23:00:00.000Z", + "level": 369.41717150531895, + "flow": 3.8264473932050116, + "inflow": 9.820082641844607, + "volume": 0, + "temperature": 10.88293353365935, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T00:00:00.000Z", + "level": 369.40803192384436, + "flow": 2.9216140046686894, + "inflow": 10.517448049071099, + "volume": 0, + "temperature": 11.927480419828509, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T01:00:00.000Z", + "level": 369.4209368602359, + "flow": 3.196005228311524, + "inflow": 9.686480493024014, + "volume": 0, + "temperature": 12.136234101990734, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T02:00:00.000Z", + "level": 369.40104796084364, + "flow": 3.556967389134486, + "inflow": 9.551068480526808, + "volume": 0, + "temperature": 13.458436967228383, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T03:00:00.000Z", + "level": 369.4076509061345, + "flow": 3.416871527545353, + "inflow": 9.221910317834238, + "volume": 0, + "temperature": 16.266998528321075, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T04:00:00.000Z", + "level": 369.3920341299481, + "flow": 2.899620745801252, + "inflow": 9.453113054652976, + "volume": 0, + "temperature": 18.01595577264542, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T05:00:00.000Z", + "level": 369.3770416227912, + "flow": 3.339563822064249, + "inflow": 9.25165958994896, + "volume": 0, + "temperature": 19.36240054748411, + "precipitation": 6.898274393596281 + }, + { + "timestamp": "2026-05-11T06:00:00.000Z", + "level": 369.3616498854561, + "flow": 3.791926464038162, + "inflow": 9.44684359740048, + "volume": 0, + "temperature": 22.605414170796355, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T07:00:00.000Z", + "level": 369.3565733493327, + "flow": 4.437694022532965, + "inflow": 8.53914085290828, + "volume": 0, + "temperature": 24.225664750353225, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T08:00:00.000Z", + "level": 369.3479245652108, + "flow": 5.423568507845867, + "inflow": 7.775835117880959, + "volume": 0, + "temperature": 24.956532328190878, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T09:00:00.000Z", + "level": 369.37261453202603, + "flow": 4.461961458726682, + "inflow": 7.51066755796618, + "volume": 0, + "temperature": 25.462452834184962, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T10:00:00.000Z", + "level": 369.37885840040775, + "flow": 5.332365704503537, + "inflow": 8.263405214926117, + "volume": 0, + "temperature": 26.393536702004404, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T11:00:00.000Z", + "level": 369.3664563238879, + "flow": 6.267313825934242, + "inflow": 8.933678611024991, + "volume": 0, + "temperature": 25.66787583353346, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T12:00:00.000Z", + "level": 369.34576374368123, + "flow": 6.307829283830015, + "inflow": 8.296188037935746, + "volume": 0, + "temperature": 24.428845161844514, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T13:00:00.000Z", + "level": 369.3334783246298, + "flow": 6.18400885473185, + "inflow": 7.834934266182225, + "volume": 0, + "temperature": 23.16336683309114, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T14:00:00.000Z", + "level": 369.33797722455705, + "flow": 5.831101420087258, + "inflow": 8.486382298745923, + "volume": 0, + "temperature": 21.834300223246263, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T15:00:00.000Z", + "level": 369.3389031745674, + "flow": 6.428292924618589, + "inflow": 8.281367158216144, + "volume": 0, + "temperature": 19.373600114590808, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T16:00:00.000Z", + "level": 369.337135961769, + "flow": 5.508627332666709, + "inflow": 7.870434192513901, + "volume": 0, + "temperature": 18.969880433084803, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T17:00:00.000Z", + "level": 369.3493714943559, + "flow": 6.365912411733488, + "inflow": 7.751981438440268, + "volume": 0, + "temperature": 16.09453969539027, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T18:00:00.000Z", + "level": 369.35307476156305, + "flow": 6.15826200933297, + "inflow": 8.172707084186584, + "volume": 0, + "temperature": 14.373721084029132, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T19:00:00.000Z", + "level": 369.3703329506999, + "flow": 5.8000511128438355, + "inflow": 7.513490592579391, + "volume": 0, + "temperature": 12.563553571758604, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T20:00:00.000Z", + "level": 369.3649357991803, + "flow": 6.095199371653221, + "inflow": 7.153712799669943, + "volume": 0, + "temperature": 11.858248250889377, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T21:00:00.000Z", + "level": 369.34493105978424, + "flow": 6.6894260845738405, + "inflow": 7.649632365248698, + "volume": 0, + "temperature": 11.023679286907656, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T22:00:00.000Z", + "level": 369.3481454975308, + "flow": 6.080195312794266, + "inflow": 7.207375174273519, + "volume": 0, + "temperature": 9.092378346267067, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T23:00:00.000Z", + "level": 369.35769883259456, + "flow": 7.048484394698441, + "inflow": 6.567950378933528, + "volume": 0, + "temperature": 10.328718370419734, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T00:00:00.000Z", + "level": 369.3476929341693, + "flow": 7.693129569745535, + "inflow": 6.431293841997924, + "volume": 0, + "temperature": 10.490638485227436, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T01:00:00.000Z", + "level": 369.34035223219166, + "flow": 8.351191959962007, + "inflow": 6.63605417402529, + "volume": 0, + "temperature": 11.453807268820073, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T02:00:00.000Z", + "level": 369.3238280450711, + "flow": 7.896331978924295, + "inflow": 6.193975145719792, + "volume": 0, + "temperature": 13.275820986109881, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T03:00:00.000Z", + "level": 369.3183457338404, + "flow": 6.934302527817561, + "inflow": 5.624979506129218, + "volume": 0, + "temperature": 15.311201329470872, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T04:00:00.000Z", + "level": 369.3420291814298, + "flow": 6.380382651714658, + "inflow": 4.738235437325391, + "volume": 0, + "temperature": 17.589940279828696, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T05:00:00.000Z", + "level": 369.3411159407631, + "flow": 6.298087621685236, + "inflow": 5.479732909998873, + "volume": 0, + "temperature": 20.186481542261326, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T06:00:00.000Z", + "level": 369.3311268216734, + "flow": 5.337421116951784, + "inflow": 5.865543039990722, + "volume": 0, + "temperature": 22.39027025767751, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T07:00:00.000Z", + "level": 369.3560333490517, + "flow": 4.666201120654427, + "inflow": 5.878898373486205, + "volume": 0, + "temperature": 23.596428156228686, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T08:00:00.000Z", + "level": 369.37603853317563, + "flow": 5.057961535154379, + "inflow": 5.519536492358855, + "volume": 0, + "temperature": 23.99919720393843, + "precipitation": 13.930379949908344 + }, + { + "timestamp": "2026-05-12T09:00:00.000Z", + "level": 369.38004006295154, + "flow": 5.9372181599661475, + "inflow": 5.9520036732915225, + "volume": 0, + "temperature": 26.35499985339483, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T10:00:00.000Z", + "level": 369.36065846397867, + "flow": 6.794407912185392, + "inflow": 6.736251806590706, + "volume": 0, + "temperature": 25.475708635751772, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T11:00:00.000Z", + "level": 369.34265622743794, + "flow": 5.890040063393828, + "inflow": 6.883934887862043, + "volume": 0, + "temperature": 25.287889228787545, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T12:00:00.000Z", + "level": 369.3520245239711, + "flow": 5.240329777132585, + "inflow": 6.845430995329455, + "volume": 0, + "temperature": 23.985206827905017, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T13:00:00.000Z", + "level": 369.3674810378243, + "flow": 5.552391095827462, + "inflow": 7.426451263520455, + "volume": 0, + "temperature": 24.45858562568626, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T14:00:00.000Z", + "level": 369.35973141373927, + "flow": 6.0088731332240375, + "inflow": 6.948267428673372, + "volume": 0, + "temperature": 22.301483468559127, + "precipitation": 6.721549946048736 + }, + { + "timestamp": "2026-05-12T15:00:00.000Z", + "level": 369.3498025599145, + "flow": 5.333792372945959, + "inflow": 7.68600859616501, + "volume": 0, + "temperature": 20.009333587315002, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T16:00:00.000Z", + "level": 369.36154268874816, + "flow": 5.716009891750767, + "inflow": 6.83237307483795, + "volume": 0, + "temperature": 18.97816879587444, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T17:00:00.000Z", + "level": 369.36872963658834, + "flow": 6.249662963688751, + "inflow": 6.726587961046772, + "volume": 0, + "temperature": 16.540555739200098, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T18:00:00.000Z", + "level": 369.3557670775431, + "flow": 7.075707551467822, + "inflow": 5.745919377523851, + "volume": 0, + "temperature": 13.877945211319606, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T19:00:00.000Z", + "level": 369.3640212270587, + "flow": 6.228091786637561, + "inflow": 5.741614199868259, + "volume": 0, + "temperature": 12.066845117104299, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T20:00:00.000Z", + "level": 369.34947760089904, + "flow": 6.006536720597818, + "inflow": 4.9519657384855496, + "volume": 0, + "temperature": 10.60181431630255, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T21:00:00.000Z", + "level": 369.33555052586144, + "flow": 6.489395013417168, + "inflow": 4.523722530103149, + "volume": 0, + "temperature": 10.678646825565988, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T22:00:00.000Z", + "level": 369.31728565511276, + "flow": 5.752082519660498, + "inflow": 3.762235550334091, + "volume": 0, + "temperature": 10.397193795883492, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T23:00:00.000Z", + "level": 369.3017716669659, + "flow": 4.989931510283071, + "inflow": 3.0940655793358536, + "volume": 0, + "temperature": 10.60268656308936, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T00:00:00.000Z", + "level": 369.30102795402235, + "flow": 4.111755718286243, + "inflow": 3.5613187357208616, + "volume": 0, + "temperature": 10.88221594400155, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T01:00:00.000Z", + "level": 369.30675454444133, + "flow": 3.254739533575867, + "inflow": 2.7454628978824815, + "volume": 0, + "temperature": 11.427100333550039, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T02:00:00.000Z", + "level": 369.291211139614, + "flow": 3.870133043181278, + "inflow": 3.3654349349921735, + "volume": 0, + "temperature": 13.263519680536476, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T03:00:00.000Z", + "level": 369.28134255207334, + "flow": 4.445438983983614, + "inflow": 2.978000402775251, + "volume": 0, + "temperature": 16.276401256056165, + "precipitation": 7.095566030691975 + }, + { + "timestamp": "2026-05-13T04:00:00.000Z", + "level": 369.3060177802906, + "flow": 3.5405407987285904, + "inflow": 2.612064275587318, + "volume": 0, + "temperature": 17.577656639577853, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T05:00:00.000Z", + "level": 369.29848591756354, + "flow": 3.9293482102920256, + "inflow": 2.5331996092307483, + "volume": 0, + "temperature": 19.40176599783355, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T06:00:00.000Z", + "level": 369.31202722309934, + "flow": 4.132365339305853, + "inflow": 1.7608774923892119, + "volume": 0, + "temperature": 22.399394438007814, + "precipitation": 2.6509726966319613 + }, + { + "timestamp": "2026-05-13T07:00:00.000Z", + "level": 369.3023941078556, + "flow": 4.866915286256601, + "inflow": 2.489584878504795, + "volume": 0, + "temperature": 23.817620125843327, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T08:00:00.000Z", + "level": 369.2805051522461, + "flow": 4.621861780602174, + "inflow": 1.501258193180246, + "volume": 0, + "temperature": 24.222237546246777, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T09:00:00.000Z", + "level": 369.27282285334724, + "flow": 5.286071129309182, + "inflow": 1.986425267866255, + "volume": 0, + "temperature": 26.42919040974185, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T10:00:00.000Z", + "level": 369.2498268362954, + "flow": 6.004194670539256, + "inflow": 2.1965388633851988, + "volume": 0, + "temperature": 26.696710374545276, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T11:00:00.000Z", + "level": 369.26191651944777, + "flow": 6.062794557088952, + "inflow": 1.719509413695591, + "volume": 0, + "temperature": 25.76632995869918, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T12:00:00.000Z", + "level": 369.2851781378319, + "flow": 6.347959403993178, + "inflow": 1.6837602548354562, + "volume": 0, + "temperature": 25.207321519042402, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T13:00:00.000Z", + "level": 369.3011740856546, + "flow": 6.995286366846901, + "inflow": 0.8862641994300233, + "volume": 0, + "temperature": 23.745667374485656, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T14:00:00.000Z", + "level": 369.3075607460134, + "flow": 6.710922881266358, + "inflow": 1.7462748431463204, + "volume": 0, + "temperature": 21.886761205413947, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T15:00:00.000Z", + "level": 369.29395795903275, + "flow": 7.337005264568346, + "inflow": 2.1487846162854383, + "volume": 0, + "temperature": 20.858421427046366, + "precipitation": 12.05533295866267 + }, + { + "timestamp": "2026-05-13T16:00:00.000Z", + "level": 369.3114713921421, + "flow": 7.0238043471677285, + "inflow": 2.797695225643066, + "volume": 0, + "temperature": 17.09225198089817, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T17:00:00.000Z", + "level": 369.2912624086583, + "flow": 6.277836816094474, + "inflow": 3.684111848508194, + "volume": 0, + "temperature": 16.003338559097163, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T18:00:00.000Z", + "level": 369.30248557562595, + "flow": 6.961884893313126, + "inflow": 3.979844535859884, + "volume": 0, + "temperature": 13.566604902884363, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T19:00:00.000Z", + "level": 369.31981459148096, + "flow": 6.292525250064788, + "inflow": 3.661420227037136, + "volume": 0, + "temperature": 12.512205732599396, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T20:00:00.000Z", + "level": 369.33736222872176, + "flow": 6.196398706576172, + "inflow": 2.8145175529250985, + "volume": 0, + "temperature": 11.080800078148798, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T21:00:00.000Z", + "level": 369.34613098244057, + "flow": 5.367834173955439, + "inflow": 1.87780116126754, + "volume": 0, + "temperature": 9.999229809960251, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T22:00:00.000Z", + "level": 369.3387987454771, + "flow": 5.976495680214375, + "inflow": 2.0937135147429515, + "volume": 0, + "temperature": 10.168957354753182, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T23:00:00.000Z", + "level": 369.33926405889633, + "flow": 6.668807713146171, + "inflow": 2.714581383180869, + "volume": 0, + "temperature": 10.56396516347024, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T00:00:00.000Z", + "level": 369.3369464866624, + "flow": 6.38273162290366, + "inflow": 2.136387505117988, + "volume": 0, + "temperature": 11.414954448619236, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T01:00:00.000Z", + "level": 369.3180225500065, + "flow": 5.74466961106053, + "inflow": 1.4308573580455768, + "volume": 0, + "temperature": 11.950497004229321, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T02:00:00.000Z", + "level": 369.3065419184675, + "flow": 6.573966732239671, + "inflow": 1.2853897810071344, + "volume": 0, + "temperature": 14.065173455438714, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T03:00:00.000Z", + "level": 369.30670920961484, + "flow": 7.21223629433137, + "inflow": 0.4186417464308807, + "volume": 0, + "temperature": 15.816697710414958, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T04:00:00.000Z", + "level": 369.32248224723304, + "flow": 6.909517876627312, + "inflow": 0.7703435168974333, + "volume": 0, + "temperature": 18.749589453118904, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T05:00:00.000Z", + "level": 369.337784619246, + "flow": 7.473577558729007, + "inflow": 0, + "volume": 0, + "temperature": 20.95590742323802, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T06:00:00.000Z", + "level": 369.3540270119213, + "flow": 6.484017971555005, + "inflow": 0, + "volume": 0, + "temperature": 22.876865395551796, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T07:00:00.000Z", + "level": 369.37136530954933, + "flow": 5.844741286115833, + "inflow": 0, + "volume": 0, + "temperature": 23.22427820844132, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T08:00:00.000Z", + "level": 369.3551798121831, + "flow": 5.206084612760781, + "inflow": 0.8882805024876603, + "volume": 0, + "temperature": 24.35369487235325, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T09:00:00.000Z", + "level": 369.3314345141474, + "flow": 5.268006500259768, + "inflow": 1.84359668450286, + "volume": 0, + "temperature": 25.348270205991287, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T10:00:00.000Z", + "level": 369.3485164322962, + "flow": 4.752533649661721, + "inflow": 2.537478242408091, + "volume": 0, + "temperature": 26.303299249286525, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T11:00:00.000Z", + "level": 369.32508054692545, + "flow": 5.239602487094983, + "inflow": 2.23813583359234, + "volume": 0, + "temperature": 25.536023249563243, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T12:00:00.000Z", + "level": 369.3291233782834, + "flow": 6.067947553662815, + "inflow": 2.3368477881043335, + "volume": 0, + "temperature": 25.177794597347408, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T13:00:00.000Z", + "level": 369.3233848675326, + "flow": 6.709528739169919, + "inflow": 2.058086621785174, + "volume": 0, + "temperature": 22.674665207331007, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T14:00:00.000Z", + "level": 369.306283314683, + "flow": 5.897270692320811, + "inflow": 2.121421692139278, + "volume": 0, + "temperature": 22.767224673250965, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T15:00:00.000Z", + "level": 369.3016684634066, + "flow": 6.857645415625072, + "inflow": 2.3463612903470406, + "volume": 0, + "temperature": 20.82759271988512, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T16:00:00.000Z", + "level": 369.30997536060204, + "flow": 6.122294504427896, + "inflow": 2.6509606179256058, + "volume": 0, + "temperature": 17.879403096555865, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T17:00:00.000Z", + "level": 369.30962384166486, + "flow": 6.6393093819404445, + "inflow": 2.387803222564518, + "volume": 0, + "temperature": 15.467154562943664, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T18:00:00.000Z", + "level": 369.3050193916789, + "flow": 6.628105588769301, + "inflow": 2.3202431175847513, + "volume": 0, + "temperature": 13.196818546197333, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T19:00:00.000Z", + "level": 369.30296580180857, + "flow": 6.622354915510531, + "inflow": 2.7477573693976893, + "volume": 0, + "temperature": 12.652093446385386, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T20:00:00.000Z", + "level": 369.3099864151112, + "flow": 6.024221542650432, + "inflow": 1.9549675618828117, + "volume": 0, + "temperature": 10.985088129551007, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T21:00:00.000Z", + "level": 369.3109778150301, + "flow": 5.345275286025034, + "inflow": 2.5132447921226, + "volume": 0, + "temperature": 10.46542356946961, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T22:00:00.000Z", + "level": 369.3240521236476, + "flow": 4.971008305333218, + "inflow": 2.8589770625441626, + "volume": 0, + "temperature": 10.63936962753229, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T23:00:00.000Z", + "level": 369.3090153337179, + "flow": 4.306012398353099, + "inflow": 2.711644026162391, + "volume": 0, + "temperature": 10.419891461054888, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T00:00:00.000Z", + "level": 369.29168815804917, + "flow": 4.701326819107507, + "inflow": 3.2395188146661216, + "volume": 0, + "temperature": 11.774044152949365, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T01:00:00.000Z", + "level": 369.2809063727634, + "flow": 4.512573662338132, + "inflow": 3.709138225733996, + "volume": 0, + "temperature": 13.101390835245343, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T02:00:00.000Z", + "level": 369.30543846694746, + "flow": 3.8126685651034005, + "inflow": 3.984182302606279, + "volume": 0, + "temperature": 14.689896246160345, + "precipitation": 5.875930124427601 + }, + { + "timestamp": "2026-05-15T03:00:00.000Z", + "level": 369.32843081941786, + "flow": 3.554979561519837, + "inflow": 4.367808074130828, + "volume": 0, + "temperature": 16.871374165311725, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T04:00:00.000Z", + "level": 369.31454159717026, + "flow": 3.2986230901526956, + "inflow": 4.535806136855598, + "volume": 0, + "temperature": 18.068704742673617, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T05:00:00.000Z", + "level": 369.3091624593404, + "flow": 2.737620083632355, + "inflow": 3.8116067217046004, + "volume": 0, + "temperature": 19.962512573219605, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T06:00:00.000Z", + "level": 369.29640777192066, + "flow": 2.441313943601718, + "inflow": 3.5722516399992537, + "volume": 0, + "temperature": 22.68596754577804, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T07:00:00.000Z", + "level": 369.27818664284075, + "flow": 2.019864892289297, + "inflow": 4.494572153717629, + "volume": 0, + "temperature": 24.485710672093184, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T08:00:00.000Z", + "level": 369.2976921107901, + "flow": 1.3889653488605198, + "inflow": 3.5736989352694537, + "volume": 0, + "temperature": 24.247550181899122, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T09:00:00.000Z", + "level": 369.30633881618814, + "flow": 0.9386287248357461, + "inflow": 3.299534905837627, + "volume": 0, + "temperature": 25.75292000503498, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T10:00:00.000Z", + "level": 369.2992590639784, + "flow": 0, + "inflow": 3.130693356148061, + "volume": 0, + "temperature": 26.22848801192447, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T11:00:00.000Z", + "level": 369.28689338930434, + "flow": 0.20776509737101545, + "inflow": 3.0837737598848554, + "volume": 0, + "temperature": 26.48632410941888, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T12:00:00.000Z", + "level": 369.2809428032847, + "flow": 0.5879490425897616, + "inflow": 3.85172624994986, + "volume": 0, + "temperature": 24.061635857975237, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T13:00:00.000Z", + "level": 369.27230378213886, + "flow": 0.67158020632387, + "inflow": 4.0601027207748, + "volume": 0, + "temperature": 23.03255305440043, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T14:00:00.000Z", + "level": 369.25594078751215, + "flow": 0, + "inflow": 3.2637515525872716, + "volume": 0, + "temperature": 22.356257630674556, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T15:00:00.000Z", + "level": 369.25377511564744, + "flow": 0, + "inflow": 3.6585233886903645, + "volume": 0, + "temperature": 20.72629259875021, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T16:00:00.000Z", + "level": 369.2719033932255, + "flow": 0.17670824262498552, + "inflow": 3.6954675173627374, + "volume": 0, + "temperature": 18.926261843370938, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T17:00:00.000Z", + "level": 369.2658013911136, + "flow": 0, + "inflow": 3.436613448073159, + "volume": 0, + "temperature": 16.08001613318777, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T18:00:00.000Z", + "level": 369.2532187414034, + "flow": 0, + "inflow": 3.253713412038405, + "volume": 0, + "temperature": 14.104682480137305, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T19:00:00.000Z", + "level": 369.2764139395352, + "flow": 0.47199760918651323, + "inflow": 2.949091326789456, + "volume": 0, + "temperature": 12.595165642922657, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T20:00:00.000Z", + "level": 369.29568959822603, + "flow": 0.9564975379905603, + "inflow": 2.1107503961705145, + "volume": 0, + "temperature": 10.76271245793669, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T21:00:00.000Z", + "level": 369.30941610648034, + "flow": 1.5450359955786248, + "inflow": 3.082926934379242, + "volume": 0, + "temperature": 11.149444186676073, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T22:00:00.000Z", + "level": 369.3171279527126, + "flow": 1.7452057180215026, + "inflow": 3.391581147131803, + "volume": 0, + "temperature": 10.66486093563196, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T23:00:00.000Z", + "level": 369.3277458126316, + "flow": 1.7580745172434997, + "inflow": 3.805789919711164, + "volume": 0, + "temperature": 10.418320950330282, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T00:00:00.000Z", + "level": 369.32063569190643, + "flow": 1.9555342935340927, + "inflow": 4.267854776353852, + "volume": 0, + "temperature": 11.093388721921322, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T01:00:00.000Z", + "level": 369.32494402096154, + "flow": 1.6336901044120156, + "inflow": 5.034841655808659, + "volume": 0, + "temperature": 12.620915772706704, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T02:00:00.000Z", + "level": 369.32770469044067, + "flow": 2.622373082679749, + "inflow": 5.466761416717086, + "volume": 0, + "temperature": 14.017711193578899, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T03:00:00.000Z", + "level": 369.3456080004036, + "flow": 3.398815816378301, + "inflow": 4.969997107603426, + "volume": 0, + "temperature": 15.38496338359365, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T04:00:00.000Z", + "level": 369.3306005990811, + "flow": 3.6051997826127358, + "inflow": 4.238559792500007, + "volume": 0, + "temperature": 17.475838069881657, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T05:00:00.000Z", + "level": 369.3180311574977, + "flow": 3.046449529098571, + "inflow": 4.250510172063831, + "volume": 0, + "temperature": 20.99682951657169, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T06:00:00.000Z", + "level": 369.29985415514244, + "flow": 2.3360960078454305, + "inflow": 3.5726573465701055, + "volume": 0, + "temperature": 22.421676388378987, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T07:00:00.000Z", + "level": 369.31936434412705, + "flow": 2.722228154965271, + "inflow": 4.4706305566271265, + "volume": 0, + "temperature": 23.35319273924153, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T08:00:00.000Z", + "level": 369.295734285498, + "flow": 3.2340277957729042, + "inflow": 5.038805647310223, + "volume": 0, + "temperature": 24.900426852582143, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T09:00:00.000Z", + "level": 369.29626657642586, + "flow": 3.3246114089561565, + "inflow": 5.245006860974495, + "volume": 0, + "temperature": 26.43960980040161, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T10:00:00.000Z", + "level": 369.31507769160254, + "flow": 4.139568588123414, + "inflow": 5.269277525045004, + "volume": 0, + "temperature": 25.652251469961598, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T11:00:00.000Z", + "level": 369.3161541781115, + "flow": 4.736570703373923, + "inflow": 5.113211619513824, + "volume": 0, + "temperature": 24.916787652833865, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T12:00:00.000Z", + "level": 369.291987689013, + "flow": 5.457923398880673, + "inflow": 4.975991645203914, + "volume": 0, + "temperature": 25.303667954779065, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T13:00:00.000Z", + "level": 369.3136186563872, + "flow": 5.172428401105138, + "inflow": 5.674029132592496, + "volume": 0, + "temperature": 23.737556226208678, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T14:00:00.000Z", + "level": 369.3175042659506, + "flow": 4.767901219426346, + "inflow": 5.375263359751232, + "volume": 0, + "temperature": 22.360793215547737, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T15:00:00.000Z", + "level": 369.302048290486, + "flow": 3.80221512520585, + "inflow": 5.930535450621456, + "volume": 0, + "temperature": 20.233417892217048, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T16:00:00.000Z", + "level": 369.31360975205075, + "flow": 3.0514061714085527, + "inflow": 4.989191103155496, + "volume": 0, + "temperature": 18.009989393044275, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T17:00:00.000Z", + "level": 369.3057590006038, + "flow": 2.912460061598717, + "inflow": 4.758110839580285, + "volume": 0, + "temperature": 15.574542816677697, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T18:00:00.000Z", + "level": 369.30700686150254, + "flow": 2.7513373984316942, + "inflow": 4.644597515621189, + "volume": 0, + "temperature": 13.662990796064946, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T19:00:00.000Z", + "level": 369.32443840659033, + "flow": 3.745101322919683, + "inflow": 4.342058047147579, + "volume": 0, + "temperature": 12.346973122243037, + "precipitation": 12.719479738513087 + }, + { + "timestamp": "2026-05-16T20:00:00.000Z", + "level": 369.3035128114426, + "flow": 2.8206888134281836, + "inflow": 4.598233741883471, + "volume": 0, + "temperature": 11.418117838233584, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T21:00:00.000Z", + "level": 369.32526229388816, + "flow": 3.14021892137197, + "inflow": 5.250340642369084, + "volume": 0, + "temperature": 10.474772458678952, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T22:00:00.000Z", + "level": 369.3050210009068, + "flow": 3.547763759790696, + "inflow": 4.934769092017252, + "volume": 0, + "temperature": 9.43622457754713, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T23:00:00.000Z", + "level": 369.3000705584114, + "flow": 3.322611046462607, + "inflow": 4.258302668817308, + "volume": 0, + "temperature": 9.521886490710134, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T00:00:00.000Z", + "level": 369.30274327366345, + "flow": 3.134486749047103, + "inflow": 4.172484049609045, + "volume": 0, + "temperature": 10.416783304412528, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T01:00:00.000Z", + "level": 369.3253404770226, + "flow": 2.245240672664981, + "inflow": 3.711772503922247, + "volume": 0, + "temperature": 13.219651919516249, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T02:00:00.000Z", + "level": 369.31973987512856, + "flow": 2.7518555796382267, + "inflow": 3.495015869314958, + "volume": 0, + "temperature": 13.477704176209402, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T03:00:00.000Z", + "level": 369.3199883648803, + "flow": 2.0047929420760084, + "inflow": 3.6530867214729343, + "volume": 0, + "temperature": 15.483495188661433, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T04:00:00.000Z", + "level": 369.2987985557601, + "flow": 2.3236390467902237, + "inflow": 3.063008262547981, + "volume": 0, + "temperature": 18.727003776570015, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T05:00:00.000Z", + "level": 369.314239004287, + "flow": 2.111846472315583, + "inflow": 2.820530796296816, + "volume": 0, + "temperature": 19.971318955362648, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T06:00:00.000Z", + "level": 369.294258654271, + "flow": 2.053800620363612, + "inflow": 2.0810002929746463, + "volume": 0, + "temperature": 21.119541995096764, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T07:00:00.000Z", + "level": 369.283640598401, + "flow": 2.0573901376455845, + "inflow": 3.0254771816782826, + "volume": 0, + "temperature": 23.013989646951185, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T08:00:00.000Z", + "level": 369.28952045657053, + "flow": 1.1191570085589921, + "inflow": 2.5822496211614716, + "volume": 0, + "temperature": 24.817545547611115, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T09:00:00.000Z", + "level": 369.30624616444203, + "flow": 0.365440448306265, + "inflow": 2.392125509500011, + "volume": 0, + "temperature": 25.46722238552867, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T10:00:00.000Z", + "level": 369.3038662835223, + "flow": 0.8488576274662649, + "inflow": 2.6476593076504438, + "volume": 0, + "temperature": 26.792842722801108, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T11:00:00.000Z", + "level": 369.31419476478726, + "flow": 0, + "inflow": 2.7839017483526582, + "volume": 0, + "temperature": 25.718710199085155, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T12:00:00.000Z", + "level": 369.32571068585116, + "flow": 0, + "inflow": 2.017717745837319, + "volume": 0, + "temperature": 24.81126327265435, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T13:00:00.000Z", + "level": 369.3154312695055, + "flow": 0.3411043481755871, + "inflow": 2.590549733052217, + "volume": 0, + "temperature": 23.869321071692152, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T14:00:00.000Z", + "level": 369.3190887678781, + "flow": 1.1453281032350127, + "inflow": 1.6918667743691889, + "volume": 0, + "temperature": 22.1744059082665, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T15:00:00.000Z", + "level": 369.31341767725775, + "flow": 1.7708737868571371, + "inflow": 0.944232023268841, + "volume": 0, + "temperature": 19.166074908281892, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T16:00:00.000Z", + "level": 369.312579759299, + "flow": 1.6246408524365132, + "inflow": 1.9064626887318927, + "volume": 0, + "temperature": 18.47873787692444, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T17:00:00.000Z", + "level": 369.30919664145864, + "flow": 1.1741846602849209, + "inflow": 2.4865317266046256, + "volume": 0, + "temperature": 15.805411863708189, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T18:00:00.000Z", + "level": 369.30046415872846, + "flow": 0.6774661541805211, + "inflow": 2.363489950950614, + "volume": 0, + "temperature": 13.299920732776059, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T19:00:00.000Z", + "level": 369.3082464146719, + "flow": 0.3241631380488341, + "inflow": 2.973350903025531, + "volume": 0, + "temperature": 13.230619777094448, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T20:00:00.000Z", + "level": 369.2941499915171, + "flow": 0, + "inflow": 2.9349638673229395, + "volume": 0, + "temperature": 10.65011419268929, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T21:00:00.000Z", + "level": 369.31051361221967, + "flow": 0.0739747674264879, + "inflow": 3.071989593684499, + "volume": 0, + "temperature": 9.47133173831462, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T22:00:00.000Z", + "level": 369.3334861341265, + "flow": 0.4564796355109433, + "inflow": 3.3645167627710713, + "volume": 0, + "temperature": 9.775464045449601, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T23:00:00.000Z", + "level": 369.349571734873, + "flow": 0.13558883528523813, + "inflow": 3.9208103131927263, + "volume": 0, + "temperature": 9.746343206096846, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T00:00:00.000Z", + "level": 369.36483566687235, + "flow": 0.2463111129207558, + "inflow": 3.0258526045058223, + "volume": 0, + "temperature": 10.595227384562463, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T01:00:00.000Z", + "level": 369.3420394427658, + "flow": 1.1000230652845695, + "inflow": 3.4058752110053914, + "volume": 0, + "temperature": 12.059734508226823, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T02:00:00.000Z", + "level": 369.3461824250441, + "flow": 1.9023765758152726, + "inflow": 3.7403471159475017, + "volume": 0, + "temperature": 14.041040176203143, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T03:00:00.000Z", + "level": 369.3484222329281, + "flow": 1.7634957768833095, + "inflow": 2.8877625076411837, + "volume": 0, + "temperature": 15.52686653681215, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T04:00:00.000Z", + "level": 369.3284277690042, + "flow": 1.60172694402182, + "inflow": 2.636999133308486, + "volume": 0, + "temperature": 17.715520096469803, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T05:00:00.000Z", + "level": 369.3178285443486, + "flow": 2.137682326133814, + "inflow": 2.2810938084502004, + "volume": 0, + "temperature": 20.770711250878385, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T06:00:00.000Z", + "level": 369.29679902243157, + "flow": 2.5529466188523178, + "inflow": 1.961107694614451, + "volume": 0, + "temperature": 21.585301367955584, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T07:00:00.000Z", + "level": 369.30744765409145, + "flow": 3.107454665245272, + "inflow": 1.6054677917582265, + "volume": 0, + "temperature": 24.202181756232918, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T08:00:00.000Z", + "level": 369.30206333654985, + "flow": 2.489301357059458, + "inflow": 1.8783728941083564, + "volume": 0, + "temperature": 25.414449169110952, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T09:00:00.000Z", + "level": 369.2932526591898, + "flow": 2.6494849233486626, + "inflow": 1.6594640231442002, + "volume": 0, + "temperature": 25.42319327687966, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T10:00:00.000Z", + "level": 369.2820167455199, + "flow": 3.100968179748126, + "inflow": 1.0089653526725035, + "volume": 0, + "temperature": 25.495807906338523, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T11:00:00.000Z", + "level": 369.29317300866717, + "flow": 3.1262668595341907, + "inflow": 1.337054727592347, + "volume": 0, + "temperature": 25.695860298577816, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T12:00:00.000Z", + "level": 369.27280319845613, + "flow": 3.736422431091548, + "inflow": 1.5274077057203561, + "volume": 0, + "temperature": 24.339104104428277, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T13:00:00.000Z", + "level": 369.2783629793971, + "flow": 3.647653317442029, + "inflow": 1.3878755037673267, + "volume": 0, + "temperature": 23.965664103613534, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T14:00:00.000Z", + "level": 369.2899078103648, + "flow": 4.277186681525732, + "inflow": 0.6309021073183114, + "volume": 0, + "temperature": 21.715001253904216, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T15:00:00.000Z", + "level": 369.2853560511887, + "flow": 4.500741588616572, + "inflow": 0.3310897137765143, + "volume": 0, + "temperature": 20.76709396767906, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T16:00:00.000Z", + "level": 369.30733686394035, + "flow": 4.905226241407075, + "inflow": 0, + "volume": 0, + "temperature": 18.468391019279068, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T17:00:00.000Z", + "level": 369.3156010962916, + "flow": 4.493759925578384, + "inflow": 0, + "volume": 0, + "temperature": 15.98860511186189, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T18:00:00.000Z", + "level": 369.32302155497473, + "flow": 3.868295401734312, + "inflow": 0.27283582119215044, + "volume": 0, + "temperature": 13.163908665382543, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T19:00:00.000Z", + "level": 369.3132802989761, + "flow": 3.9678890682555306, + "inflow": 0, + "volume": 0, + "temperature": 11.58353327576296, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T20:00:00.000Z", + "level": 369.30662863813615, + "flow": 4.956994509895195, + "inflow": 0.259168308522165, + "volume": 0, + "temperature": 11.855943966960533, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T21:00:00.000Z", + "level": 369.31817383846067, + "flow": 5.73680938421475, + "inflow": 0.7461687502622945, + "volume": 0, + "temperature": 10.363122966491687, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T22:00:00.000Z", + "level": 369.3231586585934, + "flow": 5.598350002496801, + "inflow": 0.6620922292745632, + "volume": 0, + "temperature": 10.69637673235826, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T23:00:00.000Z", + "level": 369.3238652241511, + "flow": 5.785883291882902, + "inflow": 1.598886015252877, + "volume": 0, + "temperature": 10.775849148393656, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T00:00:00.000Z", + "level": 369.3074707802871, + "flow": 5.613137242065029, + "inflow": 0.7064076164466604, + "volume": 0, + "temperature": 11.37502232380322, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T01:00:00.000Z", + "level": 369.29193771291636, + "flow": 4.676095139129744, + "inflow": 0.7794744928807442, + "volume": 0, + "temperature": 12.879000124418472, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T02:00:00.000Z", + "level": 369.27218545920897, + "flow": 5.191096511241264, + "inflow": 0.04248737392147728, + "volume": 0, + "temperature": 14.669696341997643, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T03:00:00.000Z", + "level": 369.2619063549227, + "flow": 4.949445643893075, + "inflow": 0.537642132073763, + "volume": 0, + "temperature": 15.262190163787944, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T04:00:00.000Z", + "level": 369.27544492013254, + "flow": 5.666465920849056, + "inflow": 1.0072358083965174, + "volume": 0, + "temperature": 17.907307258607855, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T05:00:00.000Z", + "level": 369.28216487319685, + "flow": 5.991118292791816, + "inflow": 1.3462757604701343, + "volume": 0, + "temperature": 20.837110327880893, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T06:00:00.000Z", + "level": 369.2688894226384, + "flow": 6.69499608503261, + "inflow": 0.5789033868403362, + "volume": 0, + "temperature": 22.324060347747128, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T07:00:00.000Z", + "level": 369.29163513333174, + "flow": 6.619768363103491, + "inflow": 0.10833419528000077, + "volume": 0, + "temperature": 23.864108376405433, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T08:00:00.000Z", + "level": 369.3128478307372, + "flow": 7.059016228098596, + "inflow": 1.006693887353301, + "volume": 0, + "temperature": 24.462012445159573, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T09:00:00.000Z", + "level": 369.32120840802247, + "flow": 7.356002249105804, + "inflow": 1.6810113352289342, + "volume": 0, + "temperature": 26.494579878310724, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T10:00:00.000Z", + "level": 369.3337341970315, + "flow": 6.8252337634866205, + "inflow": 1.1040998355404965, + "volume": 0, + "temperature": 26.877487211790548, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T11:00:00.000Z", + "level": 369.34744356873557, + "flow": 7.780315836269676, + "inflow": 0.27020061434596476, + "volume": 0, + "temperature": 25.574715024635314, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T12:00:00.000Z", + "level": 369.35598742865363, + "flow": 8.676305552225699, + "inflow": 0.3684209231339226, + "volume": 0, + "temperature": 25.740665617501943, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T13:00:00.000Z", + "level": 369.35590791241276, + "flow": 8.760251205419738, + "inflow": 0, + "volume": 0, + "temperature": 23.664273057937095, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T14:00:00.000Z", + "level": 369.3644151946191, + "flow": 9.313221546601083, + "inflow": 0, + "volume": 0, + "temperature": 22.151869908611303, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T15:00:00.000Z", + "level": 369.36835934201605, + "flow": 9.95879540132824, + "inflow": 0.3229140944460265, + "volume": 0, + "temperature": 19.178914237940248, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T16:00:00.000Z", + "level": 369.3725556254152, + "flow": 9.585826985139565, + "inflow": 1.276382476068227, + "volume": 0, + "temperature": 17.47340867678319, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T17:00:00.000Z", + "level": 369.3591653142977, + "flow": 8.855680454767114, + "inflow": 2.19853331141407, + "volume": 0, + "temperature": 15.3468852298417, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T18:00:00.000Z", + "level": 369.37085762551067, + "flow": 8.288448870821306, + "inflow": 1.5269791396552015, + "volume": 0, + "temperature": 14.580371993020911, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T19:00:00.000Z", + "level": 369.3862126794807, + "flow": 7.79702689740748, + "inflow": 0.7238205199427155, + "volume": 0, + "temperature": 13.2593085134722, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T20:00:00.000Z", + "level": 369.40997087256545, + "flow": 7.065414787757465, + "inflow": 1.6237703469968015, + "volume": 0, + "temperature": 11.855641257323775, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T21:00:00.000Z", + "level": 369.39373508855124, + "flow": 7.577047875317428, + "inflow": 1.0373652721418058, + "volume": 0, + "temperature": 10.572025847725591, + "precipitation": 9.783866977254556 + }, + { + "timestamp": "2026-05-19T22:00:00.000Z", + "level": 369.3932200013067, + "flow": 7.028647333376666, + "inflow": 0.77336941111701, + "volume": 0, + "temperature": 9.224025599371858, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T23:00:00.000Z", + "level": 369.4180218198244, + "flow": 6.951495841108983, + "inflow": 0, + "volume": 0, + "temperature": 9.367871363254737, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T00:00:00.000Z", + "level": 369.41487767034204, + "flow": 6.45839379239084, + "inflow": 0, + "volume": 0, + "temperature": 11.276188549562395, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T01:00:00.000Z", + "level": 369.41331278964947, + "flow": 6.0403903651008095, + "inflow": 0.009675020779861931, + "volume": 0, + "temperature": 12.702602192341667, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T02:00:00.000Z", + "level": 369.4275053406963, + "flow": 6.348325059143409, + "inflow": 0.25113604554531177, + "volume": 0, + "temperature": 13.136422461078698, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T03:00:00.000Z", + "level": 369.4310362073521, + "flow": 6.454391152837273, + "inflow": 0.9607466915133953, + "volume": 0, + "temperature": 15.20013919825347, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T04:00:00.000Z", + "level": 369.4192170261347, + "flow": 7.303573798669138, + "inflow": 0.9487181926903383, + "volume": 0, + "temperature": 17.564712877599504, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T05:00:00.000Z", + "level": 369.40579028347986, + "flow": 7.415958909586592, + "inflow": 1.425796399714232, + "volume": 0, + "temperature": 19.589568892636642, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T06:00:00.000Z", + "level": 369.4082843258501, + "flow": 7.656395041686631, + "inflow": 1.934787360975665, + "volume": 0, + "temperature": 22.453797634928115, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T07:00:00.000Z", + "level": 369.4313104047614, + "flow": 6.844443018080366, + "inflow": 2.1713158653378932, + "volume": 0, + "temperature": 23.594617048157613, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T08:00:00.000Z", + "level": 369.4455292486209, + "flow": 7.71975862980698, + "inflow": 2.748765173287632, + "volume": 0, + "temperature": 25.801909393523523, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T09:00:00.000Z", + "level": 369.45975971538553, + "flow": 6.830618850007195, + "inflow": 3.0044043448216198, + "volume": 0, + "temperature": 26.003753833702312, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T10:00:00.000Z", + "level": 369.4432167451711, + "flow": 6.100349820072901, + "inflow": 3.5232806102096834, + "volume": 0, + "temperature": 25.55601201755381, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T11:00:00.000Z", + "level": 369.44244573589066, + "flow": 6.972437055833761, + "inflow": 4.065733503206529, + "volume": 0, + "temperature": 26.609370151256883, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T12:00:00.000Z", + "level": 369.4308132652632, + "flow": 6.9104302819351044, + "inflow": 4.548760843770548, + "volume": 0, + "temperature": 24.899035945088144, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T13:00:00.000Z", + "level": 369.4145839605856, + "flow": 7.566928583875736, + "inflow": 3.8167075290988723, + "volume": 0, + "temperature": 22.909802475544737, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T14:00:00.000Z", + "level": 369.3951379726965, + "flow": 6.861213480154477, + "inflow": 4.350572978646275, + "volume": 0, + "temperature": 21.131763006690825, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T15:00:00.000Z", + "level": 369.39147558528373, + "flow": 7.73579569786993, + "inflow": 5.13218976212036, + "volume": 0, + "temperature": 21.01946878458126, + "precipitation": 11.982920417284335 + }, + { + "timestamp": "2026-05-20T16:00:00.000Z", + "level": 369.394081559227, + "flow": 7.87328138153206, + "inflow": 5.345173735028384, + "volume": 0, + "temperature": 17.61139586370043, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T17:00:00.000Z", + "level": 369.41341945003967, + "flow": 7.9525089568913, + "inflow": 6.044575754994195, + "volume": 0, + "temperature": 15.513388892081636, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T18:00:00.000Z", + "level": 369.4228030565041, + "flow": 7.6525146317059765, + "inflow": 5.441809445400288, + "volume": 0, + "temperature": 14.630095074954697, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T19:00:00.000Z", + "level": 369.40543545994376, + "flow": 6.923220457370341, + "inflow": 5.887717213866488, + "volume": 0, + "temperature": 12.51492869222546, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T20:00:00.000Z", + "level": 369.3957400571374, + "flow": 7.642896784969253, + "inflow": 6.206520817207533, + "volume": 0, + "temperature": 10.533168445098385, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T21:00:00.000Z", + "level": 369.38691512921804, + "flow": 6.9846856516303095, + "inflow": 5.213954583346239, + "volume": 0, + "temperature": 10.230944953101867, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T22:00:00.000Z", + "level": 369.3930369429666, + "flow": 7.7890324827175785, + "inflow": 4.900602041606523, + "volume": 0, + "temperature": 10.647880015349052, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T23:00:00.000Z", + "level": 369.3757026971952, + "flow": 7.25806013642279, + "inflow": 4.323705420405064, + "volume": 0, + "temperature": 10.198622125523189, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T00:00:00.000Z", + "level": 369.36135613811143, + "flow": 6.709720086602418, + "inflow": 3.8911908198584793, + "volume": 0, + "temperature": 10.444487678440943, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T01:00:00.000Z", + "level": 369.35282543698094, + "flow": 6.4288456028456915, + "inflow": 3.9821781482822973, + "volume": 0, + "temperature": 12.318691315811462, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T02:00:00.000Z", + "level": 369.3373036098246, + "flow": 7.320019091129057, + "inflow": 3.2663587661395077, + "volume": 0, + "temperature": 13.099775079922264, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T03:00:00.000Z", + "level": 369.3516002716042, + "flow": 7.9934190244139165, + "inflow": 4.006429289578065, + "volume": 0, + "temperature": 16.82549429054704, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T04:00:00.000Z", + "level": 369.3726840265351, + "flow": 8.419908161070971, + "inflow": 3.5842217148137308, + "volume": 0, + "temperature": 17.546136583649208, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T05:00:00.000Z", + "level": 369.3852935079829, + "flow": 8.677839510950273, + "inflow": 3.0812744719551555, + "volume": 0, + "temperature": 20.699791013945813, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T06:00:00.000Z", + "level": 369.38775434035006, + "flow": 8.87558331244167, + "inflow": 3.0414279168020975, + "volume": 0, + "temperature": 22.638971178478226, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T07:00:00.000Z", + "level": 369.38814882663684, + "flow": 8.299023273505181, + "inflow": 3.4892862628661683, + "volume": 0, + "temperature": 24.570199455272757, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T08:00:00.000Z", + "level": 369.3990718123347, + "flow": 8.219954401257322, + "inflow": 4.381713752226309, + "volume": 0, + "temperature": 24.815326009441456, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T09:00:00.000Z", + "level": 369.38511236920147, + "flow": 9.188203128813216, + "inflow": 3.5487559685460983, + "volume": 0, + "temperature": 25.886795072635863, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T10:00:00.000Z", + "level": 369.3946152883783, + "flow": 9.135594622344115, + "inflow": 3.1063926006770153, + "volume": 0, + "temperature": 25.361145198879797, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T11:00:00.000Z", + "level": 369.3906780392402, + "flow": 8.276650897599826, + "inflow": 4.080227954881789, + "volume": 0, + "temperature": 25.21622803851877, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T12:00:00.000Z", + "level": 369.3858026469275, + "flow": 8.344293024459024, + "inflow": 4.343956169660368, + "volume": 0, + "temperature": 24.345352067438675, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T13:00:00.000Z", + "level": 369.36943649456083, + "flow": 7.485312719153132, + "inflow": 3.7043795111489586, + "volume": 0, + "temperature": 24.29738000431159, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T14:00:00.000Z", + "level": 369.3869468793934, + "flow": 7.114398576209324, + "inflow": 3.1825600873506015, + "volume": 0, + "temperature": 22.82102565759713, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T15:00:00.000Z", + "level": 369.3847934695323, + "flow": 6.637681691832179, + "inflow": 3.3763578384978183, + "volume": 0, + "temperature": 19.16981992681329, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T16:00:00.000Z", + "level": 369.4041657191984, + "flow": 7.560442714269129, + "inflow": 3.657316422792653, + "volume": 0, + "temperature": 17.227472688875974, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T17:00:00.000Z", + "level": 369.40039541789054, + "flow": 8.037689170676021, + "inflow": 3.1248113673212874, + "volume": 0, + "temperature": 16.16132561614144, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T18:00:00.000Z", + "level": 369.42139927178926, + "flow": 7.306663454339202, + "inflow": 2.1730937072935244, + "volume": 0, + "temperature": 14.716562199956055, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T19:00:00.000Z", + "level": 369.443754551531, + "flow": 8.134185961911786, + "inflow": 2.186861093479645, + "volume": 0, + "temperature": 12.229235976871587, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T20:00:00.000Z", + "level": 369.44993977392687, + "flow": 8.045983127386918, + "inflow": 2.7043341141947357, + "volume": 0, + "temperature": 11.914073617583862, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T21:00:00.000Z", + "level": 369.4500698517523, + "flow": 8.131890046351401, + "inflow": 2.2658530939605894, + "volume": 0, + "temperature": 10.763401129498998, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T22:00:00.000Z", + "level": 369.47292507644624, + "flow": 8.348170637486277, + "inflow": 3.209051914599696, + "volume": 0, + "temperature": 10.017211854906492, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T23:00:00.000Z", + "level": 369.4528137262557, + "flow": 8.96798050903621, + "inflow": 3.3115111919143785, + "volume": 0, + "temperature": 10.023594668284936, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T00:00:00.000Z", + "level": 369.47467567279983, + "flow": 9.207459183725206, + "inflow": 2.9693083249817933, + "volume": 0, + "temperature": 10.633999414391814, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T01:00:00.000Z", + "level": 369.4646110830369, + "flow": 9.45829940701743, + "inflow": 2.3035680200455855, + "volume": 0, + "temperature": 12.219714407882435, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T02:00:00.000Z", + "level": 369.4740862247335, + "flow": 9.634571773581058, + "inflow": 2.394528684457786, + "volume": 0, + "temperature": 13.875614329709485, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T03:00:00.000Z", + "level": 369.45144800199546, + "flow": 9.77282028295092, + "inflow": 2.005089298619046, + "volume": 0, + "temperature": 15.568644128259047, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T04:00:00.000Z", + "level": 369.43975371952337, + "flow": 8.885636722616551, + "inflow": 1.471577527631926, + "volume": 0, + "temperature": 17.940714041498435, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T05:00:00.000Z", + "level": 369.4415066577535, + "flow": 9.470830968896724, + "inflow": 0.66131946166833, + "volume": 0, + "temperature": 20.318885465404268, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T06:00:00.000Z", + "level": 369.4486503480533, + "flow": 10.045387089282071, + "inflow": 1.4029766479343446, + "volume": 0, + "temperature": 21.78805562832023, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T07:00:00.000Z", + "level": 369.42380296983066, + "flow": 10.20683030204207, + "inflow": 0.7755788087907876, + "volume": 0, + "temperature": 23.01247061846377, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T08:00:00.000Z", + "level": 369.4459335032168, + "flow": 10.325059777207933, + "inflow": 0.8541637074174142, + "volume": 0, + "temperature": 24.551747802701016, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T09:00:00.000Z", + "level": 369.4287083416278, + "flow": 9.913257705612779, + "inflow": 0.8078029973214078, + "volume": 0, + "temperature": 25.158089616326663, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T10:00:00.000Z", + "level": 369.4496863822623, + "flow": 9.630324102835564, + "inflow": 0, + "volume": 0, + "temperature": 26.76486255659735, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T11:00:00.000Z", + "level": 369.4298267680842, + "flow": 9.422981674861903, + "inflow": 0, + "volume": 0, + "temperature": 26.54221306808427, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T12:00:00.000Z", + "level": 369.4070060505423, + "flow": 9.824477965807127, + "inflow": 0, + "volume": 0, + "temperature": 25.674358514540693, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T13:00:00.000Z", + "level": 369.4240563882906, + "flow": 9.272680650166468, + "inflow": 0.8677688706675375, + "volume": 0, + "temperature": 24.26958087454854, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T14:00:00.000Z", + "level": 369.43148665481493, + "flow": 9.132210584000825, + "inflow": 0.08971435428063002, + "volume": 0, + "temperature": 22.204608855827964, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T15:00:00.000Z", + "level": 369.43729137116844, + "flow": 8.762230997854317, + "inflow": 0, + "volume": 0, + "temperature": 19.61782790932982, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T16:00:00.000Z", + "level": 369.42048690926396, + "flow": 9.702380242679467, + "inflow": 0.013976037055557722, + "volume": 0, + "temperature": 18.216755507013964, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T17:00:00.000Z", + "level": 369.40278009519386, + "flow": 9.16890099463766, + "inflow": 0.7444049149210419, + "volume": 0, + "temperature": 16.06944934379277, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T18:00:00.000Z", + "level": 369.42328185216695, + "flow": 8.909363617369184, + "inflow": 0.7014480381172441, + "volume": 0, + "temperature": 14.961034651310781, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T19:00:00.000Z", + "level": 369.41501181443033, + "flow": 8.130426239318563, + "inflow": 0.9213080757021386, + "volume": 0, + "temperature": 12.987818283299003, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T20:00:00.000Z", + "level": 369.39025886024564, + "flow": 8.591455281117863, + "inflow": 1.8957809029617212, + "volume": 0, + "temperature": 11.761444950212573, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T21:00:00.000Z", + "level": 369.38306415222996, + "flow": 9.093394772195813, + "inflow": 0.9525978648827871, + "volume": 0, + "temperature": 10.560653676611688, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T22:00:00.000Z", + "level": 369.4058137215189, + "flow": 10.010700459255094, + "inflow": 0.3926118037080033, + "volume": 0, + "temperature": 10.030880611646738, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T23:00:00.000Z", + "level": 369.40941950997353, + "flow": 9.776677954821892, + "inflow": 0, + "volume": 0, + "temperature": 9.383311227439792, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T00:00:00.000Z", + "level": 369.39385548763704, + "flow": 9.801107459960136, + "inflow": 0.1545392590692547, + "volume": 0, + "temperature": 11.845355345840474, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T01:00:00.000Z", + "level": 369.40891225234435, + "flow": 9.37664137848572, + "inflow": 0.14543404833028983, + "volume": 0, + "temperature": 12.227074077638624, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T02:00:00.000Z", + "level": 369.4246920229274, + "flow": 9.518503533338404, + "inflow": 1.1243890409921415, + "volume": 0, + "temperature": 14.833553951479413, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T03:00:00.000Z", + "level": 369.4091151792373, + "flow": 9.670425641398625, + "inflow": 1.7923700609816215, + "volume": 0, + "temperature": 16.211832166531412, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T04:00:00.000Z", + "level": 369.4064964650465, + "flow": 9.739612171260745, + "inflow": 2.054390972788727, + "volume": 0, + "temperature": 18.06287926899916, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T05:00:00.000Z", + "level": 369.4086028243857, + "flow": 8.872664301455892, + "inflow": 1.7884981749130988, + "volume": 0, + "temperature": 20.186254380688855, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T06:00:00.000Z", + "level": 369.40463134694744, + "flow": 9.224420957670073, + "inflow": 1.4297262740320265, + "volume": 0, + "temperature": 22.355480982330782, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T07:00:00.000Z", + "level": 369.4248648146831, + "flow": 10.159276991361418, + "inflow": 0.5895220391169342, + "volume": 0, + "temperature": 24.598574708382824, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T08:00:00.000Z", + "level": 369.4127298660938, + "flow": 9.528262467954272, + "inflow": 0, + "volume": 0, + "temperature": 25.716159856014926, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T09:00:00.000Z", + "level": 369.4352762546559, + "flow": 10.152091425354653, + "inflow": 0, + "volume": 0, + "temperature": 25.146136871923094, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T10:00:00.000Z", + "level": 369.43586527231486, + "flow": 10.653574892693875, + "inflow": 0.7052194189877006, + "volume": 0, + "temperature": 26.7574364865472, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T11:00:00.000Z", + "level": 369.43900793625414, + "flow": 10.51535928686707, + "inflow": 0.5498319152157292, + "volume": 0, + "temperature": 26.09117703661876, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T12:00:00.000Z", + "level": 369.4460217163101, + "flow": 10.187235005427292, + "inflow": 0, + "volume": 0, + "temperature": 25.28703000389383, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T13:00:00.000Z", + "level": 369.4658074432315, + "flow": 10.881168333445704, + "inflow": 0.735069031633115, + "volume": 0, + "temperature": 23.33647790071226, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T14:00:00.000Z", + "level": 369.4677228687497, + "flow": 11.864987161146413, + "inflow": 0.9378556987582765, + "volume": 0, + "temperature": 21.36762198105154, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T15:00:00.000Z", + "level": 369.48709539632534, + "flow": 12.527977291839761, + "inflow": 0.6232030834375455, + "volume": 0, + "temperature": 20.63948977733679, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T16:00:00.000Z", + "level": 369.49656104170344, + "flow": 12.249121265549174, + "inflow": 1.4964612010172074, + "volume": 0, + "temperature": 17.838733575820356, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T17:00:00.000Z", + "level": 369.51666488445966, + "flow": 12.895217649568231, + "inflow": 0.8589337596161655, + "volume": 0, + "temperature": 16.109428590366882, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T18:00:00.000Z", + "level": 369.52407340044647, + "flow": 12.967515866732606, + "inflow": 1.457344813238119, + "volume": 0, + "temperature": 13.999497645185958, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T19:00:00.000Z", + "level": 369.50348715216666, + "flow": 13.425233175696505, + "inflow": 0.9405483601625546, + "volume": 0, + "temperature": 12.153359945569207, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T20:00:00.000Z", + "level": 369.5042969397711, + "flow": 13.95293541348381, + "inflow": 0, + "volume": 0, + "temperature": 11.00854971204113, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T21:00:00.000Z", + "level": 369.50573176034806, + "flow": 13.14066547665951, + "inflow": 0.07765394611450027, + "volume": 0, + "temperature": 11.030568780989164, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T22:00:00.000Z", + "level": 369.4897867310369, + "flow": 12.25419303979457, + "inflow": 0.7708070819921571, + "volume": 0, + "temperature": 9.128893142742983, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T23:00:00.000Z", + "level": 369.47349488833817, + "flow": 13.006593615645274, + "inflow": 1.6927298205202086, + "volume": 0, + "temperature": 11.250516373969761, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T00:00:00.000Z", + "level": 369.49028518511506, + "flow": 12.265154733797884, + "inflow": 1.8561737137295267, + "volume": 0, + "temperature": 10.9081736057976, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T01:00:00.000Z", + "level": 369.4936991101194, + "flow": 12.956584834477907, + "inflow": 0.9033837662831128, + "volume": 0, + "temperature": 12.815460856636525, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T02:00:00.000Z", + "level": 369.51075503755425, + "flow": 12.037756594729354, + "inflow": 1.0721446104757701, + "volume": 0, + "temperature": 13.4155220223848, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T03:00:00.000Z", + "level": 369.5179028118319, + "flow": 12.9952364513381, + "inflow": 0.8346997920386632, + "volume": 0, + "temperature": 15.095508133336434, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T04:00:00.000Z", + "level": 369.4992820146319, + "flow": 12.334290657153002, + "inflow": 0.559366706994481, + "volume": 0, + "temperature": 17.249868934994208, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T05:00:00.000Z", + "level": 369.5059724283581, + "flow": 12.09676417046984, + "inflow": 0, + "volume": 0, + "temperature": 19.09465981010152, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T06:00:00.000Z", + "level": 369.5043051235691, + "flow": 11.328913807101346, + "inflow": 0, + "volume": 0, + "temperature": 21.817192921573298, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T07:00:00.000Z", + "level": 369.52689536405416, + "flow": 10.998636501955314, + "inflow": 0, + "volume": 0, + "temperature": 23.23008602747918, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T08:00:00.000Z", + "level": 369.54435133917843, + "flow": 11.299655950744274, + "inflow": 0.11030732027169021, + "volume": 0, + "temperature": 25.76951853939161, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T09:00:00.000Z", + "level": 369.52106053599965, + "flow": 11.28326115438111, + "inflow": 0.5851409967536414, + "volume": 0, + "temperature": 24.938987504152966, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T10:00:00.000Z", + "level": 369.50965381668885, + "flow": 10.912273292682181, + "inflow": 1.315307618658546, + "volume": 0, + "temperature": 26.248164768718844, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T11:00:00.000Z", + "level": 369.4983738433118, + "flow": 10.172108129466677, + "inflow": 1.8615502455887882, + "volume": 0, + "temperature": 24.89433958212387, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T12:00:00.000Z", + "level": 369.4911177157735, + "flow": 10.2183282996154, + "inflow": 1.24508561408945, + "volume": 0, + "temperature": 25.46427871474135, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T13:00:00.000Z", + "level": 369.51116210734267, + "flow": 10.57532128595227, + "inflow": 2.036658108767305, + "volume": 0, + "temperature": 23.786257891435405, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T14:00:00.000Z", + "level": 369.5152350200616, + "flow": 11.371630275996953, + "inflow": 1.5675827146803156, + "volume": 0, + "temperature": 22.469949972352182, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T15:00:00.000Z", + "level": 369.5312862301054, + "flow": 11.027233627697763, + "inflow": 2.3433789814527732, + "volume": 0, + "temperature": 19.596163624983067, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T16:00:00.000Z", + "level": 369.53922141846994, + "flow": 11.586522995958957, + "inflow": 3.1690224078153304, + "volume": 0, + "temperature": 17.2375289280199, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T17:00:00.000Z", + "level": 369.52308578281156, + "flow": 12.441123146652957, + "inflow": 3.133144400897174, + "volume": 0, + "temperature": 15.519173810873298, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T18:00:00.000Z", + "level": 369.54622611174, + "flow": 12.673647190937668, + "inflow": 2.1487084647196686, + "volume": 0, + "temperature": 13.148257372044203, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T19:00:00.000Z", + "level": 369.53014109813705, + "flow": 13.669271834914067, + "inflow": 2.278531257480776, + "volume": 0, + "temperature": 13.183094997303833, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T20:00:00.000Z", + "level": 369.5423694837211, + "flow": 14.40819578027792, + "inflow": 1.8509409257577283, + "volume": 0, + "temperature": 10.323012800958146, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T21:00:00.000Z", + "level": 369.52742576243355, + "flow": 14.019498542048476, + "inflow": 0.9251779043143045, + "volume": 0, + "temperature": 10.697072662862563, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T22:00:00.000Z", + "level": 369.50365823089226, + "flow": 14.666582896599873, + "inflow": 0.8744528439064934, + "volume": 0, + "temperature": 10.431248556642338, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T23:00:00.000Z", + "level": 369.5186217621298, + "flow": 14.01755450213061, + "inflow": 0, + "volume": 0, + "temperature": 10.741724232460651, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T00:00:00.000Z", + "level": 369.49921896527087, + "flow": 13.524874520252556, + "inflow": 0, + "volume": 0, + "temperature": 10.094565148387904, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T01:00:00.000Z", + "level": 369.4950358611814, + "flow": 12.909527893493228, + "inflow": 0.38565094501829744, + "volume": 0, + "temperature": 12.27437662282991, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T02:00:00.000Z", + "level": 369.4995667628135, + "flow": 13.162420371425885, + "inflow": 0.44832922196406244, + "volume": 0, + "temperature": 14.175579818975374, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T03:00:00.000Z", + "level": 369.509002908909, + "flow": 12.62686387373828, + "inflow": 0.5586292909288657, + "volume": 0, + "temperature": 15.719059296936953, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T04:00:00.000Z", + "level": 369.5174756018987, + "flow": 12.907869760859205, + "inflow": 0.7094849772931942, + "volume": 0, + "temperature": 17.50933839200969, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T05:00:00.000Z", + "level": 369.5420022429091, + "flow": 13.118963717780726, + "inflow": 1.366921276140884, + "volume": 0, + "temperature": 19.61412493243888, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T06:00:00.000Z", + "level": 369.56353219160525, + "flow": 13.020596687388613, + "inflow": 1.6988810519605475, + "volume": 0, + "temperature": 22.426348739132376, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T07:00:00.000Z", + "level": 369.5844365289196, + "flow": 12.754143931532095, + "inflow": 2.352409836616302, + "volume": 0, + "temperature": 23.304615943270253, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T08:00:00.000Z", + "level": 369.5602697900108, + "flow": 13.525342335413985, + "inflow": 2.905365494055546, + "volume": 0, + "temperature": 25.075033795448157, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T09:00:00.000Z", + "level": 369.5426912136877, + "flow": 13.273290672292823, + "inflow": 3.4964842338946287, + "volume": 0, + "temperature": 25.390943975816548, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T10:00:00.000Z", + "level": 369.52755452383525, + "flow": 13.463768051978722, + "inflow": 3.7596571093383986, + "volume": 0, + "temperature": 26.434744851922794, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T11:00:00.000Z", + "level": 369.5131439691752, + "flow": 13.919426300336173, + "inflow": 3.007272822809353, + "volume": 0, + "temperature": 25.580655720629146, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T12:00:00.000Z", + "level": 369.5241165093792, + "flow": 13.69506597724117, + "inflow": 2.307776550859553, + "volume": 0, + "temperature": 25.43235622060621, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T13:00:00.000Z", + "level": 369.54507911584096, + "flow": 13.269166097596713, + "inflow": 2.171964220530266, + "volume": 0, + "temperature": 22.868145829208643, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T14:00:00.000Z", + "level": 369.53647412391086, + "flow": 14.177937161954674, + "inflow": 3.0580202477081326, + "volume": 0, + "temperature": 22.72687859982376, + "precipitation": 4.006727441945429 + }, + { + "timestamp": "2026-05-25T15:00:00.000Z", + "level": 369.552592979544, + "flow": 13.510072680393858, + "inflow": 2.3554073392260992, + "volume": 0, + "temperature": 20.523199400076262, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T16:00:00.000Z", + "level": 369.56892220063577, + "flow": 14.339281797510122, + "inflow": 1.561361447512033, + "volume": 0, + "temperature": 18.450516273899645, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T17:00:00.000Z", + "level": 369.55725250429333, + "flow": 14.868764845978625, + "inflow": 1.1844509475435774, + "volume": 0, + "temperature": 15.339859710488081, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T18:00:00.000Z", + "level": 369.56253177056016, + "flow": 14.709292592990192, + "inflow": 0.5211629967832501, + "volume": 0, + "temperature": 14.187372198742597, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T19:00:00.000Z", + "level": 369.5665736627843, + "flow": 14.43392160523802, + "inflow": 0, + "volume": 0, + "temperature": 11.368540340524767, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T20:00:00.000Z", + "level": 369.58967299579876, + "flow": 14.090331550275128, + "inflow": 0.44591481642901654, + "volume": 0, + "temperature": 11.187246153483729, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T21:00:00.000Z", + "level": 369.60939366109005, + "flow": 14.88726577235546, + "inflow": 0.7516834607310621, + "volume": 0, + "temperature": 11.023317122041906, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T22:00:00.000Z", + "level": 369.60322347758864, + "flow": 14.781234413499801, + "inflow": 0, + "volume": 0, + "temperature": 9.611558718215194, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T23:00:00.000Z", + "level": 369.6140944312817, + "flow": 14.995115310169771, + "inflow": 0.8365252568641579, + "volume": 0, + "temperature": 10.314760780706933, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T00:00:00.000Z", + "level": 369.60508624078557, + "flow": 15.017603179599792, + "inflow": 1.5620437366820754, + "volume": 0, + "temperature": 11.859547832553487, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T01:00:00.000Z", + "level": 369.58948346386677, + "flow": 14.158116224156501, + "inflow": 1.766337877857311, + "volume": 0, + "temperature": 13.162105008538774, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T02:00:00.000Z", + "level": 369.5957255641635, + "flow": 13.514823671608145, + "inflow": 2.414630747791242, + "volume": 0, + "temperature": 13.10356283463413, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T03:00:00.000Z", + "level": 369.59298936654113, + "flow": 14.095530500152272, + "inflow": 2.9605436080186704, + "volume": 0, + "temperature": 16.883251432205082, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T04:00:00.000Z", + "level": 369.58453222870014, + "flow": 14.410154933832267, + "inflow": 2.4773227316612982, + "volume": 0, + "temperature": 17.792855495885675, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T05:00:00.000Z", + "level": 369.5986072112251, + "flow": 15.195064537702017, + "inflow": 2.441005702851495, + "volume": 0, + "temperature": 19.808311601889088, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T06:00:00.000Z", + "level": 369.6135335260473, + "flow": 15.952694430170244, + "inflow": 1.8763413643079936, + "volume": 0, + "temperature": 21.232383778075725, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T07:00:00.000Z", + "level": 369.59885396269715, + "flow": 16.85673261833074, + "inflow": 2.15753328388467, + "volume": 0, + "temperature": 22.686114014514086, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T08:00:00.000Z", + "level": 369.60731791391885, + "flow": 16.845760723725903, + "inflow": 1.4412337366439179, + "volume": 0, + "temperature": 24.743253868096183, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T09:00:00.000Z", + "level": 369.5907093965005, + "flow": 16.41832519966902, + "inflow": 0.5006815952607475, + "volume": 0, + "temperature": 26.531617817555965, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T10:00:00.000Z", + "level": 369.5833714208958, + "flow": 15.79691580309621, + "inflow": 0.7354955127691953, + "volume": 0, + "temperature": 25.258249660434526, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T11:00:00.000Z", + "level": 369.58510432866024, + "flow": 15.034539340035352, + "inflow": 1.0642697830220453, + "volume": 0, + "temperature": 24.89682352590406, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T12:00:00.000Z", + "level": 369.57655783831524, + "flow": 14.396855469657726, + "inflow": 0.4410265203945878, + "volume": 0, + "temperature": 25.856084893107, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T13:00:00.000Z", + "level": 369.5680506891303, + "flow": 13.970888131258167, + "inflow": 0.3992778548287821, + "volume": 0, + "temperature": 24.014059862161876, + "precipitation": 9.37081718865311 + }, + { + "timestamp": "2026-05-26T14:00:00.000Z", + "level": 369.5446989390141, + "flow": 13.090380080988577, + "inflow": 0, + "volume": 0, + "temperature": 21.13909024121581, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T15:00:00.000Z", + "level": 369.5400999151939, + "flow": 12.481445234625298, + "inflow": 0.4837023039997357, + "volume": 0, + "temperature": 19.51060963374946, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T16:00:00.000Z", + "level": 369.5174317998772, + "flow": 12.146832003841444, + "inflow": 0.6682277428378542, + "volume": 0, + "temperature": 18.2299031848072, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T17:00:00.000Z", + "level": 369.53781362682486, + "flow": 11.334818619750333, + "inflow": 0.3995881017529239, + "volume": 0, + "temperature": 16.47292521043338, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T18:00:00.000Z", + "level": 369.5415249875158, + "flow": 10.933246106998066, + "inflow": 0.7716802148593627, + "volume": 0, + "temperature": 14.009760423120031, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T19:00:00.000Z", + "level": 369.5276978709529, + "flow": 11.327778519415244, + "inflow": 0, + "volume": 0, + "temperature": 13.185286564021764, + "precipitation": 2.9908903942173373 + }, + { + "timestamp": "2026-05-26T20:00:00.000Z", + "level": 369.51471075637255, + "flow": 11.877036790285997, + "inflow": 0, + "volume": 0, + "temperature": 11.417294061987992, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T21:00:00.000Z", + "level": 369.4933429253991, + "flow": 12.854755239369087, + "inflow": 0, + "volume": 0, + "temperature": 10.67813025561127, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T22:00:00.000Z", + "level": 369.49062133765517, + "flow": 13.827574066763571, + "inflow": 0.21082241359252407, + "volume": 0, + "temperature": 10.477809184426272, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T23:00:00.000Z", + "level": 369.4771468172356, + "flow": 14.174289948554573, + "inflow": 1.0271183941835882, + "volume": 0, + "temperature": 9.323267416385526, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T00:00:00.000Z", + "level": 369.493909522606, + "flow": 14.163074090630342, + "inflow": 0.5053621237054338, + "volume": 0, + "temperature": 11.077532320791523, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T01:00:00.000Z", + "level": 369.504950446418, + "flow": 13.84267734813368, + "inflow": 0.4064440705453607, + "volume": 0, + "temperature": 12.614003318933102, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T02:00:00.000Z", + "level": 369.49780737911124, + "flow": 12.98923058786244, + "inflow": 0, + "volume": 0, + "temperature": 13.132426338143567, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T03:00:00.000Z", + "level": 369.4762143940402, + "flow": 13.244765843196326, + "inflow": 0.7092956697295465, + "volume": 0, + "temperature": 16.090404322935534, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T04:00:00.000Z", + "level": 369.47749831894754, + "flow": 13.56437883962254, + "inflow": 0.7034416155934968, + "volume": 0, + "temperature": 18.22043304006628, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T05:00:00.000Z", + "level": 369.49612285300196, + "flow": 12.665163554543623, + "inflow": 1.190357783190056, + "volume": 0, + "temperature": 19.118026191881224, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T06:00:00.000Z", + "level": 369.5125883265668, + "flow": 12.381262277400793, + "inflow": 2.0677525782968016, + "volume": 0, + "temperature": 21.063986065078367, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T07:00:00.000Z", + "level": 369.51859989353227, + "flow": 12.767368633170452, + "inflow": 2.531651614051297, + "volume": 0, + "temperature": 24.055383715209718, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T08:00:00.000Z", + "level": 369.508855413671, + "flow": 11.782526076030592, + "inflow": 2.8720747173397405, + "volume": 0, + "temperature": 24.94863930299477, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T09:00:00.000Z", + "level": 369.5012440350157, + "flow": 10.921987145089332, + "inflow": 2.955908116006097, + "volume": 0, + "temperature": 25.723195418239943, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T10:00:00.000Z", + "level": 369.525252908578, + "flow": 11.858338910866056, + "inflow": 2.8493794756741195, + "volume": 0, + "temperature": 25.870193428250467, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T11:00:00.000Z", + "level": 369.5364000030441, + "flow": 11.782276578488418, + "inflow": 3.597436379683529, + "volume": 0, + "temperature": 26.47762066943602, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T12:00:00.000Z", + "level": 369.51603158419607, + "flow": 12.243119571066288, + "inflow": 3.7126760329911903, + "volume": 0, + "temperature": 24.941305631408422, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T13:00:00.000Z", + "level": 369.5065580810162, + "flow": 12.418607611063525, + "inflow": 3.4923414386384746, + "volume": 0, + "temperature": 24.039732121361084, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T14:00:00.000Z", + "level": 369.4900040133708, + "flow": 13.193917733771956, + "inflow": 3.263743002989701, + "volume": 0, + "temperature": 21.171176444077545, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T15:00:00.000Z", + "level": 369.5095775693762, + "flow": 13.220329713073449, + "inflow": 3.496234014329781, + "volume": 0, + "temperature": 19.878102366446562, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T16:00:00.000Z", + "level": 369.4866843508218, + "flow": 12.796461716456834, + "inflow": 2.674956475635467, + "volume": 0, + "temperature": 17.40999728340134, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T17:00:00.000Z", + "level": 369.4928166934154, + "flow": 13.77684106166486, + "inflow": 3.611900861586413, + "volume": 0, + "temperature": 15.649879581399773, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T18:00:00.000Z", + "level": 369.5132714013545, + "flow": 13.26068899099365, + "inflow": 4.5058451615715835, + "volume": 0, + "temperature": 13.033368994018446, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T19:00:00.000Z", + "level": 369.49168165510633, + "flow": 14.015070839307988, + "inflow": 4.133111003912706, + "volume": 0, + "temperature": 12.233013527123713, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T20:00:00.000Z", + "level": 369.49160836233017, + "flow": 13.776829726538129, + "inflow": 4.960843082577138, + "volume": 0, + "temperature": 10.605028397070175, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T21:00:00.000Z", + "level": 369.49722644393506, + "flow": 14.63401701823601, + "inflow": 5.149377321280963, + "volume": 0, + "temperature": 10.614650030818684, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T22:00:00.000Z", + "level": 369.5053777618325, + "flow": 13.895653188822356, + "inflow": 4.1764668087756895, + "volume": 0, + "temperature": 9.56561854030075, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T23:00:00.000Z", + "level": 369.49628539921525, + "flow": 14.759247333188984, + "inflow": 4.6592184187174635, + "volume": 0, + "temperature": 11.034997175922065, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T00:00:00.000Z", + "level": 369.4915238557695, + "flow": 13.766943009598663, + "inflow": 4.920093112955222, + "volume": 0, + "temperature": 10.920284298604964, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T01:00:00.000Z", + "level": 369.48021112327217, + "flow": 13.860985727528744, + "inflow": 4.439259709574062, + "volume": 0, + "temperature": 12.612483438952681, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T02:00:00.000Z", + "level": 369.4554311197645, + "flow": 14.113233299354551, + "inflow": 3.7433567729661505, + "volume": 0, + "temperature": 14.820781478400537, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T03:00:00.000Z", + "level": 369.47913597597903, + "flow": 13.983370317712266, + "inflow": 3.867095562810412, + "volume": 0, + "temperature": 15.557320606291249, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T04:00:00.000Z", + "level": 369.5006029479936, + "flow": 14.471596116651021, + "inflow": 4.795391090647488, + "volume": 0, + "temperature": 17.8209952351712, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T05:00:00.000Z", + "level": 369.516108819632, + "flow": 14.238599455285506, + "inflow": 4.939612216965654, + "volume": 0, + "temperature": 19.366205681743757, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T06:00:00.000Z", + "level": 369.52698790686196, + "flow": 13.800291351630182, + "inflow": 5.018914165100939, + "volume": 0, + "temperature": 22.749670152729948, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T07:00:00.000Z", + "level": 369.5404601582855, + "flow": 13.014564633266613, + "inflow": 4.53187188541931, + "volume": 0, + "temperature": 22.81693932187532, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T08:00:00.000Z", + "level": 369.54536194665246, + "flow": 12.247829581371743, + "inflow": 4.502441966306064, + "volume": 0, + "temperature": 24.738548080310075, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T09:00:00.000Z", + "level": 369.55478043468366, + "flow": 12.176744936381386, + "inflow": 4.908933352865505, + "volume": 0, + "temperature": 26.63756109698846, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T10:00:00.000Z", + "level": 369.56291912959705, + "flow": 11.381335672371588, + "inflow": 4.822352546865616, + "volume": 0, + "temperature": 25.430638008650913, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T11:00:00.000Z", + "level": 369.55600320424054, + "flow": 12.094102290600318, + "inflow": 4.484490967417347, + "volume": 0, + "temperature": 25.78803538086294, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T12:00:00.000Z", + "level": 369.56613442467165, + "flow": 12.236948165692372, + "inflow": 4.321631835546178, + "volume": 0, + "temperature": 25.615605572970644, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T13:00:00.000Z", + "level": 369.587074721909, + "flow": 12.472119691754543, + "inflow": 3.67035580734773, + "volume": 0, + "temperature": 23.35005319792117, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T14:00:00.000Z", + "level": 369.57596054388665, + "flow": 12.987034505769628, + "inflow": 3.717895042343359, + "volume": 0, + "temperature": 21.29070636782673, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T15:00:00.000Z", + "level": 369.5691086437931, + "flow": 12.466655238917589, + "inflow": 4.670593891940106, + "volume": 0, + "temperature": 19.083205493880225, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T16:00:00.000Z", + "level": 369.58415148905095, + "flow": 12.188256549121457, + "inflow": 4.263617157368264, + "volume": 0, + "temperature": 17.535664795625774, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T17:00:00.000Z", + "level": 369.5608855397055, + "flow": 12.080130049226202, + "inflow": 4.82651953600379, + "volume": 0, + "temperature": 15.863599124842178, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T18:00:00.000Z", + "level": 369.57637176134375, + "flow": 12.686982258840674, + "inflow": 5.655758167545124, + "volume": 0, + "temperature": 13.61420999857988, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T19:00:00.000Z", + "level": 369.5784196167603, + "flow": 13.221145951178993, + "inflow": 6.647479962324816, + "volume": 0, + "temperature": 13.238485741473006, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T20:00:00.000Z", + "level": 369.58373541117004, + "flow": 12.30665142085699, + "inflow": 7.417650281520565, + "volume": 0, + "temperature": 10.732831225145018, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T21:00:00.000Z", + "level": 369.5877461235264, + "flow": 12.05128241147295, + "inflow": 7.403462876603812, + "volume": 0, + "temperature": 11.262545053735312, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T22:00:00.000Z", + "level": 369.6022373224754, + "flow": 12.609949256857394, + "inflow": 6.406195881734685, + "volume": 0, + "temperature": 10.212908554052959, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T23:00:00.000Z", + "level": 369.5784797643582, + "flow": 12.743016837083577, + "inflow": 5.854562685959482, + "volume": 0, + "temperature": 10.555337313010522, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T00:00:00.000Z", + "level": 369.5738002629935, + "flow": 13.688839361890457, + "inflow": 6.189165336035383, + "volume": 0, + "temperature": 11.625422314444679, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T01:00:00.000Z", + "level": 369.58606095519593, + "flow": 13.530020446966438, + "inflow": 6.1522242083308605, + "volume": 0, + "temperature": 12.253873193777636, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T02:00:00.000Z", + "level": 369.56789381601317, + "flow": 13.022105939447647, + "inflow": 6.2182872738331225, + "volume": 0, + "temperature": 13.423662267670297, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T03:00:00.000Z", + "level": 369.5440226210283, + "flow": 13.322966503865512, + "inflow": 6.7862922209348095, + "volume": 0, + "temperature": 15.067305258871237, + "precipitation": 14.505558198110046 + }, + { + "timestamp": "2026-05-29T04:00:00.000Z", + "level": 369.53214741551045, + "flow": 13.056956028165539, + "inflow": 6.851337956336424, + "volume": 0, + "temperature": 18.111267450883584, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T05:00:00.000Z", + "level": 369.556358425663, + "flow": 12.791966387426758, + "inflow": 6.503774680626735, + "volume": 0, + "temperature": 19.52518069859427, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T06:00:00.000Z", + "level": 369.56879246053387, + "flow": 13.692144200213454, + "inflow": 6.985605979054921, + "volume": 0, + "temperature": 22.071300743907095, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T07:00:00.000Z", + "level": 369.5889952155846, + "flow": 14.346909366085724, + "inflow": 7.26880065556532, + "volume": 0, + "temperature": 24.29063943492737, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T08:00:00.000Z", + "level": 369.5896910023789, + "flow": 13.809703276845381, + "inflow": 6.949808263959009, + "volume": 0, + "temperature": 24.384472250414646, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T09:00:00.000Z", + "level": 369.57476146853566, + "flow": 14.55345425515419, + "inflow": 6.174399027421886, + "volume": 0, + "temperature": 25.346459647844135, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T10:00:00.000Z", + "level": 369.5716453528495, + "flow": 14.1984708543626, + "inflow": 6.644085921731577, + "volume": 0, + "temperature": 26.1606768913928, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T11:00:00.000Z", + "level": 369.56190722841336, + "flow": 15.074678430368383, + "inflow": 5.936116816902693, + "volume": 0, + "temperature": 25.06522461283221, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T12:00:00.000Z", + "level": 369.5466321843998, + "flow": 15.794086360735742, + "inflow": 6.069804429284652, + "volume": 0, + "temperature": 24.83138365825051, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T13:00:00.000Z", + "level": 369.5233543186621, + "flow": 16.75851365974463, + "inflow": 6.576018619008876, + "volume": 0, + "temperature": 23.507962392307714, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T14:00:00.000Z", + "level": 369.5411265422695, + "flow": 16.837383854512353, + "inflow": 6.945936488341587, + "volume": 0, + "temperature": 22.37975195563109, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T15:00:00.000Z", + "level": 369.5334064897088, + "flow": 17.517019227403875, + "inflow": 6.476346015714162, + "volume": 0, + "temperature": 19.935572796282827, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T16:00:00.000Z", + "level": 369.5145817695952, + "flow": 16.761293220828318, + "inflow": 7.209470000881746, + "volume": 0, + "temperature": 18.066053501994247, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T17:00:00.000Z", + "level": 369.53285064871784, + "flow": 17.558319070458072, + "inflow": 6.410840033662213, + "volume": 0, + "temperature": 16.70961583989992, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T18:00:00.000Z", + "level": 369.5369331938719, + "flow": 16.994061885730254, + "inflow": 6.026224357089179, + "volume": 0, + "temperature": 13.924305101409162, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T19:00:00.000Z", + "level": 369.53786334787077, + "flow": 17.132722702816913, + "inflow": 5.92043336113265, + "volume": 0, + "temperature": 11.365918762225474, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T20:00:00.000Z", + "level": 369.5497511141457, + "flow": 17.55700467802865, + "inflow": 5.635498439084209, + "volume": 0, + "temperature": 11.86864055181943, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T21:00:00.000Z", + "level": 369.545211564861, + "flow": 17.236837979577334, + "inflow": 5.908870997236837, + "volume": 0, + "temperature": 9.546691558270552, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T22:00:00.000Z", + "level": 369.5648093856141, + "flow": 17.528946034098844, + "inflow": 6.010775818119086, + "volume": 0, + "temperature": 9.201509872822216, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T23:00:00.000Z", + "level": 369.5699472805824, + "flow": 17.583297719440903, + "inflow": 5.427595429570582, + "volume": 0, + "temperature": 10.712954404545881, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T00:00:00.000Z", + "level": 369.56164605112036, + "flow": 17.602807898955376, + "inflow": 5.771022250353162, + "volume": 0, + "temperature": 10.441355187230876, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T01:00:00.000Z", + "level": 369.54521173044094, + "flow": 18.132143900854, + "inflow": 6.19111039052882, + "volume": 0, + "temperature": 12.635582582935989, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T02:00:00.000Z", + "level": 369.5580074998585, + "flow": 17.934540987746225, + "inflow": 5.644279644381777, + "volume": 0, + "temperature": 13.071665577658658, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T03:00:00.000Z", + "level": 369.5362404021803, + "flow": 17.278367069614305, + "inflow": 4.872690158175057, + "volume": 0, + "temperature": 16.54553038182431, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T04:00:00.000Z", + "level": 369.53164759989585, + "flow": 16.873104255004584, + "inflow": 5.475526269233246, + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 + }, { "timestamp": "2026-05-30T05:00:00.000Z", "level": 369.53, "flow": 17.2, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-05-31T05:00:00.000Z", "level": 369.53, "flow": 17.18, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-06-01T05:00:00.000Z", "level": 369.84, "flow": 17.17, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-06-02T05:00:00.000Z", "level": 370.01, "flow": 17.16, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-06-03T05:00:00.000Z", "level": 369.95, "flow": 17.13, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-06-04T05:00:00.000Z", "level": 369.85, "flow": 17.15, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-06-04T21:00:00.000Z", "level": 369.77, "flow": 2.5, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-06-04T22:00:00.000Z", "level": 369.79, "flow": 2.5, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-06-04T23:00:00.000Z", "level": 369.79, "flow": 2.5, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-06-05T00:00:00.000Z", "level": 369.81, "flow": 2.5, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-06-05T01:00:00.000Z", "level": 369.82, "flow": 2.5, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-06-05T02:00:00.000Z", "level": 369.83, "flow": 2.5, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-06-05T03:00:00.000Z", "level": 369.83, "flow": 2.5, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-06-05T04:00:00.000Z", "level": 369.84, "flow": 2.5, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-06-05T05:00:00.000Z", "level": 369.84, "flow": 17.13, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-06-05T06:00:00.000Z", "level": 369.83, "flow": 17.1, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-06-05T07:00:00.000Z", "level": 369.82, "flow": 20.76, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-06-05T08:00:00.000Z", "level": 369.8, "flow": 17.23, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-06-05T09:00:00.000Z", "level": 369.82, "flow": 5.67, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-06-05T10:00:00.000Z", "level": 369.82, "flow": 0.01, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-06-05T11:00:00.000Z", "level": 369.83, "flow": 3.13, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-06-05T12:00:00.000Z", "level": 369.82, "flow": 12.94, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-06-05T13:00:00.000Z", "level": 369.82, "flow": 14.19, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-06-05T14:00:00.000Z", "level": 369.81, "flow": 14.18, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-06-05T15:00:00.000Z", "level": 369.8, "flow": 14.18, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-06-05T16:00:00.000Z", "level": 369.79, "flow": 14.18, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-06-05T17:00:00.000Z", "level": 369.79, "flow": 14.18, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-06-05T18:00:00.000Z", "level": 369.79, "flow": 14.18, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-06-05T19:00:00.000Z", "level": 369.78, "flow": 18.46, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-06-05T20:00:00.000Z", "level": 369.77, "flow": 14.28, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 }, { "timestamp": "2026-06-05T20:10:00.000Z", "level": 369.78, "flow": 5, + "inflow": 0, + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:20:00.000Z", + "level": 369.78, + "flow": 1.25, + "inflow": 0, + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:30:00.000Z", + "level": 369.78, + "flow": 1.25, + "inflow": 0, + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:40:00.000Z", + "level": 369.78, + "flow": 1.25, + "inflow": 0, + "volume": 0, + "temperature": 18.234727964853622, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:50:00.000Z", + "level": 369.78, + "flow": 1.25, "inflow": 10.82, - "volume": 20.2 + "volume": 20.2, + "temperature": 18.234727964853622, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/VLKO.json b/public/data/VLKO.json index 450fc43..2fece5e 100644 --- a/public/data/VLKO.json +++ b/public/data/VLKO.json @@ -1,219 +1,6797 @@ [ + { + "timestamp": "2026-04-30T05:00:00.000Z", + "level": 352.76869899550627, + "flow": 0.6001044736137278, + "inflow": 13.843838121132924, + "volume": 0, + "temperature": 20.60606653339635, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T06:00:00.000Z", + "level": 352.7797724348793, + "flow": 1.2600149539511762, + "inflow": 13.191879953846616, + "volume": 0, + "temperature": 22.67775209714065, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T07:00:00.000Z", + "level": 352.78392547461914, + "flow": 0.40864112802695907, + "inflow": 13.322925077885456, + "volume": 0, + "temperature": 24.198718959961308, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T08:00:00.000Z", + "level": 352.7786065721507, + "flow": 0.4118039202595498, + "inflow": 12.507761691871147, + "volume": 0, + "temperature": 25.101297392184776, + "precipitation": 10.140568254995074 + }, + { + "timestamp": "2026-04-30T09:00:00.000Z", + "level": 352.77169504021776, + "flow": 0, + "inflow": 12.16633562072332, + "volume": 0, + "temperature": 26.26554621046689, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T10:00:00.000Z", + "level": 352.777648819759, + "flow": 0, + "inflow": 11.37543212071909, + "volume": 0, + "temperature": 25.05228789668474, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T11:00:00.000Z", + "level": 352.7923030284102, + "flow": 0, + "inflow": 11.980541954110905, + "volume": 0, + "temperature": 25.513156392984122, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T12:00:00.000Z", + "level": 352.79247741914855, + "flow": 0.005050947631758174, + "inflow": 12.553524638520624, + "volume": 0, + "temperature": 25.29123655694901, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T13:00:00.000Z", + "level": 352.79159984163283, + "flow": 0.6739698194192085, + "inflow": 12.254281895857684, + "volume": 0, + "temperature": 24.401584100408517, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T14:00:00.000Z", + "level": 352.7700087297966, + "flow": 0.8427389251836406, + "inflow": 11.615964946631276, + "volume": 0, + "temperature": 21.022296421676607, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T15:00:00.000Z", + "level": 352.79238933513557, + "flow": 1.0148975192516754, + "inflow": 11.464884107494285, + "volume": 0, + "temperature": 19.920538083968527, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T16:00:00.000Z", + "level": 352.7867786488763, + "flow": 0.674717765339024, + "inflow": 12.402352815812154, + "volume": 0, + "temperature": 17.164726646182416, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T17:00:00.000Z", + "level": 352.78857248731373, + "flow": 0.15273562143767094, + "inflow": 12.478118244594791, + "volume": 0, + "temperature": 16.55729575794466, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T18:00:00.000Z", + "level": 352.77641298994, + "flow": 0, + "inflow": 12.197438409471285, + "volume": 0, + "temperature": 13.130944377690394, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T19:00:00.000Z", + "level": 352.7813500060537, + "flow": 0, + "inflow": 11.48076600336146, + "volume": 0, + "temperature": 12.991412029789583, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T20:00:00.000Z", + "level": 352.793804563705, + "flow": 0, + "inflow": 12.046747797602215, + "volume": 0, + "temperature": 11.926386808450022, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T21:00:00.000Z", + "level": 352.8009180442781, + "flow": 0.273497305922366, + "inflow": 11.764925626527535, + "volume": 0, + "temperature": 11.244424147833035, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T22:00:00.000Z", + "level": 352.82406869412927, + "flow": 1.2500623031569202, + "inflow": 12.044041698470194, + "volume": 0, + "temperature": 10.972369456096741, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T23:00:00.000Z", + "level": 352.8482493102788, + "flow": 1.870396614976519, + "inflow": 11.375762079386082, + "volume": 0, + "temperature": 10.620054875678683, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T00:00:00.000Z", + "level": 352.8570275688725, + "flow": 2.2160498375788618, + "inflow": 10.578748104830256, + "volume": 0, + "temperature": 11.11641495186614, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T01:00:00.000Z", + "level": 352.8491016972547, + "flow": 2.1662560545423934, + "inflow": 11.112461425666556, + "volume": 0, + "temperature": 12.06863114694459, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T02:00:00.000Z", + "level": 352.8243391130216, + "flow": 3.071572950150848, + "inflow": 11.89294373385217, + "volume": 0, + "temperature": 14.088752735373859, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T03:00:00.000Z", + "level": 352.81463677197706, + "flow": 2.6420155156316376, + "inflow": 11.2811080668979, + "volume": 0, + "temperature": 15.862735590538449, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T04:00:00.000Z", + "level": 352.796584389504, + "flow": 2.9618438971972667, + "inflow": 11.755238749379014, + "volume": 0, + "temperature": 17.31114031456299, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T05:00:00.000Z", + "level": 352.81706589779947, + "flow": 2.226369212172042, + "inflow": 10.93420619540394, + "volume": 0, + "temperature": 20.407010370219876, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T06:00:00.000Z", + "level": 352.79865298245505, + "flow": 3.1845676061960484, + "inflow": 10.910803659227515, + "volume": 0, + "temperature": 21.419576197289263, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T07:00:00.000Z", + "level": 352.81360346777353, + "flow": 3.851162799834213, + "inflow": 11.90702350878058, + "volume": 0, + "temperature": 23.588739677591875, + "precipitation": 0.30414023977018645 + }, + { + "timestamp": "2026-05-01T08:00:00.000Z", + "level": 352.8184950272307, + "flow": 4.752219995209536, + "inflow": 11.432843325467273, + "volume": 0, + "temperature": 25.413712234700647, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T09:00:00.000Z", + "level": 352.8095763790233, + "flow": 5.169692823210486, + "inflow": 11.063221742708139, + "volume": 0, + "temperature": 25.925708012738507, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T10:00:00.000Z", + "level": 352.79658531171475, + "flow": 5.636985776012414, + "inflow": 11.057216926406342, + "volume": 0, + "temperature": 25.788277252549594, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T11:00:00.000Z", + "level": 352.80006636821844, + "flow": 6.118058303469266, + "inflow": 11.491235921831866, + "volume": 0, + "temperature": 25.610847254031746, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T12:00:00.000Z", + "level": 352.82309589697456, + "flow": 6.593360868611603, + "inflow": 11.350015863354816, + "volume": 0, + "temperature": 25.868923915976477, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T13:00:00.000Z", + "level": 352.8463157096855, + "flow": 6.183154021549429, + "inflow": 10.818018307935963, + "volume": 0, + "temperature": 23.29310386071636, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T14:00:00.000Z", + "level": 352.8543159418217, + "flow": 6.922476067399371, + "inflow": 11.3629889875773, + "volume": 0, + "temperature": 21.895019177081824, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T15:00:00.000Z", + "level": 352.840383634561, + "flow": 7.493731999340685, + "inflow": 10.801696526994853, + "volume": 0, + "temperature": 20.157707176187813, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T16:00:00.000Z", + "level": 352.8314057832903, + "flow": 6.56791073948194, + "inflow": 10.365818983365351, + "volume": 0, + "temperature": 17.696943199517143, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T17:00:00.000Z", + "level": 352.83656172219787, + "flow": 6.671980492888197, + "inflow": 10.257453932433435, + "volume": 0, + "temperature": 15.22407977700729, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T18:00:00.000Z", + "level": 352.82438451807644, + "flow": 6.6289634431875495, + "inflow": 10.49857084828298, + "volume": 0, + "temperature": 14.550672879967967, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T19:00:00.000Z", + "level": 352.8451387495749, + "flow": 5.797779697038017, + "inflow": 10.79128076016088, + "volume": 0, + "temperature": 12.134803439163596, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T20:00:00.000Z", + "level": 352.82686990940743, + "flow": 6.312477049041185, + "inflow": 11.089536983927587, + "volume": 0, + "temperature": 10.438033151167877, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T21:00:00.000Z", + "level": 352.84515092945503, + "flow": 6.116288639814567, + "inflow": 11.966313272425413, + "volume": 0, + "temperature": 10.357265421618889, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T22:00:00.000Z", + "level": 352.8530114034057, + "flow": 6.239095692492567, + "inflow": 11.430575784858377, + "volume": 0, + "temperature": 10.73061678071531, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T23:00:00.000Z", + "level": 352.8310868164625, + "flow": 6.806156176662327, + "inflow": 12.366749031095317, + "volume": 0, + "temperature": 10.342797285941149, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T00:00:00.000Z", + "level": 352.8293825163494, + "flow": 6.792873303455968, + "inflow": 12.469690667235707, + "volume": 0, + "temperature": 11.932585995254307, + "precipitation": 5.715582633312223 + }, + { + "timestamp": "2026-05-02T01:00:00.000Z", + "level": 352.82683401026947, + "flow": 6.730975491812551, + "inflow": 11.77548709467137, + "volume": 0, + "temperature": 13.12767137024862, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T02:00:00.000Z", + "level": 352.80240460122474, + "flow": 6.849068585514293, + "inflow": 11.983393124246454, + "volume": 0, + "temperature": 13.780135532876246, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T03:00:00.000Z", + "level": 352.78483251024875, + "flow": 6.710138311572059, + "inflow": 12.201323400038346, + "volume": 0, + "temperature": 16.73654065341155, + "precipitation": 7.847938989800143 + }, + { + "timestamp": "2026-05-02T04:00:00.000Z", + "level": 352.80392115667877, + "flow": 5.842149293652587, + "inflow": 12.221526621424387, + "volume": 0, + "temperature": 18.366171773341506, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T05:00:00.000Z", + "level": 352.8158069203709, + "flow": 6.2490550223233985, + "inflow": 12.479517378232385, + "volume": 0, + "temperature": 20.067623010930994, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T06:00:00.000Z", + "level": 352.8228691957471, + "flow": 7.101713873741968, + "inflow": 13.417082869800911, + "volume": 0, + "temperature": 21.603574395186676, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T07:00:00.000Z", + "level": 352.8246074568357, + "flow": 7.849098707018881, + "inflow": 12.564853101063521, + "volume": 0, + "temperature": 24.180753407845373, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T08:00:00.000Z", + "level": 352.82785836646474, + "flow": 8.515233858946392, + "inflow": 12.09357896942932, + "volume": 0, + "temperature": 24.668940995144013, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T09:00:00.000Z", + "level": 352.81396540227234, + "flow": 9.491838121499159, + "inflow": 13.070639101911997, + "volume": 0, + "temperature": 25.318725632054626, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T10:00:00.000Z", + "level": 352.82910626713465, + "flow": 10.229338496673906, + "inflow": 12.392382883408153, + "volume": 0, + "temperature": 25.98220133489024, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T11:00:00.000Z", + "level": 352.81227006223276, + "flow": 9.400497928755158, + "inflow": 12.552911461886502, + "volume": 0, + "temperature": 26.378045696815974, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T12:00:00.000Z", + "level": 352.79384855327095, + "flow": 10.313674405428431, + "inflow": 11.991653366936031, + "volume": 0, + "temperature": 24.06901784949464, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T13:00:00.000Z", + "level": 352.7762867993978, + "flow": 9.528858891859748, + "inflow": 11.707326670187399, + "volume": 0, + "temperature": 23.375939584493665, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T14:00:00.000Z", + "level": 352.75806370016033, + "flow": 10.139340426083727, + "inflow": 12.559679767648198, + "volume": 0, + "temperature": 21.64573869344978, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T15:00:00.000Z", + "level": 352.7340497735905, + "flow": 9.407885821115396, + "inflow": 11.703722785888676, + "volume": 0, + "temperature": 19.95136132344045, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T16:00:00.000Z", + "level": 352.71640346894714, + "flow": 8.93057824448166, + "inflow": 12.174644267870528, + "volume": 0, + "temperature": 17.090184652344334, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T17:00:00.000Z", + "level": 352.7288098233052, + "flow": 8.670368945604292, + "inflow": 12.269396442747485, + "volume": 0, + "temperature": 15.740434513116776, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T18:00:00.000Z", + "level": 352.70873949554704, + "flow": 9.115041585740345, + "inflow": 12.538186691243503, + "volume": 0, + "temperature": 13.495844346990925, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T19:00:00.000Z", + "level": 352.7081736650896, + "flow": 9.80033198300965, + "inflow": 11.579652852747895, + "volume": 0, + "temperature": 11.464636514135393, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T20:00:00.000Z", + "level": 352.7153070685614, + "flow": 8.896208441598356, + "inflow": 10.969658583930597, + "volume": 0, + "temperature": 10.962690354937898, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T21:00:00.000Z", + "level": 352.7044180549524, + "flow": 9.542969284404588, + "inflow": 10.281577257131582, + "volume": 0, + "temperature": 9.402475742975414, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T22:00:00.000Z", + "level": 352.7079488747073, + "flow": 9.85648345349249, + "inflow": 10.612205548256163, + "volume": 0, + "temperature": 10.358275178468583, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T23:00:00.000Z", + "level": 352.68989256349636, + "flow": 10.434814532107028, + "inflow": 10.395471509392006, + "volume": 0, + "temperature": 10.806876268018323, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T00:00:00.000Z", + "level": 352.668041115302, + "flow": 10.074110741289795, + "inflow": 9.942118108300631, + "volume": 0, + "temperature": 10.804564869062052, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T01:00:00.000Z", + "level": 352.6571985945452, + "flow": 11.030936819704056, + "inflow": 10.037793634700193, + "volume": 0, + "temperature": 12.657833743254766, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T02:00:00.000Z", + "level": 352.6338578945925, + "flow": 11.823623332608344, + "inflow": 9.71270769245878, + "volume": 0, + "temperature": 13.929197624345155, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T03:00:00.000Z", + "level": 352.65017502542486, + "flow": 12.617533529668084, + "inflow": 10.239698334653728, + "volume": 0, + "temperature": 16.722934548791496, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T04:00:00.000Z", + "level": 352.64073328283246, + "flow": 12.917736750905501, + "inflow": 9.383014122655041, + "volume": 0, + "temperature": 18.443315054871803, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T05:00:00.000Z", + "level": 352.66507039231305, + "flow": 12.220689276240075, + "inflow": 9.429098138963688, + "volume": 0, + "temperature": 19.640122332437603, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T06:00:00.000Z", + "level": 352.67968760159835, + "flow": 12.758395836157149, + "inflow": 8.554465569964872, + "volume": 0, + "temperature": 21.462023416043262, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T07:00:00.000Z", + "level": 352.69124098429654, + "flow": 11.790660184730832, + "inflow": 8.73012357434315, + "volume": 0, + "temperature": 24.02047937887541, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T08:00:00.000Z", + "level": 352.7155763609495, + "flow": 12.463629694330965, + "inflow": 8.081866326003025, + "volume": 0, + "temperature": 24.25616477625616, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T09:00:00.000Z", + "level": 352.7270326307439, + "flow": 12.457744379309567, + "inflow": 7.537460388605686, + "volume": 0, + "temperature": 25.8748658378788, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T10:00:00.000Z", + "level": 352.70413231715213, + "flow": 13.131922026881792, + "inflow": 7.7204543481515255, + "volume": 0, + "temperature": 26.53298234466892, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T11:00:00.000Z", + "level": 352.6872306280833, + "flow": 12.867896830509975, + "inflow": 7.477290546082772, + "volume": 0, + "temperature": 26.10137808320295, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T12:00:00.000Z", + "level": 352.66880736563263, + "flow": 11.921158865599581, + "inflow": 7.745958367966784, + "volume": 0, + "temperature": 25.220927999138603, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T13:00:00.000Z", + "level": 352.68969164160814, + "flow": 11.163044185833778, + "inflow": 6.876386656720106, + "volume": 0, + "temperature": 23.460469621129445, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T14:00:00.000Z", + "level": 352.66797265663394, + "flow": 11.259580111773994, + "inflow": 7.3795658166644165, + "volume": 0, + "temperature": 22.099672567121612, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T15:00:00.000Z", + "level": 352.6628543209317, + "flow": 11.612973695928712, + "inflow": 6.738705949274256, + "volume": 0, + "temperature": 20.180801197073823, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T16:00:00.000Z", + "level": 352.6753753511403, + "flow": 12.436745704730615, + "inflow": 6.2847802023705, + "volume": 0, + "temperature": 17.79153945849706, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T17:00:00.000Z", + "level": 352.66817988848464, + "flow": 12.856503354522768, + "inflow": 6.886488886104662, + "volume": 0, + "temperature": 16.514643630514037, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T18:00:00.000Z", + "level": 352.68621018422647, + "flow": 13.598293671274092, + "inflow": 7.81778403288827, + "volume": 0, + "temperature": 14.248449401840794, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T19:00:00.000Z", + "level": 352.6668219006146, + "flow": 13.20445532260123, + "inflow": 7.846977868750145, + "volume": 0, + "temperature": 11.912198917726327, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T20:00:00.000Z", + "level": 352.6684394852935, + "flow": 12.630803931426378, + "inflow": 8.731145884449909, + "volume": 0, + "temperature": 11.645855343137715, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T21:00:00.000Z", + "level": 352.6913862875461, + "flow": 13.03291914271909, + "inflow": 8.36936454781111, + "volume": 0, + "temperature": 10.591543179376036, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T22:00:00.000Z", + "level": 352.7118339855131, + "flow": 13.263750189970816, + "inflow": 8.038590270900436, + "volume": 0, + "temperature": 10.02912543184383, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T23:00:00.000Z", + "level": 352.7197531024694, + "flow": 13.470748081551644, + "inflow": 8.941565294980649, + "volume": 0, + "temperature": 9.610908760149282, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T00:00:00.000Z", + "level": 352.72399502469443, + "flow": 13.23488650044693, + "inflow": 9.50765092792098, + "volume": 0, + "temperature": 10.523215487502055, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T01:00:00.000Z", + "level": 352.74195795299073, + "flow": 13.785036777062192, + "inflow": 9.841924437000037, + "volume": 0, + "temperature": 13.337874267714104, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T02:00:00.000Z", + "level": 352.7260250601066, + "flow": 13.933920123742226, + "inflow": 10.093358313620715, + "volume": 0, + "temperature": 13.606232960404054, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T03:00:00.000Z", + "level": 352.74272285817864, + "flow": 12.960026632349804, + "inflow": 9.299478756493002, + "volume": 0, + "temperature": 15.955458141553144, + "precipitation": 8.202513347703032 + }, + { + "timestamp": "2026-05-04T04:00:00.000Z", + "level": 352.74065332555824, + "flow": 12.58484332925945, + "inflow": 8.744287003475423, + "volume": 0, + "temperature": 18.133233875448497, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T05:00:00.000Z", + "level": 352.75948164482077, + "flow": 12.101649745313082, + "inflow": 9.145480876595755, + "volume": 0, + "temperature": 19.576262889507124, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T06:00:00.000Z", + "level": 352.75122996749883, + "flow": 12.85405673515397, + "inflow": 8.282466092908738, + "volume": 0, + "temperature": 22.321434476343114, + "precipitation": 14.053374630809065 + }, + { + "timestamp": "2026-05-04T07:00:00.000Z", + "level": 352.7712823358513, + "flow": 12.049449301044692, + "inflow": 7.97615082674262, + "volume": 0, + "temperature": 22.798790112995405, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T08:00:00.000Z", + "level": 352.78712671950257, + "flow": 11.24093004449232, + "inflow": 7.244235572411239, + "volume": 0, + "temperature": 24.274793965231606, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T09:00:00.000Z", + "level": 352.8025983417556, + "flow": 10.4429859971769, + "inflow": 7.88825971030274, + "volume": 0, + "temperature": 25.812410351583853, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T10:00:00.000Z", + "level": 352.813606356711, + "flow": 11.112252689187246, + "inflow": 8.571638103650457, + "volume": 0, + "temperature": 26.363756052867537, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T11:00:00.000Z", + "level": 352.8094858995982, + "flow": 11.977964346053707, + "inflow": 8.008716747105792, + "volume": 0, + "temperature": 26.33872745340908, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T12:00:00.000Z", + "level": 352.79574034997574, + "flow": 11.0320063969499, + "inflow": 8.491408872117075, + "volume": 0, + "temperature": 24.430863984949802, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T13:00:00.000Z", + "level": 352.81899929794446, + "flow": 11.55041234290981, + "inflow": 8.504102684086309, + "volume": 0, + "temperature": 24.508384955563464, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T14:00:00.000Z", + "level": 352.8160605340889, + "flow": 10.67933485864414, + "inflow": 8.2070145914773, + "volume": 0, + "temperature": 22.837484439035563, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T15:00:00.000Z", + "level": 352.8375641563099, + "flow": 10.47327622557264, + "inflow": 8.922146664102822, + "volume": 0, + "temperature": 20.670183384247107, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T16:00:00.000Z", + "level": 352.8402104336223, + "flow": 10.231848763124203, + "inflow": 8.680267571217076, + "volume": 0, + "temperature": 18.78019382334333, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T17:00:00.000Z", + "level": 352.8375527618324, + "flow": 9.897259042048242, + "inflow": 8.961592556926197, + "volume": 0, + "temperature": 15.597840501885717, + "precipitation": 2.237236896497988 + }, + { + "timestamp": "2026-05-04T18:00:00.000Z", + "level": 352.83505281805765, + "flow": 9.513334054021888, + "inflow": 9.468270181878017, + "volume": 0, + "temperature": 13.705190823713886, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T19:00:00.000Z", + "level": 352.823662284848, + "flow": 9.027068277827958, + "inflow": 9.802845044026261, + "volume": 0, + "temperature": 12.58893658898781, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T20:00:00.000Z", + "level": 352.80232715135134, + "flow": 9.894201058091443, + "inflow": 8.917687446363708, + "volume": 0, + "temperature": 12.055279747221505, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T21:00:00.000Z", + "level": 352.813887158528, + "flow": 9.389679711978605, + "inflow": 8.6467230357855, + "volume": 0, + "temperature": 10.324358763124586, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T22:00:00.000Z", + "level": 352.83660165062435, + "flow": 9.040116172106723, + "inflow": 8.425019212663312, + "volume": 0, + "temperature": 9.609002436976166, + "precipitation": 6.088725099767195 + }, + { + "timestamp": "2026-05-04T23:00:00.000Z", + "level": 352.81174368256615, + "flow": 9.39956132315673, + "inflow": 8.866860358838748, + "volume": 0, + "temperature": 10.120831198183335, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T00:00:00.000Z", + "level": 352.81994841364786, + "flow": 8.730901249925498, + "inflow": 8.845998015348268, + "volume": 0, + "temperature": 11.57511363883814, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T01:00:00.000Z", + "level": 352.84454188669565, + "flow": 8.89749954102246, + "inflow": 9.097224865726927, + "volume": 0, + "temperature": 12.483865049812845, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T02:00:00.000Z", + "level": 352.84523982465294, + "flow": 8.72649679153426, + "inflow": 9.073914819585951, + "volume": 0, + "temperature": 13.759604206651249, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T03:00:00.000Z", + "level": 352.8662161318994, + "flow": 9.428140934523178, + "inflow": 8.688527514425898, + "volume": 0, + "temperature": 16.08526177523398, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T04:00:00.000Z", + "level": 352.8702761702547, + "flow": 9.945317247713245, + "inflow": 8.77756633128482, + "volume": 0, + "temperature": 18.933813633993783, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T05:00:00.000Z", + "level": 352.86355812705267, + "flow": 10.720663367388488, + "inflow": 8.450238581353902, + "volume": 0, + "temperature": 19.39522539703355, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T06:00:00.000Z", + "level": 352.87940492316795, + "flow": 10.549978200488136, + "inflow": 7.776021732291454, + "volume": 0, + "temperature": 21.303351979328827, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T07:00:00.000Z", + "level": 352.87524076442526, + "flow": 10.416472422284638, + "inflow": 7.0544765500096, + "volume": 0, + "temperature": 23.9770460085644, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T08:00:00.000Z", + "level": 352.86365742711837, + "flow": 10.056769293543518, + "inflow": 6.885631253314318, + "volume": 0, + "temperature": 24.79228561234195, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T09:00:00.000Z", + "level": 352.8868739006948, + "flow": 9.075950442797332, + "inflow": 6.6195012019925485, + "volume": 0, + "temperature": 26.00300778377126, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T10:00:00.000Z", + "level": 352.8917775275539, + "flow": 9.514544415499467, + "inflow": 5.6335018868968385, + "volume": 0, + "temperature": 25.265881754435497, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T11:00:00.000Z", + "level": 352.8805157938725, + "flow": 10.061710280905325, + "inflow": 4.6645190745544625, + "volume": 0, + "temperature": 25.467774199132545, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T12:00:00.000Z", + "level": 352.8762767695632, + "flow": 10.800919103724823, + "inflow": 4.141884219838261, + "volume": 0, + "temperature": 24.12266761593809, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T13:00:00.000Z", + "level": 352.8922322569346, + "flow": 10.339472007973402, + "inflow": 4.361641308760917, + "volume": 0, + "temperature": 24.08018206033855, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T14:00:00.000Z", + "level": 352.8709637661068, + "flow": 9.727851977115527, + "inflow": 3.36449378118643, + "volume": 0, + "temperature": 21.473828020179365, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T15:00:00.000Z", + "level": 352.8784172284092, + "flow": 10.148692340996213, + "inflow": 2.9572158023794493, + "volume": 0, + "temperature": 19.769891368865203, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T16:00:00.000Z", + "level": 352.8656535057672, + "flow": 9.233635761554645, + "inflow": 2.37357332073542, + "volume": 0, + "temperature": 18.72430269869667, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T17:00:00.000Z", + "level": 352.8469133353985, + "flow": 9.550408985523184, + "inflow": 2.8807259455520593, + "volume": 0, + "temperature": 15.486505104202758, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T18:00:00.000Z", + "level": 352.82553890316507, + "flow": 10.337046248472472, + "inflow": 3.829338888191616, + "volume": 0, + "temperature": 14.24299885201047, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T19:00:00.000Z", + "level": 352.8417601957818, + "flow": 9.61586855105783, + "inflow": 4.221818131419165, + "volume": 0, + "temperature": 13.210836303943966, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T20:00:00.000Z", + "level": 352.8584172879241, + "flow": 9.786482168939845, + "inflow": 4.34112536616866, + "volume": 0, + "temperature": 10.763714525600873, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T21:00:00.000Z", + "level": 352.8467988541211, + "flow": 9.250017065247835, + "inflow": 3.423323380022731, + "volume": 0, + "temperature": 10.792029352510433, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T22:00:00.000Z", + "level": 352.8371103383958, + "flow": 9.404202809900283, + "inflow": 2.4852370735426446, + "volume": 0, + "temperature": 9.84614957054549, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T23:00:00.000Z", + "level": 352.8473827212528, + "flow": 9.419594613184115, + "inflow": 2.32091764734257, + "volume": 0, + "temperature": 9.810289800573173, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T00:00:00.000Z", + "level": 352.8368174319228, + "flow": 9.504256258800122, + "inflow": 3.281813716348845, + "volume": 0, + "temperature": 10.684494608333825, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T01:00:00.000Z", + "level": 352.8179544419809, + "flow": 10.41174832767761, + "inflow": 2.8173973761703017, + "volume": 0, + "temperature": 13.283839469459798, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T02:00:00.000Z", + "level": 352.79829473183617, + "flow": 11.058789910952616, + "inflow": 2.373255882656335, + "volume": 0, + "temperature": 14.517151484781422, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T03:00:00.000Z", + "level": 352.7791276757585, + "flow": 10.70561484427631, + "inflow": 1.5799431741690282, + "volume": 0, + "temperature": 15.58057298113842, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T04:00:00.000Z", + "level": 352.7794306089626, + "flow": 9.807316770985594, + "inflow": 2.564783435478394, + "volume": 0, + "temperature": 18.974449480656446, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T05:00:00.000Z", + "level": 352.7704275050235, + "flow": 9.268855874939506, + "inflow": 2.7945395445322982, + "volume": 0, + "temperature": 19.61398050037514, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T06:00:00.000Z", + "level": 352.77060780871295, + "flow": 8.50832306701649, + "inflow": 2.8799520660443774, + "volume": 0, + "temperature": 21.271384807337135, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T07:00:00.000Z", + "level": 352.7723429541249, + "flow": 9.25268977536927, + "inflow": 3.1295495636481205, + "volume": 0, + "temperature": 23.566175299609878, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T08:00:00.000Z", + "level": 352.7836496723165, + "flow": 9.19566170321546, + "inflow": 3.9275165574806388, + "volume": 0, + "temperature": 25.694333372537145, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T09:00:00.000Z", + "level": 352.7894653927115, + "flow": 9.807824210158188, + "inflow": 4.084388538969614, + "volume": 0, + "temperature": 25.59908827985337, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T10:00:00.000Z", + "level": 352.76671410822587, + "flow": 10.207037158198926, + "inflow": 3.500609812904908, + "volume": 0, + "temperature": 26.76523112193136, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T11:00:00.000Z", + "level": 352.771829321889, + "flow": 10.884574252805844, + "inflow": 4.031324155212431, + "volume": 0, + "temperature": 25.77586000359116, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T12:00:00.000Z", + "level": 352.7499655733105, + "flow": 10.084251225410927, + "inflow": 4.760697570088167, + "volume": 0, + "temperature": 25.228306075121772, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T13:00:00.000Z", + "level": 352.72806789378046, + "flow": 9.632933194920938, + "inflow": 4.638190051497818, + "volume": 0, + "temperature": 23.179399530643614, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T14:00:00.000Z", + "level": 352.7228946442464, + "flow": 8.75960574061445, + "inflow": 4.775705808904337, + "volume": 0, + "temperature": 21.04558777845882, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T15:00:00.000Z", + "level": 352.7361875074269, + "flow": 9.411302608612786, + "inflow": 5.454291041831485, + "volume": 0, + "temperature": 20.48770679653103, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T16:00:00.000Z", + "level": 352.74627505936303, + "flow": 10.09500433931875, + "inflow": 6.253801403865969, + "volume": 0, + "temperature": 18.371251022388893, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T17:00:00.000Z", + "level": 352.7333295540768, + "flow": 9.934399634151678, + "inflow": 6.0117808488364, + "volume": 0, + "temperature": 14.958963763644709, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T18:00:00.000Z", + "level": 352.7129627498668, + "flow": 9.445841790450881, + "inflow": 6.729662659853709, + "volume": 0, + "temperature": 13.22458454593726, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T19:00:00.000Z", + "level": 352.71140236129344, + "flow": 9.895725804626693, + "inflow": 6.7205593013737115, + "volume": 0, + "temperature": 11.675391554520706, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T20:00:00.000Z", + "level": 352.70550393531227, + "flow": 10.477968918420197, + "inflow": 5.780117615491952, + "volume": 0, + "temperature": 11.324725931098866, + "precipitation": 11.935251797756033 + }, + { + "timestamp": "2026-05-06T21:00:00.000Z", + "level": 352.6886540812276, + "flow": 11.218997085690136, + "inflow": 6.198772596526813, + "volume": 0, + "temperature": 10.924559738915232, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T22:00:00.000Z", + "level": 352.6652469455396, + "flow": 11.011591467876519, + "inflow": 6.503517267005853, + "volume": 0, + "temperature": 9.205809670878384, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T23:00:00.000Z", + "level": 352.6422824096516, + "flow": 10.444886818964598, + "inflow": 6.490029275462916, + "volume": 0, + "temperature": 10.413118863304952, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T00:00:00.000Z", + "level": 352.64804843306024, + "flow": 9.654731496072118, + "inflow": 6.594922015681723, + "volume": 0, + "temperature": 11.140861012375428, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T01:00:00.000Z", + "level": 352.62842854170816, + "flow": 10.2693600975971, + "inflow": 5.935613104134508, + "volume": 0, + "temperature": 12.218826673108122, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T02:00:00.000Z", + "level": 352.6517011108918, + "flow": 10.538093978240829, + "inflow": 5.290132106400597, + "volume": 0, + "temperature": 14.951846485864753, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T03:00:00.000Z", + "level": 352.63921415269203, + "flow": 11.437743396752813, + "inflow": 5.408023712467356, + "volume": 0, + "temperature": 15.228341262717072, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T04:00:00.000Z", + "level": 352.6238599691695, + "flow": 10.931907092165495, + "inflow": 5.66994003662997, + "volume": 0, + "temperature": 17.907924680489057, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T05:00:00.000Z", + "level": 352.62493335972135, + "flow": 11.271993434662178, + "inflow": 6.183933284229608, + "volume": 0, + "temperature": 20.765039710154817, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T06:00:00.000Z", + "level": 352.61194079968897, + "flow": 11.24064363240021, + "inflow": 6.575537935602411, + "volume": 0, + "temperature": 22.512277328266304, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T07:00:00.000Z", + "level": 352.61104253207367, + "flow": 11.63134433646742, + "inflow": 6.913689720376411, + "volume": 0, + "temperature": 23.600802211412827, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T08:00:00.000Z", + "level": 352.59080961647766, + "flow": 11.272223818087314, + "inflow": 7.138292381355159, + "volume": 0, + "temperature": 25.915725883868767, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T09:00:00.000Z", + "level": 352.6057737968759, + "flow": 11.91119072704801, + "inflow": 6.332671477933404, + "volume": 0, + "temperature": 25.776610644973484, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T10:00:00.000Z", + "level": 352.6138649893266, + "flow": 11.994255512158832, + "inflow": 6.5905246309125385, + "volume": 0, + "temperature": 25.665135165669856, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T11:00:00.000Z", + "level": 352.6149571601018, + "flow": 11.447482773286266, + "inflow": 6.550438068439887, + "volume": 0, + "temperature": 26.652596130767584, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T12:00:00.000Z", + "level": 352.6248530140222, + "flow": 11.128548813788148, + "inflow": 7.0073761861646595, + "volume": 0, + "temperature": 25.0885221920101, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T13:00:00.000Z", + "level": 352.6223410865902, + "flow": 11.100027910920677, + "inflow": 7.2474047032661515, + "volume": 0, + "temperature": 23.97199843168222, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T14:00:00.000Z", + "level": 352.6421096791655, + "flow": 11.913314434961, + "inflow": 7.757616599767756, + "volume": 0, + "temperature": 22.0457356646304, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T15:00:00.000Z", + "level": 352.66258837653737, + "flow": 12.329528414390612, + "inflow": 7.6905685669614865, + "volume": 0, + "temperature": 19.11541387583046, + "precipitation": 5.101782658395893 + }, + { + "timestamp": "2026-05-07T16:00:00.000Z", + "level": 352.65584570898466, + "flow": 11.48213268654526, + "inflow": 8.212136042188034, + "volume": 0, + "temperature": 17.502076082717846, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T17:00:00.000Z", + "level": 352.6328074145443, + "flow": 12.367772018794549, + "inflow": 7.288331508138729, + "volume": 0, + "temperature": 14.949832797961909, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T18:00:00.000Z", + "level": 352.6208053235546, + "flow": 13.129933241564062, + "inflow": 7.1518415929640105, + "volume": 0, + "temperature": 14.053632810940758, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T19:00:00.000Z", + "level": 352.6449234397715, + "flow": 13.372026675987094, + "inflow": 6.715290779818474, + "volume": 0, + "temperature": 12.14946858814595, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T20:00:00.000Z", + "level": 352.62929073148075, + "flow": 12.548109271657781, + "inflow": 6.557800603362274, + "volume": 0, + "temperature": 11.614097493332713, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T21:00:00.000Z", + "level": 352.6473299141607, + "flow": 12.910504612476405, + "inflow": 6.456945492369652, + "volume": 0, + "temperature": 10.892187636176509, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T22:00:00.000Z", + "level": 352.6350443083279, + "flow": 11.98326447984655, + "inflow": 6.255885716981677, + "volume": 0, + "temperature": 10.322450776971587, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T23:00:00.000Z", + "level": 352.64817983383267, + "flow": 11.654698700531965, + "inflow": 6.082970734604172, + "volume": 0, + "temperature": 11.102939437700195, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T00:00:00.000Z", + "level": 352.6485866269311, + "flow": 10.738080736369684, + "inflow": 5.338842425855247, + "volume": 0, + "temperature": 11.828830325592818, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T01:00:00.000Z", + "level": 352.64297708838455, + "flow": 11.383312524560722, + "inflow": 6.193697891150904, + "volume": 0, + "temperature": 12.910655574243746, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T02:00:00.000Z", + "level": 352.6393631714883, + "flow": 12.064804496439304, + "inflow": 6.497212159974419, + "volume": 0, + "temperature": 14.899244938940976, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T03:00:00.000Z", + "level": 352.62822263871874, + "flow": 12.50460121202265, + "inflow": 7.369497065122069, + "volume": 0, + "temperature": 16.123369385511147, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T04:00:00.000Z", + "level": 352.65256796189135, + "flow": 12.012257342566652, + "inflow": 6.570389906483689, + "volume": 0, + "temperature": 18.818622406582406, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T05:00:00.000Z", + "level": 352.6460889259463, + "flow": 11.114044905422087, + "inflow": 7.271973658986068, + "volume": 0, + "temperature": 19.41864573952704, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T06:00:00.000Z", + "level": 352.63350731857304, + "flow": 11.0393327646684, + "inflow": 6.596243281999023, + "volume": 0, + "temperature": 22.173082513258052, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T07:00:00.000Z", + "level": 352.62609005566446, + "flow": 11.030628685629654, + "inflow": 6.140974274395376, + "volume": 0, + "temperature": 23.067224960214322, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T08:00:00.000Z", + "level": 352.6256987882606, + "flow": 11.168160582925905, + "inflow": 5.441256702474177, + "volume": 0, + "temperature": 25.43458700553194, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T09:00:00.000Z", + "level": 352.6093407215357, + "flow": 12.102486206121053, + "inflow": 5.013351756278851, + "volume": 0, + "temperature": 25.644306728382954, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T10:00:00.000Z", + "level": 352.61144260680555, + "flow": 12.148897651828602, + "inflow": 4.307282088155803, + "volume": 0, + "temperature": 25.19242073322531, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T11:00:00.000Z", + "level": 352.6297536412143, + "flow": 12.728364356256408, + "inflow": 5.054210489854727, + "volume": 0, + "temperature": 25.68507934813153, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T12:00:00.000Z", + "level": 352.6349199181099, + "flow": 11.885941818054608, + "inflow": 5.9835023273968755, + "volume": 0, + "temperature": 24.455626077663887, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T13:00:00.000Z", + "level": 352.6411136907237, + "flow": 11.916093491451491, + "inflow": 5.002617088166568, + "volume": 0, + "temperature": 23.975683077407314, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T14:00:00.000Z", + "level": 352.64317141482746, + "flow": 12.110935891040128, + "inflow": 5.538237346635131, + "volume": 0, + "temperature": 21.22810729525209, + "precipitation": 10.0783078859214 + }, + { + "timestamp": "2026-05-08T15:00:00.000Z", + "level": 352.6217491937703, + "flow": 11.392293211818824, + "inflow": 5.401173687047088, + "volume": 0, + "temperature": 19.654286570252797, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T16:00:00.000Z", + "level": 352.6094156590971, + "flow": 10.589591182729789, + "inflow": 6.223036072341948, + "volume": 0, + "temperature": 17.89692236034902, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T17:00:00.000Z", + "level": 352.60243582742004, + "flow": 11.54295274342557, + "inflow": 6.25409203476624, + "volume": 0, + "temperature": 16.185423173540578, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T18:00:00.000Z", + "level": 352.6172447239259, + "flow": 12.059168522085015, + "inflow": 5.941383744676644, + "volume": 0, + "temperature": 13.687448840981883, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T19:00:00.000Z", + "level": 352.60795420444975, + "flow": 11.90699859521963, + "inflow": 5.621798045076851, + "volume": 0, + "temperature": 13.285039324007228, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T20:00:00.000Z", + "level": 352.62068485882963, + "flow": 12.565701733051945, + "inflow": 6.303439566235598, + "volume": 0, + "temperature": 11.049871289442125, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T21:00:00.000Z", + "level": 352.61291858094694, + "flow": 11.66262866760614, + "inflow": 6.6752349781643066, + "volume": 0, + "temperature": 9.74736504391096, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T22:00:00.000Z", + "level": 352.63237143066857, + "flow": 11.855145626632488, + "inflow": 5.687814533443084, + "volume": 0, + "temperature": 9.720973412982815, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T23:00:00.000Z", + "level": 352.61916104713964, + "flow": 11.54562798061817, + "inflow": 6.060247908626656, + "volume": 0, + "temperature": 9.603976418902379, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T00:00:00.000Z", + "level": 352.608200782267, + "flow": 11.754608625624751, + "inflow": 6.270651179369088, + "volume": 0, + "temperature": 11.193713756695331, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T01:00:00.000Z", + "level": 352.62720526686957, + "flow": 12.489060198500667, + "inflow": 6.695920433969385, + "volume": 0, + "temperature": 12.131932125974005, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T02:00:00.000Z", + "level": 352.6243529305169, + "flow": 11.572578993749982, + "inflow": 7.131840147292325, + "volume": 0, + "temperature": 13.001270308543454, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T03:00:00.000Z", + "level": 352.59959015647524, + "flow": 11.713136599699666, + "inflow": 7.372012070094574, + "volume": 0, + "temperature": 16.58101352057256, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T04:00:00.000Z", + "level": 352.61391989962647, + "flow": 12.02702201685446, + "inflow": 6.580840634631249, + "volume": 0, + "temperature": 17.988009841692996, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T05:00:00.000Z", + "level": 352.59695202418106, + "flow": 12.349666459664057, + "inflow": 6.508322515873321, + "volume": 0, + "temperature": 19.73455692405791, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T06:00:00.000Z", + "level": 352.59022046862833, + "flow": 12.735596652798932, + "inflow": 5.722934992018631, + "volume": 0, + "temperature": 22.260920623088733, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T07:00:00.000Z", + "level": 352.61117307523625, + "flow": 11.746520161687856, + "inflow": 6.299150054206946, + "volume": 0, + "temperature": 23.49845658805387, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T08:00:00.000Z", + "level": 352.6320192666347, + "flow": 12.340948767679123, + "inflow": 6.625119168251455, + "volume": 0, + "temperature": 25.58918304584951, + "precipitation": 9.312865183358905 + }, + { + "timestamp": "2026-05-09T09:00:00.000Z", + "level": 352.6190254017664, + "flow": 11.66551457109114, + "inflow": 7.045921673178455, + "volume": 0, + "temperature": 25.312251456898043, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T10:00:00.000Z", + "level": 352.597576123195, + "flow": 12.370493047523036, + "inflow": 7.082688512065146, + "volume": 0, + "temperature": 25.20928748977231, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T11:00:00.000Z", + "level": 352.601201213742, + "flow": 12.680675237797887, + "inflow": 7.883467813056248, + "volume": 0, + "temperature": 25.695921234018186, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T12:00:00.000Z", + "level": 352.5836492067539, + "flow": 11.95674807864391, + "inflow": 8.087037612233814, + "volume": 0, + "temperature": 24.608607800343787, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T13:00:00.000Z", + "level": 352.5849618259668, + "flow": 12.480102372608165, + "inflow": 7.16485321727301, + "volume": 0, + "temperature": 24.24169228371206, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T14:00:00.000Z", + "level": 352.58371014976365, + "flow": 12.929468553726277, + "inflow": 8.061475445561275, + "volume": 0, + "temperature": 22.100662239137062, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T15:00:00.000Z", + "level": 352.5690415842508, + "flow": 12.872369787670332, + "inflow": 9.030727581458303, + "volume": 0, + "temperature": 19.71464844722495, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T16:00:00.000Z", + "level": 352.55206256066003, + "flow": 13.10531715699273, + "inflow": 8.069944265421835, + "volume": 0, + "temperature": 18.98866398169991, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T17:00:00.000Z", + "level": 352.5652151822374, + "flow": 13.06453916464641, + "inflow": 8.689193481540768, + "volume": 0, + "temperature": 16.011199115666596, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T18:00:00.000Z", + "level": 352.5682188973614, + "flow": 12.582005435147924, + "inflow": 8.214119084540805, + "volume": 0, + "temperature": 14.272333343627608, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T19:00:00.000Z", + "level": 352.566029432333, + "flow": 12.612221331275308, + "inflow": 9.121181141068904, + "volume": 0, + "temperature": 12.111486396765061, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T20:00:00.000Z", + "level": 352.5481237757702, + "flow": 13.296209917465843, + "inflow": 9.208190206843067, + "volume": 0, + "temperature": 10.90127870923191, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T21:00:00.000Z", + "level": 352.5456078527707, + "flow": 12.566719603586838, + "inflow": 8.475764147882538, + "volume": 0, + "temperature": 9.643078300354237, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T22:00:00.000Z", + "level": 352.54736860872265, + "flow": 12.820613543230307, + "inflow": 9.168567040711523, + "volume": 0, + "temperature": 10.672569152783845, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T23:00:00.000Z", + "level": 352.5472285638104, + "flow": 12.079910266103694, + "inflow": 9.260550319688, + "volume": 0, + "temperature": 10.852244552459604, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T00:00:00.000Z", + "level": 352.56375155794996, + "flow": 11.851050331229377, + "inflow": 9.450331313451038, + "volume": 0, + "temperature": 10.413597444706731, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T01:00:00.000Z", + "level": 352.54361280829465, + "flow": 11.505846655140363, + "inflow": 9.51390008719143, + "volume": 0, + "temperature": 11.370318023826183, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T02:00:00.000Z", + "level": 352.5213707280866, + "flow": 11.873512323731745, + "inflow": 9.343158003109203, + "volume": 0, + "temperature": 14.847188763093676, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T03:00:00.000Z", + "level": 352.51766519341965, + "flow": 12.22363268821647, + "inflow": 9.275831389138524, + "volume": 0, + "temperature": 15.148634931084262, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T04:00:00.000Z", + "level": 352.5142309337286, + "flow": 13.125524896098618, + "inflow": 9.785703497985203, + "volume": 0, + "temperature": 18.513243532385605, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T05:00:00.000Z", + "level": 352.5257616907251, + "flow": 13.40390624981317, + "inflow": 8.821259125322328, + "volume": 0, + "temperature": 19.782706904275983, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T06:00:00.000Z", + "level": 352.5368938617068, + "flow": 13.469489334598718, + "inflow": 8.737009932173006, + "volume": 0, + "temperature": 21.59721959091784, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T07:00:00.000Z", + "level": 352.53085769853897, + "flow": 13.16502294115154, + "inflow": 8.874448864173754, + "volume": 0, + "temperature": 22.87269928871597, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T08:00:00.000Z", + "level": 352.5265920115191, + "flow": 13.99686307846518, + "inflow": 8.435213601216265, + "volume": 0, + "temperature": 23.977916398566848, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T09:00:00.000Z", + "level": 352.5189569541723, + "flow": 13.051735687817848, + "inflow": 7.705857905831059, + "volume": 0, + "temperature": 25.607888896231465, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T10:00:00.000Z", + "level": 352.52861918919683, + "flow": 12.936176989474298, + "inflow": 7.441461862704241, + "volume": 0, + "temperature": 25.413144639003278, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T11:00:00.000Z", + "level": 352.54095538938105, + "flow": 12.250437398326037, + "inflow": 6.774289607282952, + "volume": 0, + "temperature": 25.88469253369169, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T12:00:00.000Z", + "level": 352.5228561752481, + "flow": 11.912287472870922, + "inflow": 6.233897757198549, + "volume": 0, + "temperature": 23.937044509336356, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T13:00:00.000Z", + "level": 352.5209000627408, + "flow": 11.94649958371209, + "inflow": 6.283528510687807, + "volume": 0, + "temperature": 23.175270112701444, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T14:00:00.000Z", + "level": 352.5207664671143, + "flow": 12.813495545849147, + "inflow": 5.456862520192466, + "volume": 0, + "temperature": 22.86937227983781, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T15:00:00.000Z", + "level": 352.52265944880804, + "flow": 12.529081343895049, + "inflow": 4.625901717029304, + "volume": 0, + "temperature": 19.85792142317416, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T16:00:00.000Z", + "level": 352.49920656825174, + "flow": 12.757052779152204, + "inflow": 5.225841381911092, + "volume": 0, + "temperature": 17.877132603570136, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T17:00:00.000Z", + "level": 352.48980669817286, + "flow": 13.708826893021246, + "inflow": 4.781247223218538, + "volume": 0, + "temperature": 15.938157358764496, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T18:00:00.000Z", + "level": 352.48435456672837, + "flow": 13.876106426104784, + "inflow": 4.049003643613743, + "volume": 0, + "temperature": 13.983646910395361, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T19:00:00.000Z", + "level": 352.4900074056617, + "flow": 14.256444871810675, + "inflow": 4.853554956911088, + "volume": 0, + "temperature": 12.595333170467166, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T20:00:00.000Z", + "level": 352.48798769474877, + "flow": 14.636874128147094, + "inflow": 5.140491569374037, + "volume": 0, + "temperature": 10.07195834753446, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T21:00:00.000Z", + "level": 352.4915964535549, + "flow": 15.355013919322301, + "inflow": 5.009240031802184, + "volume": 0, + "temperature": 11.172867217847651, + "precipitation": 2.763687622073446 + }, + { + "timestamp": "2026-05-10T22:00:00.000Z", + "level": 352.4821402510298, + "flow": 16.055784638199302, + "inflow": 4.422070774753648, + "volume": 0, + "temperature": 9.388284886731252, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T23:00:00.000Z", + "level": 352.49561988274746, + "flow": 15.842336668683657, + "inflow": 4.544025258861009, + "volume": 0, + "temperature": 9.56424288755717, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T00:00:00.000Z", + "level": 352.47498545981915, + "flow": 15.090866712172696, + "inflow": 4.773178315261704, + "volume": 0, + "temperature": 10.364890245311832, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T01:00:00.000Z", + "level": 352.4881805659704, + "flow": 14.220244703498873, + "inflow": 3.9459997821856194, + "volume": 0, + "temperature": 11.802448038051487, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T02:00:00.000Z", + "level": 352.5047782693318, + "flow": 15.066239295245897, + "inflow": 4.426389501832816, + "volume": 0, + "temperature": 13.195266847730633, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T03:00:00.000Z", + "level": 352.5056041648533, + "flow": 14.201843915412375, + "inflow": 4.52484090199302, + "volume": 0, + "temperature": 16.242778335383573, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T04:00:00.000Z", + "level": 352.50995008159873, + "flow": 13.875199557374188, + "inflow": 5.145270193479667, + "volume": 0, + "temperature": 17.46927910824743, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T05:00:00.000Z", + "level": 352.50203489942885, + "flow": 13.570253847257327, + "inflow": 4.842574761557154, + "volume": 0, + "temperature": 19.77930985128759, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T06:00:00.000Z", + "level": 352.5141312232828, + "flow": 13.498049228418694, + "inflow": 4.443645530457749, + "volume": 0, + "temperature": 21.065686546532106, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T07:00:00.000Z", + "level": 352.49060861610343, + "flow": 13.908934573727443, + "inflow": 5.230465785391335, + "volume": 0, + "temperature": 22.947475457898136, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T08:00:00.000Z", + "level": 352.46673478730884, + "flow": 14.722985666773386, + "inflow": 5.225875649040024, + "volume": 0, + "temperature": 25.883672998542856, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T09:00:00.000Z", + "level": 352.4502731440251, + "flow": 14.22261155607719, + "inflow": 5.089121726922819, + "volume": 0, + "temperature": 25.861506715828114, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T10:00:00.000Z", + "level": 352.4476313204743, + "flow": 14.998193208105075, + "inflow": 5.913626691639088, + "volume": 0, + "temperature": 26.339515484227967, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T11:00:00.000Z", + "level": 352.42739305690833, + "flow": 14.901561791967724, + "inflow": 6.91055266064936, + "volume": 0, + "temperature": 25.135288010856584, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T12:00:00.000Z", + "level": 352.44137989049415, + "flow": 14.274849976277887, + "inflow": 7.012485519084331, + "volume": 0, + "temperature": 24.987764594745588, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T13:00:00.000Z", + "level": 352.4360512533152, + "flow": 13.456735398618104, + "inflow": 7.83254019456618, + "volume": 0, + "temperature": 23.018331744470522, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T14:00:00.000Z", + "level": 352.4541001428801, + "flow": 12.611047182327411, + "inflow": 8.311490325229082, + "volume": 0, + "temperature": 21.658202784200473, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T15:00:00.000Z", + "level": 352.45926205560875, + "flow": 13.536720183196916, + "inflow": 7.689002389306749, + "volume": 0, + "temperature": 20.683130028865552, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T16:00:00.000Z", + "level": 352.4402565159432, + "flow": 13.647441804558445, + "inflow": 8.117842823926923, + "volume": 0, + "temperature": 18.72318626979115, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T17:00:00.000Z", + "level": 352.41875229884494, + "flow": 13.157891144386202, + "inflow": 8.224701521756769, + "volume": 0, + "temperature": 14.99010457330574, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T18:00:00.000Z", + "level": 352.42644135719036, + "flow": 12.736551383698554, + "inflow": 8.871322003739195, + "volume": 0, + "temperature": 13.19130718725882, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T19:00:00.000Z", + "level": 352.4403227682941, + "flow": 12.83787498759861, + "inflow": 8.033116039780298, + "volume": 0, + "temperature": 13.08835627784613, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T20:00:00.000Z", + "level": 352.45206474466744, + "flow": 12.934158384872882, + "inflow": 7.391123021557576, + "volume": 0, + "temperature": 10.259885704079744, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T21:00:00.000Z", + "level": 352.4287474162258, + "flow": 12.283028843613335, + "inflow": 6.639367601424954, + "volume": 0, + "temperature": 10.0288480827603, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T22:00:00.000Z", + "level": 352.43802883399655, + "flow": 12.77004717283241, + "inflow": 7.225980745007758, + "volume": 0, + "temperature": 9.354061911309742, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T23:00:00.000Z", + "level": 352.4493542618996, + "flow": 13.511055302406081, + "inflow": 7.679041579534392, + "volume": 0, + "temperature": 11.249716715909894, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T00:00:00.000Z", + "level": 352.4572228948741, + "flow": 13.111933347586145, + "inflow": 8.611948702456397, + "volume": 0, + "temperature": 10.19509559421233, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T01:00:00.000Z", + "level": 352.45917203225554, + "flow": 12.589550124682622, + "inflow": 9.50530342243187, + "volume": 0, + "temperature": 12.926193479658252, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T02:00:00.000Z", + "level": 352.44284575603115, + "flow": 13.491682681193335, + "inflow": 9.176855256193315, + "volume": 0, + "temperature": 13.778908263773005, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T03:00:00.000Z", + "level": 352.45529490155036, + "flow": 13.911531063231083, + "inflow": 9.909816158178195, + "volume": 0, + "temperature": 16.909091462562415, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T04:00:00.000Z", + "level": 352.45685306245883, + "flow": 13.522711821741924, + "inflow": 10.305008419340346, + "volume": 0, + "temperature": 17.646631391676976, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T05:00:00.000Z", + "level": 352.4579061990802, + "flow": 13.418043231029639, + "inflow": 10.318036197544808, + "volume": 0, + "temperature": 20.198862234501107, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T06:00:00.000Z", + "level": 352.46409749341905, + "flow": 13.26850263289803, + "inflow": 10.079572216535684, + "volume": 0, + "temperature": 21.041494148593642, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T07:00:00.000Z", + "level": 352.4824125438911, + "flow": 12.633456244164456, + "inflow": 10.562448922251157, + "volume": 0, + "temperature": 22.918123163887998, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T08:00:00.000Z", + "level": 352.4702790493926, + "flow": 12.945356265053434, + "inflow": 11.110780689702679, + "volume": 0, + "temperature": 25.320161421931303, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T09:00:00.000Z", + "level": 352.4813033098486, + "flow": 12.490959834453559, + "inflow": 10.551153341122813, + "volume": 0, + "temperature": 25.70269835457378, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T10:00:00.000Z", + "level": 352.4692854102502, + "flow": 12.522224223592756, + "inflow": 11.369401179809497, + "volume": 0, + "temperature": 25.30721376127569, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T11:00:00.000Z", + "level": 352.48637334993737, + "flow": 13.232984901479913, + "inflow": 10.539668069125286, + "volume": 0, + "temperature": 26.623197282512287, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T12:00:00.000Z", + "level": 352.5113486680631, + "flow": 12.703686745676073, + "inflow": 10.85890516278817, + "volume": 0, + "temperature": 24.82607109577565, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T13:00:00.000Z", + "level": 352.5319466391243, + "flow": 13.353021394477238, + "inflow": 10.659094982003438, + "volume": 0, + "temperature": 24.39446964751314, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T14:00:00.000Z", + "level": 352.52228391488876, + "flow": 14.122406961700573, + "inflow": 9.74457463456095, + "volume": 0, + "temperature": 21.07733609069739, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T15:00:00.000Z", + "level": 352.4997560255595, + "flow": 13.917246352388483, + "inflow": 9.739120353536084, + "volume": 0, + "temperature": 20.661922683518526, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T16:00:00.000Z", + "level": 352.4893579963892, + "flow": 14.736833055858135, + "inflow": 10.330375162960866, + "volume": 0, + "temperature": 18.88511962579739, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T17:00:00.000Z", + "level": 352.4665848363046, + "flow": 14.982504056632548, + "inflow": 10.637492434529719, + "volume": 0, + "temperature": 14.952332339583148, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T18:00:00.000Z", + "level": 352.470810004287, + "flow": 15.72150493045843, + "inflow": 11.1338801441461, + "volume": 0, + "temperature": 14.97120798739746, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T19:00:00.000Z", + "level": 352.4558541116028, + "flow": 15.46385167276805, + "inflow": 10.45061023073089, + "volume": 0, + "temperature": 13.075369461908807, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T20:00:00.000Z", + "level": 352.4580628470548, + "flow": 16.250298744856554, + "inflow": 10.044522388776375, + "volume": 0, + "temperature": 10.725531423126794, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T21:00:00.000Z", + "level": 352.47696465655247, + "flow": 15.52457421030455, + "inflow": 10.416146005721002, + "volume": 0, + "temperature": 9.477129974662198, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T22:00:00.000Z", + "level": 352.47282209526105, + "flow": 15.487927580804632, + "inflow": 11.390343375921699, + "volume": 0, + "temperature": 10.834575524326118, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T23:00:00.000Z", + "level": 352.4738141647594, + "flow": 16.09176806941561, + "inflow": 11.03367683521677, + "volume": 0, + "temperature": 9.316117273145803, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T00:00:00.000Z", + "level": 352.4827888583936, + "flow": 15.184605675103938, + "inflow": 10.849686548910226, + "volume": 0, + "temperature": 10.919872519516028, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T01:00:00.000Z", + "level": 352.48841104642923, + "flow": 16.08588606834685, + "inflow": 10.08138445307562, + "volume": 0, + "temperature": 12.036076320853528, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T02:00:00.000Z", + "level": 352.48837825477716, + "flow": 16.393188388145255, + "inflow": 10.15482436585424, + "volume": 0, + "temperature": 13.94186803842039, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T03:00:00.000Z", + "level": 352.4728814394374, + "flow": 16.33507370601191, + "inflow": 10.916868953656982, + "volume": 0, + "temperature": 15.034677488438732, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T04:00:00.000Z", + "level": 352.4685501111776, + "flow": 15.667763091644643, + "inflow": 11.648484168159964, + "volume": 0, + "temperature": 17.10477997372016, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T05:00:00.000Z", + "level": 352.47296788701664, + "flow": 15.945198829244866, + "inflow": 12.14029724289491, + "volume": 0, + "temperature": 19.616846265454594, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T06:00:00.000Z", + "level": 352.4650709033823, + "flow": 15.291910144653034, + "inflow": 12.85976933072683, + "volume": 0, + "temperature": 22.03231135371633, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T07:00:00.000Z", + "level": 352.47749926114267, + "flow": 15.297155108222643, + "inflow": 13.167664417784511, + "volume": 0, + "temperature": 24.490125442176645, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T08:00:00.000Z", + "level": 352.4747828741745, + "flow": 15.23976410732832, + "inflow": 12.420538355321394, + "volume": 0, + "temperature": 24.497624049615176, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T09:00:00.000Z", + "level": 352.4590760131071, + "flow": 16.13415245361435, + "inflow": 12.91833569766018, + "volume": 0, + "temperature": 25.587972968657777, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T10:00:00.000Z", + "level": 352.45336164357224, + "flow": 16.66876666240483, + "inflow": 12.426184176343982, + "volume": 0, + "temperature": 25.69881486530377, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T11:00:00.000Z", + "level": 352.45166812196004, + "flow": 16.51815778206726, + "inflow": 13.003035740086194, + "volume": 0, + "temperature": 25.178580595289606, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T12:00:00.000Z", + "level": 352.46041711402705, + "flow": 15.988120492457433, + "inflow": 13.725380925178513, + "volume": 0, + "temperature": 25.850205775522202, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T13:00:00.000Z", + "level": 352.455084733722, + "flow": 15.958894760104746, + "inflow": 13.701334358946387, + "volume": 0, + "temperature": 24.52125222076614, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T14:00:00.000Z", + "level": 352.4371561331586, + "flow": 15.853786838958385, + "inflow": 13.220652243666288, + "volume": 0, + "temperature": 21.16651242612354, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T15:00:00.000Z", + "level": 352.4332071610819, + "flow": 16.443886384748524, + "inflow": 12.994011962156028, + "volume": 0, + "temperature": 20.52423572106712, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T16:00:00.000Z", + "level": 352.43840464434487, + "flow": 16.32835407650575, + "inflow": 12.29004362936082, + "volume": 0, + "temperature": 17.125256722610576, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T17:00:00.000Z", + "level": 352.43320126492745, + "flow": 17.16623832272318, + "inflow": 11.782050572566511, + "volume": 0, + "temperature": 16.692579459631922, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T18:00:00.000Z", + "level": 352.42072845832865, + "flow": 17.415475899183818, + "inflow": 12.083363847418045, + "volume": 0, + "temperature": 13.018491237229572, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T19:00:00.000Z", + "level": 352.4046453912677, + "flow": 17.495377118625548, + "inflow": 11.760542454915683, + "volume": 0, + "temperature": 12.197344021323548, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T20:00:00.000Z", + "level": 352.4268547496036, + "flow": 18.34130290489839, + "inflow": 12.200367428836909, + "volume": 0, + "temperature": 12.057568765711439, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T21:00:00.000Z", + "level": 352.4362710859975, + "flow": 17.834829306918444, + "inflow": 12.54420019279293, + "volume": 0, + "temperature": 10.690758046480127, + "precipitation": 3.8981671235067306 + }, + { + "timestamp": "2026-05-13T22:00:00.000Z", + "level": 352.4253932974047, + "flow": 17.516785834674724, + "inflow": 12.197430931244387, + "volume": 0, + "temperature": 10.498910606861235, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T23:00:00.000Z", + "level": 352.40523600833814, + "flow": 17.32175028997083, + "inflow": 11.399191795191749, + "volume": 0, + "temperature": 9.588009806506332, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T00:00:00.000Z", + "level": 352.4048907026927, + "flow": 17.578910135010187, + "inflow": 12.133681236874901, + "volume": 0, + "temperature": 11.301840794110182, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T01:00:00.000Z", + "level": 352.42348985502696, + "flow": 17.798006801536513, + "inflow": 12.283135785889575, + "volume": 0, + "temperature": 12.497293861678283, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T02:00:00.000Z", + "level": 352.4147068410836, + "flow": 17.07089424370035, + "inflow": 12.746862256781533, + "volume": 0, + "temperature": 13.084271504387747, + "precipitation": 6.441828522033294 + }, + { + "timestamp": "2026-05-14T03:00:00.000Z", + "level": 352.42337215286636, + "flow": 16.939858343991087, + "inflow": 12.083970608311061, + "volume": 0, + "temperature": 15.131780736486137, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T04:00:00.000Z", + "level": 352.44334795034405, + "flow": 17.353433389538054, + "inflow": 11.411219296479063, + "volume": 0, + "temperature": 18.093857880464117, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T05:00:00.000Z", + "level": 352.4562493683308, + "flow": 17.74808962074057, + "inflow": 10.952350127746882, + "volume": 0, + "temperature": 20.536885121472245, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T06:00:00.000Z", + "level": 352.4794130157312, + "flow": 17.795493679620044, + "inflow": 10.707312348691236, + "volume": 0, + "temperature": 21.696391091887797, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T07:00:00.000Z", + "level": 352.47993210177697, + "flow": 18.063533142073958, + "inflow": 9.788017792742833, + "volume": 0, + "temperature": 23.7742452975332, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T08:00:00.000Z", + "level": 352.4952073256829, + "flow": 18.07220802914305, + "inflow": 10.163555425912744, + "volume": 0, + "temperature": 24.27845373702214, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T09:00:00.000Z", + "level": 352.5182209440602, + "flow": 18.22961004086729, + "inflow": 10.42161796830648, + "volume": 0, + "temperature": 26.7127402827663, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T10:00:00.000Z", + "level": 352.5075775932806, + "flow": 17.732183834432032, + "inflow": 11.361680000875806, + "volume": 0, + "temperature": 25.508057079566623, + "precipitation": 10.5399763887749 + }, + { + "timestamp": "2026-05-14T11:00:00.000Z", + "level": 352.48651834551214, + "flow": 16.76293784861334, + "inflow": 11.530890079456631, + "volume": 0, + "temperature": 26.35898834307279, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T12:00:00.000Z", + "level": 352.4847839574224, + "flow": 17.65311443727669, + "inflow": 12.348146394560041, + "volume": 0, + "temperature": 25.43755330961008, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T13:00:00.000Z", + "level": 352.4973492390871, + "flow": 18.537510993663695, + "inflow": 11.623441192385146, + "volume": 0, + "temperature": 23.652524821529102, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T14:00:00.000Z", + "level": 352.4757788482115, + "flow": 19.525107014030485, + "inflow": 11.756396623283129, + "volume": 0, + "temperature": 21.246844939736796, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T15:00:00.000Z", + "level": 352.4695665307595, + "flow": 18.659280567816012, + "inflow": 12.204722920849573, + "volume": 0, + "temperature": 19.75464633504138, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T16:00:00.000Z", + "level": 352.46156881365704, + "flow": 17.867695312072453, + "inflow": 11.912486137510482, + "volume": 0, + "temperature": 18.16363242564676, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T17:00:00.000Z", + "level": 352.46023207690456, + "flow": 17.157006429796976, + "inflow": 12.059592977769448, + "volume": 0, + "temperature": 16.589054467333032, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T18:00:00.000Z", + "level": 352.4668548848154, + "flow": 16.209786467262585, + "inflow": 11.781397353812057, + "volume": 0, + "temperature": 14.416650149879237, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T19:00:00.000Z", + "level": 352.44966434611325, + "flow": 15.938919007068222, + "inflow": 11.874358174629808, + "volume": 0, + "temperature": 11.50859699799475, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T20:00:00.000Z", + "level": 352.4531297758685, + "flow": 15.85973459201154, + "inflow": 12.286044193500137, + "volume": 0, + "temperature": 10.737676007675168, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T21:00:00.000Z", + "level": 352.43660075719066, + "flow": 15.786555760120025, + "inflow": 12.911917652893017, + "volume": 0, + "temperature": 11.082262885170897, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T22:00:00.000Z", + "level": 352.4266845110456, + "flow": 16.31442217191205, + "inflow": 12.199788933996501, + "volume": 0, + "temperature": 10.538176052109453, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T23:00:00.000Z", + "level": 352.42861409969083, + "flow": 15.640480608566461, + "inflow": 11.407235206309217, + "volume": 0, + "temperature": 10.549984818239276, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T00:00:00.000Z", + "level": 352.45307764143195, + "flow": 14.680388982799219, + "inflow": 11.133265947856474, + "volume": 0, + "temperature": 10.301030153552617, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T01:00:00.000Z", + "level": 352.46164589788685, + "flow": 13.76238490247507, + "inflow": 10.949832364054135, + "volume": 0, + "temperature": 12.853161715493071, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T02:00:00.000Z", + "level": 352.43911017357016, + "flow": 13.068917388956311, + "inflow": 11.754248258109788, + "volume": 0, + "temperature": 13.85387907215441, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T03:00:00.000Z", + "level": 352.45050312242023, + "flow": 13.351666550612025, + "inflow": 12.012667711705566, + "volume": 0, + "temperature": 14.995533600199877, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T04:00:00.000Z", + "level": 352.45184861378834, + "flow": 12.454239659760534, + "inflow": 12.208201958466717, + "volume": 0, + "temperature": 18.513027302351098, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T05:00:00.000Z", + "level": 352.42940877173646, + "flow": 12.281447381897884, + "inflow": 12.951615820141384, + "volume": 0, + "temperature": 19.108748797770946, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T06:00:00.000Z", + "level": 352.4163656388903, + "flow": 11.324280951227012, + "inflow": 12.877199970831063, + "volume": 0, + "temperature": 22.169726623875384, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T07:00:00.000Z", + "level": 352.394537267033, + "flow": 11.455151433334041, + "inflow": 11.96930238968487, + "volume": 0, + "temperature": 22.894622875015976, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T08:00:00.000Z", + "level": 352.37981228596436, + "flow": 11.116195242690601, + "inflow": 12.339258837763168, + "volume": 0, + "temperature": 23.96124619952438, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T09:00:00.000Z", + "level": 352.40121206493745, + "flow": 11.11833968587197, + "inflow": 12.88952121044774, + "volume": 0, + "temperature": 25.052713894747416, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T10:00:00.000Z", + "level": 352.4181103799183, + "flow": 10.507124487812945, + "inflow": 13.362765724605637, + "volume": 0, + "temperature": 26.299716792530827, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T11:00:00.000Z", + "level": 352.41083483865873, + "flow": 10.471641547966172, + "inflow": 13.443545047436185, + "volume": 0, + "temperature": 26.154175995440845, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T12:00:00.000Z", + "level": 352.43161062658976, + "flow": 9.497188882316829, + "inflow": 12.942767526254341, + "volume": 0, + "temperature": 24.715535650108677, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T13:00:00.000Z", + "level": 352.45450899333497, + "flow": 9.52207382539316, + "inflow": 12.719888613247502, + "volume": 0, + "temperature": 22.750542648300197, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T14:00:00.000Z", + "level": 352.4602061656582, + "flow": 9.676400575205792, + "inflow": 12.15752384774625, + "volume": 0, + "temperature": 22.578085011338384, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T15:00:00.000Z", + "level": 352.44868508522194, + "flow": 9.461275312216822, + "inflow": 12.993715690535605, + "volume": 0, + "temperature": 20.751636450900182, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T16:00:00.000Z", + "level": 352.4571029773129, + "flow": 10.053484460531072, + "inflow": 13.289079538730409, + "volume": 0, + "temperature": 18.93339755389554, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T17:00:00.000Z", + "level": 352.4759698084142, + "flow": 10.204915453430875, + "inflow": 13.258394844000918, + "volume": 0, + "temperature": 16.832184387118645, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T18:00:00.000Z", + "level": 352.48506404402417, + "flow": 9.949145248801692, + "inflow": 14.185046090213318, + "volume": 0, + "temperature": 13.344152086759786, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T19:00:00.000Z", + "level": 352.48259135558317, + "flow": 9.493042724411344, + "inflow": 13.316320348949668, + "volume": 0, + "temperature": 12.044501630196915, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T20:00:00.000Z", + "level": 352.4963251991232, + "flow": 9.131257494439431, + "inflow": 13.925224317717898, + "volume": 0, + "temperature": 11.990238564086747, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T21:00:00.000Z", + "level": 352.49193660655953, + "flow": 9.81696007772727, + "inflow": 13.345599556401156, + "volume": 0, + "temperature": 10.070201521423856, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T22:00:00.000Z", + "level": 352.4842557661546, + "flow": 8.86852108536793, + "inflow": 13.554246513704431, + "volume": 0, + "temperature": 10.277798574461974, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T23:00:00.000Z", + "level": 352.4628584131265, + "flow": 9.732325279061223, + "inflow": 14.312665578453682, + "volume": 0, + "temperature": 10.638359138775398, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T00:00:00.000Z", + "level": 352.4580805230471, + "flow": 10.272034248131643, + "inflow": 13.773216880727961, + "volume": 0, + "temperature": 10.647368707979236, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T01:00:00.000Z", + "level": 352.4785466522956, + "flow": 9.498693147811494, + "inflow": 14.730130605000998, + "volume": 0, + "temperature": 11.369271521752996, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T02:00:00.000Z", + "level": 352.4622312328991, + "flow": 9.642769809157528, + "inflow": 15.702176803711051, + "volume": 0, + "temperature": 14.782175736723204, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T03:00:00.000Z", + "level": 352.4566432841991, + "flow": 10.524627787742913, + "inflow": 16.254977538475355, + "volume": 0, + "temperature": 16.395320337011356, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T04:00:00.000Z", + "level": 352.44238437047204, + "flow": 11.079787187622454, + "inflow": 16.793934230033745, + "volume": 0, + "temperature": 17.60143788554225, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T05:00:00.000Z", + "level": 352.43403366761294, + "flow": 10.873046785720934, + "inflow": 16.772840457294045, + "volume": 0, + "temperature": 20.996510731214688, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T06:00:00.000Z", + "level": 352.44645790914507, + "flow": 10.115680116092381, + "inflow": 15.867324470371713, + "volume": 0, + "temperature": 22.537683272742747, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T07:00:00.000Z", + "level": 352.43658923178964, + "flow": 10.039074440591802, + "inflow": 16.186697977104274, + "volume": 0, + "temperature": 23.942176559234095, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T08:00:00.000Z", + "level": 352.44837303486514, + "flow": 10.404508347760554, + "inflow": 16.272935073892533, + "volume": 0, + "temperature": 25.298333370873074, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T09:00:00.000Z", + "level": 352.44484090388806, + "flow": 10.494221350335021, + "inflow": 16.15049845244207, + "volume": 0, + "temperature": 25.08823868571215, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T10:00:00.000Z", + "level": 352.43544258409077, + "flow": 11.195875175663915, + "inflow": 16.37841279603971, + "volume": 0, + "temperature": 26.51845193110657, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T11:00:00.000Z", + "level": 352.4478134163782, + "flow": 10.304523339579713, + "inflow": 16.984775495700102, + "volume": 0, + "temperature": 26.472313336736992, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T12:00:00.000Z", + "level": 352.44839295789575, + "flow": 10.421717784021084, + "inflow": 16.13703916550199, + "volume": 0, + "temperature": 25.419024664256238, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T13:00:00.000Z", + "level": 352.42825061161295, + "flow": 10.953349132700925, + "inflow": 15.147685715078598, + "volume": 0, + "temperature": 23.246353065440136, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T14:00:00.000Z", + "level": 352.411923339526, + "flow": 11.295992500649326, + "inflow": 15.876647029105559, + "volume": 0, + "temperature": 21.85389383877273, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T15:00:00.000Z", + "level": 352.4067525729104, + "flow": 10.46800731151533, + "inflow": 15.226098659688908, + "volume": 0, + "temperature": 20.709867671675333, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T16:00:00.000Z", + "level": 352.39976802602274, + "flow": 11.026993343195072, + "inflow": 15.895191864429231, + "volume": 0, + "temperature": 17.204414290261, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T17:00:00.000Z", + "level": 352.4052309497784, + "flow": 11.474115361969055, + "inflow": 15.01974320275585, + "volume": 0, + "temperature": 15.754043552313073, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T18:00:00.000Z", + "level": 352.4159434688117, + "flow": 11.69036498119118, + "inflow": 14.253833337729127, + "volume": 0, + "temperature": 14.420277110025605, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T19:00:00.000Z", + "level": 352.40810140090224, + "flow": 10.848132503111604, + "inflow": 13.935915056333814, + "volume": 0, + "temperature": 11.92890609363401, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T20:00:00.000Z", + "level": 352.42736978393634, + "flow": 11.118748101441383, + "inflow": 13.147600798688517, + "volume": 0, + "temperature": 10.999141481206953, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T21:00:00.000Z", + "level": 352.4490668456463, + "flow": 11.864198395553455, + "inflow": 12.211148939259871, + "volume": 0, + "temperature": 11.137528630546093, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T22:00:00.000Z", + "level": 352.43501113083823, + "flow": 11.69417553097814, + "inflow": 12.864577614488146, + "volume": 0, + "temperature": 10.275438269210783, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T23:00:00.000Z", + "level": 352.43204230699513, + "flow": 11.909628548355618, + "inflow": 13.718297569891217, + "volume": 0, + "temperature": 9.440010279653887, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T00:00:00.000Z", + "level": 352.42437990479914, + "flow": 12.095356185161638, + "inflow": 14.393259875719286, + "volume": 0, + "temperature": 11.010744760497914, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T01:00:00.000Z", + "level": 352.44482382238965, + "flow": 11.52333178514497, + "inflow": 13.632809930499686, + "volume": 0, + "temperature": 12.151784688379127, + "precipitation": 13.40667177682091 + }, + { + "timestamp": "2026-05-17T02:00:00.000Z", + "level": 352.431151512204, + "flow": 11.012244068148114, + "inflow": 14.26605488305737, + "volume": 0, + "temperature": 14.023637471623882, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T03:00:00.000Z", + "level": 352.45509605362025, + "flow": 10.68340692055514, + "inflow": 14.102338034565992, + "volume": 0, + "temperature": 16.52559463752536, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T04:00:00.000Z", + "level": 352.4692067370931, + "flow": 9.759725673818872, + "inflow": 14.046987903275769, + "volume": 0, + "temperature": 17.273688683055873, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T05:00:00.000Z", + "level": 352.4666069122489, + "flow": 10.198046239690447, + "inflow": 13.194026087822202, + "volume": 0, + "temperature": 19.454846468039857, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T06:00:00.000Z", + "level": 352.47133854192464, + "flow": 10.60007505621761, + "inflow": 13.802620481798394, + "volume": 0, + "temperature": 22.792369364847893, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T07:00:00.000Z", + "level": 352.4719297675606, + "flow": 10.689388158134236, + "inflow": 13.936078285421736, + "volume": 0, + "temperature": 22.74919058488394, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T08:00:00.000Z", + "level": 352.4766867527883, + "flow": 11.296385134355504, + "inflow": 13.805604249464507, + "volume": 0, + "temperature": 24.47438212781584, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T09:00:00.000Z", + "level": 352.4770180512382, + "flow": 12.024478465043126, + "inflow": 14.410823034318875, + "volume": 0, + "temperature": 25.338295400800448, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T10:00:00.000Z", + "level": 352.4721092354989, + "flow": 11.901927600259732, + "inflow": 14.303676626625423, + "volume": 0, + "temperature": 26.032402339205273, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T11:00:00.000Z", + "level": 352.4540374907291, + "flow": 12.13882337421395, + "inflow": 13.99691176092447, + "volume": 0, + "temperature": 26.458390684150775, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T12:00:00.000Z", + "level": 352.45016235692196, + "flow": 12.948127983822195, + "inflow": 13.674828970823032, + "volume": 0, + "temperature": 24.629822544337756, + "precipitation": 14.762297912910151 + }, + { + "timestamp": "2026-05-17T13:00:00.000Z", + "level": 352.4533123645716, + "flow": 12.88860416689562, + "inflow": 13.828384002596183, + "volume": 0, + "temperature": 22.828613916387475, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T14:00:00.000Z", + "level": 352.4707308207509, + "flow": 13.797696730430795, + "inflow": 13.505303362271933, + "volume": 0, + "temperature": 22.223811469738283, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T15:00:00.000Z", + "level": 352.4656490842138, + "flow": 14.786424074102003, + "inflow": 12.92390074651533, + "volume": 0, + "temperature": 19.271430483322092, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T16:00:00.000Z", + "level": 352.47789140848687, + "flow": 14.410944400892044, + "inflow": 13.423359609624988, + "volume": 0, + "temperature": 18.039651965903015, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T17:00:00.000Z", + "level": 352.4772700663, + "flow": 14.964671139615094, + "inflow": 12.718343384002296, + "volume": 0, + "temperature": 15.767062405742472, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T18:00:00.000Z", + "level": 352.5014186853929, + "flow": 15.296207501367315, + "inflow": 12.141055329900132, + "volume": 0, + "temperature": 14.750977255493853, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T19:00:00.000Z", + "level": 352.5067206738032, + "flow": 15.428924852675063, + "inflow": 12.334546687387409, + "volume": 0, + "temperature": 12.418306879528425, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T20:00:00.000Z", + "level": 352.4976957059085, + "flow": 16.313980126487223, + "inflow": 13.139825293695392, + "volume": 0, + "temperature": 10.656264307593844, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T21:00:00.000Z", + "level": 352.51382086971574, + "flow": 15.669183422413791, + "inflow": 14.011613810737678, + "volume": 0, + "temperature": 10.832223219146023, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T22:00:00.000Z", + "level": 352.50391106682775, + "flow": 14.826595695069292, + "inflow": 13.905143027707915, + "volume": 0, + "temperature": 10.888914213433562, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T23:00:00.000Z", + "level": 352.4842020635857, + "flow": 15.407895814425427, + "inflow": 13.493242651016875, + "volume": 0, + "temperature": 10.612667084069123, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T00:00:00.000Z", + "level": 352.469739248857, + "flow": 14.457796849131297, + "inflow": 14.18863428603052, + "volume": 0, + "temperature": 11.452907457431415, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T01:00:00.000Z", + "level": 352.47669001622853, + "flow": 13.508908338570228, + "inflow": 14.4597641397352, + "volume": 0, + "temperature": 12.655581985965803, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T02:00:00.000Z", + "level": 352.493795365563, + "flow": 12.564778003200981, + "inflow": 13.8153385065535, + "volume": 0, + "temperature": 14.53546412688008, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T03:00:00.000Z", + "level": 352.4953640453364, + "flow": 12.251741644053823, + "inflow": 13.938179224334508, + "volume": 0, + "temperature": 15.39769066661017, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T04:00:00.000Z", + "level": 352.4926602089293, + "flow": 12.591314818290012, + "inflow": 13.022201466555522, + "volume": 0, + "temperature": 18.604509299442828, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T05:00:00.000Z", + "level": 352.5101241193189, + "flow": 12.748633811805753, + "inflow": 13.245240573741288, + "volume": 0, + "temperature": 19.469148273546843, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T06:00:00.000Z", + "level": 352.4981965194364, + "flow": 13.203429215693092, + "inflow": 14.053257857148733, + "volume": 0, + "temperature": 22.301411945499012, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T07:00:00.000Z", + "level": 352.4780588040858, + "flow": 12.962567302959304, + "inflow": 14.206488980914244, + "volume": 0, + "temperature": 23.744222982920313, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T08:00:00.000Z", + "level": 352.46437516365336, + "flow": 12.138326347344908, + "inflow": 14.41257054073452, + "volume": 0, + "temperature": 24.208518319369816, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T09:00:00.000Z", + "level": 352.4545727785806, + "flow": 11.814444246447335, + "inflow": 14.962529452582052, + "volume": 0, + "temperature": 24.771653303621612, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T10:00:00.000Z", + "level": 352.43563006054336, + "flow": 11.396488740296585, + "inflow": 14.665791080890113, + "volume": 0, + "temperature": 25.98698683183894, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T11:00:00.000Z", + "level": 352.43297831102734, + "flow": 10.898833836922758, + "inflow": 15.533351435114254, + "volume": 0, + "temperature": 26.6210547671421, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T12:00:00.000Z", + "level": 352.4131626260164, + "flow": 10.095489321349694, + "inflow": 16.30394409577891, + "volume": 0, + "temperature": 25.405343414894507, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T13:00:00.000Z", + "level": 352.3929644470738, + "flow": 10.16474570859099, + "inflow": 16.88149983570232, + "volume": 0, + "temperature": 24.193324941225804, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T14:00:00.000Z", + "level": 352.4004744785215, + "flow": 9.991409288829045, + "inflow": 16.93164052369791, + "volume": 0, + "temperature": 22.94373508288809, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T15:00:00.000Z", + "level": 352.37632016885385, + "flow": 9.899040636959974, + "inflow": 16.631987986243026, + "volume": 0, + "temperature": 19.188488907436124, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T16:00:00.000Z", + "level": 352.3964401602692, + "flow": 9.068490467407182, + "inflow": 16.88216043990985, + "volume": 0, + "temperature": 18.214538155315402, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T17:00:00.000Z", + "level": 352.39379128401976, + "flow": 9.328878704592128, + "inflow": 15.91406486090509, + "volume": 0, + "temperature": 15.909609705514036, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T18:00:00.000Z", + "level": 352.37240940153254, + "flow": 9.493765122675025, + "inflow": 15.449365774260476, + "volume": 0, + "temperature": 14.580467039189124, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T19:00:00.000Z", + "level": 352.3529856024016, + "flow": 10.404185001876522, + "inflow": 14.509246730970197, + "volume": 0, + "temperature": 13.260475650217675, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T20:00:00.000Z", + "level": 352.3611830743028, + "flow": 10.567659917992446, + "inflow": 13.683032457665215, + "volume": 0, + "temperature": 11.109189297995197, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T21:00:00.000Z", + "level": 352.36787856470767, + "flow": 10.29386401562471, + "inflow": 13.634187292302085, + "volume": 0, + "temperature": 10.27536134097315, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T22:00:00.000Z", + "level": 352.38736282246566, + "flow": 10.05856790679539, + "inflow": 13.139699234241114, + "volume": 0, + "temperature": 9.081069692406217, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T23:00:00.000Z", + "level": 352.38235000803724, + "flow": 10.528635342384248, + "inflow": 12.836417810899324, + "volume": 0, + "temperature": 10.661924368723547, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T00:00:00.000Z", + "level": 352.37378830604007, + "flow": 9.679383698297384, + "inflow": 13.532207534026075, + "volume": 0, + "temperature": 10.581006463441788, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T01:00:00.000Z", + "level": 352.3728370091435, + "flow": 9.071366408712985, + "inflow": 12.925432126668355, + "volume": 0, + "temperature": 12.77092381285578, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T02:00:00.000Z", + "level": 352.36535734820256, + "flow": 8.47094168620943, + "inflow": 13.371070980359544, + "volume": 0, + "temperature": 14.524848436971151, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T03:00:00.000Z", + "level": 352.38415518128534, + "flow": 8.252117915122327, + "inflow": 12.924622837812695, + "volume": 0, + "temperature": 14.989179059510867, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T04:00:00.000Z", + "level": 352.39808356559655, + "flow": 9.219357223436369, + "inflow": 12.427431286446863, + "volume": 0, + "temperature": 18.2199843525558, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T05:00:00.000Z", + "level": 352.40446747486374, + "flow": 8.92548651567079, + "inflow": 13.378501359919142, + "volume": 0, + "temperature": 19.95042901189062, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T06:00:00.000Z", + "level": 352.42565028697726, + "flow": 8.990873497988598, + "inflow": 14.011019819832013, + "volume": 0, + "temperature": 22.39587591218208, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T07:00:00.000Z", + "level": 352.42644688537786, + "flow": 9.062583977857315, + "inflow": 14.694851000037987, + "volume": 0, + "temperature": 24.558686824120162, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T08:00:00.000Z", + "level": 352.41377714989466, + "flow": 9.116628758831876, + "inflow": 14.789404043934582, + "volume": 0, + "temperature": 24.616894536452406, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T09:00:00.000Z", + "level": 352.4155476258533, + "flow": 9.066460654101114, + "inflow": 14.937567454260048, + "volume": 0, + "temperature": 25.998760344243223, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T10:00:00.000Z", + "level": 352.39352460114156, + "flow": 8.685526794111269, + "inflow": 15.69337118901709, + "volume": 0, + "temperature": 26.418512747556896, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T11:00:00.000Z", + "level": 352.397092159739, + "flow": 9.49350785971312, + "inflow": 16.459726605958938, + "volume": 0, + "temperature": 25.076561452281336, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T12:00:00.000Z", + "level": 352.4165140594265, + "flow": 9.694604278621302, + "inflow": 15.911491967311507, + "volume": 0, + "temperature": 25.757985522244713, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T13:00:00.000Z", + "level": 352.41791142888206, + "flow": 9.17479081207015, + "inflow": 16.856418768108277, + "volume": 0, + "temperature": 23.155837892322133, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T14:00:00.000Z", + "level": 352.41905408867217, + "flow": 8.637720592784795, + "inflow": 15.99959906094686, + "volume": 0, + "temperature": 21.998665782869832, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T15:00:00.000Z", + "level": 352.39976673143684, + "flow": 9.074930090446825, + "inflow": 15.338517152356594, + "volume": 0, + "temperature": 20.39129722139175, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T16:00:00.000Z", + "level": 352.41786093870905, + "flow": 8.768855202904343, + "inflow": 15.357933013390499, + "volume": 0, + "temperature": 17.531414277956475, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T17:00:00.000Z", + "level": 352.40489630620436, + "flow": 8.534479294970366, + "inflow": 14.716527130140515, + "volume": 0, + "temperature": 16.319023306518417, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T18:00:00.000Z", + "level": 352.3831404926485, + "flow": 9.168330251453526, + "inflow": 15.024082186214502, + "volume": 0, + "temperature": 14.236122696787948, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T19:00:00.000Z", + "level": 352.4056266214359, + "flow": 8.414029349655088, + "inflow": 15.761668969675682, + "volume": 0, + "temperature": 11.724802775323138, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T20:00:00.000Z", + "level": 352.42449008566774, + "flow": 8.298298382668627, + "inflow": 16.417981023441477, + "volume": 0, + "temperature": 11.142987577811894, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T21:00:00.000Z", + "level": 352.40666657388675, + "flow": 9.286000114839995, + "inflow": 16.56889862196246, + "volume": 0, + "temperature": 10.748518440531408, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T22:00:00.000Z", + "level": 352.3982567925805, + "flow": 9.499418181132466, + "inflow": 16.56560527181309, + "volume": 0, + "temperature": 10.06504253159134, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T23:00:00.000Z", + "level": 352.38506895033544, + "flow": 9.99373053847998, + "inflow": 15.702951199271352, + "volume": 0, + "temperature": 9.67910415171911, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T00:00:00.000Z", + "level": 352.3654187091984, + "flow": 10.31977164830726, + "inflow": 15.036264806379654, + "volume": 0, + "temperature": 10.635513134404903, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T01:00:00.000Z", + "level": 352.35743224107887, + "flow": 9.586363001682015, + "inflow": 15.34563265923707, + "volume": 0, + "temperature": 11.450621453306393, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T02:00:00.000Z", + "level": 352.3447504710175, + "flow": 8.664648650173298, + "inflow": 15.868469098522496, + "volume": 0, + "temperature": 13.388335193475589, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T03:00:00.000Z", + "level": 352.3284368885325, + "flow": 8.751104816064293, + "inflow": 15.621009634030269, + "volume": 0, + "temperature": 14.951764089974553, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T04:00:00.000Z", + "level": 352.30986195204235, + "flow": 9.241347698545821, + "inflow": 15.172268638231447, + "volume": 0, + "temperature": 17.309323026706746, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T05:00:00.000Z", + "level": 352.30548705307245, + "flow": 10.053695320070076, + "inflow": 14.285860190859207, + "volume": 0, + "temperature": 19.51481231640802, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T06:00:00.000Z", + "level": 352.3152559566498, + "flow": 9.859287400597324, + "inflow": 13.988554625535725, + "volume": 0, + "temperature": 22.00588200815815, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T07:00:00.000Z", + "level": 352.32174322465954, + "flow": 9.848490235701766, + "inflow": 13.117143733995551, + "volume": 0, + "temperature": 22.8947353080268, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T08:00:00.000Z", + "level": 352.3122868335377, + "flow": 9.24244617591086, + "inflow": 12.786589286190008, + "volume": 0, + "temperature": 25.691306407665884, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T09:00:00.000Z", + "level": 352.3020093034672, + "flow": 9.081599879669199, + "inflow": 12.281323841072782, + "volume": 0, + "temperature": 26.19841167095983, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T10:00:00.000Z", + "level": 352.2888926690732, + "flow": 8.363521371668549, + "inflow": 13.161734967201612, + "volume": 0, + "temperature": 25.504505904141137, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T11:00:00.000Z", + "level": 352.311499599057, + "flow": 8.662923984122628, + "inflow": 13.720159099698709, + "volume": 0, + "temperature": 26.133388445908427, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T12:00:00.000Z", + "level": 352.3232608283913, + "flow": 7.866335878096589, + "inflow": 13.88690600236182, + "volume": 0, + "temperature": 24.791408347268256, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T13:00:00.000Z", + "level": 352.3171758402333, + "flow": 8.753065401854203, + "inflow": 13.28692794508599, + "volume": 0, + "temperature": 23.36688347949057, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T14:00:00.000Z", + "level": 352.30501405280444, + "flow": 9.077991961565871, + "inflow": 13.317931759145281, + "volume": 0, + "temperature": 21.420859664092493, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T15:00:00.000Z", + "level": 352.32547389510574, + "flow": 9.741484244909195, + "inflow": 13.80563997219101, + "volume": 0, + "temperature": 20.21273997144622, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T16:00:00.000Z", + "level": 352.3148790853996, + "flow": 10.536281836329767, + "inflow": 13.617494524262192, + "volume": 0, + "temperature": 17.57659899129385, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T17:00:00.000Z", + "level": 352.31315159900333, + "flow": 10.541217434453252, + "inflow": 14.100304852317418, + "volume": 0, + "temperature": 16.876811842316194, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T18:00:00.000Z", + "level": 352.32631032586426, + "flow": 10.63388881495564, + "inflow": 13.146449409895723, + "volume": 0, + "temperature": 14.01752527615631, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T19:00:00.000Z", + "level": 352.3016923437835, + "flow": 11.090312364725193, + "inflow": 12.366779089136136, + "volume": 0, + "temperature": 12.624189634213419, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T20:00:00.000Z", + "level": 352.29334791128446, + "flow": 11.010069101625696, + "inflow": 12.695505033351086, + "volume": 0, + "temperature": 10.815586700664001, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T21:00:00.000Z", + "level": 352.2940236618451, + "flow": 10.867075441550346, + "inflow": 12.00484379053644, + "volume": 0, + "temperature": 10.626275371636584, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T22:00:00.000Z", + "level": 352.3143250422389, + "flow": 11.410595844388705, + "inflow": 12.323162763707277, + "volume": 0, + "temperature": 10.049604862811922, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T23:00:00.000Z", + "level": 352.310576204019, + "flow": 11.540877684594223, + "inflow": 12.894808550025687, + "volume": 0, + "temperature": 10.488168351097679, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T00:00:00.000Z", + "level": 352.29359481558697, + "flow": 10.652732172475673, + "inflow": 12.844119894779109, + "volume": 0, + "temperature": 11.072478150896597, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T01:00:00.000Z", + "level": 352.2869129856705, + "flow": 11.002171483396936, + "inflow": 13.40547172181033, + "volume": 0, + "temperature": 11.515990224095146, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T02:00:00.000Z", + "level": 352.29567133673436, + "flow": 11.02580567688412, + "inflow": 14.040697016546048, + "volume": 0, + "temperature": 14.962012914024601, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T03:00:00.000Z", + "level": 352.3023500013258, + "flow": 11.85014310071172, + "inflow": 14.162912708583137, + "volume": 0, + "temperature": 15.268915263527227, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T04:00:00.000Z", + "level": 352.2940321920261, + "flow": 11.729389645058983, + "inflow": 13.552544714052905, + "volume": 0, + "temperature": 18.8273000539475, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T05:00:00.000Z", + "level": 352.3000373563441, + "flow": 12.564341895510747, + "inflow": 14.426110056040617, + "volume": 0, + "temperature": 20.875161622762793, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T06:00:00.000Z", + "level": 352.30866367572503, + "flow": 13.392588019481668, + "inflow": 15.08602254010345, + "volume": 0, + "temperature": 21.362341872697527, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T07:00:00.000Z", + "level": 352.3033265851779, + "flow": 13.80191769558096, + "inflow": 14.939811569284007, + "volume": 0, + "temperature": 24.51537049805502, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T08:00:00.000Z", + "level": 352.3165352106308, + "flow": 13.870087233252269, + "inflow": 14.501828545266285, + "volume": 0, + "temperature": 24.26845902293914, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T09:00:00.000Z", + "level": 352.3066523385249, + "flow": 14.538857769863618, + "inflow": 15.04404183396744, + "volume": 0, + "temperature": 26.653722715362953, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T10:00:00.000Z", + "level": 352.3070315270989, + "flow": 13.59924012298872, + "inflow": 15.365072971672934, + "volume": 0, + "temperature": 25.503925884140806, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T11:00:00.000Z", + "level": 352.3230803366129, + "flow": 13.061599649583874, + "inflow": 14.633191780956357, + "volume": 0, + "temperature": 26.45963122832701, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T12:00:00.000Z", + "level": 352.30564852981075, + "flow": 12.972875624354076, + "inflow": 13.742129372194208, + "volume": 0, + "temperature": 25.699336726337002, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T13:00:00.000Z", + "level": 352.30698617696, + "flow": 13.515918782197234, + "inflow": 13.567734327825333, + "volume": 0, + "temperature": 24.400672856602498, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T14:00:00.000Z", + "level": 352.2942342814073, + "flow": 14.140637185892622, + "inflow": 13.155124685850167, + "volume": 0, + "temperature": 21.29810365740252, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T15:00:00.000Z", + "level": 352.2812073246637, + "flow": 14.13172526749616, + "inflow": 12.187494127851316, + "volume": 0, + "temperature": 19.83161810076381, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T16:00:00.000Z", + "level": 352.28567492281456, + "flow": 14.843023757731936, + "inflow": 12.513026300189463, + "volume": 0, + "temperature": 18.32700937226417, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T17:00:00.000Z", + "level": 352.28518742096963, + "flow": 15.427647701323227, + "inflow": 13.17588344856804, + "volume": 0, + "temperature": 15.910452103858926, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T18:00:00.000Z", + "level": 352.31004874818075, + "flow": 15.323434058627832, + "inflow": 14.14833738699416, + "volume": 0, + "temperature": 13.636346429215429, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T19:00:00.000Z", + "level": 352.3296421451576, + "flow": 15.834747804106776, + "inflow": 14.770269396901, + "volume": 0, + "temperature": 13.338653686802296, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T20:00:00.000Z", + "level": 352.3144556540235, + "flow": 16.722035152265327, + "inflow": 15.564602413403477, + "volume": 0, + "temperature": 11.733584460650583, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T21:00:00.000Z", + "level": 352.3269501870897, + "flow": 17.262784387514323, + "inflow": 16.219667392122233, + "volume": 0, + "temperature": 9.961007465555696, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T22:00:00.000Z", + "level": 352.3243670709899, + "flow": 17.08667004576036, + "inflow": 16.90783276217189, + "volume": 0, + "temperature": 9.935140350930396, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T23:00:00.000Z", + "level": 352.316847373646, + "flow": 17.964671334925004, + "inflow": 16.76556309571924, + "volume": 0, + "temperature": 10.24523489333166, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T00:00:00.000Z", + "level": 352.30825635870514, + "flow": 18.555525143218105, + "inflow": 16.90539894351159, + "volume": 0, + "temperature": 11.231429748149463, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T01:00:00.000Z", + "level": 352.303688675351, + "flow": 19.26503499306492, + "inflow": 16.810276548076953, + "volume": 0, + "temperature": 12.84888679126, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T02:00:00.000Z", + "level": 352.31116485122044, + "flow": 18.488127875448587, + "inflow": 16.744963876990795, + "volume": 0, + "temperature": 14.137446501867599, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T03:00:00.000Z", + "level": 352.31876265379964, + "flow": 18.982155928285625, + "inflow": 16.301292738903534, + "volume": 0, + "temperature": 15.25517207171213, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T04:00:00.000Z", + "level": 352.32954055118154, + "flow": 19.95117832435373, + "inflow": 16.551032107180355, + "volume": 0, + "temperature": 18.243972440053927, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T05:00:00.000Z", + "level": 352.35379849656067, + "flow": 19.330136096867566, + "inflow": 16.015441450857793, + "volume": 0, + "temperature": 19.46244565827839, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T06:00:00.000Z", + "level": 352.3325714941318, + "flow": 20.115795221586293, + "inflow": 15.94314709780999, + "volume": 0, + "temperature": 22.728037115869885, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T07:00:00.000Z", + "level": 352.34651003213884, + "flow": 20.969906514812838, + "inflow": 16.543491970690848, + "volume": 0, + "temperature": 24.37359237110908, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T08:00:00.000Z", + "level": 352.34101418440275, + "flow": 21.9280579429981, + "inflow": 16.942493370135146, + "volume": 0, + "temperature": 25.13453350870974, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T09:00:00.000Z", + "level": 352.35824044905945, + "flow": 21.590520655408056, + "inflow": 16.248204015491563, + "volume": 0, + "temperature": 26.457298803642757, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T10:00:00.000Z", + "level": 352.3792416896575, + "flow": 22.147014426303553, + "inflow": 16.534680754325684, + "volume": 0, + "temperature": 25.587385901071507, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T11:00:00.000Z", + "level": 352.3977718308774, + "flow": 21.36250635623507, + "inflow": 16.225739059643697, + "volume": 0, + "temperature": 25.95203002963688, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T12:00:00.000Z", + "level": 352.3846138029117, + "flow": 21.499527527090095, + "inflow": 17.05935276044426, + "volume": 0, + "temperature": 24.22162901185641, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T13:00:00.000Z", + "level": 352.3792956922363, + "flow": 20.64261393600005, + "inflow": 17.764015959495026, + "volume": 0, + "temperature": 22.88843332459659, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T14:00:00.000Z", + "level": 352.380550651807, + "flow": 21.47250449778922, + "inflow": 18.741467180843348, + "volume": 0, + "temperature": 21.245505192276045, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T15:00:00.000Z", + "level": 352.3857838308215, + "flow": 21.801904031630244, + "inflow": 19.473460838682435, + "volume": 0, + "temperature": 19.341382771215496, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T16:00:00.000Z", + "level": 352.4062218917889, + "flow": 22.11213449997633, + "inflow": 19.65917313969648, + "volume": 0, + "temperature": 17.240473338995567, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T17:00:00.000Z", + "level": 352.4073617033698, + "flow": 22.91979404527694, + "inflow": 20.0343089960891, + "volume": 0, + "temperature": 15.112425131513973, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T18:00:00.000Z", + "level": 352.41543604933025, + "flow": 21.94190410232931, + "inflow": 19.40839192310666, + "volume": 0, + "temperature": 14.558894102847331, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T19:00:00.000Z", + "level": 352.40368792727963, + "flow": 22.42574701641075, + "inflow": 19.90098408018301, + "volume": 0, + "temperature": 11.772869243654908, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T20:00:00.000Z", + "level": 352.4001843764943, + "flow": 22.99878478969671, + "inflow": 18.971326783287665, + "volume": 0, + "temperature": 10.312895382482418, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T21:00:00.000Z", + "level": 352.4089494104929, + "flow": 22.539213206371045, + "inflow": 19.43845704385464, + "volume": 0, + "temperature": 9.309419560903017, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T22:00:00.000Z", + "level": 352.42327259949155, + "flow": 23.099856264681073, + "inflow": 19.611007252474113, + "volume": 0, + "temperature": 9.11751036499679, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T23:00:00.000Z", + "level": 352.3998732413217, + "flow": 23.612142645150517, + "inflow": 20.605105012994663, + "volume": 0, + "temperature": 10.880983891379316, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T00:00:00.000Z", + "level": 352.40940326604664, + "flow": 22.79094013382535, + "inflow": 20.4625571186428, + "volume": 0, + "temperature": 10.522865958379668, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T01:00:00.000Z", + "level": 352.42288839732356, + "flow": 22.18834994411252, + "inflow": 20.009515730774226, + "volume": 0, + "temperature": 13.043128114068825, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T02:00:00.000Z", + "level": 352.43598420226, + "flow": 22.59645723410536, + "inflow": 20.497452653373358, + "volume": 0, + "temperature": 13.44605631840782, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T03:00:00.000Z", + "level": 352.4555620094804, + "flow": 22.82502506741889, + "inflow": 20.3155228432044, + "volume": 0, + "temperature": 16.131775469570417, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T04:00:00.000Z", + "level": 352.4407131925692, + "flow": 22.64582152062671, + "inflow": 20.544405818828412, + "volume": 0, + "temperature": 18.31196610926921, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T05:00:00.000Z", + "level": 352.4581289421255, + "flow": 22.056936039454474, + "inflow": 19.796376063358885, + "volume": 0, + "temperature": 19.867261122175265, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T06:00:00.000Z", + "level": 352.43586444205425, + "flow": 21.27697490678137, + "inflow": 20.353441033756337, + "volume": 0, + "temperature": 22.486524228127312, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T07:00:00.000Z", + "level": 352.4162536409622, + "flow": 22.105054393873505, + "inflow": 21.006573980862143, + "volume": 0, + "temperature": 23.707590273976816, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T08:00:00.000Z", + "level": 352.4031626221281, + "flow": 22.994143601220287, + "inflow": 20.450291689670145, + "volume": 0, + "temperature": 24.14204838257989, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T09:00:00.000Z", + "level": 352.3835446560655, + "flow": 23.12463184714464, + "inflow": 19.63826008084805, + "volume": 0, + "temperature": 25.266619254789187, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T10:00:00.000Z", + "level": 352.4029006033277, + "flow": 23.53421365875708, + "inflow": 19.0215302015392, + "volume": 0, + "temperature": 26.986982939372297, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T11:00:00.000Z", + "level": 352.4064251951958, + "flow": 23.78155528177664, + "inflow": 18.50059804954951, + "volume": 0, + "temperature": 26.61152484327933, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T12:00:00.000Z", + "level": 352.4098325816008, + "flow": 23.465710216228306, + "inflow": 17.52111915784453, + "volume": 0, + "temperature": 24.603991552257416, + "precipitation": 14.892095320145772 + }, + { + "timestamp": "2026-05-23T13:00:00.000Z", + "level": 352.40550016606113, + "flow": 23.441963257902728, + "inflow": 17.544985474303452, + "volume": 0, + "temperature": 24.187022705327703, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T14:00:00.000Z", + "level": 352.41068706960823, + "flow": 23.583281119332757, + "inflow": 18.52159993986791, + "volume": 0, + "temperature": 21.97384970967127, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T15:00:00.000Z", + "level": 352.40661270203753, + "flow": 23.120633389211932, + "inflow": 18.552391621203213, + "volume": 0, + "temperature": 20.94586233193926, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T16:00:00.000Z", + "level": 352.3926274055162, + "flow": 23.384618075685733, + "inflow": 18.155554823130107, + "volume": 0, + "temperature": 18.50678317139207, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T17:00:00.000Z", + "level": 352.3905080332077, + "flow": 23.18468282947475, + "inflow": 17.22111495089437, + "volume": 0, + "temperature": 14.944166837289163, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T18:00:00.000Z", + "level": 352.3663670791357, + "flow": 23.148386014105487, + "inflow": 17.596869738625895, + "volume": 0, + "temperature": 13.799233437688866, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T19:00:00.000Z", + "level": 352.37049832853364, + "flow": 22.801128239201134, + "inflow": 17.010441083563226, + "volume": 0, + "temperature": 12.07449367930841, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T20:00:00.000Z", + "level": 352.35788751143343, + "flow": 22.350669549377304, + "inflow": 17.141527174138083, + "volume": 0, + "temperature": 10.201738054976794, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T21:00:00.000Z", + "level": 352.3356444681018, + "flow": 21.485107340741493, + "inflow": 16.65102585798875, + "volume": 0, + "temperature": 10.357543559682327, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T22:00:00.000Z", + "level": 352.33134461533524, + "flow": 21.0072697699582, + "inflow": 15.888911144413603, + "volume": 0, + "temperature": 9.280404230915728, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T23:00:00.000Z", + "level": 352.3213784758966, + "flow": 20.580561252696093, + "inflow": 16.864308963373325, + "volume": 0, + "temperature": 10.909709630474671, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T00:00:00.000Z", + "level": 352.31448743516415, + "flow": 20.014819053603844, + "inflow": 17.523585388517322, + "volume": 0, + "temperature": 11.614712390717996, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T01:00:00.000Z", + "level": 352.2974527943115, + "flow": 20.975591361756106, + "inflow": 16.700748457304115, + "volume": 0, + "temperature": 12.639935818114699, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T02:00:00.000Z", + "level": 352.32205469173874, + "flow": 20.855246028065572, + "inflow": 15.840766350945719, + "volume": 0, + "temperature": 14.767139896977564, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T03:00:00.000Z", + "level": 352.30987274153046, + "flow": 20.327307855892837, + "inflow": 15.203170536930166, + "volume": 0, + "temperature": 16.84423584060599, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T04:00:00.000Z", + "level": 352.3056736635789, + "flow": 19.43620698170786, + "inflow": 14.633793189506342, + "volume": 0, + "temperature": 17.7875013876882, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T05:00:00.000Z", + "level": 352.28277753160387, + "flow": 19.2257345137457, + "inflow": 14.08426133331268, + "volume": 0, + "temperature": 20.298771977552647, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T06:00:00.000Z", + "level": 352.303910723114, + "flow": 19.157503149140915, + "inflow": 14.287171520556583, + "volume": 0, + "temperature": 21.604098785982515, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T07:00:00.000Z", + "level": 352.30610651038495, + "flow": 19.348678583500387, + "inflow": 13.548810208694917, + "volume": 0, + "temperature": 23.63528441790607, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T08:00:00.000Z", + "level": 352.3302501548072, + "flow": 19.91451081664155, + "inflow": 12.836899743954868, + "volume": 0, + "temperature": 24.04134574862452, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T09:00:00.000Z", + "level": 352.35368172643564, + "flow": 19.53031641885333, + "inflow": 12.576643669139303, + "volume": 0, + "temperature": 25.147345682659914, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T10:00:00.000Z", + "level": 352.37333277184797, + "flow": 19.584583940041817, + "inflow": 12.72265500759016, + "volume": 0, + "temperature": 25.68668478534388, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T11:00:00.000Z", + "level": 352.3903427630179, + "flow": 19.20237671217361, + "inflow": 13.012555367403204, + "volume": 0, + "temperature": 26.65807630863485, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T12:00:00.000Z", + "level": 352.39443782457096, + "flow": 19.225939413587838, + "inflow": 13.694656476560345, + "volume": 0, + "temperature": 25.005512284551894, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T13:00:00.000Z", + "level": 352.40200146132815, + "flow": 19.532197283282866, + "inflow": 13.711423385778547, + "volume": 0, + "temperature": 23.518472503344324, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T14:00:00.000Z", + "level": 352.37760893258485, + "flow": 19.531450946156948, + "inflow": 14.608574988379184, + "volume": 0, + "temperature": 22.760085752136856, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T15:00:00.000Z", + "level": 352.3558494558857, + "flow": 20.01454497376972, + "inflow": 15.432580655704031, + "volume": 0, + "temperature": 20.848254291080615, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T16:00:00.000Z", + "level": 352.3653610719943, + "flow": 19.645825551287327, + "inflow": 16.20133037155456, + "volume": 0, + "temperature": 17.819334939483923, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T17:00:00.000Z", + "level": 352.36616405824304, + "flow": 19.498157949717125, + "inflow": 16.870458369150533, + "volume": 0, + "temperature": 15.163950435693389, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T18:00:00.000Z", + "level": 352.37498854228306, + "flow": 19.447753470886585, + "inflow": 16.651656564667284, + "volume": 0, + "temperature": 13.898751376828546, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T19:00:00.000Z", + "level": 352.350767229619, + "flow": 19.822959868776667, + "inflow": 17.133136938068333, + "volume": 0, + "temperature": 12.983916541771695, + "precipitation": 14.885015261168299 + }, + { + "timestamp": "2026-05-24T20:00:00.000Z", + "level": 352.3653170930921, + "flow": 19.68461237922646, + "inflow": 17.65180473128822, + "volume": 0, + "temperature": 10.120750375368772, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T21:00:00.000Z", + "level": 352.3721996281609, + "flow": 20.067378157900833, + "inflow": 18.61599590790393, + "volume": 0, + "temperature": 10.272997986794735, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T22:00:00.000Z", + "level": 352.3485697796444, + "flow": 20.892346744472274, + "inflow": 18.438370378292497, + "volume": 0, + "temperature": 9.707841398768718, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T23:00:00.000Z", + "level": 352.3729547197648, + "flow": 21.790096952150012, + "inflow": 18.773758715433182, + "volume": 0, + "temperature": 9.954097063354748, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T00:00:00.000Z", + "level": 352.39238207515405, + "flow": 21.50136487334608, + "inflow": 18.9735113162245, + "volume": 0, + "temperature": 10.38068197520749, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T01:00:00.000Z", + "level": 352.3728266690259, + "flow": 21.260341974332107, + "inflow": 18.57035580184759, + "volume": 0, + "temperature": 12.156694198519233, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T02:00:00.000Z", + "level": 352.3577964167879, + "flow": 21.17406583565979, + "inflow": 18.809985749731663, + "volume": 0, + "temperature": 13.403653361218284, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T03:00:00.000Z", + "level": 352.3405564109447, + "flow": 21.569190322202335, + "inflow": 18.63369761836716, + "volume": 0, + "temperature": 15.935161829797288, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T04:00:00.000Z", + "level": 352.35581045195914, + "flow": 21.042300475349986, + "inflow": 19.01850646030727, + "volume": 0, + "temperature": 17.791781252836024, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T05:00:00.000Z", + "level": 352.3455762409732, + "flow": 21.13918487131219, + "inflow": 19.390535146768702, + "volume": 0, + "temperature": 20.560508730395313, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T06:00:00.000Z", + "level": 352.3457590839085, + "flow": 20.70356354514358, + "inflow": 18.417695265727396, + "volume": 0, + "temperature": 22.94673958902, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T07:00:00.000Z", + "level": 352.3580433850703, + "flow": 20.757125681053726, + "inflow": 19.127630188482527, + "volume": 0, + "temperature": 22.95250078564179, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T08:00:00.000Z", + "level": 352.3757071299913, + "flow": 21.447470277136446, + "inflow": 19.248277273717655, + "volume": 0, + "temperature": 25.16210455515894, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T09:00:00.000Z", + "level": 352.36196958509623, + "flow": 21.79450198224628, + "inflow": 19.144181791853363, + "volume": 0, + "temperature": 25.2344982091645, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T10:00:00.000Z", + "level": 352.3564144246896, + "flow": 21.546685970639253, + "inflow": 19.041847636325446, + "volume": 0, + "temperature": 25.854414764229894, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T11:00:00.000Z", + "level": 352.33782241030497, + "flow": 20.727427188373692, + "inflow": 18.48796767399351, + "volume": 0, + "temperature": 26.497532124573112, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T12:00:00.000Z", + "level": 352.32012236912504, + "flow": 20.136440030754482, + "inflow": 18.11827374055828, + "volume": 0, + "temperature": 24.203545229499802, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T13:00:00.000Z", + "level": 352.3099446748302, + "flow": 19.94941204222369, + "inflow": 17.67520485312025, + "volume": 0, + "temperature": 24.286287486075302, + "precipitation": 1.7815129042495426 + }, + { + "timestamp": "2026-05-25T14:00:00.000Z", + "level": 352.33377384407225, + "flow": 19.46694451468618, + "inflow": 18.21546909926479, + "volume": 0, + "temperature": 21.06975906614111, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T15:00:00.000Z", + "level": 352.3122535148204, + "flow": 18.51629112326213, + "inflow": 18.624351869800876, + "volume": 0, + "temperature": 20.481044941781914, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T16:00:00.000Z", + "level": 352.322159337196, + "flow": 18.36983796506676, + "inflow": 18.541000893462655, + "volume": 0, + "temperature": 17.586728515708362, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T17:00:00.000Z", + "level": 352.30178664082183, + "flow": 18.68139339572229, + "inflow": 17.90327187272671, + "volume": 0, + "temperature": 16.562975100007616, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T18:00:00.000Z", + "level": 352.3237489272276, + "flow": 18.88149434660515, + "inflow": 17.995936563599976, + "volume": 0, + "temperature": 13.836292118752832, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T19:00:00.000Z", + "level": 352.32661608621294, + "flow": 19.10261717289708, + "inflow": 18.181325252853394, + "volume": 0, + "temperature": 11.951300807601797, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T20:00:00.000Z", + "level": 352.32305163401344, + "flow": 18.968159870470885, + "inflow": 17.332367014240795, + "volume": 0, + "temperature": 11.104084694771622, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T21:00:00.000Z", + "level": 352.3312940524211, + "flow": 18.978278276346618, + "inflow": 17.042370496045738, + "volume": 0, + "temperature": 10.289271561473264, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T22:00:00.000Z", + "level": 352.3526622974296, + "flow": 19.924446228931554, + "inflow": 16.367771859812915, + "volume": 0, + "temperature": 10.242285796122147, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T23:00:00.000Z", + "level": 352.3383736921055, + "flow": 18.997871707240158, + "inflow": 17.108403411748508, + "volume": 0, + "temperature": 11.052818067030646, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T00:00:00.000Z", + "level": 352.3453536617711, + "flow": 19.090528181456243, + "inflow": 16.266000532879282, + "volume": 0, + "temperature": 11.149261413832807, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T01:00:00.000Z", + "level": 352.3643070798895, + "flow": 18.257768790157797, + "inflow": 16.959382599213555, + "volume": 0, + "temperature": 13.32315726707217, + "precipitation": 14.97960086325524 + }, + { + "timestamp": "2026-05-26T02:00:00.000Z", + "level": 352.3575231465787, + "flow": 17.529395966442724, + "inflow": 17.023905257692373, + "volume": 0, + "temperature": 14.90937492389579, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T03:00:00.000Z", + "level": 352.3602429205401, + "flow": 17.262949512385543, + "inflow": 16.593994501921745, + "volume": 0, + "temperature": 15.76040765220195, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T04:00:00.000Z", + "level": 352.3789823031615, + "flow": 16.807475123436575, + "inflow": 17.155580253878036, + "volume": 0, + "temperature": 17.231590477692606, + "precipitation": 8.872760729967657 + }, + { + "timestamp": "2026-05-26T05:00:00.000Z", + "level": 352.3588511492881, + "flow": 16.190267809427283, + "inflow": 18.035820419249283, + "volume": 0, + "temperature": 21.063079186024112, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T06:00:00.000Z", + "level": 352.368293114426, + "flow": 16.469926066655844, + "inflow": 17.843727394249058, + "volume": 0, + "temperature": 21.013810208206763, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T07:00:00.000Z", + "level": 352.3468233265164, + "flow": 15.548011716300428, + "inflow": 17.32897027321573, + "volume": 0, + "temperature": 23.24385095505756, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T08:00:00.000Z", + "level": 352.34366594987375, + "flow": 15.935489696767345, + "inflow": 17.04707642911056, + "volume": 0, + "temperature": 24.226538513061136, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T09:00:00.000Z", + "level": 352.36022559416216, + "flow": 16.637017124712187, + "inflow": 16.30756426527415, + "volume": 0, + "temperature": 24.982298718908833, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T10:00:00.000Z", + "level": 352.3589556518528, + "flow": 16.914476691206485, + "inflow": 16.297572295609278, + "volume": 0, + "temperature": 26.127868596071444, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T11:00:00.000Z", + "level": 352.382507962915, + "flow": 15.931469671335318, + "inflow": 15.937311491746257, + "volume": 0, + "temperature": 25.45577636917928, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T12:00:00.000Z", + "level": 352.4009333973856, + "flow": 14.989235518052531, + "inflow": 15.774753101931141, + "volume": 0, + "temperature": 25.035062590213137, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T13:00:00.000Z", + "level": 352.4002441338523, + "flow": 14.362782221331738, + "inflow": 14.825073091929628, + "volume": 0, + "temperature": 23.610016559716254, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T14:00:00.000Z", + "level": 352.4160288545407, + "flow": 14.243709985787039, + "inflow": 14.757178356890957, + "volume": 0, + "temperature": 21.53067152729841, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T15:00:00.000Z", + "level": 352.4106469585518, + "flow": 15.085328205964224, + "inflow": 13.991485305348485, + "volume": 0, + "temperature": 19.20928730129013, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T16:00:00.000Z", + "level": 352.4067115191568, + "flow": 15.149275431308567, + "inflow": 13.225046580947977, + "volume": 0, + "temperature": 18.44307753401264, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T17:00:00.000Z", + "level": 352.4013705321848, + "flow": 14.778089381768297, + "inflow": 12.65672583311499, + "volume": 0, + "temperature": 15.72510997021776, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T18:00:00.000Z", + "level": 352.40909217797315, + "flow": 14.99033525134868, + "inflow": 12.253865773527476, + "volume": 0, + "temperature": 14.801888530628279, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T19:00:00.000Z", + "level": 352.41429898479373, + "flow": 14.637574600061575, + "inflow": 13.144281495600055, + "volume": 0, + "temperature": 11.35787460725711, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T20:00:00.000Z", + "level": 352.4026192847504, + "flow": 15.537190235501749, + "inflow": 13.63863241353952, + "volume": 0, + "temperature": 10.128819354942967, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T21:00:00.000Z", + "level": 352.3811954127828, + "flow": 15.877439425745308, + "inflow": 13.907451533011358, + "volume": 0, + "temperature": 10.07835812893446, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T22:00:00.000Z", + "level": 352.40030093948894, + "flow": 16.865908351171583, + "inflow": 14.637432659419968, + "volume": 0, + "temperature": 9.627431228146664, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T23:00:00.000Z", + "level": 352.4076903979659, + "flow": 16.338460704204266, + "inflow": 13.91415073458218, + "volume": 0, + "temperature": 10.413932746935087, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T00:00:00.000Z", + "level": 352.4284601286265, + "flow": 16.404003675067784, + "inflow": 13.173595987415183, + "volume": 0, + "temperature": 11.586407686212498, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T01:00:00.000Z", + "level": 352.41568659636704, + "flow": 16.333430213587008, + "inflow": 12.35497038766325, + "volume": 0, + "temperature": 11.572627882572004, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T02:00:00.000Z", + "level": 352.4247397242413, + "flow": 15.352973528311244, + "inflow": 12.95510794926431, + "volume": 0, + "temperature": 14.425261103058128, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T03:00:00.000Z", + "level": 352.42600857585865, + "flow": 15.024459177066761, + "inflow": 13.42303192612591, + "volume": 0, + "temperature": 15.943181350864549, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T04:00:00.000Z", + "level": 352.4351763386715, + "flow": 15.86154124207408, + "inflow": 12.84703158171167, + "volume": 0, + "temperature": 18.85247664530709, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T05:00:00.000Z", + "level": 352.45897793733417, + "flow": 16.051927687177145, + "inflow": 12.35727526650799, + "volume": 0, + "temperature": 19.76614836506451, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T06:00:00.000Z", + "level": 352.4822726415818, + "flow": 15.18126133709872, + "inflow": 12.012369580934687, + "volume": 0, + "temperature": 22.152129736566618, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T07:00:00.000Z", + "level": 352.473486308625, + "flow": 15.427591100344852, + "inflow": 11.638727520640874, + "volume": 0, + "temperature": 23.608467060476425, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T08:00:00.000Z", + "level": 352.4533379856506, + "flow": 15.931140384904426, + "inflow": 12.285770996934144, + "volume": 0, + "temperature": 25.28181081283702, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T09:00:00.000Z", + "level": 352.46286209260774, + "flow": 15.357710639830115, + "inflow": 11.609650163608306, + "volume": 0, + "temperature": 25.524135210479226, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T10:00:00.000Z", + "level": 352.44818756054633, + "flow": 15.073114424430491, + "inflow": 12.18805355201569, + "volume": 0, + "temperature": 25.749023932144176, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T11:00:00.000Z", + "level": 352.43119497938613, + "flow": 14.889937567071303, + "inflow": 11.472821988126004, + "volume": 0, + "temperature": 26.602863991072752, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T12:00:00.000Z", + "level": 352.4130125965076, + "flow": 15.33133395253997, + "inflow": 10.821792571020453, + "volume": 0, + "temperature": 25.41410230830875, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T13:00:00.000Z", + "level": 352.435842729971, + "flow": 14.880058009802303, + "inflow": 10.902810356267434, + "volume": 0, + "temperature": 24.580670760039958, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T14:00:00.000Z", + "level": 352.4570849929334, + "flow": 15.323578237698946, + "inflow": 9.964612821673827, + "volume": 0, + "temperature": 22.456394167054537, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T15:00:00.000Z", + "level": 352.4500486735897, + "flow": 15.579749575204195, + "inflow": 10.931544642489804, + "volume": 0, + "temperature": 20.39370827988296, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T16:00:00.000Z", + "level": 352.44572913180065, + "flow": 14.908376815113593, + "inflow": 11.26521078523307, + "volume": 0, + "temperature": 18.24454911324858, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T17:00:00.000Z", + "level": 352.424439051022, + "flow": 15.530832891137488, + "inflow": 10.281183845948796, + "volume": 0, + "temperature": 15.144239878267342, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T18:00:00.000Z", + "level": 352.4156778191174, + "flow": 15.712332612593869, + "inflow": 10.271949591518727, + "volume": 0, + "temperature": 13.716919654679833, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T19:00:00.000Z", + "level": 352.4150754966155, + "flow": 16.69897464506139, + "inflow": 9.991781742264454, + "volume": 0, + "temperature": 12.496491028388261, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T20:00:00.000Z", + "level": 352.39279109176454, + "flow": 15.906131818700239, + "inflow": 9.487736293155283, + "volume": 0, + "temperature": 11.193219914413282, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T21:00:00.000Z", + "level": 352.41559016826005, + "flow": 16.609926976435588, + "inflow": 9.997675471905039, + "volume": 0, + "temperature": 10.669560028312713, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T22:00:00.000Z", + "level": 352.4139206988727, + "flow": 16.54526242580244, + "inflow": 9.059473574257837, + "volume": 0, + "temperature": 9.476525227809521, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T23:00:00.000Z", + "level": 352.40655783157246, + "flow": 16.95927061749289, + "inflow": 8.3351998460289, + "volume": 0, + "temperature": 10.558139004279042, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T00:00:00.000Z", + "level": 352.3985285794524, + "flow": 16.04099955713665, + "inflow": 8.741007325679899, + "volume": 0, + "temperature": 11.354434134700597, + "precipitation": 9.832765387474826 + }, + { + "timestamp": "2026-05-28T01:00:00.000Z", + "level": 352.4177318502248, + "flow": 15.971901301407271, + "inflow": 9.403303920454354, + "volume": 0, + "temperature": 12.026361616267145, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T02:00:00.000Z", + "level": 352.40195589659237, + "flow": 16.775256353652846, + "inflow": 9.842911408136931, + "volume": 0, + "temperature": 13.944805614034541, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T03:00:00.000Z", + "level": 352.4180114985608, + "flow": 17.54124040476358, + "inflow": 9.699910654124347, + "volume": 0, + "temperature": 16.683262467110715, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T04:00:00.000Z", + "level": 352.4247392797545, + "flow": 17.014336143442872, + "inflow": 9.33076044606145, + "volume": 0, + "temperature": 18.938078394670665, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T05:00:00.000Z", + "level": 352.4239351995981, + "flow": 16.610209038414318, + "inflow": 9.340682643974873, + "volume": 0, + "temperature": 19.309680487127757, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T06:00:00.000Z", + "level": 352.4293229900749, + "flow": 17.468283466057215, + "inflow": 10.323484688156048, + "volume": 0, + "temperature": 21.357888921709712, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T07:00:00.000Z", + "level": 352.4379680525148, + "flow": 17.036780050033826, + "inflow": 10.406410587205333, + "volume": 0, + "temperature": 22.693871460378293, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T08:00:00.000Z", + "level": 352.455604419238, + "flow": 16.572782154317007, + "inflow": 9.778915940481301, + "volume": 0, + "temperature": 24.245000433049455, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T09:00:00.000Z", + "level": 352.4669196412304, + "flow": 17.497024400719457, + "inflow": 8.97108878745553, + "volume": 0, + "temperature": 26.280162186576643, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T10:00:00.000Z", + "level": 352.4692175148098, + "flow": 18.356444480662848, + "inflow": 9.505719475058442, + "volume": 0, + "temperature": 25.40221224866242, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T11:00:00.000Z", + "level": 352.48293986287695, + "flow": 18.614993481906893, + "inflow": 10.285997089285836, + "volume": 0, + "temperature": 26.191703168569465, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T12:00:00.000Z", + "level": 352.4938046553266, + "flow": 18.884607709140344, + "inflow": 11.166687639340775, + "volume": 0, + "temperature": 25.733891846230588, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T13:00:00.000Z", + "level": 352.5103437086009, + "flow": 18.976990985345736, + "inflow": 11.298573361258919, + "volume": 0, + "temperature": 23.26915907051835, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T14:00:00.000Z", + "level": 352.48633847684476, + "flow": 18.746965291874137, + "inflow": 11.5774338745284, + "volume": 0, + "temperature": 22.309493411016668, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T15:00:00.000Z", + "level": 352.47979134482074, + "flow": 19.149337374080805, + "inflow": 11.387638032420961, + "volume": 0, + "temperature": 19.302824490394958, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T16:00:00.000Z", + "level": 352.48052887487864, + "flow": 19.491776106308073, + "inflow": 11.09456520007729, + "volume": 0, + "temperature": 17.89114345150925, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T17:00:00.000Z", + "level": 352.48576575765674, + "flow": 19.511766023171386, + "inflow": 11.059842011178851, + "volume": 0, + "temperature": 16.471120920132456, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T18:00:00.000Z", + "level": 352.4825134467904, + "flow": 19.853170834721777, + "inflow": 10.109319054504578, + "volume": 0, + "temperature": 13.021061064095695, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T19:00:00.000Z", + "level": 352.46160652821254, + "flow": 20.32680587396002, + "inflow": 9.605010494712676, + "volume": 0, + "temperature": 11.419935632527523, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T20:00:00.000Z", + "level": 352.445175721682, + "flow": 19.33789044258336, + "inflow": 8.75550536261786, + "volume": 0, + "temperature": 11.911197533854073, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T21:00:00.000Z", + "level": 352.43556955866865, + "flow": 19.50533455288214, + "inflow": 8.79910338694976, + "volume": 0, + "temperature": 10.544719997814465, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T22:00:00.000Z", + "level": 352.42873633323904, + "flow": 18.642983599639788, + "inflow": 7.89171715038429, + "volume": 0, + "temperature": 9.237362783352847, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T23:00:00.000Z", + "level": 352.4447442340303, + "flow": 19.4714864673333, + "inflow": 7.638778258063701, + "volume": 0, + "temperature": 11.072699354448751, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T00:00:00.000Z", + "level": 352.4293688581246, + "flow": 18.85820933714845, + "inflow": 7.530109322404574, + "volume": 0, + "temperature": 10.95336979932545, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T01:00:00.000Z", + "level": 352.4125789003192, + "flow": 19.478153502152523, + "inflow": 8.461988859660627, + "volume": 0, + "temperature": 12.159935311788328, + "precipitation": 4.698156875533183 + }, + { + "timestamp": "2026-05-29T02:00:00.000Z", + "level": 352.4283513218215, + "flow": 18.922140523498804, + "inflow": 9.282392198154792, + "volume": 0, + "temperature": 13.90838283013713, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T03:00:00.000Z", + "level": 352.4264487373366, + "flow": 18.965807166781218, + "inflow": 8.885684602756797, + "volume": 0, + "temperature": 15.16203078822661, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T04:00:00.000Z", + "level": 352.41021232319724, + "flow": 19.28632015337889, + "inflow": 9.592335902642247, + "volume": 0, + "temperature": 17.08235984144172, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T05:00:00.000Z", + "level": 352.4240381055164, + "flow": 19.262200891409393, + "inflow": 9.09419174737773, + "volume": 0, + "temperature": 20.36525914806738, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T06:00:00.000Z", + "level": 352.4267332255023, + "flow": 18.2720456231899, + "inflow": 9.091839986240982, + "volume": 0, + "temperature": 22.191298136498677, + "precipitation": 6.51114651207302 + }, + { + "timestamp": "2026-05-29T07:00:00.000Z", + "level": 352.4444494496988, + "flow": 18.178931583482772, + "inflow": 8.89199962758656, + "volume": 0, + "temperature": 24.294140730856974, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T08:00:00.000Z", + "level": 352.4334618296355, + "flow": 17.65504076405253, + "inflow": 9.529053753152741, + "volume": 0, + "temperature": 24.67299398593474, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T09:00:00.000Z", + "level": 352.40851908384104, + "flow": 17.72916443921507, + "inflow": 8.640968037114689, + "volume": 0, + "temperature": 26.52281632028462, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T10:00:00.000Z", + "level": 352.4335145267556, + "flow": 17.43501051980114, + "inflow": 8.885313995363894, + "volume": 0, + "temperature": 26.726733224977256, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T11:00:00.000Z", + "level": 352.4196723738907, + "flow": 18.083361877314893, + "inflow": 8.115438937075153, + "volume": 0, + "temperature": 25.73775313780581, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T12:00:00.000Z", + "level": 352.42025799067824, + "flow": 18.51084180653432, + "inflow": 7.714365593843781, + "volume": 0, + "temperature": 25.413698292212267, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T13:00:00.000Z", + "level": 352.43017842203056, + "flow": 19.10686478256799, + "inflow": 7.864457463333338, + "volume": 0, + "temperature": 23.75791297930874, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T14:00:00.000Z", + "level": 352.4486069859085, + "flow": 18.92394881921125, + "inflow": 8.712948977753737, + "volume": 0, + "temperature": 22.430491561714778, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T15:00:00.000Z", + "level": 352.4612727521145, + "flow": 18.820566277073386, + "inflow": 9.208533955028152, + "volume": 0, + "temperature": 19.64711891254061, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T16:00:00.000Z", + "level": 352.4642819945354, + "flow": 18.334313328470618, + "inflow": 9.059374913103754, + "volume": 0, + "temperature": 18.936613424785563, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T17:00:00.000Z", + "level": 352.4862912917406, + "flow": 17.8470785575086, + "inflow": 9.757502756828295, + "volume": 0, + "temperature": 16.266151102602166, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T18:00:00.000Z", + "level": 352.486945360909, + "flow": 18.334739673904682, + "inflow": 10.222495882318537, + "volume": 0, + "temperature": 13.264907864008576, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T19:00:00.000Z", + "level": 352.5045989240855, + "flow": 18.69899527966249, + "inflow": 10.633557348410235, + "volume": 0, + "temperature": 12.365769011072121, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T20:00:00.000Z", + "level": 352.48446385505576, + "flow": 19.027087286739697, + "inflow": 11.618287904193862, + "volume": 0, + "temperature": 10.464212329472929, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T21:00:00.000Z", + "level": 352.5014496306441, + "flow": 18.814914906767676, + "inflow": 11.493738934572903, + "volume": 0, + "temperature": 9.90479893330861, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T22:00:00.000Z", + "level": 352.4795987009771, + "flow": 18.295080894359725, + "inflow": 11.119433803190814, + "volume": 0, + "temperature": 10.071871285535284, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T23:00:00.000Z", + "level": 352.49543828417814, + "flow": 17.75609146576159, + "inflow": 11.549377689846228, + "volume": 0, + "temperature": 10.595869069009863, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T00:00:00.000Z", + "level": 352.51900384872727, + "flow": 16.839325513611936, + "inflow": 12.255068349737531, + "volume": 0, + "temperature": 11.521124779420873, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T01:00:00.000Z", + "level": 352.49754939103565, + "flow": 17.688028929876197, + "inflow": 11.392431529382627, + "volume": 0, + "temperature": 12.31163815311274, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T02:00:00.000Z", + "level": 352.5121809787488, + "flow": 18.526474240193643, + "inflow": 10.62883910734975, + "volume": 0, + "temperature": 14.026008148467527, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T03:00:00.000Z", + "level": 352.5053279642023, + "flow": 17.567872325455035, + "inflow": 10.776262087386584, + "volume": 0, + "temperature": 15.299291329891101, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T04:00:00.000Z", + "level": 352.4803924260587, + "flow": 18.10425934756567, + "inflow": 10.18983796021013, + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 + }, { "timestamp": "2026-05-30T05:00:00.000Z", "level": 352.46, "flow": 18.54, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-05-31T05:00:00.000Z", "level": 352.45, "flow": 18.07, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-06-01T05:00:00.000Z", "level": 352.48, "flow": 0.01, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-06-02T05:00:00.000Z", "level": 352.49, "flow": 0.06, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-06-03T05:00:00.000Z", "level": 352.58, "flow": 18.97, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-06-04T05:00:00.000Z", "level": 352.51, "flow": 19.06, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-06-04T21:00:00.000Z", "level": 352.53, "flow": 19.11, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-06-04T22:00:00.000Z", "level": 352.5, "flow": 19.01, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-06-04T23:00:00.000Z", "level": 352.47, "flow": 19.01, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-06-05T00:00:00.000Z", "level": 352.44, "flow": 18.84, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-06-05T01:00:00.000Z", "level": 352.43, "flow": 0.21, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-06-05T02:00:00.000Z", "level": 352.44, "flow": 0.21, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-06-05T03:00:00.000Z", "level": 352.46, "flow": 0.21, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-06-05T04:00:00.000Z", "level": 352.47, "flow": 0.21, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-06-05T05:00:00.000Z", "level": 352.51, "flow": 0.21, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-06-05T06:00:00.000Z", "level": 352.56, "flow": 0.21, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-06-05T07:00:00.000Z", "level": 352.58, "flow": 19.09, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-06-05T08:00:00.000Z", "level": 352.56, "flow": 35.03, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-06-05T09:00:00.000Z", "level": 352.53, "flow": 20.55, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-06-05T10:00:00.000Z", "level": 352.51, "flow": 19.01, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-06-05T11:00:00.000Z", "level": 352.48, "flow": 19.01, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-06-05T12:00:00.000Z", "level": 352.47, "flow": 19.01, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-06-05T13:00:00.000Z", "level": 352.46, "flow": 19.01, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-06-05T14:00:00.000Z", "level": 352.46, "flow": 19.01, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-06-05T15:00:00.000Z", "level": 352.45, "flow": 19.01, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-06-05T16:00:00.000Z", "level": 352.45, "flow": 19.01, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-06-05T17:00:00.000Z", "level": 352.45, "flow": 19.01, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-06-05T18:00:00.000Z", "level": 352.45, "flow": 19.01, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-06-05T19:00:00.000Z", "level": 352.45, "flow": 19.01, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-06-05T20:00:00.000Z", "level": 352.45, "flow": 19.01, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 }, { "timestamp": "2026-06-05T20:10:00.000Z", "level": 352.45, "flow": 19.01, + "inflow": 0, + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:20:00.000Z", + "level": 352.45, + "flow": 19.01, + "inflow": 0, + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:30:00.000Z", + "level": 352.45, + "flow": 19.01, + "inflow": 0, + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:40:00.000Z", + "level": 352.45, + "flow": 19.01, + "inflow": 0, + "volume": 0, + "temperature": 18.80897823879669, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:50:00.000Z", + "level": 352.44, + "flow": 19.01, "inflow": 14.13, - "volume": 2.75 + "volume": 2.75, + "temperature": 12.4, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/VLL1.json b/public/data/VLL1.json index dddaad5..ad2f305 100644 --- a/public/data/VLL1.json +++ b/public/data/VLL1.json @@ -1,219 +1,6797 @@ [ + { + "timestamp": "2026-04-30T05:00:00.000Z", + "level": 723.7518813991677, + "flow": 11.1106029498273, + "inflow": 12.80178646108657, + "volume": 0, + "temperature": 19.890719470108547, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T06:00:00.000Z", + "level": 723.7278053554624, + "flow": 10.752595441347506, + "inflow": 11.967750650689544, + "volume": 0, + "temperature": 21.294285169873113, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T07:00:00.000Z", + "level": 723.7162380023208, + "flow": 10.598840108302223, + "inflow": 11.459261539709747, + "volume": 0, + "temperature": 24.36094719461014, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T08:00:00.000Z", + "level": 723.7146679293226, + "flow": 10.284898428385022, + "inflow": 11.138200039134968, + "volume": 0, + "temperature": 25.063403100187276, + "precipitation": 14.538795169522785 + }, + { + "timestamp": "2026-04-30T09:00:00.000Z", + "level": 723.7222013639495, + "flow": 10.671154797833697, + "inflow": 11.097762919297097, + "volume": 0, + "temperature": 25.64425593903816, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T10:00:00.000Z", + "level": 723.723905905727, + "flow": 11.308164651918698, + "inflow": 10.928744937028418, + "volume": 0, + "temperature": 25.900042712424117, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T11:00:00.000Z", + "level": 723.7019445216895, + "flow": 10.795160570911708, + "inflow": 11.8259094634729, + "volume": 0, + "temperature": 24.775585689600973, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T12:00:00.000Z", + "level": 723.7228850328175, + "flow": 11.673059754457059, + "inflow": 11.341920784824378, + "volume": 0, + "temperature": 25.50294067335208, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T13:00:00.000Z", + "level": 723.7115614090511, + "flow": 11.532787270577735, + "inflow": 10.669326000902432, + "volume": 0, + "temperature": 23.033633186632514, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T14:00:00.000Z", + "level": 723.7016392712727, + "flow": 11.293450331021772, + "inflow": 10.95887810230102, + "volume": 0, + "temperature": 21.00001606848107, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T15:00:00.000Z", + "level": 723.6794992679376, + "flow": 11.588223130872612, + "inflow": 11.465648336631261, + "volume": 0, + "temperature": 19.452869596894633, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T16:00:00.000Z", + "level": 723.6609724749942, + "flow": 11.475033061502959, + "inflow": 12.395510515158236, + "volume": 0, + "temperature": 17.125855803375188, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T17:00:00.000Z", + "level": 723.6808938190836, + "flow": 10.861676139444654, + "inflow": 12.133829802247982, + "volume": 0, + "temperature": 16.372223508642644, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T18:00:00.000Z", + "level": 723.6882390839244, + "flow": 9.971366989781316, + "inflow": 11.50167617619704, + "volume": 0, + "temperature": 14.55435311801007, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T19:00:00.000Z", + "level": 723.6873747485571, + "flow": 10.40482614890654, + "inflow": 12.38927260222002, + "volume": 0, + "temperature": 12.609001511228787, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T20:00:00.000Z", + "level": 723.6815451303984, + "flow": 10.577527955016468, + "inflow": 13.056652012520308, + "volume": 0, + "temperature": 11.753007874483867, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T21:00:00.000Z", + "level": 723.6572802596304, + "flow": 10.205627569592137, + "inflow": 13.942986583421275, + "volume": 0, + "temperature": 9.634290442624565, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T22:00:00.000Z", + "level": 723.6718476674152, + "flow": 10.720231995016992, + "inflow": 14.027263618634432, + "volume": 0, + "temperature": 9.253710922484661, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T23:00:00.000Z", + "level": 723.6503293434847, + "flow": 10.651790409332742, + "inflow": 14.870340694327787, + "volume": 0, + "temperature": 9.299326285460703, + "precipitation": 10.774428710740633 + }, + { + "timestamp": "2026-05-01T00:00:00.000Z", + "level": 723.6712007180492, + "flow": 10.849488707482802, + "inflow": 14.8576785350034, + "volume": 0, + "temperature": 10.464050562109495, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T01:00:00.000Z", + "level": 723.6529871514688, + "flow": 11.277266556295627, + "inflow": 14.126900248813067, + "volume": 0, + "temperature": 12.417108837299807, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T02:00:00.000Z", + "level": 723.6370047331159, + "flow": 11.317359251893198, + "inflow": 14.438874071017278, + "volume": 0, + "temperature": 14.225632961328353, + "precipitation": 14.215447798088519 + }, + { + "timestamp": "2026-05-01T03:00:00.000Z", + "level": 723.6292176267843, + "flow": 12.200117607952873, + "inflow": 14.121869390104616, + "volume": 0, + "temperature": 16.317235529075045, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T04:00:00.000Z", + "level": 723.607403506803, + "flow": 12.235236663788129, + "inflow": 14.074172544339824, + "volume": 0, + "temperature": 17.972320166692292, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T05:00:00.000Z", + "level": 723.5927170761433, + "flow": 11.367851956823792, + "inflow": 13.46304900291562, + "volume": 0, + "temperature": 21.035976117512977, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T06:00:00.000Z", + "level": 723.6123948714143, + "flow": 10.593900053140445, + "inflow": 13.197843535922964, + "volume": 0, + "temperature": 22.46212717613034, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T07:00:00.000Z", + "level": 723.6147493628027, + "flow": 10.153074482331249, + "inflow": 12.461070263107198, + "volume": 0, + "temperature": 22.977017355230526, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T08:00:00.000Z", + "level": 723.6081691774644, + "flow": 9.6208980081404, + "inflow": 12.384757977804147, + "volume": 0, + "temperature": 25.477135885237146, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T09:00:00.000Z", + "level": 723.6199585346199, + "flow": 10.504709898136735, + "inflow": 12.082590819399508, + "volume": 0, + "temperature": 25.43208354555648, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T10:00:00.000Z", + "level": 723.6013857544575, + "flow": 9.566208292456963, + "inflow": 11.24013571830592, + "volume": 0, + "temperature": 26.00116972204565, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T11:00:00.000Z", + "level": 723.5794178248568, + "flow": 9.945083293888835, + "inflow": 10.452153408006302, + "volume": 0, + "temperature": 25.981825506402565, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T12:00:00.000Z", + "level": 723.5599536540425, + "flow": 8.949515222968545, + "inflow": 10.58928499215738, + "volume": 0, + "temperature": 24.19302392388492, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T13:00:00.000Z", + "level": 723.5508417483497, + "flow": 9.080433638351641, + "inflow": 11.211926091934055, + "volume": 0, + "temperature": 22.99605188905303, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T14:00:00.000Z", + "level": 723.5442385093719, + "flow": 8.720506650551076, + "inflow": 11.201853012588483, + "volume": 0, + "temperature": 21.381908411608958, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T15:00:00.000Z", + "level": 723.5654165671652, + "flow": 8.24524588297566, + "inflow": 11.073231117505117, + "volume": 0, + "temperature": 20.82440752566046, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T16:00:00.000Z", + "level": 723.5552093661719, + "flow": 7.418781439751262, + "inflow": 10.682184370381389, + "volume": 0, + "temperature": 18.749636261055276, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T17:00:00.000Z", + "level": 723.5541872319557, + "flow": 7.553600341954539, + "inflow": 9.81493130105331, + "volume": 0, + "temperature": 15.546433321461398, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T18:00:00.000Z", + "level": 723.5427109350387, + "flow": 6.706531804707911, + "inflow": 10.554852759217495, + "volume": 0, + "temperature": 13.055175097539294, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T19:00:00.000Z", + "level": 723.54343222937, + "flow": 6.524023813340571, + "inflow": 10.167751263004188, + "volume": 0, + "temperature": 12.44111398287459, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T20:00:00.000Z", + "level": 723.5246968377875, + "flow": 6.734663053273933, + "inflow": 10.378445844380943, + "volume": 0, + "temperature": 11.122381323173329, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T21:00:00.000Z", + "level": 723.5338336780907, + "flow": 7.203749551055627, + "inflow": 10.916440428514525, + "volume": 0, + "temperature": 10.168149581417522, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T22:00:00.000Z", + "level": 723.541036483085, + "flow": 7.48496468626319, + "inflow": 10.381849048518994, + "volume": 0, + "temperature": 10.49077948383209, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T23:00:00.000Z", + "level": 723.5496159684637, + "flow": 7.3144668090227505, + "inflow": 10.497887921475119, + "volume": 0, + "temperature": 9.871759733074544, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T00:00:00.000Z", + "level": 723.547328926092, + "flow": 7.249308129460328, + "inflow": 11.384250223209765, + "volume": 0, + "temperature": 11.687407500611537, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T01:00:00.000Z", + "level": 723.5638993077727, + "flow": 7.9997268580782634, + "inflow": 11.66402622184198, + "volume": 0, + "temperature": 13.121412682140145, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T02:00:00.000Z", + "level": 723.541064496598, + "flow": 7.747738447119397, + "inflow": 11.965602346524488, + "volume": 0, + "temperature": 13.439881003768194, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T03:00:00.000Z", + "level": 723.5424164002943, + "flow": 8.431426485780712, + "inflow": 11.532783719487464, + "volume": 0, + "temperature": 16.151665581888828, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T04:00:00.000Z", + "level": 723.5537611760209, + "flow": 8.989566132124422, + "inflow": 10.794148026802295, + "volume": 0, + "temperature": 18.797996834019393, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T05:00:00.000Z", + "level": 723.536458610685, + "flow": 9.647935762790048, + "inflow": 10.563522532735496, + "volume": 0, + "temperature": 19.998989254657932, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T06:00:00.000Z", + "level": 723.5317438705949, + "flow": 10.616717511839644, + "inflow": 9.759255963359072, + "volume": 0, + "temperature": 21.515933329255006, + "precipitation": 4.594711625540695 + }, + { + "timestamp": "2026-05-02T07:00:00.000Z", + "level": 723.5490742604217, + "flow": 11.380183539000008, + "inflow": 9.960157382942661, + "volume": 0, + "temperature": 23.51247904126142, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T08:00:00.000Z", + "level": 723.5253281539162, + "flow": 11.56587567734622, + "inflow": 10.01347256747292, + "volume": 0, + "temperature": 24.466635841057343, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T09:00:00.000Z", + "level": 723.511110730902, + "flow": 12.14494397788444, + "inflow": 10.040314087127786, + "volume": 0, + "temperature": 25.6329545086028, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T10:00:00.000Z", + "level": 723.5135780390368, + "flow": 12.298525154946926, + "inflow": 10.636255350665245, + "volume": 0, + "temperature": 26.657141591898068, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T11:00:00.000Z", + "level": 723.4908279199308, + "flow": 11.519982361018185, + "inflow": 10.290778786744067, + "volume": 0, + "temperature": 25.441205935311334, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T12:00:00.000Z", + "level": 723.4838217933866, + "flow": 11.650360389388226, + "inflow": 10.469376559518047, + "volume": 0, + "temperature": 24.91661523724633, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T13:00:00.000Z", + "level": 723.4958140740432, + "flow": 12.269590855527488, + "inflow": 11.211465515201523, + "volume": 0, + "temperature": 23.084219397761498, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T14:00:00.000Z", + "level": 723.4791582112529, + "flow": 13.151723313903194, + "inflow": 11.457906467708526, + "volume": 0, + "temperature": 21.63678556833339, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T15:00:00.000Z", + "level": 723.4698266021115, + "flow": 14.030182143661804, + "inflow": 12.210372490768108, + "volume": 0, + "temperature": 20.40314983153886, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T16:00:00.000Z", + "level": 723.4802675066235, + "flow": 13.254460574039404, + "inflow": 11.842987812294492, + "volume": 0, + "temperature": 18.63551609191694, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T17:00:00.000Z", + "level": 723.4965564613941, + "flow": 13.449058473449467, + "inflow": 12.640088041052472, + "volume": 0, + "temperature": 16.86795399873376, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T18:00:00.000Z", + "level": 723.5192681553722, + "flow": 12.847001226083593, + "inflow": 12.01975364514607, + "volume": 0, + "temperature": 14.692560786411224, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T19:00:00.000Z", + "level": 723.5111018533682, + "flow": 12.477303781605604, + "inflow": 12.910392224403784, + "volume": 0, + "temperature": 13.04787823937992, + "precipitation": 7.427057016091436 + }, + { + "timestamp": "2026-05-02T20:00:00.000Z", + "level": 723.4861725079826, + "flow": 11.82958963581241, + "inflow": 13.372670968961785, + "volume": 0, + "temperature": 11.617390644576634, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T21:00:00.000Z", + "level": 723.4927752788499, + "flow": 11.16487409556268, + "inflow": 13.35229737704455, + "volume": 0, + "temperature": 9.328593462647328, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T22:00:00.000Z", + "level": 723.4707594317892, + "flow": 12.00327403816625, + "inflow": 13.789810814253306, + "volume": 0, + "temperature": 10.812407653432318, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T23:00:00.000Z", + "level": 723.481120547956, + "flow": 11.41984607282534, + "inflow": 13.735555322493513, + "volume": 0, + "temperature": 10.992415041216141, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T00:00:00.000Z", + "level": 723.4988151343106, + "flow": 11.335381219898919, + "inflow": 13.704380383057696, + "volume": 0, + "temperature": 11.642844813288512, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T01:00:00.000Z", + "level": 723.5214249042107, + "flow": 10.447160337145778, + "inflow": 14.334932001786232, + "volume": 0, + "temperature": 12.393091601271115, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T02:00:00.000Z", + "level": 723.5192086868237, + "flow": 10.56524912019973, + "inflow": 13.566347964724239, + "volume": 0, + "temperature": 13.731700838506127, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T03:00:00.000Z", + "level": 723.506209557419, + "flow": 10.688309053170318, + "inflow": 12.711787977101624, + "volume": 0, + "temperature": 15.551033937491763, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T04:00:00.000Z", + "level": 723.483406352403, + "flow": 10.416979986877726, + "inflow": 13.644784400166085, + "volume": 0, + "temperature": 18.51420107033269, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T05:00:00.000Z", + "level": 723.4848413754339, + "flow": 11.26029203735412, + "inflow": 13.610007859261852, + "volume": 0, + "temperature": 20.87205669238567, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T06:00:00.000Z", + "level": 723.4866584964849, + "flow": 11.804219519634158, + "inflow": 14.499763999740958, + "volume": 0, + "temperature": 21.73670013612821, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T07:00:00.000Z", + "level": 723.4794815214132, + "flow": 10.911452887743982, + "inflow": 13.500669594430025, + "volume": 0, + "temperature": 24.23356875725892, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T08:00:00.000Z", + "level": 723.5036304703358, + "flow": 11.075939986830585, + "inflow": 13.841586649963189, + "volume": 0, + "temperature": 25.6601511792971, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T09:00:00.000Z", + "level": 723.4819267504283, + "flow": 10.800665181944929, + "inflow": 14.25298719958501, + "volume": 0, + "temperature": 25.572615389569552, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T10:00:00.000Z", + "level": 723.4926401797642, + "flow": 10.513918728605987, + "inflow": 14.558912161602585, + "volume": 0, + "temperature": 26.49119496022802, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T11:00:00.000Z", + "level": 723.4997666917958, + "flow": 10.83727448969949, + "inflow": 15.396437982120101, + "volume": 0, + "temperature": 25.439838657649688, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T12:00:00.000Z", + "level": 723.5216263548112, + "flow": 9.875418939195905, + "inflow": 15.975864778415053, + "volume": 0, + "temperature": 24.806075935621465, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T13:00:00.000Z", + "level": 723.5385990303928, + "flow": 8.891107567453043, + "inflow": 16.083185647147694, + "volume": 0, + "temperature": 23.507064713964358, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T14:00:00.000Z", + "level": 723.5506773009818, + "flow": 8.752316854722125, + "inflow": 15.364694800587838, + "volume": 0, + "temperature": 22.160592800717424, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T15:00:00.000Z", + "level": 723.5358486625314, + "flow": 9.187644297080567, + "inflow": 14.661255481426979, + "volume": 0, + "temperature": 20.36464766507599, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T16:00:00.000Z", + "level": 723.5475836878514, + "flow": 9.483967942458658, + "inflow": 13.881065734298065, + "volume": 0, + "temperature": 18.271555384226488, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T17:00:00.000Z", + "level": 723.5545909785872, + "flow": 9.997675665057924, + "inflow": 14.307359305491373, + "volume": 0, + "temperature": 15.243925157815664, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T18:00:00.000Z", + "level": 723.5384839230769, + "flow": 10.266543534599688, + "inflow": 15.096744962232918, + "volume": 0, + "temperature": 13.564504837573981, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T19:00:00.000Z", + "level": 723.5321087619228, + "flow": 9.871424558349409, + "inflow": 15.853375370745141, + "volume": 0, + "temperature": 11.643486942483612, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T20:00:00.000Z", + "level": 723.5549702946578, + "flow": 9.190537843328643, + "inflow": 15.461849998084983, + "volume": 0, + "temperature": 10.680178145387307, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T21:00:00.000Z", + "level": 723.5449869969638, + "flow": 8.58022094171687, + "inflow": 14.616258079286954, + "volume": 0, + "temperature": 9.72756886067018, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T22:00:00.000Z", + "level": 723.5635361458848, + "flow": 8.49826926016643, + "inflow": 14.113589121897157, + "volume": 0, + "temperature": 10.924384809845572, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T23:00:00.000Z", + "level": 723.5861911791362, + "flow": 7.769609554901491, + "inflow": 13.513136671214998, + "volume": 0, + "temperature": 10.637371194804867, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T00:00:00.000Z", + "level": 723.5896274516124, + "flow": 7.515600639436254, + "inflow": 14.389103994022046, + "volume": 0, + "temperature": 10.26142383827922, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T01:00:00.000Z", + "level": 723.6073662187362, + "flow": 6.842564855520064, + "inflow": 14.669507206605287, + "volume": 0, + "temperature": 12.853243633649917, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T02:00:00.000Z", + "level": 723.6060052068262, + "flow": 7.514627508023669, + "inflow": 14.671287522097682, + "volume": 0, + "temperature": 13.34559895274696, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T03:00:00.000Z", + "level": 723.6149428212215, + "flow": 7.3735829710800225, + "inflow": 14.297625422954635, + "volume": 0, + "temperature": 15.124732771733225, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T04:00:00.000Z", + "level": 723.6157082188845, + "flow": 7.361558160291099, + "inflow": 13.92968968859665, + "volume": 0, + "temperature": 18.277327598607943, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T05:00:00.000Z", + "level": 723.6053161855865, + "flow": 7.143446519988486, + "inflow": 13.984157284851342, + "volume": 0, + "temperature": 20.587041381900114, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T06:00:00.000Z", + "level": 723.6096410844012, + "flow": 6.47186772185537, + "inflow": 13.230491751624234, + "volume": 0, + "temperature": 22.106335191954244, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T07:00:00.000Z", + "level": 723.6175908062202, + "flow": 6.307196417660755, + "inflow": 14.179923941991133, + "volume": 0, + "temperature": 24.471974775612072, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T08:00:00.000Z", + "level": 723.5957238713103, + "flow": 7.2076390547584115, + "inflow": 13.831623649025767, + "volume": 0, + "temperature": 24.33316668663639, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T09:00:00.000Z", + "level": 723.5966794764975, + "flow": 8.146569453725512, + "inflow": 12.985499580629607, + "volume": 0, + "temperature": 25.623137349606314, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T10:00:00.000Z", + "level": 723.6116783669938, + "flow": 7.8125750612072125, + "inflow": 12.253402845001814, + "volume": 0, + "temperature": 25.129417575665833, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T11:00:00.000Z", + "level": 723.5945386581187, + "flow": 8.77196017072433, + "inflow": 11.859770104690579, + "volume": 0, + "temperature": 26.332526417040103, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T12:00:00.000Z", + "level": 723.6107566453865, + "flow": 8.93211607948922, + "inflow": 11.266282949527048, + "volume": 0, + "temperature": 24.390538012573426, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T13:00:00.000Z", + "level": 723.5915034672742, + "flow": 8.879636102794036, + "inflow": 12.032538214806108, + "volume": 0, + "temperature": 23.094725179411796, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T14:00:00.000Z", + "level": 723.5854332329237, + "flow": 8.550477674759874, + "inflow": 12.338374313133004, + "volume": 0, + "temperature": 21.975675093658374, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T15:00:00.000Z", + "level": 723.5899818478941, + "flow": 8.14252018585152, + "inflow": 12.882093151356917, + "volume": 0, + "temperature": 19.109111906274237, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T16:00:00.000Z", + "level": 723.5926171638574, + "flow": 8.858962896909611, + "inflow": 13.225384669848598, + "volume": 0, + "temperature": 17.045477986201963, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T17:00:00.000Z", + "level": 723.5691548974579, + "flow": 8.175362768931816, + "inflow": 12.869640186748738, + "volume": 0, + "temperature": 15.015858258185753, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T18:00:00.000Z", + "level": 723.5879993319066, + "flow": 8.585128894136242, + "inflow": 13.56368872263625, + "volume": 0, + "temperature": 14.01232329536793, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T19:00:00.000Z", + "level": 723.574105766365, + "flow": 8.913151482337764, + "inflow": 13.671418899793185, + "volume": 0, + "temperature": 11.80200368617775, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T20:00:00.000Z", + "level": 723.5709885263643, + "flow": 8.190609177211197, + "inflow": 14.092975110390391, + "volume": 0, + "temperature": 11.809660600384289, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T21:00:00.000Z", + "level": 723.5797184869618, + "flow": 7.442946874129317, + "inflow": 14.666089331977133, + "volume": 0, + "temperature": 10.318460421123472, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T22:00:00.000Z", + "level": 723.592713556202, + "flow": 7.994893599619771, + "inflow": 13.717067756618164, + "volume": 0, + "temperature": 10.432965771191949, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T23:00:00.000Z", + "level": 723.5696701837378, + "flow": 8.803057915888548, + "inflow": 13.224680146641617, + "volume": 0, + "temperature": 10.110500638682481, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T00:00:00.000Z", + "level": 723.5549841701193, + "flow": 8.172938917670507, + "inflow": 14.208821234203654, + "volume": 0, + "temperature": 10.641037587189885, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T01:00:00.000Z", + "level": 723.5393151674527, + "flow": 8.953680009450462, + "inflow": 14.478853504757042, + "volume": 0, + "temperature": 13.25111720298029, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T02:00:00.000Z", + "level": 723.5638686740625, + "flow": 8.290025513738328, + "inflow": 14.640535456748594, + "volume": 0, + "temperature": 13.573217999575233, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T03:00:00.000Z", + "level": 723.5782674587354, + "flow": 8.25254258806901, + "inflow": 15.125071639400836, + "volume": 0, + "temperature": 15.987600891848953, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T04:00:00.000Z", + "level": 723.5935403107287, + "flow": 8.594586287379707, + "inflow": 14.681173947685766, + "volume": 0, + "temperature": 17.59294771547504, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T05:00:00.000Z", + "level": 723.6159558310876, + "flow": 8.698295870716422, + "inflow": 14.17478701260302, + "volume": 0, + "temperature": 20.470479246837296, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T06:00:00.000Z", + "level": 723.6407369141303, + "flow": 8.730872208879806, + "inflow": 14.730103876063986, + "volume": 0, + "temperature": 22.49507512473356, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T07:00:00.000Z", + "level": 723.6414211232446, + "flow": 9.462065446709198, + "inflow": 15.618652890686702, + "volume": 0, + "temperature": 23.963357504952995, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T08:00:00.000Z", + "level": 723.6174665573706, + "flow": 8.845149441143217, + "inflow": 15.139379334698875, + "volume": 0, + "temperature": 24.852237689095045, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T09:00:00.000Z", + "level": 723.5941257508827, + "flow": 9.373772447091056, + "inflow": 15.83223018100276, + "volume": 0, + "temperature": 26.35593346956964, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T10:00:00.000Z", + "level": 723.6190343609535, + "flow": 8.754029505784157, + "inflow": 15.524286262905711, + "volume": 0, + "temperature": 25.351314839431616, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T11:00:00.000Z", + "level": 723.6119816238294, + "flow": 8.476292708497272, + "inflow": 15.125654283577875, + "volume": 0, + "temperature": 26.447837301766068, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T12:00:00.000Z", + "level": 723.5897911062468, + "flow": 8.007290398240404, + "inflow": 15.715135047701187, + "volume": 0, + "temperature": 25.747550037626933, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T13:00:00.000Z", + "level": 723.6059098428847, + "flow": 8.348891972473488, + "inflow": 16.37297188451298, + "volume": 0, + "temperature": 24.268082182889184, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T14:00:00.000Z", + "level": 723.6161404464394, + "flow": 7.710318114636644, + "inflow": 15.657466938589064, + "volume": 0, + "temperature": 22.43945906275677, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T15:00:00.000Z", + "level": 723.6058124324151, + "flow": 8.058842835580922, + "inflow": 16.557927677978412, + "volume": 0, + "temperature": 19.489599423230647, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T16:00:00.000Z", + "level": 723.5921956802068, + "flow": 8.295630273311598, + "inflow": 16.423598547837745, + "volume": 0, + "temperature": 17.118013984842783, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T17:00:00.000Z", + "level": 723.5963665315192, + "flow": 8.57341597658921, + "inflow": 15.765475320150808, + "volume": 0, + "temperature": 15.492523731449188, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T18:00:00.000Z", + "level": 723.582546104755, + "flow": 8.415607826897679, + "inflow": 15.621040211928797, + "volume": 0, + "temperature": 13.187465013509133, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T19:00:00.000Z", + "level": 723.5858747900935, + "flow": 8.013164013430305, + "inflow": 14.824435049136877, + "volume": 0, + "temperature": 11.878428335477214, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T20:00:00.000Z", + "level": 723.5902533163428, + "flow": 7.855622679265102, + "inflow": 15.42178187819464, + "volume": 0, + "temperature": 11.2759495211922, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T21:00:00.000Z", + "level": 723.5710854050875, + "flow": 7.975028548852732, + "inflow": 15.960928760537428, + "volume": 0, + "temperature": 10.93471067850809, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T22:00:00.000Z", + "level": 723.578428984735, + "flow": 7.0449919969380925, + "inflow": 16.815018080474253, + "volume": 0, + "temperature": 9.432621028124688, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T23:00:00.000Z", + "level": 723.5805850737344, + "flow": 7.406739158845291, + "inflow": 16.83831602340449, + "volume": 0, + "temperature": 10.191662595680564, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T00:00:00.000Z", + "level": 723.5719287280551, + "flow": 7.913978222943896, + "inflow": 15.970434609541694, + "volume": 0, + "temperature": 11.782658664635125, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T01:00:00.000Z", + "level": 723.5815086431593, + "flow": 8.570185974245666, + "inflow": 16.803572487141775, + "volume": 0, + "temperature": 13.182833790166578, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T02:00:00.000Z", + "level": 723.5652897603002, + "flow": 8.313165841537918, + "inflow": 16.453239303851255, + "volume": 0, + "temperature": 13.378308682910443, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T03:00:00.000Z", + "level": 723.5592072888024, + "flow": 9.136145910819842, + "inflow": 16.000190552681186, + "volume": 0, + "temperature": 15.05828625207572, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T04:00:00.000Z", + "level": 723.5730058181142, + "flow": 8.617331051624582, + "inflow": 15.772559603967778, + "volume": 0, + "temperature": 17.13990853314566, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T05:00:00.000Z", + "level": 723.5501577201355, + "flow": 9.271954802794875, + "inflow": 15.098270125508279, + "volume": 0, + "temperature": 19.88814419732089, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T06:00:00.000Z", + "level": 723.5589943292659, + "flow": 9.34731665601235, + "inflow": 14.76074772341958, + "volume": 0, + "temperature": 21.59169581608923, + "precipitation": 5.558861913533746 + }, + { + "timestamp": "2026-05-06T07:00:00.000Z", + "level": 723.5593594036711, + "flow": 10.32481630668816, + "inflow": 14.936042818088328, + "volume": 0, + "temperature": 24.417058817417857, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T08:00:00.000Z", + "level": 723.5675781174767, + "flow": 11.152411557079084, + "inflow": 13.996595240259397, + "volume": 0, + "temperature": 24.62923268377639, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T09:00:00.000Z", + "level": 723.5617238076092, + "flow": 10.599999752955634, + "inflow": 14.534858709880297, + "volume": 0, + "temperature": 26.35392925608585, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T10:00:00.000Z", + "level": 723.5475501408612, + "flow": 9.7084381574625, + "inflow": 14.89142098827676, + "volume": 0, + "temperature": 25.00506869592942, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T11:00:00.000Z", + "level": 723.5641245052367, + "flow": 8.814008615031124, + "inflow": 15.234837547475456, + "volume": 0, + "temperature": 25.826176124326025, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T12:00:00.000Z", + "level": 723.5515536996915, + "flow": 9.559033396652756, + "inflow": 14.34302401330432, + "volume": 0, + "temperature": 24.98820096703464, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T13:00:00.000Z", + "level": 723.540155355482, + "flow": 8.735024913591598, + "inflow": 13.705489511576504, + "volume": 0, + "temperature": 23.023880949822633, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T14:00:00.000Z", + "level": 723.5299016415224, + "flow": 8.815860615185272, + "inflow": 13.033902502424848, + "volume": 0, + "temperature": 22.4278934700776, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T15:00:00.000Z", + "level": 723.5153588689417, + "flow": 8.401125348797155, + "inflow": 13.464729114499674, + "volume": 0, + "temperature": 19.337910509333412, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T16:00:00.000Z", + "level": 723.5025773278873, + "flow": 9.110242570127955, + "inflow": 13.737894167946658, + "volume": 0, + "temperature": 17.3152036048309, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T17:00:00.000Z", + "level": 723.5128585210683, + "flow": 9.885069697300523, + "inflow": 13.666613958068526, + "volume": 0, + "temperature": 15.716609404010832, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T18:00:00.000Z", + "level": 723.4885501510796, + "flow": 9.828066511866382, + "inflow": 13.926954136848511, + "volume": 0, + "temperature": 14.079697676281762, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T19:00:00.000Z", + "level": 723.4740987666538, + "flow": 9.193434154683015, + "inflow": 14.776413535841309, + "volume": 0, + "temperature": 11.617284731225428, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T20:00:00.000Z", + "level": 723.4820960917316, + "flow": 8.935344237842337, + "inflow": 14.313992285121461, + "volume": 0, + "temperature": 10.667615310822402, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T21:00:00.000Z", + "level": 723.5065283457204, + "flow": 8.982585815338277, + "inflow": 15.043257176141822, + "volume": 0, + "temperature": 11.195286420380137, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T22:00:00.000Z", + "level": 723.5147995703496, + "flow": 9.960877051352568, + "inflow": 14.253417265359401, + "volume": 0, + "temperature": 9.2659533619288, + "precipitation": 1.8934839865202857 + }, + { + "timestamp": "2026-05-06T23:00:00.000Z", + "level": 723.4947521533187, + "flow": 10.845379692702469, + "inflow": 15.103578822206908, + "volume": 0, + "temperature": 10.17421875319055, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T00:00:00.000Z", + "level": 723.4719387736922, + "flow": 10.534796911218333, + "inflow": 16.017936400608303, + "volume": 0, + "temperature": 11.631143105307716, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T01:00:00.000Z", + "level": 723.4574975080333, + "flow": 10.577004249997424, + "inflow": 16.64593937485203, + "volume": 0, + "temperature": 12.785745211845754, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T02:00:00.000Z", + "level": 723.4525778490512, + "flow": 11.124306801789082, + "inflow": 17.257334836816387, + "volume": 0, + "temperature": 13.73757608313096, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T03:00:00.000Z", + "level": 723.4774349920903, + "flow": 10.763300797154042, + "inflow": 17.00308000579538, + "volume": 0, + "temperature": 15.24247882645162, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T04:00:00.000Z", + "level": 723.4839333546983, + "flow": 11.401348147644379, + "inflow": 16.099026195429246, + "volume": 0, + "temperature": 18.36469545524387, + "precipitation": 0.17398123024252587 + }, + { + "timestamp": "2026-05-07T05:00:00.000Z", + "level": 723.473926813028, + "flow": 10.983744123477917, + "inflow": 16.09477888134762, + "volume": 0, + "temperature": 20.22560932706548, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T06:00:00.000Z", + "level": 723.4770658987605, + "flow": 10.677287825840128, + "inflow": 16.64837396048642, + "volume": 0, + "temperature": 22.073140628424778, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T07:00:00.000Z", + "level": 723.4937122087975, + "flow": 11.577287143909945, + "inflow": 16.630131925089326, + "volume": 0, + "temperature": 24.32660109579598, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T08:00:00.000Z", + "level": 723.4964845783935, + "flow": 12.027247499159856, + "inflow": 16.727676054873644, + "volume": 0, + "temperature": 25.28409454574341, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T09:00:00.000Z", + "level": 723.5197425268215, + "flow": 11.858719693004662, + "inflow": 16.92955961369094, + "volume": 0, + "temperature": 25.83016192040883, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T10:00:00.000Z", + "level": 723.5403309569723, + "flow": 11.668414371805554, + "inflow": 17.746634007864998, + "volume": 0, + "temperature": 25.7239651370598, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T11:00:00.000Z", + "level": 723.5647087935314, + "flow": 12.555647915264178, + "inflow": 17.07096079572139, + "volume": 0, + "temperature": 25.653317822482933, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T12:00:00.000Z", + "level": 723.5655179674113, + "flow": 11.663254869013592, + "inflow": 16.841072575817666, + "volume": 0, + "temperature": 24.783193578445903, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T13:00:00.000Z", + "level": 723.5698298876607, + "flow": 10.862275096534706, + "inflow": 16.05967894778059, + "volume": 0, + "temperature": 23.876092564421892, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T14:00:00.000Z", + "level": 723.5502053082598, + "flow": 10.800892088131853, + "inflow": 16.56056482529158, + "volume": 0, + "temperature": 21.83993485724317, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T15:00:00.000Z", + "level": 723.5682410174726, + "flow": 10.760200839851333, + "inflow": 15.94240734024644, + "volume": 0, + "temperature": 20.895908464829628, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T16:00:00.000Z", + "level": 723.5870960130945, + "flow": 10.288449091892504, + "inflow": 16.463196100859744, + "volume": 0, + "temperature": 17.33075054355427, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T17:00:00.000Z", + "level": 723.5853154100421, + "flow": 10.040820117266332, + "inflow": 15.66605551685565, + "volume": 0, + "temperature": 15.332515356811387, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T18:00:00.000Z", + "level": 723.5656750573014, + "flow": 10.14003727949291, + "inflow": 15.083765018970915, + "volume": 0, + "temperature": 13.211146646315669, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T19:00:00.000Z", + "level": 723.5606547991625, + "flow": 9.394734023037142, + "inflow": 14.105076127373303, + "volume": 0, + "temperature": 11.814768080045631, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T20:00:00.000Z", + "level": 723.5409724538159, + "flow": 10.365039717890442, + "inflow": 14.450526837168347, + "volume": 0, + "temperature": 10.862196271621594, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T21:00:00.000Z", + "level": 723.5185089735166, + "flow": 9.792450698802721, + "inflow": 14.64797381213818, + "volume": 0, + "temperature": 9.748585256973296, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T22:00:00.000Z", + "level": 723.5015967525004, + "flow": 9.303979154779434, + "inflow": 15.47894422080998, + "volume": 0, + "temperature": 9.512089135467253, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T23:00:00.000Z", + "level": 723.4871504056968, + "flow": 8.84915677395135, + "inflow": 15.526616959926361, + "volume": 0, + "temperature": 10.122973205715514, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T00:00:00.000Z", + "level": 723.5033849738275, + "flow": 8.086785211464935, + "inflow": 14.561364986120239, + "volume": 0, + "temperature": 11.147233669329452, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T01:00:00.000Z", + "level": 723.4958363256274, + "flow": 7.732101556380304, + "inflow": 14.694786312946176, + "volume": 0, + "temperature": 12.81856727976189, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T02:00:00.000Z", + "level": 723.49758087817, + "flow": 8.233227933432078, + "inflow": 13.874583574702324, + "volume": 0, + "temperature": 13.444045838977008, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T03:00:00.000Z", + "level": 723.4896069249597, + "flow": 8.66774143432714, + "inflow": 14.268059899729046, + "volume": 0, + "temperature": 15.632981608734845, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T04:00:00.000Z", + "level": 723.5077735877388, + "flow": 8.011740929651866, + "inflow": 13.531305199861393, + "volume": 0, + "temperature": 18.806777385963628, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T05:00:00.000Z", + "level": 723.525984985777, + "flow": 7.418993010102849, + "inflow": 13.145196719050373, + "volume": 0, + "temperature": 19.770190494757188, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T06:00:00.000Z", + "level": 723.5423126121514, + "flow": 6.849926780049757, + "inflow": 12.963299447654054, + "volume": 0, + "temperature": 22.625102381432047, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T07:00:00.000Z", + "level": 723.5188357833763, + "flow": 7.309054471520974, + "inflow": 11.978877416762312, + "volume": 0, + "temperature": 24.407832098375053, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T08:00:00.000Z", + "level": 723.5237078881629, + "flow": 7.725249750293703, + "inflow": 11.356670518296209, + "volume": 0, + "temperature": 24.461734481763877, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T09:00:00.000Z", + "level": 723.5090593078194, + "flow": 8.562044208235216, + "inflow": 12.203976102613721, + "volume": 0, + "temperature": 25.318122263391675, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T10:00:00.000Z", + "level": 723.4858233300095, + "flow": 8.94485322898706, + "inflow": 13.18585301639824, + "volume": 0, + "temperature": 26.929908593881887, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T11:00:00.000Z", + "level": 723.4870440892228, + "flow": 9.397558638796236, + "inflow": 12.399058626771511, + "volume": 0, + "temperature": 25.122007173737885, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T12:00:00.000Z", + "level": 723.462286470607, + "flow": 8.997286363001422, + "inflow": 12.953521904367209, + "volume": 0, + "temperature": 24.631109257986058, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T13:00:00.000Z", + "level": 723.4439899627405, + "flow": 8.41583585731753, + "inflow": 13.92327395891866, + "volume": 0, + "temperature": 23.17081901145744, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T14:00:00.000Z", + "level": 723.4633835583461, + "flow": 8.486299382147724, + "inflow": 14.39369070453266, + "volume": 0, + "temperature": 21.840389304077913, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T15:00:00.000Z", + "level": 723.4619493440949, + "flow": 8.989288931131165, + "inflow": 14.548329034994802, + "volume": 0, + "temperature": 20.903981468194576, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T16:00:00.000Z", + "level": 723.4858632581152, + "flow": 8.690209633714765, + "inflow": 15.00899786071687, + "volume": 0, + "temperature": 17.294913045443042, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T17:00:00.000Z", + "level": 723.5066884551887, + "flow": 8.21129629022692, + "inflow": 15.136712785501588, + "volume": 0, + "temperature": 15.303718841679968, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T18:00:00.000Z", + "level": 723.4947687761215, + "flow": 8.779314093184967, + "inflow": 15.800545538191635, + "volume": 0, + "temperature": 14.647429365866536, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T19:00:00.000Z", + "level": 723.4755021560946, + "flow": 8.041902028648597, + "inflow": 15.608829191023265, + "volume": 0, + "temperature": 13.252513320716266, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T20:00:00.000Z", + "level": 723.4676444324181, + "flow": 8.059250739837534, + "inflow": 15.60771831891207, + "volume": 0, + "temperature": 10.079034315291986, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T21:00:00.000Z", + "level": 723.4808831070317, + "flow": 7.153840122634923, + "inflow": 15.573281545651689, + "volume": 0, + "temperature": 9.980535874703387, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T22:00:00.000Z", + "level": 723.4657959067343, + "flow": 7.354820288456264, + "inflow": 15.042087715087042, + "volume": 0, + "temperature": 9.740488145831247, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T23:00:00.000Z", + "level": 723.4516615267348, + "flow": 8.005130111297262, + "inflow": 15.867770367455817, + "volume": 0, + "temperature": 10.663774006178247, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T00:00:00.000Z", + "level": 723.4363576476609, + "flow": 8.840195603078097, + "inflow": 15.276804603895087, + "volume": 0, + "temperature": 11.537179166245469, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T01:00:00.000Z", + "level": 723.4552588758929, + "flow": 9.668124502565442, + "inflow": 15.129471719506935, + "volume": 0, + "temperature": 12.948378443154288, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T02:00:00.000Z", + "level": 723.4373273791871, + "flow": 9.144589118505772, + "inflow": 14.30807013653527, + "volume": 0, + "temperature": 14.26580703997735, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T03:00:00.000Z", + "level": 723.4386144521185, + "flow": 8.444443019546531, + "inflow": 13.335766421454597, + "volume": 0, + "temperature": 16.322252319369984, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T04:00:00.000Z", + "level": 723.4369986087677, + "flow": 8.497111793616023, + "inflow": 12.407621482404501, + "volume": 0, + "temperature": 18.68985708232994, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T05:00:00.000Z", + "level": 723.4579873509208, + "flow": 8.293527354472985, + "inflow": 13.254203987187763, + "volume": 0, + "temperature": 21.020944762922582, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T06:00:00.000Z", + "level": 723.4515543496328, + "flow": 7.766892239361676, + "inflow": 13.023003532369946, + "volume": 0, + "temperature": 22.023742782514056, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T07:00:00.000Z", + "level": 723.4358684139755, + "flow": 8.42403776571615, + "inflow": 12.316380185011505, + "volume": 0, + "temperature": 23.7079138532425, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T08:00:00.000Z", + "level": 723.4277888158434, + "flow": 7.44369182260014, + "inflow": 11.348519322605778, + "volume": 0, + "temperature": 25.342608867891368, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T09:00:00.000Z", + "level": 723.4105063464459, + "flow": 7.6904645140567744, + "inflow": 10.502110876974035, + "volume": 0, + "temperature": 24.796265041875397, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T10:00:00.000Z", + "level": 723.4285616758216, + "flow": 6.723281215233076, + "inflow": 9.978807104906323, + "volume": 0, + "temperature": 25.691597943147464, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T11:00:00.000Z", + "level": 723.4153685612638, + "flow": 6.908934244685428, + "inflow": 10.57030580769471, + "volume": 0, + "temperature": 26.491102477354843, + "precipitation": 6.223519643619242 + }, + { + "timestamp": "2026-05-09T12:00:00.000Z", + "level": 723.4131296541516, + "flow": 6.687291742699323, + "inflow": 9.84482673019, + "volume": 0, + "temperature": 25.649032095182964, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T13:00:00.000Z", + "level": 723.4135463045843, + "flow": 5.704500902663285, + "inflow": 10.300064888380838, + "volume": 0, + "temperature": 24.350760788325765, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T14:00:00.000Z", + "level": 723.4020076853625, + "flow": 5.491083846360116, + "inflow": 9.824710786308762, + "volume": 0, + "temperature": 22.07722961580969, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T15:00:00.000Z", + "level": 723.408750957246, + "flow": 5.081649982041896, + "inflow": 10.316856644955475, + "volume": 0, + "temperature": 19.27184008860865, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T16:00:00.000Z", + "level": 723.4080522354899, + "flow": 5.8214355595404434, + "inflow": 9.66497007592425, + "volume": 0, + "temperature": 17.586017584658713, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T17:00:00.000Z", + "level": 723.4058241407016, + "flow": 5.758196164143969, + "inflow": 10.37475764741416, + "volume": 0, + "temperature": 16.817193382657596, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T18:00:00.000Z", + "level": 723.3838654409948, + "flow": 5.8400995422246424, + "inflow": 11.359248872666264, + "volume": 0, + "temperature": 13.717810823841635, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T19:00:00.000Z", + "level": 723.3702172335574, + "flow": 6.315634094627184, + "inflow": 10.675424973043418, + "volume": 0, + "temperature": 12.935314171886773, + "precipitation": 0.03415918737312951 + }, + { + "timestamp": "2026-05-09T20:00:00.000Z", + "level": 723.3883657601068, + "flow": 7.091583016655562, + "inflow": 10.241746695991186, + "volume": 0, + "temperature": 10.497199602723459, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T21:00:00.000Z", + "level": 723.3882109792711, + "flow": 6.8665145149953, + "inflow": 10.433820164634069, + "volume": 0, + "temperature": 10.787930986317605, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T22:00:00.000Z", + "level": 723.405319290835, + "flow": 7.701383248632804, + "inflow": 10.69802481257052, + "volume": 0, + "temperature": 9.401627624481211, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T23:00:00.000Z", + "level": 723.3832677646011, + "flow": 7.9009397827143495, + "inflow": 11.580589929444589, + "volume": 0, + "temperature": 10.127488331800908, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T00:00:00.000Z", + "level": 723.4070692982851, + "flow": 7.661288341454313, + "inflow": 11.16088425798769, + "volume": 0, + "temperature": 10.394785808034747, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T01:00:00.000Z", + "level": 723.3910708610172, + "flow": 7.366677031519316, + "inflow": 10.693996113730343, + "volume": 0, + "temperature": 12.59660172812766, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T02:00:00.000Z", + "level": 723.4133517933179, + "flow": 7.828753615365567, + "inflow": 10.575913644240295, + "volume": 0, + "temperature": 13.77668521098189, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T03:00:00.000Z", + "level": 723.4341687745623, + "flow": 8.032639017197369, + "inflow": 9.78245075206876, + "volume": 0, + "temperature": 16.606609857272083, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T04:00:00.000Z", + "level": 723.4203356155288, + "flow": 7.075916510624664, + "inflow": 10.533120198564143, + "volume": 0, + "temperature": 17.088350594984643, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T05:00:00.000Z", + "level": 723.4405765062438, + "flow": 7.499152903464859, + "inflow": 11.504831519307118, + "volume": 0, + "temperature": 20.36048315025809, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T06:00:00.000Z", + "level": 723.4309299137982, + "flow": 7.6722056420824325, + "inflow": 12.360957400443894, + "volume": 0, + "temperature": 22.96606255812191, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T07:00:00.000Z", + "level": 723.4166048584696, + "flow": 7.0927813484036815, + "inflow": 12.885963158492057, + "volume": 0, + "temperature": 22.802478198465536, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T08:00:00.000Z", + "level": 723.3949177521523, + "flow": 7.4395926594841395, + "inflow": 13.154065833016881, + "volume": 0, + "temperature": 24.1010419356302, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T09:00:00.000Z", + "level": 723.41471260144, + "flow": 6.613518227615241, + "inflow": 12.301600413891318, + "volume": 0, + "temperature": 26.24536203241422, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T10:00:00.000Z", + "level": 723.4125824394289, + "flow": 6.5878306900543775, + "inflow": 12.81209435639283, + "volume": 0, + "temperature": 25.418873183108143, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T11:00:00.000Z", + "level": 723.4164433671166, + "flow": 6.020483505487794, + "inflow": 12.728936535761946, + "volume": 0, + "temperature": 25.806899095998457, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T12:00:00.000Z", + "level": 723.4350130355153, + "flow": 6.759913988075239, + "inflow": 13.620368332753607, + "volume": 0, + "temperature": 24.888689069953248, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T13:00:00.000Z", + "level": 723.4206799474035, + "flow": 6.4124063010862695, + "inflow": 13.996296694682215, + "volume": 0, + "temperature": 23.494628992200663, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T14:00:00.000Z", + "level": 723.4370881805623, + "flow": 6.198040060536131, + "inflow": 14.964250685276157, + "volume": 0, + "temperature": 22.895862667541017, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T15:00:00.000Z", + "level": 723.4309563720167, + "flow": 5.4899445126332145, + "inflow": 15.036643133355756, + "volume": 0, + "temperature": 19.785498827440804, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T16:00:00.000Z", + "level": 723.4330000356629, + "flow": 6.252119548962961, + "inflow": 14.858309138264007, + "volume": 0, + "temperature": 17.116987089348346, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T17:00:00.000Z", + "level": 723.4531495682195, + "flow": 7.172261575409383, + "inflow": 14.995451442015659, + "volume": 0, + "temperature": 16.823566930361057, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T18:00:00.000Z", + "level": 723.4463871902146, + "flow": 7.4609882110329675, + "inflow": 14.558445133801513, + "volume": 0, + "temperature": 13.367868448617328, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T19:00:00.000Z", + "level": 723.4667651981506, + "flow": 8.138917063099822, + "inflow": 15.330501680100715, + "volume": 0, + "temperature": 13.24537595753082, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T20:00:00.000Z", + "level": 723.4473550002124, + "flow": 8.580542661658818, + "inflow": 15.454139397123576, + "volume": 0, + "temperature": 10.936730803362247, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T21:00:00.000Z", + "level": 723.4381878689888, + "flow": 8.074470172378982, + "inflow": 14.636932412084779, + "volume": 0, + "temperature": 10.190352537062765, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T22:00:00.000Z", + "level": 723.441964673097, + "flow": 7.591309355126315, + "inflow": 15.478592012736453, + "volume": 0, + "temperature": 10.111914454120997, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T23:00:00.000Z", + "level": 723.4378167806062, + "flow": 7.213240036975606, + "inflow": 16.477174579394422, + "volume": 0, + "temperature": 10.080341591965967, + "precipitation": 7.623855608992756 + }, + { + "timestamp": "2026-05-11T00:00:00.000Z", + "level": 723.455733753278, + "flow": 7.033694691700639, + "inflow": 16.55861198164046, + "volume": 0, + "temperature": 11.315368608558344, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T01:00:00.000Z", + "level": 723.4758582761621, + "flow": 7.959227108102706, + "inflow": 16.057506478132247, + "volume": 0, + "temperature": 13.251425136821512, + "precipitation": 11.15948214479774 + }, + { + "timestamp": "2026-05-11T02:00:00.000Z", + "level": 723.4735488742874, + "flow": 8.180117229407788, + "inflow": 16.471145156137993, + "volume": 0, + "temperature": 14.208798584148317, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T03:00:00.000Z", + "level": 723.4822244418638, + "flow": 7.782487993035718, + "inflow": 16.308670652649152, + "volume": 0, + "temperature": 16.90658798154476, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T04:00:00.000Z", + "level": 723.500350220582, + "flow": 8.628059340731074, + "inflow": 16.72013117554921, + "volume": 0, + "temperature": 17.67917571978676, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T05:00:00.000Z", + "level": 723.4916803172453, + "flow": 8.534104539945723, + "inflow": 16.385911352297008, + "volume": 0, + "temperature": 19.287515790901157, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T06:00:00.000Z", + "level": 723.4973786085877, + "flow": 7.766512571374575, + "inflow": 16.53687276977495, + "volume": 0, + "temperature": 22.314536531612195, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T07:00:00.000Z", + "level": 723.4991876102097, + "flow": 7.12286333805509, + "inflow": 16.16933812130507, + "volume": 0, + "temperature": 24.12842545829662, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T08:00:00.000Z", + "level": 723.4868334929872, + "flow": 7.0272942382699375, + "inflow": 16.78247846313145, + "volume": 0, + "temperature": 25.380008726805702, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T09:00:00.000Z", + "level": 723.503138609095, + "flow": 7.629425010634541, + "inflow": 17.635698437334263, + "volume": 0, + "temperature": 25.221672753622087, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T10:00:00.000Z", + "level": 723.5146476818966, + "flow": 8.288682238997293, + "inflow": 17.8653288963582, + "volume": 0, + "temperature": 25.137850544388176, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T11:00:00.000Z", + "level": 723.5256665835174, + "flow": 7.347541823618041, + "inflow": 16.871833371699083, + "volume": 0, + "temperature": 26.549986014511, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T12:00:00.000Z", + "level": 723.5319485955011, + "flow": 7.622789944949682, + "inflow": 16.619153871648987, + "volume": 0, + "temperature": 25.296411765889456, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T13:00:00.000Z", + "level": 723.5217796313831, + "flow": 7.768948389194017, + "inflow": 17.03469061469258, + "volume": 0, + "temperature": 23.555509586210817, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T14:00:00.000Z", + "level": 723.5331489655548, + "flow": 6.806649529502261, + "inflow": 17.751031727739075, + "volume": 0, + "temperature": 21.378641500923592, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T15:00:00.000Z", + "level": 723.5211732081079, + "flow": 6.818288875339732, + "inflow": 17.24182829095573, + "volume": 0, + "temperature": 20.608475165365416, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T16:00:00.000Z", + "level": 723.5370122202886, + "flow": 7.4023699246537955, + "inflow": 17.830064817137806, + "volume": 0, + "temperature": 18.20098554867325, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T17:00:00.000Z", + "level": 723.5178963234661, + "flow": 7.144441811420995, + "inflow": 18.29017595296055, + "volume": 0, + "temperature": 14.984994644667099, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T18:00:00.000Z", + "level": 723.4938306365303, + "flow": 6.44350747812838, + "inflow": 17.599951548666517, + "volume": 0, + "temperature": 13.4005126692742, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T19:00:00.000Z", + "level": 723.4899241068366, + "flow": 6.774923640749124, + "inflow": 17.577579478632163, + "volume": 0, + "temperature": 12.127278740193622, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T20:00:00.000Z", + "level": 723.4731973053691, + "flow": 5.990817479917199, + "inflow": 17.30727227731929, + "volume": 0, + "temperature": 11.85086591745435, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T21:00:00.000Z", + "level": 723.4516376663483, + "flow": 6.26029187297405, + "inflow": 17.482628223561342, + "volume": 0, + "temperature": 9.407345172738424, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T22:00:00.000Z", + "level": 723.4486035322124, + "flow": 5.291730366423414, + "inflow": 18.26716877257971, + "volume": 0, + "temperature": 10.262251075436193, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T23:00:00.000Z", + "level": 723.4432624666523, + "flow": 4.311941793612494, + "inflow": 17.50992096059468, + "volume": 0, + "temperature": 10.828620329483538, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T00:00:00.000Z", + "level": 723.4659774810266, + "flow": 4.392504810454879, + "inflow": 17.087184606310085, + "volume": 0, + "temperature": 11.538548450835624, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T01:00:00.000Z", + "level": 723.4685398062072, + "flow": 3.3977894576961605, + "inflow": 17.66914344393788, + "volume": 0, + "temperature": 11.85145394586544, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T02:00:00.000Z", + "level": 723.4798538882307, + "flow": 3.093489306863095, + "inflow": 16.67533323744452, + "volume": 0, + "temperature": 13.627033764722796, + "precipitation": 10.671131150577867 + }, + { + "timestamp": "2026-05-12T03:00:00.000Z", + "level": 723.4555888456911, + "flow": 3.913335407931321, + "inflow": 16.695234373146448, + "volume": 0, + "temperature": 16.354580642352904, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T04:00:00.000Z", + "level": 723.4384926758021, + "flow": 2.935874132850767, + "inflow": 17.154617995279274, + "volume": 0, + "temperature": 17.19445268446298, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T05:00:00.000Z", + "level": 723.4387445289059, + "flow": 2.0048066377232208, + "inflow": 17.57717320378281, + "volume": 0, + "temperature": 20.87426165192525, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T06:00:00.000Z", + "level": 723.4467322546975, + "flow": 1.7985338915201758, + "inflow": 17.7916887315229, + "volume": 0, + "temperature": 22.97918893989309, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T07:00:00.000Z", + "level": 723.4665773290496, + "flow": 2.3070017214986374, + "inflow": 17.120778148243733, + "volume": 0, + "temperature": 23.44262240766053, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T08:00:00.000Z", + "level": 723.4489949901687, + "flow": 1.4025183840300257, + "inflow": 17.994103442165876, + "volume": 0, + "temperature": 24.174428743676597, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T09:00:00.000Z", + "level": 723.4446523585615, + "flow": 1.4022188723117632, + "inflow": 18.554094043430403, + "volume": 0, + "temperature": 24.861034415578057, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T10:00:00.000Z", + "level": 723.4565216166235, + "flow": 0.8135986847167715, + "inflow": 18.608235816818098, + "volume": 0, + "temperature": 25.29290439698598, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T11:00:00.000Z", + "level": 723.4737014862292, + "flow": 0.6583546780106744, + "inflow": 18.328182894102646, + "volume": 0, + "temperature": 25.16303990586231, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T12:00:00.000Z", + "level": 723.4910600040002, + "flow": 0, + "inflow": 18.118288377107866, + "volume": 0, + "temperature": 24.976176599078528, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T13:00:00.000Z", + "level": 723.4880506356384, + "flow": 0.7776793144654954, + "inflow": 18.28300344570322, + "volume": 0, + "temperature": 24.13446480160686, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T14:00:00.000Z", + "level": 723.488246209751, + "flow": 1.213134947332081, + "inflow": 18.93916186806213, + "volume": 0, + "temperature": 22.7651105743049, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T15:00:00.000Z", + "level": 723.4817507185696, + "flow": 0.6770000754550125, + "inflow": 19.042104313191352, + "volume": 0, + "temperature": 20.964396899777284, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T16:00:00.000Z", + "level": 723.4696854640557, + "flow": 0.2592158551539634, + "inflow": 18.05231364442688, + "volume": 0, + "temperature": 17.97106127436099, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T17:00:00.000Z", + "level": 723.4482166045547, + "flow": 0, + "inflow": 17.15714707008024, + "volume": 0, + "temperature": 15.603987919002329, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T18:00:00.000Z", + "level": 723.4441714776922, + "flow": 0, + "inflow": 17.24007055845997, + "volume": 0, + "temperature": 14.119606837011245, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T19:00:00.000Z", + "level": 723.4506806167255, + "flow": 0.6848210443307563, + "inflow": 16.47389248815947, + "volume": 0, + "temperature": 12.477568449300446, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T20:00:00.000Z", + "level": 723.4466369309729, + "flow": 0.1562725944247565, + "inflow": 15.510199662605508, + "volume": 0, + "temperature": 11.631677475984025, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T21:00:00.000Z", + "level": 723.45991645013, + "flow": 0, + "inflow": 15.124199244112534, + "volume": 0, + "temperature": 9.676590379335511, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T22:00:00.000Z", + "level": 723.4634138591572, + "flow": 0.44398375815554525, + "inflow": 15.877034177748438, + "volume": 0, + "temperature": 10.799263990605223, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T23:00:00.000Z", + "level": 723.4604224773093, + "flow": 0, + "inflow": 15.926011956741318, + "volume": 0, + "temperature": 9.953967113698805, + "precipitation": 13.933057043231889 + }, + { + "timestamp": "2026-05-13T00:00:00.000Z", + "level": 723.4621755250618, + "flow": 0, + "inflow": 15.504082916690724, + "volume": 0, + "temperature": 11.59622199200537, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T01:00:00.000Z", + "level": 723.4786106572166, + "flow": 0, + "inflow": 16.011068068586237, + "volume": 0, + "temperature": 11.387995018763919, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T02:00:00.000Z", + "level": 723.4781766539503, + "flow": 0.03220445752562684, + "inflow": 16.04208490953689, + "volume": 0, + "temperature": 14.901623191715563, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T03:00:00.000Z", + "level": 723.4854646370491, + "flow": 0, + "inflow": 15.627235051120152, + "volume": 0, + "temperature": 16.130330188938217, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T04:00:00.000Z", + "level": 723.4825822045284, + "flow": 0, + "inflow": 15.591627850918192, + "volume": 0, + "temperature": 17.929908639528033, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T05:00:00.000Z", + "level": 723.5045691818711, + "flow": 0.35340367700265185, + "inflow": 14.636011139596215, + "volume": 0, + "temperature": 20.24036167977981, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T06:00:00.000Z", + "level": 723.5204247406631, + "flow": 0, + "inflow": 13.890921999156403, + "volume": 0, + "temperature": 21.577598616240202, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T07:00:00.000Z", + "level": 723.541600543604, + "flow": 0, + "inflow": 13.919107495469156, + "volume": 0, + "temperature": 23.970026226790292, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T08:00:00.000Z", + "level": 723.5565318709135, + "flow": 0, + "inflow": 12.945797291499245, + "volume": 0, + "temperature": 25.61621373153447, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T09:00:00.000Z", + "level": 723.571365049847, + "flow": 0, + "inflow": 12.123474238760936, + "volume": 0, + "temperature": 25.55523110060195, + "precipitation": 4.112201664600622 + }, + { + "timestamp": "2026-05-13T10:00:00.000Z", + "level": 723.5472119993747, + "flow": 0, + "inflow": 11.51682317058921, + "volume": 0, + "temperature": 25.255311888474477, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T11:00:00.000Z", + "level": 723.5247846025201, + "flow": 0, + "inflow": 10.674630402776394, + "volume": 0, + "temperature": 25.185695370017154, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T12:00:00.000Z", + "level": 723.5327428451822, + "flow": 0, + "inflow": 11.416100489010416, + "volume": 0, + "temperature": 25.385993091683837, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T13:00:00.000Z", + "level": 723.5554650142434, + "flow": 0, + "inflow": 11.505287058695659, + "volume": 0, + "temperature": 23.332430152540667, + "precipitation": 6.3949866606149985 + }, + { + "timestamp": "2026-05-13T14:00:00.000Z", + "level": 723.5733778513846, + "flow": 0.6581658358219498, + "inflow": 10.739928189404242, + "volume": 0, + "temperature": 21.704475727050973, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T15:00:00.000Z", + "level": 723.5518239980141, + "flow": 1.537970467791144, + "inflow": 11.666249002681266, + "volume": 0, + "temperature": 19.94252239310694, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T16:00:00.000Z", + "level": 723.5390488670577, + "flow": 1.7934734461937758, + "inflow": 12.008778349831262, + "volume": 0, + "temperature": 18.704981467755967, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T17:00:00.000Z", + "level": 723.559416956162, + "flow": 0.9690171596488031, + "inflow": 11.722396305541391, + "volume": 0, + "temperature": 15.111491711090737, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T18:00:00.000Z", + "level": 723.5372906542427, + "flow": 1.485123183246571, + "inflow": 12.664307097835206, + "volume": 0, + "temperature": 13.453812361656203, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T19:00:00.000Z", + "level": 723.5452822237538, + "flow": 0.6801758453569517, + "inflow": 13.08199285002831, + "volume": 0, + "temperature": 11.708634075591178, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T20:00:00.000Z", + "level": 723.5619387904707, + "flow": 0, + "inflow": 12.35508795051837, + "volume": 0, + "temperature": 10.580407304614141, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T21:00:00.000Z", + "level": 723.5428467286031, + "flow": 0.5139189436138984, + "inflow": 12.824524935340268, + "volume": 0, + "temperature": 9.842242935161126, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T22:00:00.000Z", + "level": 723.5180321408025, + "flow": 0, + "inflow": 12.161524372086806, + "volume": 0, + "temperature": 9.941554744812446, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T23:00:00.000Z", + "level": 723.5097844545157, + "flow": 0.12352692748048755, + "inflow": 11.542075464727283, + "volume": 0, + "temperature": 10.681936825875741, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T00:00:00.000Z", + "level": 723.4914377511865, + "flow": 0.6982284066835325, + "inflow": 11.934470806165969, + "volume": 0, + "temperature": 10.985010035616176, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T01:00:00.000Z", + "level": 723.486160701224, + "flow": 0, + "inflow": 11.681226195483474, + "volume": 0, + "temperature": 13.294229242778052, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T02:00:00.000Z", + "level": 723.4919851137005, + "flow": 0, + "inflow": 10.84153102465336, + "volume": 0, + "temperature": 13.694033618002615, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T03:00:00.000Z", + "level": 723.501912601695, + "flow": 0.006063222390060297, + "inflow": 10.038337948064147, + "volume": 0, + "temperature": 15.813631241288626, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T04:00:00.000Z", + "level": 723.5202576122692, + "flow": 0, + "inflow": 10.78614652129372, + "volume": 0, + "temperature": 18.100184907336736, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T05:00:00.000Z", + "level": 723.5207004058097, + "flow": 0, + "inflow": 11.671571131239507, + "volume": 0, + "temperature": 20.568011590222206, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T06:00:00.000Z", + "level": 723.5033114077623, + "flow": 0, + "inflow": 10.975535899788063, + "volume": 0, + "temperature": 21.19998642649923, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T07:00:00.000Z", + "level": 723.4936489964084, + "flow": 0.7402767099455461, + "inflow": 10.434493222905044, + "volume": 0, + "temperature": 24.371632239540297, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T08:00:00.000Z", + "level": 723.4830888884641, + "flow": 1.2065182481771188, + "inflow": 10.044674729953794, + "volume": 0, + "temperature": 24.136310327990923, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T09:00:00.000Z", + "level": 723.4793344825722, + "flow": 1.4514988967782743, + "inflow": 10.882833360560397, + "volume": 0, + "temperature": 24.774921142719922, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T10:00:00.000Z", + "level": 723.4646723610665, + "flow": 2.362524565252148, + "inflow": 11.05645271125223, + "volume": 0, + "temperature": 26.29662399922116, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T11:00:00.000Z", + "level": 723.4720682144747, + "flow": 1.5714082732757535, + "inflow": 11.109080090201285, + "volume": 0, + "temperature": 25.585089924769484, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T12:00:00.000Z", + "level": 723.4904457802554, + "flow": 0.9865309718014426, + "inflow": 11.785377573839474, + "volume": 0, + "temperature": 25.754108064104315, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T13:00:00.000Z", + "level": 723.471293572247, + "flow": 0.4947875274521385, + "inflow": 11.488516408629133, + "volume": 0, + "temperature": 23.770062908304325, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T14:00:00.000Z", + "level": 723.4716281262342, + "flow": 0.9226214378685147, + "inflow": 11.98415085270589, + "volume": 0, + "temperature": 22.829995993756683, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T15:00:00.000Z", + "level": 723.4782417056638, + "flow": 0.331326165424076, + "inflow": 11.689798514864215, + "volume": 0, + "temperature": 20.23912904250129, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T16:00:00.000Z", + "level": 723.4928956447469, + "flow": 0, + "inflow": 10.890261458944611, + "volume": 0, + "temperature": 18.66803601921169, + "precipitation": 3.260107247980497 + }, + { + "timestamp": "2026-05-14T17:00:00.000Z", + "level": 723.4929218308802, + "flow": 0, + "inflow": 10.425721082049497, + "volume": 0, + "temperature": 15.153780533113082, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T18:00:00.000Z", + "level": 723.5098784420453, + "flow": 0.5973662812436511, + "inflow": 10.763715792419402, + "volume": 0, + "temperature": 14.72095270672211, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T19:00:00.000Z", + "level": 723.5160603376195, + "flow": 0.7736950652101777, + "inflow": 10.95551032359177, + "volume": 0, + "temperature": 11.51793940277548, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T20:00:00.000Z", + "level": 723.5073569895305, + "flow": 0, + "inflow": 11.437260830657294, + "volume": 0, + "temperature": 10.439795674764573, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T21:00:00.000Z", + "level": 723.5054692550733, + "flow": 0, + "inflow": 12.32143067629712, + "volume": 0, + "temperature": 9.772675698998768, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T22:00:00.000Z", + "level": 723.518336515991, + "flow": 0, + "inflow": 13.274379420767653, + "volume": 0, + "temperature": 10.878488116847027, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T23:00:00.000Z", + "level": 723.5150960320676, + "flow": 0.47448147366990945, + "inflow": 12.773441400036731, + "volume": 0, + "temperature": 10.309472058856223, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T00:00:00.000Z", + "level": 723.5396057949048, + "flow": 0.9995508990317692, + "inflow": 12.01522004265465, + "volume": 0, + "temperature": 10.418711057697898, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T01:00:00.000Z", + "level": 723.5258420590542, + "flow": 0.6577291156453233, + "inflow": 12.04695663422153, + "volume": 0, + "temperature": 12.120987185467214, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T02:00:00.000Z", + "level": 723.5338820071283, + "flow": 0, + "inflow": 11.495925219402318, + "volume": 0, + "temperature": 14.031175213959267, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T03:00:00.000Z", + "level": 723.5190500275381, + "flow": 0.1311774552900995, + "inflow": 10.74036646500965, + "volume": 0, + "temperature": 16.56695405107958, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T04:00:00.000Z", + "level": 723.5436953566448, + "flow": 0.6456429728433504, + "inflow": 11.004209910293909, + "volume": 0, + "temperature": 18.75026673626712, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T05:00:00.000Z", + "level": 723.5218905178385, + "flow": 1.1406262533584268, + "inflow": 11.21276661236977, + "volume": 0, + "temperature": 19.090553067266367, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T06:00:00.000Z", + "level": 723.5152649070624, + "flow": 0.5414938452720128, + "inflow": 10.671921061400743, + "volume": 0, + "temperature": 22.499140241823657, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T07:00:00.000Z", + "level": 723.4940477893789, + "flow": 0, + "inflow": 10.52261935836236, + "volume": 0, + "temperature": 23.922361822645872, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T08:00:00.000Z", + "level": 723.4883464312204, + "flow": 0, + "inflow": 9.98879341960198, + "volume": 0, + "temperature": 24.5581288094366, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T09:00:00.000Z", + "level": 723.5088893012751, + "flow": 0, + "inflow": 9.14873807207051, + "volume": 0, + "temperature": 26.500762597789574, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T10:00:00.000Z", + "level": 723.5060148878752, + "flow": 0, + "inflow": 8.247955620270497, + "volume": 0, + "temperature": 26.24026085935209, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T11:00:00.000Z", + "level": 723.521845326073, + "flow": 0.6788728630556777, + "inflow": 7.9178160676440505, + "volume": 0, + "temperature": 25.020204396646403, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T12:00:00.000Z", + "level": 723.5465472039203, + "flow": 1.2026680129480525, + "inflow": 7.006467775194238, + "volume": 0, + "temperature": 24.524750832953863, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T13:00:00.000Z", + "level": 723.533385889009, + "flow": 1.5093371022176019, + "inflow": 6.1635631029571085, + "volume": 0, + "temperature": 24.06706614876394, + "precipitation": 0.4331790803959412 + }, + { + "timestamp": "2026-05-15T14:00:00.000Z", + "level": 723.5386703973335, + "flow": 1.0079869937600048, + "inflow": 6.941920198493849, + "volume": 0, + "temperature": 22.222279361848965, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T15:00:00.000Z", + "level": 723.5567705860595, + "flow": 0.8819338175252232, + "inflow": 7.479133873887999, + "volume": 0, + "temperature": 19.09399153803578, + "precipitation": 13.36998066314652 + }, + { + "timestamp": "2026-05-15T16:00:00.000Z", + "level": 723.557191055841, + "flow": 0, + "inflow": 6.517990985372836, + "volume": 0, + "temperature": 18.198443152445357, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T17:00:00.000Z", + "level": 723.5564992708003, + "flow": 0, + "inflow": 7.047804525904825, + "volume": 0, + "temperature": 15.07706797491841, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T18:00:00.000Z", + "level": 723.5694448474623, + "flow": 0, + "inflow": 6.5105199729828005, + "volume": 0, + "temperature": 13.888747928364571, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T19:00:00.000Z", + "level": 723.5730605246123, + "flow": 0, + "inflow": 5.909047862424874, + "volume": 0, + "temperature": 13.112448007234963, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T20:00:00.000Z", + "level": 723.5644213421729, + "flow": 0, + "inflow": 6.591319396902977, + "volume": 0, + "temperature": 10.492794173324276, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T21:00:00.000Z", + "level": 723.5407095753945, + "flow": 0.20899053318216376, + "inflow": 7.140564079620462, + "volume": 0, + "temperature": 10.16963811637156, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T22:00:00.000Z", + "level": 723.5532712174053, + "flow": 0.4577310576375684, + "inflow": 7.422269931784376, + "volume": 0, + "temperature": 10.628546967235614, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T23:00:00.000Z", + "level": 723.5288787646307, + "flow": 0.9372539163134723, + "inflow": 7.188045340823567, + "volume": 0, + "temperature": 10.060241943576266, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T00:00:00.000Z", + "level": 723.5296605228467, + "flow": 1.2149104842607503, + "inflow": 7.670208913731013, + "volume": 0, + "temperature": 10.216042027053401, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T01:00:00.000Z", + "level": 723.5106651157414, + "flow": 1.1606514910817372, + "inflow": 6.9108613496480915, + "volume": 0, + "temperature": 11.923907314520775, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T02:00:00.000Z", + "level": 723.5340175783252, + "flow": 1.299903110481901, + "inflow": 6.586933992596622, + "volume": 0, + "temperature": 14.806004631350035, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T03:00:00.000Z", + "level": 723.5536547004019, + "flow": 1.7770398261666838, + "inflow": 5.909111030794048, + "volume": 0, + "temperature": 15.5435393701803, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T04:00:00.000Z", + "level": 723.5545755533648, + "flow": 1.9967196303433714, + "inflow": 6.329945972079386, + "volume": 0, + "temperature": 18.326046031651742, + "precipitation": 0.4080325032919563 + }, + { + "timestamp": "2026-05-16T05:00:00.000Z", + "level": 723.552180100319, + "flow": 2.8358627786063386, + "inflow": 6.192540091105219, + "volume": 0, + "temperature": 20.641758199238414, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T06:00:00.000Z", + "level": 723.5411349246428, + "flow": 2.670736868617801, + "inflow": 5.794679654161293, + "volume": 0, + "temperature": 21.359079528347888, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T07:00:00.000Z", + "level": 723.5196073668847, + "flow": 2.7142916289135806, + "inflow": 5.0124408275819, + "volume": 0, + "temperature": 24.14926061744541, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T08:00:00.000Z", + "level": 723.5183411700235, + "flow": 3.0341666718003015, + "inflow": 5.827701052731918, + "volume": 0, + "temperature": 24.0680898352934, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T09:00:00.000Z", + "level": 723.4959265804924, + "flow": 3.799112403470061, + "inflow": 4.846342031661878, + "volume": 0, + "temperature": 24.798764232383, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T10:00:00.000Z", + "level": 723.4750997505043, + "flow": 4.604246672403377, + "inflow": 4.763733673923229, + "volume": 0, + "temperature": 25.54479022553707, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T11:00:00.000Z", + "level": 723.4615843020712, + "flow": 4.9048084733434045, + "inflow": 4.152039975947324, + "volume": 0, + "temperature": 26.322879956027766, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T12:00:00.000Z", + "level": 723.4791019893939, + "flow": 5.086133460256695, + "inflow": 3.9592466456233915, + "volume": 0, + "temperature": 24.517187815160753, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T13:00:00.000Z", + "level": 723.4797091862853, + "flow": 5.054278357321309, + "inflow": 3.638580732934901, + "volume": 0, + "temperature": 23.12804885736994, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T14:00:00.000Z", + "level": 723.5037186008459, + "flow": 5.066421919067214, + "inflow": 4.2666772342969495, + "volume": 0, + "temperature": 22.773643563750955, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T15:00:00.000Z", + "level": 723.5043649434409, + "flow": 5.738248462846011, + "inflow": 4.248990668938022, + "volume": 0, + "temperature": 20.34846742784259, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T16:00:00.000Z", + "level": 723.5265070858846, + "flow": 5.379030461491126, + "inflow": 4.681996497551888, + "volume": 0, + "temperature": 17.479496119802256, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T17:00:00.000Z", + "level": 723.5281160597648, + "flow": 5.614587966227221, + "inflow": 5.408612115636385, + "volume": 0, + "temperature": 16.280269467473335, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T18:00:00.000Z", + "level": 723.5133282240273, + "flow": 6.049608653707489, + "inflow": 5.397092919546971, + "volume": 0, + "temperature": 14.136012993839659, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T19:00:00.000Z", + "level": 723.5299887735682, + "flow": 5.369136405309661, + "inflow": 5.159586913815852, + "volume": 0, + "temperature": 11.748136081367866, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T20:00:00.000Z", + "level": 723.5535977732358, + "flow": 5.942226032248779, + "inflow": 4.987788770022924, + "volume": 0, + "temperature": 11.988740183102466, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T21:00:00.000Z", + "level": 723.5302009655343, + "flow": 6.202355406270042, + "inflow": 4.434891927910787, + "volume": 0, + "temperature": 9.710945604503946, + "precipitation": 14.65046385847518 + }, + { + "timestamp": "2026-05-16T22:00:00.000Z", + "level": 723.514790963137, + "flow": 6.609475804355769, + "inflow": 5.4248300638217515, + "volume": 0, + "temperature": 10.377650860833853, + "precipitation": 11.963816057766653 + }, + { + "timestamp": "2026-05-16T23:00:00.000Z", + "level": 723.5035886151032, + "flow": 6.383734424317666, + "inflow": 5.107743474152062, + "volume": 0, + "temperature": 9.816949207290428, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T00:00:00.000Z", + "level": 723.5045865318223, + "flow": 5.9364749616109584, + "inflow": 5.69424460385793, + "volume": 0, + "temperature": 11.612325573226677, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T01:00:00.000Z", + "level": 723.5098532664357, + "flow": 5.034842382471785, + "inflow": 6.372056763511398, + "volume": 0, + "temperature": 12.091015131983173, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T02:00:00.000Z", + "level": 723.5102566530101, + "flow": 5.628977870924553, + "inflow": 5.578642249397365, + "volume": 0, + "temperature": 14.762251586905256, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T03:00:00.000Z", + "level": 723.5082576772053, + "flow": 5.753458240060431, + "inflow": 5.697624435093148, + "volume": 0, + "temperature": 15.807508398570395, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T04:00:00.000Z", + "level": 723.5298123060073, + "flow": 6.508139870515588, + "inflow": 5.335429032152488, + "volume": 0, + "temperature": 18.131593035673205, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T05:00:00.000Z", + "level": 723.5342990800822, + "flow": 6.468663070134324, + "inflow": 6.023309358238738, + "volume": 0, + "temperature": 19.183785290593487, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T06:00:00.000Z", + "level": 723.5357245914497, + "flow": 5.831397441614404, + "inflow": 5.934363222288917, + "volume": 0, + "temperature": 21.035411878681856, + "precipitation": 6.530575655408245 + }, + { + "timestamp": "2026-05-17T07:00:00.000Z", + "level": 723.5401011185245, + "flow": 6.667146483804496, + "inflow": 6.4442704063017615, + "volume": 0, + "temperature": 23.2769194389998, + "precipitation": 0.9141142647193357 + }, + { + "timestamp": "2026-05-17T08:00:00.000Z", + "level": 723.5281487936603, + "flow": 6.267020857560658, + "inflow": 7.225583805181582, + "volume": 0, + "temperature": 24.779282581826124, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T09:00:00.000Z", + "level": 723.5389366724443, + "flow": 5.519390247223404, + "inflow": 7.818860868891795, + "volume": 0, + "temperature": 25.9051881251502, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T10:00:00.000Z", + "level": 723.5601846650991, + "flow": 6.04115475452039, + "inflow": 8.662957233375362, + "volume": 0, + "temperature": 25.68267575390534, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T11:00:00.000Z", + "level": 723.5808900031967, + "flow": 5.37701679102652, + "inflow": 8.344690744516438, + "volume": 0, + "temperature": 26.519518964866833, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T12:00:00.000Z", + "level": 723.5791550240926, + "flow": 5.698234141044489, + "inflow": 7.907998884875349, + "volume": 0, + "temperature": 25.2977969527838, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T13:00:00.000Z", + "level": 723.6013180525725, + "flow": 6.306009547631044, + "inflow": 7.027004612957617, + "volume": 0, + "temperature": 24.239573348222528, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T14:00:00.000Z", + "level": 723.5932510585276, + "flow": 6.346634059269826, + "inflow": 6.560908829995036, + "volume": 0, + "temperature": 21.094077267596674, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T15:00:00.000Z", + "level": 723.5901316145789, + "flow": 6.169406623728892, + "inflow": 7.1682558014354845, + "volume": 0, + "temperature": 20.962269819443943, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T16:00:00.000Z", + "level": 723.5762002490534, + "flow": 5.814867366493478, + "inflow": 7.623276899733445, + "volume": 0, + "temperature": 18.069656126053065, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T17:00:00.000Z", + "level": 723.5734335066949, + "flow": 6.225066215345219, + "inflow": 8.214964592910277, + "volume": 0, + "temperature": 15.553372152318538, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T18:00:00.000Z", + "level": 723.5527424650006, + "flow": 6.293576928058043, + "inflow": 8.870192802671783, + "volume": 0, + "temperature": 14.066976275404304, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T19:00:00.000Z", + "level": 723.5403018524852, + "flow": 6.896279301034483, + "inflow": 9.070688065073275, + "volume": 0, + "temperature": 12.050969741853702, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T20:00:00.000Z", + "level": 723.535829377981, + "flow": 5.972553875690359, + "inflow": 9.420877702501404, + "volume": 0, + "temperature": 11.043936781034777, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T21:00:00.000Z", + "level": 723.5226530695875, + "flow": 6.019264648433896, + "inflow": 8.963620428006235, + "volume": 0, + "temperature": 9.428717355189896, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T22:00:00.000Z", + "level": 723.5399931331576, + "flow": 6.703927523401236, + "inflow": 9.175715111443099, + "volume": 0, + "temperature": 10.293372579056868, + "precipitation": 11.992089605610932 + }, + { + "timestamp": "2026-05-17T23:00:00.000Z", + "level": 723.5277548634763, + "flow": 7.411492975075893, + "inflow": 9.607154314651975, + "volume": 0, + "temperature": 9.432860165237518, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T00:00:00.000Z", + "level": 723.5091490003091, + "flow": 6.789396470342801, + "inflow": 10.038646799615702, + "volume": 0, + "temperature": 11.682888714162136, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T01:00:00.000Z", + "level": 723.5137990627317, + "flow": 7.273121279763378, + "inflow": 9.170482553629533, + "volume": 0, + "temperature": 12.604390653549231, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T02:00:00.000Z", + "level": 723.5176475122761, + "flow": 6.436240599598193, + "inflow": 8.66372785024565, + "volume": 0, + "temperature": 13.736638642531272, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T03:00:00.000Z", + "level": 723.5127622766781, + "flow": 7.007204720277154, + "inflow": 9.546249806588499, + "volume": 0, + "temperature": 15.602993786772718, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T04:00:00.000Z", + "level": 723.5285759019522, + "flow": 6.8910877779882105, + "inflow": 9.374538551553108, + "volume": 0, + "temperature": 18.262674163554514, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T05:00:00.000Z", + "level": 723.5388528432738, + "flow": 7.296077375108502, + "inflow": 9.071549633517552, + "volume": 0, + "temperature": 20.22940751965262, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T06:00:00.000Z", + "level": 723.5161861575222, + "flow": 6.550719619132838, + "inflow": 8.877777865476915, + "volume": 0, + "temperature": 21.117918276347304, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T07:00:00.000Z", + "level": 723.5207265163355, + "flow": 6.26969165387203, + "inflow": 8.45738165767589, + "volume": 0, + "temperature": 22.986060314742023, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T08:00:00.000Z", + "level": 723.537442872816, + "flow": 5.276865889126469, + "inflow": 8.412011957424982, + "volume": 0, + "temperature": 24.245009096386145, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T09:00:00.000Z", + "level": 723.5426013824069, + "flow": 4.645675293030926, + "inflow": 7.624420662501393, + "volume": 0, + "temperature": 25.42372094698731, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T10:00:00.000Z", + "level": 723.5605405197653, + "flow": 4.653895865018816, + "inflow": 8.326504849023664, + "volume": 0, + "temperature": 25.49800917873319, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T11:00:00.000Z", + "level": 723.5387442238543, + "flow": 5.398679129792337, + "inflow": 7.3507576922844375, + "volume": 0, + "temperature": 24.91082934676659, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T12:00:00.000Z", + "level": 723.5366994717799, + "flow": 6.3899686293432705, + "inflow": 7.0852180383469445, + "volume": 0, + "temperature": 25.15628569856178, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T13:00:00.000Z", + "level": 723.5435566468589, + "flow": 6.42932732036722, + "inflow": 6.442549325169807, + "volume": 0, + "temperature": 23.104747697733853, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T14:00:00.000Z", + "level": 723.5655763717459, + "flow": 5.624308546436636, + "inflow": 6.268324831129741, + "volume": 0, + "temperature": 22.256131970469617, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T15:00:00.000Z", + "level": 723.5719270453981, + "flow": 4.788771299894561, + "inflow": 7.119328322810038, + "volume": 0, + "temperature": 19.308748966392823, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T16:00:00.000Z", + "level": 723.56322674826, + "flow": 4.777699079179323, + "inflow": 7.31722330274044, + "volume": 0, + "temperature": 17.809766041767322, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T17:00:00.000Z", + "level": 723.5580926341298, + "flow": 5.6558804064657355, + "inflow": 7.1101093071876065, + "volume": 0, + "temperature": 16.79335735283955, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T18:00:00.000Z", + "level": 723.5390917016371, + "flow": 5.72594902048799, + "inflow": 7.249628767296125, + "volume": 0, + "temperature": 14.789701232481859, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T19:00:00.000Z", + "level": 723.5166774820586, + "flow": 5.432270769151703, + "inflow": 7.677238898212132, + "volume": 0, + "temperature": 12.2208638481996, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T20:00:00.000Z", + "level": 723.5353327176549, + "flow": 5.383544939624656, + "inflow": 7.792175764975123, + "volume": 0, + "temperature": 11.345596545743145, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T21:00:00.000Z", + "level": 723.5214359141191, + "flow": 5.603984812653673, + "inflow": 7.30649825934805, + "volume": 0, + "temperature": 9.468913824780604, + "precipitation": 8.219744644869467 + }, + { + "timestamp": "2026-05-18T22:00:00.000Z", + "level": 723.521656141553, + "flow": 6.136218650614341, + "inflow": 6.892977459461829, + "volume": 0, + "temperature": 10.378248680255275, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T23:00:00.000Z", + "level": 723.5259210352872, + "flow": 6.167276234064285, + "inflow": 7.395389024625578, + "volume": 0, + "temperature": 11.033216669312946, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T00:00:00.000Z", + "level": 723.5085468697415, + "flow": 6.02270553255444, + "inflow": 8.016686270425053, + "volume": 0, + "temperature": 11.338362176868804, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T01:00:00.000Z", + "level": 723.4945649114364, + "flow": 5.737640594955594, + "inflow": 7.4868051206892074, + "volume": 0, + "temperature": 13.335115409038856, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T02:00:00.000Z", + "level": 723.4697510225247, + "flow": 5.65783032639415, + "inflow": 8.03127774108349, + "volume": 0, + "temperature": 14.382789510828294, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T03:00:00.000Z", + "level": 723.4625172129922, + "flow": 5.846701364146771, + "inflow": 8.494270760901802, + "volume": 0, + "temperature": 16.531579215958452, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T04:00:00.000Z", + "level": 723.4823256926041, + "flow": 6.477352844500285, + "inflow": 9.464067844952439, + "volume": 0, + "temperature": 17.505804089514566, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T05:00:00.000Z", + "level": 723.4838854717136, + "flow": 6.715398031222706, + "inflow": 9.990897529960671, + "volume": 0, + "temperature": 19.100582811108282, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T06:00:00.000Z", + "level": 723.4913686861678, + "flow": 6.196095181780845, + "inflow": 10.80464313664951, + "volume": 0, + "temperature": 21.408113561880807, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T07:00:00.000Z", + "level": 723.4867539284245, + "flow": 5.764138060068518, + "inflow": 10.092661128780515, + "volume": 0, + "temperature": 22.80793195289964, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T08:00:00.000Z", + "level": 723.5050621232359, + "flow": 5.854904124210089, + "inflow": 9.655974164279979, + "volume": 0, + "temperature": 24.68232180790079, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T09:00:00.000Z", + "level": 723.5026610385494, + "flow": 6.299343466067038, + "inflow": 9.22948612449419, + "volume": 0, + "temperature": 25.035975999489153, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T10:00:00.000Z", + "level": 723.5003409490421, + "flow": 7.291821434090421, + "inflow": 8.313137549475819, + "volume": 0, + "temperature": 26.72804185031434, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T11:00:00.000Z", + "level": 723.4970386741786, + "flow": 7.500641157186985, + "inflow": 8.561334488866738, + "volume": 0, + "temperature": 25.1458428717224, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T12:00:00.000Z", + "level": 723.4748198245242, + "flow": 7.675529021813322, + "inflow": 8.072086653857983, + "volume": 0, + "temperature": 24.29212453697843, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T13:00:00.000Z", + "level": 723.4614292257324, + "flow": 6.78852921621556, + "inflow": 8.503871881831707, + "volume": 0, + "temperature": 23.349750082642693, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T14:00:00.000Z", + "level": 723.4424079924556, + "flow": 6.015424888693181, + "inflow": 8.550776808567244, + "volume": 0, + "temperature": 21.161952048691525, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T15:00:00.000Z", + "level": 723.4274742417771, + "flow": 5.436012750288348, + "inflow": 7.5607424733665605, + "volume": 0, + "temperature": 21.006374385371547, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T16:00:00.000Z", + "level": 723.4114488718424, + "flow": 4.621463077914365, + "inflow": 8.434809025217683, + "volume": 0, + "temperature": 18.93328690028136, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T17:00:00.000Z", + "level": 723.4057644157926, + "flow": 3.718425064889538, + "inflow": 7.446623246080965, + "volume": 0, + "temperature": 15.87389571456977, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T18:00:00.000Z", + "level": 723.3960308675946, + "flow": 3.791169272818352, + "inflow": 7.747661602512157, + "volume": 0, + "temperature": 14.46942211706466, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T19:00:00.000Z", + "level": 723.4073769150725, + "flow": 4.614829677412276, + "inflow": 7.288923296160198, + "volume": 0, + "temperature": 12.992973059668602, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T20:00:00.000Z", + "level": 723.3942167240124, + "flow": 4.849209528061483, + "inflow": 6.328621814543602, + "volume": 0, + "temperature": 10.886473640157156, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T21:00:00.000Z", + "level": 723.3712577327826, + "flow": 4.832699204937121, + "inflow": 6.089899988314883, + "volume": 0, + "temperature": 10.01202603222914, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T22:00:00.000Z", + "level": 723.3633484965756, + "flow": 4.9940981393472725, + "inflow": 6.092796121626931, + "volume": 0, + "temperature": 9.022631820799297, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T23:00:00.000Z", + "level": 723.3824064787605, + "flow": 5.637053518882539, + "inflow": 5.9375911996582325, + "volume": 0, + "temperature": 10.603285497443279, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T00:00:00.000Z", + "level": 723.3653838911831, + "flow": 5.070285280620756, + "inflow": 6.248829421928687, + "volume": 0, + "temperature": 11.634449664978245, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T01:00:00.000Z", + "level": 723.3571275918686, + "flow": 6.048773165058126, + "inflow": 6.242878695098268, + "volume": 0, + "temperature": 12.246244994808519, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T02:00:00.000Z", + "level": 723.3572886370875, + "flow": 5.266132863602573, + "inflow": 6.599286865172989, + "volume": 0, + "temperature": 13.865874325413875, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T03:00:00.000Z", + "level": 723.3610810582204, + "flow": 4.850326332676886, + "inflow": 5.61162642010442, + "volume": 0, + "temperature": 15.143009733971494, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T04:00:00.000Z", + "level": 723.3456135987121, + "flow": 3.8752676668219754, + "inflow": 5.122049948755862, + "volume": 0, + "temperature": 18.232721819020124, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T05:00:00.000Z", + "level": 723.3269330203572, + "flow": 3.1298893463363315, + "inflow": 5.521910259950155, + "volume": 0, + "temperature": 19.828750730720593, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T06:00:00.000Z", + "level": 723.3467334128243, + "flow": 3.0752060207828165, + "inflow": 5.3708513335091705, + "volume": 0, + "temperature": 22.189731971668706, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T07:00:00.000Z", + "level": 723.3648873114777, + "flow": 3.823308824610163, + "inflow": 6.0494504135188105, + "volume": 0, + "temperature": 23.650875793318757, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T08:00:00.000Z", + "level": 723.3593338907257, + "flow": 4.489939131714556, + "inflow": 5.330470955416132, + "volume": 0, + "temperature": 25.12882189705282, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T09:00:00.000Z", + "level": 723.3353260473145, + "flow": 3.6147082881264443, + "inflow": 4.794461928288543, + "volume": 0, + "temperature": 25.63824549841896, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T10:00:00.000Z", + "level": 723.3164059338238, + "flow": 3.6955085988381873, + "inflow": 5.418125199726936, + "volume": 0, + "temperature": 26.66885647990131, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T11:00:00.000Z", + "level": 723.3399637288783, + "flow": 3.272372437080483, + "inflow": 6.331785314101641, + "volume": 0, + "temperature": 26.374149021619125, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T12:00:00.000Z", + "level": 723.3395327179654, + "flow": 3.428760257575322, + "inflow": 5.44565829606847, + "volume": 0, + "temperature": 24.38214117138682, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T13:00:00.000Z", + "level": 723.3487537803068, + "flow": 4.111778361900593, + "inflow": 5.114874971707765, + "volume": 0, + "temperature": 23.05031132023039, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T14:00:00.000Z", + "level": 723.3627550705019, + "flow": 3.1546494369884757, + "inflow": 5.426782834253466, + "volume": 0, + "temperature": 21.204900523017564, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T15:00:00.000Z", + "level": 723.3529297808591, + "flow": 2.345530742483071, + "inflow": 4.606658364699846, + "volume": 0, + "temperature": 20.29247877813564, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T16:00:00.000Z", + "level": 723.3719646626057, + "flow": 2.60849107464468, + "inflow": 5.37130242219777, + "volume": 0, + "temperature": 18.35696982679527, + "precipitation": 2.6705493762828816 + }, + { + "timestamp": "2026-05-20T17:00:00.000Z", + "level": 723.3778760112135, + "flow": 2.1618626785395336, + "inflow": 4.523959166529634, + "volume": 0, + "temperature": 16.390832012002704, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T18:00:00.000Z", + "level": 723.3925333036902, + "flow": 2.9629682335028678, + "inflow": 3.645488777413216, + "volume": 0, + "temperature": 14.47570145608782, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T19:00:00.000Z", + "level": 723.4009958756573, + "flow": 3.330615757455549, + "inflow": 3.823692973527298, + "volume": 0, + "temperature": 12.971204331661786, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T20:00:00.000Z", + "level": 723.4188656991589, + "flow": 2.449500965267019, + "inflow": 3.3379255099404674, + "volume": 0, + "temperature": 11.325024846837284, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T21:00:00.000Z", + "level": 723.395351123918, + "flow": 2.5796942112655534, + "inflow": 3.788480401063701, + "volume": 0, + "temperature": 10.34780147839106, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T22:00:00.000Z", + "level": 723.4078663831667, + "flow": 2.035464974260981, + "inflow": 3.0828774868960567, + "volume": 0, + "temperature": 10.90983201371306, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T23:00:00.000Z", + "level": 723.4185935796348, + "flow": 2.876176719776166, + "inflow": 2.224280043840751, + "volume": 0, + "temperature": 9.986483197186459, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T00:00:00.000Z", + "level": 723.4298313715784, + "flow": 2.3073075032527024, + "inflow": 2.3201758137330173, + "volume": 0, + "temperature": 11.062907329441549, + "precipitation": 13.157121070450632 + }, + { + "timestamp": "2026-05-21T01:00:00.000Z", + "level": 723.4224891326127, + "flow": 1.744436540026741, + "inflow": 2.734305511078704, + "volume": 0, + "temperature": 12.194026602183156, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T02:00:00.000Z", + "level": 723.4304359828002, + "flow": 0.9219248222592151, + "inflow": 2.8588561385902387, + "volume": 0, + "temperature": 13.235880190224918, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T03:00:00.000Z", + "level": 723.434564930108, + "flow": 1.7019368528423797, + "inflow": 3.3926921928568667, + "volume": 0, + "temperature": 15.62672918948201, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T04:00:00.000Z", + "level": 723.4457418614236, + "flow": 1.2736434452554422, + "inflow": 4.109636928182633, + "volume": 0, + "temperature": 17.75943093534126, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T05:00:00.000Z", + "level": 723.4628063132124, + "flow": 0.5532850958968454, + "inflow": 4.041561632516892, + "volume": 0, + "temperature": 19.411493065328422, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T06:00:00.000Z", + "level": 723.4581502000271, + "flow": 0.8977761498024011, + "inflow": 3.9347781739245122, + "volume": 0, + "temperature": 22.391364705464845, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T07:00:00.000Z", + "level": 723.4348647540368, + "flow": 1.1717975809613694, + "inflow": 4.1670453659613, + "volume": 0, + "temperature": 22.89409867608078, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T08:00:00.000Z", + "level": 723.4400920288332, + "flow": 0.9907759463387178, + "inflow": 3.7440986109279697, + "volume": 0, + "temperature": 24.944152770589007, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T09:00:00.000Z", + "level": 723.4385891196589, + "flow": 1.6214654964771298, + "inflow": 3.5737656452783035, + "volume": 0, + "temperature": 25.124293752996895, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T10:00:00.000Z", + "level": 723.4527717760831, + "flow": 1.8572817116048372, + "inflow": 4.514201932895295, + "volume": 0, + "temperature": 25.767410518329676, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T11:00:00.000Z", + "level": 723.4628225645913, + "flow": 2.258260253014739, + "inflow": 5.145937452380223, + "volume": 0, + "temperature": 26.39703556063755, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T12:00:00.000Z", + "level": 723.4688911587034, + "flow": 2.7076636348818246, + "inflow": 4.260874318371542, + "volume": 0, + "temperature": 23.967191669429692, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T13:00:00.000Z", + "level": 723.4864811375458, + "flow": 2.8092526152623867, + "inflow": 4.918858935740293, + "volume": 0, + "temperature": 24.385853951457978, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T14:00:00.000Z", + "level": 723.4750722914418, + "flow": 3.722930432410205, + "inflow": 4.825715894927294, + "volume": 0, + "temperature": 22.375936347076472, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T15:00:00.000Z", + "level": 723.4554096747756, + "flow": 4.37273254577349, + "inflow": 4.202391255100906, + "volume": 0, + "temperature": 20.83630151202108, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T16:00:00.000Z", + "level": 723.4600416477225, + "flow": 4.643759269528319, + "inflow": 5.162458720905417, + "volume": 0, + "temperature": 18.628511209734224, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T17:00:00.000Z", + "level": 723.4747030042779, + "flow": 5.274769308088969, + "inflow": 4.318986016487125, + "volume": 0, + "temperature": 16.36533432398341, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T18:00:00.000Z", + "level": 723.4847901551586, + "flow": 5.69264494374438, + "inflow": 3.8290027629046772, + "volume": 0, + "temperature": 13.365849820076784, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T19:00:00.000Z", + "level": 723.4662445247279, + "flow": 4.889977117919404, + "inflow": 3.6612999266922635, + "volume": 0, + "temperature": 11.844803832370221, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T20:00:00.000Z", + "level": 723.483215193304, + "flow": 4.6778606371254075, + "inflow": 3.373976191977281, + "volume": 0, + "temperature": 11.80143105991948, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T21:00:00.000Z", + "level": 723.4910700118688, + "flow": 4.506263157391475, + "inflow": 3.772124118441388, + "volume": 0, + "temperature": 10.182205031165438, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T22:00:00.000Z", + "level": 723.469995713101, + "flow": 5.134667118022701, + "inflow": 2.983445680482555, + "volume": 0, + "temperature": 9.886571148903188, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T23:00:00.000Z", + "level": 723.4744360571804, + "flow": 5.870195852556084, + "inflow": 2.5291562564831334, + "volume": 0, + "temperature": 9.544749512719454, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T00:00:00.000Z", + "level": 723.4833061849041, + "flow": 6.202514892444105, + "inflow": 1.6202886703449502, + "volume": 0, + "temperature": 10.553412054149776, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T01:00:00.000Z", + "level": 723.469246455846, + "flow": 5.709754414872838, + "inflow": 1.7823920665502007, + "volume": 0, + "temperature": 12.578318377555256, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T02:00:00.000Z", + "level": 723.4906819615853, + "flow": 5.214593007355909, + "inflow": 2.0558827470504264, + "volume": 0, + "temperature": 13.25986644495729, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T03:00:00.000Z", + "level": 723.4751509788555, + "flow": 5.980331420221525, + "inflow": 1.2891080476191488, + "volume": 0, + "temperature": 16.60814888074133, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T04:00:00.000Z", + "level": 723.4932414770582, + "flow": 6.844024001711847, + "inflow": 1.1426888496609129, + "volume": 0, + "temperature": 18.71765549361169, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T05:00:00.000Z", + "level": 723.5049958448157, + "flow": 6.73579509413366, + "inflow": 1.9497946775833617, + "volume": 0, + "temperature": 20.423676779869346, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T06:00:00.000Z", + "level": 723.5047119793668, + "flow": 7.594070014908454, + "inflow": 1.7713147625342955, + "volume": 0, + "temperature": 22.461153724944296, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T07:00:00.000Z", + "level": 723.5025871910893, + "flow": 7.034988552792232, + "inflow": 1.604906976100819, + "volume": 0, + "temperature": 22.741167634817074, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T08:00:00.000Z", + "level": 723.4802436214427, + "flow": 7.4851897128979035, + "inflow": 1.193282782408513, + "volume": 0, + "temperature": 25.54065400191303, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T09:00:00.000Z", + "level": 723.4817578056864, + "flow": 8.39152534586798, + "inflow": 1.2148827764553047, + "volume": 0, + "temperature": 26.402195678785233, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T10:00:00.000Z", + "level": 723.5009643269027, + "flow": 9.044171802726105, + "inflow": 1.1593623101414559, + "volume": 0, + "temperature": 25.04312327197963, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T11:00:00.000Z", + "level": 723.5058726897711, + "flow": 9.855195728560664, + "inflow": 2.151455754077612, + "volume": 0, + "temperature": 25.46693930112579, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T12:00:00.000Z", + "level": 723.490184374452, + "flow": 8.961117624022801, + "inflow": 2.6470890259028916, + "volume": 0, + "temperature": 24.182529605208558, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T13:00:00.000Z", + "level": 723.5147447022196, + "flow": 9.10768677009553, + "inflow": 2.8031335058427036, + "volume": 0, + "temperature": 24.394478891364354, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T14:00:00.000Z", + "level": 723.5231210270707, + "flow": 8.772822136851257, + "inflow": 2.7342051532165623, + "volume": 0, + "temperature": 21.716872043093353, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T15:00:00.000Z", + "level": 723.5118633388512, + "flow": 8.485355264628407, + "inflow": 2.2954265988873104, + "volume": 0, + "temperature": 20.040388783168456, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T16:00:00.000Z", + "level": 723.5170720896691, + "flow": 9.049597494006495, + "inflow": 2.272231614900047, + "volume": 0, + "temperature": 17.307709769432144, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T17:00:00.000Z", + "level": 723.5191541851475, + "flow": 8.122398156931872, + "inflow": 2.2655485007907297, + "volume": 0, + "temperature": 15.538149824087926, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T18:00:00.000Z", + "level": 723.5020517258995, + "flow": 7.45418867874067, + "inflow": 2.867524746602328, + "volume": 0, + "temperature": 14.983691683402729, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T19:00:00.000Z", + "level": 723.523019543073, + "flow": 7.480903684478422, + "inflow": 2.936892841567435, + "volume": 0, + "temperature": 12.062900988271291, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T20:00:00.000Z", + "level": 723.5445455943791, + "flow": 6.686640425060847, + "inflow": 1.9652472402492913, + "volume": 0, + "temperature": 11.23601789429826, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T21:00:00.000Z", + "level": 723.5350077880013, + "flow": 6.852332066754513, + "inflow": 1.6051056164602584, + "volume": 0, + "temperature": 11.085396296440415, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T22:00:00.000Z", + "level": 723.519030511801, + "flow": 7.11277392783688, + "inflow": 1.00335398870279, + "volume": 0, + "temperature": 10.657977750925852, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T23:00:00.000Z", + "level": 723.4984578397452, + "flow": 6.2354382075743295, + "inflow": 0.8619320643444701, + "volume": 0, + "temperature": 11.088561353437957, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T00:00:00.000Z", + "level": 723.474877686862, + "flow": 6.952082896366346, + "inflow": 0.8810843168645599, + "volume": 0, + "temperature": 10.777662997967145, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T01:00:00.000Z", + "level": 723.4670065403387, + "flow": 7.686726986219268, + "inflow": 0, + "volume": 0, + "temperature": 11.811447625460392, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T02:00:00.000Z", + "level": 723.4455226652987, + "flow": 8.623490393736933, + "inflow": 0, + "volume": 0, + "temperature": 13.819259812903043, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T03:00:00.000Z", + "level": 723.467721165221, + "flow": 8.469212439757992, + "inflow": 0.21884839147660928, + "volume": 0, + "temperature": 15.993212565086775, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T04:00:00.000Z", + "level": 723.4435915189589, + "flow": 8.221181033190955, + "inflow": 0.3726636530462475, + "volume": 0, + "temperature": 17.74030650925069, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T05:00:00.000Z", + "level": 723.4455914809529, + "flow": 8.244660859246995, + "inflow": 0, + "volume": 0, + "temperature": 19.150023784403828, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T06:00:00.000Z", + "level": 723.4678464800559, + "flow": 8.38425662499028, + "inflow": 0, + "volume": 0, + "temperature": 21.493723577789137, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T07:00:00.000Z", + "level": 723.4496271802053, + "flow": 8.092768266419615, + "inflow": 0.7131455849700359, + "volume": 0, + "temperature": 22.958776699956772, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T08:00:00.000Z", + "level": 723.453899399229, + "flow": 7.731919025809118, + "inflow": 1.695614720697857, + "volume": 0, + "temperature": 24.567947458461127, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T09:00:00.000Z", + "level": 723.4644244303875, + "flow": 7.984853100760043, + "inflow": 1.1327607012060938, + "volume": 0, + "temperature": 24.846767414556382, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T10:00:00.000Z", + "level": 723.4546999216125, + "flow": 8.637057377498893, + "inflow": 1.4107704128365617, + "volume": 0, + "temperature": 25.041742234291625, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T11:00:00.000Z", + "level": 723.4715181370258, + "flow": 8.20588905831113, + "inflow": 2.0617032738812777, + "volume": 0, + "temperature": 24.934094190371898, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T12:00:00.000Z", + "level": 723.4502501831741, + "flow": 7.9460300120861875, + "inflow": 2.6866437906338274, + "volume": 0, + "temperature": 25.339421511909833, + "precipitation": 9.133679574814549 + }, + { + "timestamp": "2026-05-23T13:00:00.000Z", + "level": 723.4465445670929, + "flow": 7.0964538188811, + "inflow": 3.4067209797147324, + "volume": 0, + "temperature": 22.728231038544784, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T14:00:00.000Z", + "level": 723.4659260129491, + "flow": 7.281394335149404, + "inflow": 3.2594307738485204, + "volume": 0, + "temperature": 22.73495692942323, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T15:00:00.000Z", + "level": 723.4711213894092, + "flow": 7.997958720935183, + "inflow": 3.8560688698767813, + "volume": 0, + "temperature": 20.047163697936895, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T16:00:00.000Z", + "level": 723.4819220026774, + "flow": 8.128885269708492, + "inflow": 3.3226085175148814, + "volume": 0, + "temperature": 18.81117355193598, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T17:00:00.000Z", + "level": 723.4787040456033, + "flow": 8.70810608291304, + "inflow": 2.9850633474691195, + "volume": 0, + "temperature": 15.911573400793495, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T18:00:00.000Z", + "level": 723.4824663581428, + "flow": 7.888361338470213, + "inflow": 2.797832026906062, + "volume": 0, + "temperature": 14.899748264711103, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T19:00:00.000Z", + "level": 723.4806123166584, + "flow": 8.879497801961591, + "inflow": 3.1968515618931943, + "volume": 0, + "temperature": 12.186124234029432, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T20:00:00.000Z", + "level": 723.5021696407897, + "flow": 8.119828066888545, + "inflow": 3.0980021496216428, + "volume": 0, + "temperature": 10.114261550763775, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T21:00:00.000Z", + "level": 723.498285849085, + "flow": 7.86987052089706, + "inflow": 2.770759620605219, + "volume": 0, + "temperature": 10.14108888879227, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T22:00:00.000Z", + "level": 723.5002188145771, + "flow": 7.272585453626883, + "inflow": 2.723851185742812, + "volume": 0, + "temperature": 10.73150815613543, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T23:00:00.000Z", + "level": 723.4759679374121, + "flow": 7.1137685773672406, + "inflow": 2.004099898145552, + "volume": 0, + "temperature": 10.99950189325856, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T00:00:00.000Z", + "level": 723.5004739017638, + "flow": 7.009502906872287, + "inflow": 2.1382895326803153, + "volume": 0, + "temperature": 10.164889259428048, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T01:00:00.000Z", + "level": 723.5030626495248, + "flow": 6.57414609258289, + "inflow": 2.014196645622801, + "volume": 0, + "temperature": 12.01641572368986, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T02:00:00.000Z", + "level": 723.4841160617975, + "flow": 6.313499593436836, + "inflow": 2.9634868558839247, + "volume": 0, + "temperature": 14.784205598346151, + "precipitation": 13.54728156683525 + }, + { + "timestamp": "2026-05-24T03:00:00.000Z", + "level": 723.4967181562478, + "flow": 5.421943170639441, + "inflow": 2.495184972372268, + "volume": 0, + "temperature": 15.40806400945281, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T04:00:00.000Z", + "level": 723.515896288877, + "flow": 4.8118468469607105, + "inflow": 2.5167471473664715, + "volume": 0, + "temperature": 18.516859631774775, + "precipitation": 9.41851903990538 + }, + { + "timestamp": "2026-05-24T05:00:00.000Z", + "level": 723.521137645968, + "flow": 4.365128988355637, + "inflow": 3.3858813827792753, + "volume": 0, + "temperature": 19.15217774815578, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T06:00:00.000Z", + "level": 723.5451028555403, + "flow": 5.057747637168127, + "inflow": 3.1563008020898766, + "volume": 0, + "temperature": 21.774226004351384, + "precipitation": 14.451689199671177 + }, + { + "timestamp": "2026-05-24T07:00:00.000Z", + "level": 723.527061016452, + "flow": 5.462676503168407, + "inflow": 3.990924968341833, + "volume": 0, + "temperature": 23.960117428870383, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T08:00:00.000Z", + "level": 723.5279660690921, + "flow": 4.806218258931816, + "inflow": 3.9462717511061767, + "volume": 0, + "temperature": 25.307808836191416, + "precipitation": 13.114207844668417 + }, + { + "timestamp": "2026-05-24T09:00:00.000Z", + "level": 723.5421273560958, + "flow": 3.915216175632087, + "inflow": 4.843471195250913, + "volume": 0, + "temperature": 24.997471822422654, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T10:00:00.000Z", + "level": 723.55876039524, + "flow": 4.52667860395112, + "inflow": 4.762613306263919, + "volume": 0, + "temperature": 26.19704993644867, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T11:00:00.000Z", + "level": 723.5643565748182, + "flow": 4.757560079675733, + "inflow": 4.407983152353873, + "volume": 0, + "temperature": 25.415732561754417, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T12:00:00.000Z", + "level": 723.5546446524024, + "flow": 5.01483367398985, + "inflow": 4.801991159976919, + "volume": 0, + "temperature": 24.374007449976315, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T13:00:00.000Z", + "level": 723.566446472917, + "flow": 4.163718522629024, + "inflow": 4.349742565714067, + "volume": 0, + "temperature": 23.339940440219827, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T14:00:00.000Z", + "level": 723.567111743282, + "flow": 4.075457718841783, + "inflow": 3.410205026019329, + "volume": 0, + "temperature": 21.065283588485393, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T15:00:00.000Z", + "level": 723.5823642980279, + "flow": 3.989404619260032, + "inflow": 3.0022374447658406, + "volume": 0, + "temperature": 20.373418250641638, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T16:00:00.000Z", + "level": 723.596508162375, + "flow": 3.916360865018587, + "inflow": 2.6005052257045027, + "volume": 0, + "temperature": 17.869798946393885, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T17:00:00.000Z", + "level": 723.6194906132979, + "flow": 3.3924076471901814, + "inflow": 2.354792626717047, + "volume": 0, + "temperature": 15.4438304640437, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T18:00:00.000Z", + "level": 723.6002632280216, + "flow": 2.5967947516084595, + "inflow": 2.693806364124658, + "volume": 0, + "temperature": 13.571156913402124, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T19:00:00.000Z", + "level": 723.6028007580595, + "flow": 3.417940285705273, + "inflow": 1.8968106014856616, + "volume": 0, + "temperature": 11.438135056100087, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T20:00:00.000Z", + "level": 723.5889508959104, + "flow": 2.717246021227986, + "inflow": 1.2432591478980752, + "volume": 0, + "temperature": 11.144545633297575, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T21:00:00.000Z", + "level": 723.6091624694809, + "flow": 3.0580318614210795, + "inflow": 2.209282286869433, + "volume": 0, + "temperature": 10.078049337444934, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T22:00:00.000Z", + "level": 723.619150109009, + "flow": 2.9948283885590916, + "inflow": 1.2917648169232958, + "volume": 0, + "temperature": 9.441826629717891, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T23:00:00.000Z", + "level": 723.6406255347588, + "flow": 3.4467421763836006, + "inflow": 1.6832888693501764, + "volume": 0, + "temperature": 9.462604300236844, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T00:00:00.000Z", + "level": 723.6274077048877, + "flow": 3.461157622204025, + "inflow": 0.9031989263102704, + "volume": 0, + "temperature": 11.298180190818226, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T01:00:00.000Z", + "level": 723.6114349029993, + "flow": 2.675809666804085, + "inflow": 0.6922224017960326, + "volume": 0, + "temperature": 12.466237310295513, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T02:00:00.000Z", + "level": 723.6130682209258, + "flow": 2.747208619909726, + "inflow": 0.5442248850688758, + "volume": 0, + "temperature": 14.704837330537798, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T03:00:00.000Z", + "level": 723.5989013622168, + "flow": 2.8880159490870883, + "inflow": 0.050807835911589994, + "volume": 0, + "temperature": 15.555406380122928, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T04:00:00.000Z", + "level": 723.5953312619927, + "flow": 2.7112580316253636, + "inflow": 0, + "volume": 0, + "temperature": 18.086797278543006, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T05:00:00.000Z", + "level": 723.5721244605737, + "flow": 2.324067766535705, + "inflow": 0.2623433278927707, + "volume": 0, + "temperature": 19.442242427465615, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T06:00:00.000Z", + "level": 723.5851602120542, + "flow": 2.36143099777895, + "inflow": 0.334753627520894, + "volume": 0, + "temperature": 22.170165237766994, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T07:00:00.000Z", + "level": 723.593835322417, + "flow": 2.3314362880230317, + "inflow": 0, + "volume": 0, + "temperature": 23.80177326293341, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T08:00:00.000Z", + "level": 723.6121201718886, + "flow": 1.5791041235415308, + "inflow": 0, + "volume": 0, + "temperature": 24.69252405278667, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T09:00:00.000Z", + "level": 723.5940694651601, + "flow": 1.769146242342333, + "inflow": 0.6870810481457101, + "volume": 0, + "temperature": 26.709689532534615, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T10:00:00.000Z", + "level": 723.5735944974155, + "flow": 1.178877835951404, + "inflow": 1.635269556101378, + "volume": 0, + "temperature": 25.94038149119429, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T11:00:00.000Z", + "level": 723.5598748030574, + "flow": 1.9626910103921773, + "inflow": 1.1787756047333318, + "volume": 0, + "temperature": 25.9617962649701, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T12:00:00.000Z", + "level": 723.5425925891924, + "flow": 1.4367850736191738, + "inflow": 1.8506062130763783, + "volume": 0, + "temperature": 25.46807125592481, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T13:00:00.000Z", + "level": 723.5444812896609, + "flow": 0.4614402483658342, + "inflow": 1.5432896287018734, + "volume": 0, + "temperature": 24.49978150918357, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T14:00:00.000Z", + "level": 723.5217753432343, + "flow": 0.43902083461828756, + "inflow": 2.008797326985334, + "volume": 0, + "temperature": 22.950624781612458, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T15:00:00.000Z", + "level": 723.534287389449, + "flow": 0.3951416844341833, + "inflow": 2.6435275275720334, + "volume": 0, + "temperature": 19.07346341496804, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T16:00:00.000Z", + "level": 723.5207922575875, + "flow": 1.2969030688028886, + "inflow": 1.9844946781513775, + "volume": 0, + "temperature": 18.57460209321505, + "precipitation": 5.1486439298554165 + }, + { + "timestamp": "2026-05-25T17:00:00.000Z", + "level": 723.4970238030485, + "flow": 0.7792711328474491, + "inflow": 1.356263886984257, + "volume": 0, + "temperature": 15.963798792313444, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T18:00:00.000Z", + "level": 723.48193274072, + "flow": 1.6566190701509917, + "inflow": 1.0592476491655956, + "volume": 0, + "temperature": 13.199942219328824, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T19:00:00.000Z", + "level": 723.4773337333602, + "flow": 1.0154638003972276, + "inflow": 0.6158813624807045, + "volume": 0, + "temperature": 12.661815278121628, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T20:00:00.000Z", + "level": 723.4588553479524, + "flow": 0.5639716932974586, + "inflow": 0, + "volume": 0, + "temperature": 10.550461226375655, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T21:00:00.000Z", + "level": 723.4597200900909, + "flow": 1.2549779453096312, + "inflow": 0, + "volume": 0, + "temperature": 10.355249817973544, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T22:00:00.000Z", + "level": 723.4349987256802, + "flow": 0.733894008883496, + "inflow": 0, + "volume": 0, + "temperature": 9.05056426528157, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T23:00:00.000Z", + "level": 723.4396368207734, + "flow": 0.4225004302907496, + "inflow": 0.28021582024507063, + "volume": 0, + "temperature": 9.696509285817557, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T00:00:00.000Z", + "level": 723.4520913594816, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.408811414956025, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T01:00:00.000Z", + "level": 723.446382073554, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 11.908250014946049, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T02:00:00.000Z", + "level": 723.437801970135, + "flow": 0.8031829512400601, + "inflow": 0.2014676264303863, + "volume": 0, + "temperature": 13.013762313307659, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T03:00:00.000Z", + "level": 723.4545925929825, + "flow": 0.21383217292840184, + "inflow": 0, + "volume": 0, + "temperature": 15.860313215394443, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T04:00:00.000Z", + "level": 723.4318393697596, + "flow": 0.8553443323258065, + "inflow": 0, + "volume": 0, + "temperature": 18.48477832266488, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T05:00:00.000Z", + "level": 723.4180143217715, + "flow": 1.6749582889065016, + "inflow": 0.5490247437886806, + "volume": 0, + "temperature": 20.772717850171855, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T06:00:00.000Z", + "level": 723.3939390558671, + "flow": 1.7122873349476482, + "inflow": 1.239908223880187, + "volume": 0, + "temperature": 22.032985528007703, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T07:00:00.000Z", + "level": 723.3943529701548, + "flow": 0.8326510248180807, + "inflow": 1.9768036241115983, + "volume": 0, + "temperature": 23.3773910048815, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T08:00:00.000Z", + "level": 723.3914204393184, + "flow": 0.2533203913970352, + "inflow": 1.665259233000672, + "volume": 0, + "temperature": 24.00236260868325, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T09:00:00.000Z", + "level": 723.3802606849378, + "flow": 1.0002617332817971, + "inflow": 1.0156410149240762, + "volume": 0, + "temperature": 26.303244375147298, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T10:00:00.000Z", + "level": 723.3613873071555, + "flow": 1.0730354416538974, + "inflow": 1.7897051880099184, + "volume": 0, + "temperature": 25.56612300686735, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T11:00:00.000Z", + "level": 723.345956820085, + "flow": 1.302702321847903, + "inflow": 1.1262491117513354, + "volume": 0, + "temperature": 24.84425283761604, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T12:00:00.000Z", + "level": 723.3241618284375, + "flow": 2.193280032357466, + "inflow": 0.9246372423914391, + "volume": 0, + "temperature": 24.973881479807737, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T13:00:00.000Z", + "level": 723.3068346056838, + "flow": 1.9829479256495857, + "inflow": 1.0980743203219276, + "volume": 0, + "temperature": 24.216217220563976, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T14:00:00.000Z", + "level": 723.2866452724214, + "flow": 2.654536749759438, + "inflow": 0.681868802309924, + "volume": 0, + "temperature": 21.82745131642184, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T15:00:00.000Z", + "level": 723.2990624998708, + "flow": 3.5053193852559366, + "inflow": 1.3755814053716868, + "volume": 0, + "temperature": 19.099889197841804, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T16:00:00.000Z", + "level": 723.2940641127225, + "flow": 3.0971096324048673, + "inflow": 2.0365337287692076, + "volume": 0, + "temperature": 17.605510834827133, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T17:00:00.000Z", + "level": 723.299181697161, + "flow": 2.916853889375742, + "inflow": 2.2968284824197447, + "volume": 0, + "temperature": 15.393122140692043, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T18:00:00.000Z", + "level": 723.305450118296, + "flow": 3.7428956993395093, + "inflow": 1.3133266418009408, + "volume": 0, + "temperature": 14.845894441005868, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T19:00:00.000Z", + "level": 723.2935676351156, + "flow": 4.141424599242051, + "inflow": 0.6940555427586963, + "volume": 0, + "temperature": 11.768262818718128, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T20:00:00.000Z", + "level": 723.2754410023731, + "flow": 4.784472982035771, + "inflow": 1.4137378016638409, + "volume": 0, + "temperature": 11.830532049104239, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T21:00:00.000Z", + "level": 723.2561371892136, + "flow": 4.76382231767723, + "inflow": 2.340169598076097, + "volume": 0, + "temperature": 10.824934110990611, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T22:00:00.000Z", + "level": 723.2739729461388, + "flow": 4.511968581531885, + "inflow": 2.316718024326412, + "volume": 0, + "temperature": 9.087246959698358, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T23:00:00.000Z", + "level": 723.2692637479782, + "flow": 4.378159876038628, + "inflow": 1.569175698818606, + "volume": 0, + "temperature": 9.855082594812384, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T00:00:00.000Z", + "level": 723.2786816559088, + "flow": 4.473519051395484, + "inflow": 0.6563890279939661, + "volume": 0, + "temperature": 11.92138680441118, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T01:00:00.000Z", + "level": 723.266192101072, + "flow": 4.682778308828946, + "inflow": 0.8363648485162085, + "volume": 0, + "temperature": 13.324652487407697, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T02:00:00.000Z", + "level": 723.2636159640116, + "flow": 5.474629844139653, + "inflow": 1.2820376424104176, + "volume": 0, + "temperature": 14.931213386705801, + "precipitation": 6.077056701079525 + }, + { + "timestamp": "2026-05-27T03:00:00.000Z", + "level": 723.2504729227406, + "flow": 6.4585690974252135, + "inflow": 0.30242857378480714, + "volume": 0, + "temperature": 16.501703354876028, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T04:00:00.000Z", + "level": 723.2676103621798, + "flow": 5.808946914115788, + "inflow": 0.3810913133519036, + "volume": 0, + "temperature": 17.612096285873193, + "precipitation": 1.370357815297154 + }, + { + "timestamp": "2026-05-27T05:00:00.000Z", + "level": 723.2444757797136, + "flow": 5.32523251703638, + "inflow": 1.2109824302971721, + "volume": 0, + "temperature": 19.75872071455481, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T06:00:00.000Z", + "level": 723.2198566431879, + "flow": 5.274462248026962, + "inflow": 1.0141469410422164, + "volume": 0, + "temperature": 22.511035786649597, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T07:00:00.000Z", + "level": 723.2408892189342, + "flow": 6.245593896569671, + "inflow": 0.6120612450794862, + "volume": 0, + "temperature": 24.546278501040565, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T08:00:00.000Z", + "level": 723.2318539921239, + "flow": 6.138833885383047, + "inflow": 0, + "volume": 0, + "temperature": 25.866210447102223, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T09:00:00.000Z", + "level": 723.2178884482056, + "flow": 5.276560169922872, + "inflow": 0, + "volume": 0, + "temperature": 25.740341639037947, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T10:00:00.000Z", + "level": 723.2180317533703, + "flow": 4.6776028708859005, + "inflow": 0.07378789322728041, + "volume": 0, + "temperature": 25.628059482041596, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T11:00:00.000Z", + "level": 723.1964195826409, + "flow": 4.202800046582297, + "inflow": 0, + "volume": 0, + "temperature": 26.546848601876032, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T12:00:00.000Z", + "level": 723.1870216154967, + "flow": 5.019879603234974, + "inflow": 0.5954301521933187, + "volume": 0, + "temperature": 25.63329627529288, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T13:00:00.000Z", + "level": 723.2067822505805, + "flow": 5.889045841756131, + "inflow": 0.8551854463369408, + "volume": 0, + "temperature": 22.786879166262516, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T14:00:00.000Z", + "level": 723.1983999840025, + "flow": 4.931091066659872, + "inflow": 0, + "volume": 0, + "temperature": 22.071928497156097, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T15:00:00.000Z", + "level": 723.1817234292516, + "flow": 5.612302197953097, + "inflow": 0, + "volume": 0, + "temperature": 20.767436902909964, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T16:00:00.000Z", + "level": 723.2055294582509, + "flow": 5.657854948001085, + "inflow": 0.2835620649149577, + "volume": 0, + "temperature": 18.07204194420692, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T17:00:00.000Z", + "level": 723.1880674139318, + "flow": 4.674440967271826, + "inflow": 0, + "volume": 0, + "temperature": 15.24349136959532, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T18:00:00.000Z", + "level": 723.1900307233822, + "flow": 4.428801752621925, + "inflow": 0, + "volume": 0, + "temperature": 13.501833841314575, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T19:00:00.000Z", + "level": 723.1870441972081, + "flow": 3.6905109394131688, + "inflow": 0, + "volume": 0, + "temperature": 11.722915278235494, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T20:00:00.000Z", + "level": 723.1750747420942, + "flow": 2.8179135938858844, + "inflow": 0.9167940797454226, + "volume": 0, + "temperature": 10.450219656774337, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T21:00:00.000Z", + "level": 723.1827134468399, + "flow": 3.6728382956738295, + "inflow": 0.9003673298378083, + "volume": 0, + "temperature": 11.183397749009535, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T22:00:00.000Z", + "level": 723.1636687308096, + "flow": 3.9716747672763812, + "inflow": 0, + "volume": 0, + "temperature": 10.009972089021039, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T23:00:00.000Z", + "level": 723.1728615870081, + "flow": 4.379625892130994, + "inflow": 0.13187124923650595, + "volume": 0, + "temperature": 9.431898650450721, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T00:00:00.000Z", + "level": 723.1618974576484, + "flow": 3.4097503514506253, + "inflow": 0.4364547717083802, + "volume": 0, + "temperature": 11.77064036699484, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T01:00:00.000Z", + "level": 723.1695056453603, + "flow": 4.280943838781788, + "inflow": 0, + "volume": 0, + "temperature": 11.98632046020763, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T02:00:00.000Z", + "level": 723.1836360383919, + "flow": 4.79778688922292, + "inflow": 0.4253926669232251, + "volume": 0, + "temperature": 13.858763735399636, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T03:00:00.000Z", + "level": 723.1692797048204, + "flow": 4.91294803493529, + "inflow": 0.9953488356567513, + "volume": 0, + "temperature": 15.459419301624024, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T04:00:00.000Z", + "level": 723.1904270627288, + "flow": 5.4895019779105105, + "inflow": 1.5703862964892528, + "volume": 0, + "temperature": 17.73681038146325, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T05:00:00.000Z", + "level": 723.1682394137536, + "flow": 4.906396720941818, + "inflow": 2.2108982663164336, + "volume": 0, + "temperature": 20.505471991380332, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T06:00:00.000Z", + "level": 723.1836659399867, + "flow": 4.689231871855384, + "inflow": 3.1401574140207846, + "volume": 0, + "temperature": 22.261954848776366, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T07:00:00.000Z", + "level": 723.1808184185821, + "flow": 5.391974817521016, + "inflow": 2.6193386047890743, + "volume": 0, + "temperature": 23.6932689346927, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T08:00:00.000Z", + "level": 723.1568765706104, + "flow": 4.719599069821186, + "inflow": 3.492604291475405, + "volume": 0, + "temperature": 24.08343228404706, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T09:00:00.000Z", + "level": 723.1814436744299, + "flow": 3.802093908585688, + "inflow": 4.102109759769424, + "volume": 0, + "temperature": 25.799996512003695, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T10:00:00.000Z", + "level": 723.198031190364, + "flow": 3.7714829304410293, + "inflow": 4.915959269306824, + "volume": 0, + "temperature": 26.2734404319667, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T11:00:00.000Z", + "level": 723.1820080300749, + "flow": 3.403969536803399, + "inflow": 5.414796206531101, + "volume": 0, + "temperature": 25.700810902788135, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T12:00:00.000Z", + "level": 723.1794891316343, + "flow": 2.965603688850835, + "inflow": 5.90718601586938, + "volume": 0, + "temperature": 24.061300344001843, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T13:00:00.000Z", + "level": 723.1664968956829, + "flow": 2.45667848479071, + "inflow": 6.770339897949549, + "volume": 0, + "temperature": 23.050355894248156, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T14:00:00.000Z", + "level": 723.1684906314337, + "flow": 3.231902420539882, + "inflow": 6.431897629759073, + "volume": 0, + "temperature": 22.222308182662967, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T15:00:00.000Z", + "level": 723.1828604269396, + "flow": 2.261911676915774, + "inflow": 6.48003608098524, + "volume": 0, + "temperature": 20.422059982696535, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T16:00:00.000Z", + "level": 723.1920143474888, + "flow": 1.9395572215081796, + "inflow": 5.802886264745355, + "volume": 0, + "temperature": 18.560227196489734, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T17:00:00.000Z", + "level": 723.1784652941833, + "flow": 1.2744776096444346, + "inflow": 6.355481364896982, + "volume": 0, + "temperature": 15.357616373416057, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T18:00:00.000Z", + "level": 723.1773515940334, + "flow": 1.2813709829783808, + "inflow": 6.132889630579429, + "volume": 0, + "temperature": 14.051454129403696, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T19:00:00.000Z", + "level": 723.195264956453, + "flow": 1.1024203944814346, + "inflow": 6.486781748213759, + "volume": 0, + "temperature": 12.873315111774783, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T20:00:00.000Z", + "level": 723.1848083025794, + "flow": 0.3832834514792509, + "inflow": 6.6806730214005405, + "volume": 0, + "temperature": 10.578099145652516, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T21:00:00.000Z", + "level": 723.17274937766, + "flow": 0.9252690512573905, + "inflow": 6.813934722562059, + "volume": 0, + "temperature": 10.230890977413793, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T22:00:00.000Z", + "level": 723.1871113364867, + "flow": 0, + "inflow": 5.977937577776316, + "volume": 0, + "temperature": 9.984066098671702, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T23:00:00.000Z", + "level": 723.1850536246225, + "flow": 0.2134817352170919, + "inflow": 6.610800226914736, + "volume": 0, + "temperature": 10.777394387212341, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T00:00:00.000Z", + "level": 723.1950868614008, + "flow": 1.0775999674167127, + "inflow": 7.562485808348631, + "volume": 0, + "temperature": 10.712070483609244, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T01:00:00.000Z", + "level": 723.1911438121878, + "flow": 1.6308213127864426, + "inflow": 6.674669769770849, + "volume": 0, + "temperature": 12.628963568658238, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T02:00:00.000Z", + "level": 723.2002146338215, + "flow": 2.0952669932633183, + "inflow": 6.890748605765838, + "volume": 0, + "temperature": 13.892168400919251, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T03:00:00.000Z", + "level": 723.1917344897064, + "flow": 1.5494331908198133, + "inflow": 6.313074776343361, + "volume": 0, + "temperature": 15.391202673846097, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T04:00:00.000Z", + "level": 723.1947321013357, + "flow": 2.4321470924538726, + "inflow": 5.741282719015338, + "volume": 0, + "temperature": 18.460222253181392, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T05:00:00.000Z", + "level": 723.1876569092707, + "flow": 2.8017352124983974, + "inflow": 4.96167850080398, + "volume": 0, + "temperature": 19.072313373340776, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T06:00:00.000Z", + "level": 723.1800579244081, + "flow": 3.2212055998595353, + "inflow": 5.065296260129978, + "volume": 0, + "temperature": 22.982720642631477, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T07:00:00.000Z", + "level": 723.2047385917961, + "flow": 4.01997023484928, + "inflow": 4.1022039598819795, + "volume": 0, + "temperature": 23.261448833218004, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T08:00:00.000Z", + "level": 723.1917070546235, + "flow": 4.441967316198779, + "inflow": 4.105970507044323, + "volume": 0, + "temperature": 25.165735197920228, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T09:00:00.000Z", + "level": 723.1950347329525, + "flow": 4.291668166250368, + "inflow": 4.563722562870168, + "volume": 0, + "temperature": 25.15196608514685, + "precipitation": 10.232492168471373 + }, + { + "timestamp": "2026-05-29T10:00:00.000Z", + "level": 723.1740013907745, + "flow": 3.6391274181993003, + "inflow": 4.772999390850765, + "volume": 0, + "temperature": 26.32228823502704, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T11:00:00.000Z", + "level": 723.1574150612105, + "flow": 2.885495289981591, + "inflow": 4.551214880228395, + "volume": 0, + "temperature": 25.804947257832392, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T12:00:00.000Z", + "level": 723.1382178977939, + "flow": 2.543510483900387, + "inflow": 5.188669054760341, + "volume": 0, + "temperature": 23.96094141870448, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T13:00:00.000Z", + "level": 723.1449579489581, + "flow": 2.262252627922296, + "inflow": 5.6097950149288645, + "volume": 0, + "temperature": 23.356325787026293, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T14:00:00.000Z", + "level": 723.1608046826377, + "flow": 2.9118513040332914, + "inflow": 6.220221392575345, + "volume": 0, + "temperature": 22.373898034034312, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T15:00:00.000Z", + "level": 723.156078161127, + "flow": 2.0564155780104696, + "inflow": 6.660390679585958, + "volume": 0, + "temperature": 19.388151567350274, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T16:00:00.000Z", + "level": 723.1608506416643, + "flow": 2.671735867075153, + "inflow": 6.6073986184346865, + "volume": 0, + "temperature": 17.429286898715752, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T17:00:00.000Z", + "level": 723.1491426035119, + "flow": 2.8095378631260832, + "inflow": 6.411740578528055, + "volume": 0, + "temperature": 15.418286362197435, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T18:00:00.000Z", + "level": 723.148871759185, + "flow": 2.4280600119872724, + "inflow": 5.971363691513411, + "volume": 0, + "temperature": 14.001157784628647, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T19:00:00.000Z", + "level": 723.1280848304576, + "flow": 2.95300764636606, + "inflow": 5.680948535290328, + "volume": 0, + "temperature": 13.061377198275498, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T20:00:00.000Z", + "level": 723.109915607882, + "flow": 2.1448810258613884, + "inflow": 6.272011067859027, + "volume": 0, + "temperature": 11.88020047481112, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T21:00:00.000Z", + "level": 723.1085930034952, + "flow": 1.2057305074303009, + "inflow": 5.306307456190914, + "volume": 0, + "temperature": 9.391823435294976, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T22:00:00.000Z", + "level": 723.0979638872536, + "flow": 1.8623825519142878, + "inflow": 5.977531640947122, + "volume": 0, + "temperature": 9.668791196335455, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T23:00:00.000Z", + "level": 723.0915166925073, + "flow": 2.763806017584541, + "inflow": 5.368035669944726, + "volume": 0, + "temperature": 9.69854902686173, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T00:00:00.000Z", + "level": 723.0705043423563, + "flow": 2.519045285702513, + "inflow": 4.812471098897893, + "volume": 0, + "temperature": 10.407716153848327, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T01:00:00.000Z", + "level": 723.0548162309108, + "flow": 2.6845382778130027, + "inflow": 5.280496307739913, + "volume": 0, + "temperature": 11.670598115487456, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T02:00:00.000Z", + "level": 723.0308753211377, + "flow": 2.0190758329387384, + "inflow": 5.785322599321421, + "volume": 0, + "temperature": 13.464235213973954, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T03:00:00.000Z", + "level": 723.031435203023, + "flow": 1.164232733554334, + "inflow": 6.196028200052245, + "volume": 0, + "temperature": 16.896392631111297, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T04:00:00.000Z", + "level": 723.0199606236658, + "flow": 1.2712575711438443, + "inflow": 5.767755835263081, + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 + }, { "timestamp": "2026-05-30T05:00:00.000Z", "level": 723.04, "flow": 1.03, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-05-31T05:00:00.000Z", "level": 723.06, "flow": 1.03, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-06-01T05:00:00.000Z", "level": 723.08, "flow": 30.94, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-06-02T05:00:00.000Z", "level": 723.08, "flow": 1.51, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-06-03T05:00:00.000Z", "level": 723.09, "flow": 1.49, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-06-04T05:00:00.000Z", "level": 723.08, "flow": 1.49, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-06-04T21:00:00.000Z", "level": 723.08, "flow": 1.49, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-06-04T22:00:00.000Z", "level": 723.09, "flow": 1.49, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-06-04T23:00:00.000Z", "level": 723.09, "flow": 1.49, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-06-05T00:00:00.000Z", "level": 723.09, "flow": 1.49, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-06-05T01:00:00.000Z", "level": 723.09, "flow": 1.49, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-06-05T02:00:00.000Z", "level": 723.09, "flow": 1.49, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-06-05T03:00:00.000Z", "level": 723.08, "flow": 1.49, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-06-05T04:00:00.000Z", "level": 723.09, "flow": 1.49, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-06-05T05:00:00.000Z", "level": 723.08, "flow": 1.49, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-06-05T06:00:00.000Z", "level": 723.09, "flow": 1.49, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-06-05T07:00:00.000Z", "level": 723.09, "flow": 1.49, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-06-05T08:00:00.000Z", "level": 723.1, "flow": 1.49, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-06-05T09:00:00.000Z", "level": 723.09, "flow": 1.49, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-06-05T10:00:00.000Z", "level": 723.1, "flow": 1.49, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-06-05T11:00:00.000Z", "level": 723.09, "flow": 1.49, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-06-05T12:00:00.000Z", "level": 723.1, "flow": 1.49, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-06-05T13:00:00.000Z", "level": 723.09, "flow": 1.49, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-06-05T14:00:00.000Z", "level": 723.1, "flow": 1.49, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-06-05T15:00:00.000Z", "level": 723.09, "flow": 1.49, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-06-05T16:00:00.000Z", "level": 723.1, "flow": 1.49, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-06-05T17:00:00.000Z", "level": 723.09, "flow": 1.49, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-06-05T18:00:00.000Z", "level": 723.09, "flow": 13.76, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-06-05T19:00:00.000Z", "level": 723.08, "flow": 34.78, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-06-05T20:00:00.000Z", "level": 723.08, "flow": 37.78, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 }, { "timestamp": "2026-06-05T20:10:00.000Z", "level": 723.09, "flow": 33.61, + "inflow": 0, + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:20:00.000Z", + "level": 723.09, + "flow": 14.02, + "inflow": 0, + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:30:00.000Z", + "level": 723.09, + "flow": 1.51, + "inflow": 0, + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:40:00.000Z", + "level": 723.09, + "flow": 1.51, + "inflow": 0, + "volume": 0, + "temperature": 18.62002326908434, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:50:00.000Z", + "level": 723.09, + "flow": 0, "inflow": 2.51, - "volume": 199.27 + "volume": 199.27, + "temperature": 18.62002326908434, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/VLL2.json b/public/data/VLL2.json index a395460..13865a3 100644 --- a/public/data/VLL2.json +++ b/public/data/VLL2.json @@ -1,219 +1,6797 @@ [ + { + "timestamp": "2026-04-30T05:00:00.000Z", + "level": 561.7346527223812, + "flow": 9.973213949944935, + "inflow": 16.031063180218048, + "volume": 0, + "temperature": 20.836214128789848, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T06:00:00.000Z", + "level": 561.7534651806226, + "flow": 9.365564405015334, + "inflow": 16.8393928119031, + "volume": 0, + "temperature": 21.199582407133214, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T07:00:00.000Z", + "level": 561.7766196371143, + "flow": 8.465852854008137, + "inflow": 16.562113590308936, + "volume": 0, + "temperature": 24.41413036878825, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T08:00:00.000Z", + "level": 561.793929507867, + "flow": 8.35134107254104, + "inflow": 17.188186587378755, + "volume": 0, + "temperature": 24.29938667277258, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T09:00:00.000Z", + "level": 561.7843083120816, + "flow": 8.27837369258691, + "inflow": 17.029926558258197, + "volume": 0, + "temperature": 24.934581998907852, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T10:00:00.000Z", + "level": 561.8036138266087, + "flow": 8.106645115316512, + "inflow": 18.02319325250517, + "volume": 0, + "temperature": 25.86369989631719, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T11:00:00.000Z", + "level": 561.823263676014, + "flow": 7.714908299433855, + "inflow": 18.627473450420162, + "volume": 0, + "temperature": 25.953211667095232, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T12:00:00.000Z", + "level": 561.8120320866849, + "flow": 7.284797477326672, + "inflow": 19.32756358220141, + "volume": 0, + "temperature": 24.40607553678067, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T13:00:00.000Z", + "level": 561.8099575766361, + "flow": 7.750924254843736, + "inflow": 18.800403163328667, + "volume": 0, + "temperature": 24.37371306829855, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T14:00:00.000Z", + "level": 561.8282361859814, + "flow": 7.71778428780943, + "inflow": 18.672712559327366, + "volume": 0, + "temperature": 22.304185043640956, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T15:00:00.000Z", + "level": 561.8047836028917, + "flow": 7.496981965135387, + "inflow": 18.288086448850642, + "volume": 0, + "temperature": 19.142528480282262, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T16:00:00.000Z", + "level": 561.8130442918641, + "flow": 7.27518737770272, + "inflow": 18.93949443080595, + "volume": 0, + "temperature": 17.363561401849744, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T17:00:00.000Z", + "level": 561.8278538140212, + "flow": 7.672774000354067, + "inflow": 19.116716667419297, + "volume": 0, + "temperature": 16.688543175738914, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T18:00:00.000Z", + "level": 561.8174773612789, + "flow": 7.728950265526313, + "inflow": 18.273742922888513, + "volume": 0, + "temperature": 13.387529759939682, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T19:00:00.000Z", + "level": 561.8051360959746, + "flow": 6.967861111297124, + "inflow": 18.65084480431942, + "volume": 0, + "temperature": 11.510152733095335, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T20:00:00.000Z", + "level": 561.7951476297982, + "flow": 6.590758220618509, + "inflow": 18.313010527715385, + "volume": 0, + "temperature": 10.21482602558405, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T21:00:00.000Z", + "level": 561.7724150353074, + "flow": 6.163418531030726, + "inflow": 18.227571612912676, + "volume": 0, + "temperature": 10.003826380463233, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T22:00:00.000Z", + "level": 561.7618270199229, + "flow": 7.127389269282813, + "inflow": 18.88146064416235, + "volume": 0, + "temperature": 10.247763573078918, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T23:00:00.000Z", + "level": 561.7393061331984, + "flow": 6.578111716749351, + "inflow": 18.07601072429706, + "volume": 0, + "temperature": 9.280186914147157, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T00:00:00.000Z", + "level": 561.735843289398, + "flow": 6.663894817590158, + "inflow": 18.147971611746225, + "volume": 0, + "temperature": 10.364244423558931, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T01:00:00.000Z", + "level": 561.7566669185802, + "flow": 7.016316373922809, + "inflow": 18.81356847192955, + "volume": 0, + "temperature": 11.916471300620199, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T02:00:00.000Z", + "level": 561.7688302193939, + "flow": 6.917902576631741, + "inflow": 19.0628845261238, + "volume": 0, + "temperature": 13.635675259199193, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T03:00:00.000Z", + "level": 561.7914788332656, + "flow": 7.316596325225932, + "inflow": 19.391906675565917, + "volume": 0, + "temperature": 15.639681364883504, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T04:00:00.000Z", + "level": 561.7694559450986, + "flow": 7.320823173736848, + "inflow": 20.286201293077305, + "volume": 0, + "temperature": 18.41321666820048, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T05:00:00.000Z", + "level": 561.7569813883655, + "flow": 6.938320173948162, + "inflow": 20.605882140072843, + "volume": 0, + "temperature": 19.510783829566705, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T06:00:00.000Z", + "level": 561.7620090781551, + "flow": 7.367937246760269, + "inflow": 19.751376181920133, + "volume": 0, + "temperature": 22.39328168504648, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T07:00:00.000Z", + "level": 561.7423448804293, + "flow": 7.9987838627606775, + "inflow": 19.901286714666004, + "volume": 0, + "temperature": 23.170740809777534, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T08:00:00.000Z", + "level": 561.7580500339029, + "flow": 8.062882251726247, + "inflow": 20.380859939569632, + "volume": 0, + "temperature": 25.581656083151927, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T09:00:00.000Z", + "level": 561.7401042707004, + "flow": 8.564141165227312, + "inflow": 21.331308241770127, + "volume": 0, + "temperature": 26.60766254171901, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T10:00:00.000Z", + "level": 561.7447912005377, + "flow": 8.402525649167114, + "inflow": 21.101697707571034, + "volume": 0, + "temperature": 26.31161418359841, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T11:00:00.000Z", + "level": 561.7348466163584, + "flow": 8.02448376795533, + "inflow": 21.020618097027906, + "volume": 0, + "temperature": 25.706347341231833, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T12:00:00.000Z", + "level": 561.740203261972, + "flow": 7.0520376344445985, + "inflow": 20.964294539058987, + "volume": 0, + "temperature": 25.3647499073683, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T13:00:00.000Z", + "level": 561.7468575205137, + "flow": 6.625108514501557, + "inflow": 20.50815680630556, + "volume": 0, + "temperature": 23.8954569355741, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T14:00:00.000Z", + "level": 561.7678876447899, + "flow": 6.367167985512435, + "inflow": 21.407946205290067, + "volume": 0, + "temperature": 22.99286469941787, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T15:00:00.000Z", + "level": 561.7679476806009, + "flow": 5.643935117704627, + "inflow": 21.885911111363175, + "volume": 0, + "temperature": 21.005830496405736, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T16:00:00.000Z", + "level": 561.7782607381116, + "flow": 5.287191250503668, + "inflow": 21.81270458255621, + "volume": 0, + "temperature": 18.060082955368006, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T17:00:00.000Z", + "level": 561.7561758978848, + "flow": 5.523027374192942, + "inflow": 21.24660080311716, + "volume": 0, + "temperature": 16.200344754666503, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T18:00:00.000Z", + "level": 561.7778040814006, + "flow": 6.255435062213246, + "inflow": 21.543149787096986, + "volume": 0, + "temperature": 13.59476513671532, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T19:00:00.000Z", + "level": 561.7911746123128, + "flow": 5.776001516419999, + "inflow": 22.076337000377464, + "volume": 0, + "temperature": 12.488933581091866, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T20:00:00.000Z", + "level": 561.770234897476, + "flow": 6.240907557668531, + "inflow": 21.71731938726659, + "volume": 0, + "temperature": 11.690182541780963, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T21:00:00.000Z", + "level": 561.7787166182085, + "flow": 6.383502745539696, + "inflow": 22.15253189380341, + "volume": 0, + "temperature": 10.079048915568105, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T22:00:00.000Z", + "level": 561.785532412036, + "flow": 7.043037133420677, + "inflow": 21.277758486948, + "volume": 0, + "temperature": 10.757222572530667, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T23:00:00.000Z", + "level": 561.789552315, + "flow": 6.221271772758067, + "inflow": 20.99696836499775, + "volume": 0, + "temperature": 10.07097369720643, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T00:00:00.000Z", + "level": 561.7919734957513, + "flow": 6.05443485351614, + "inflow": 21.45937675669895, + "volume": 0, + "temperature": 10.213795492688668, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T01:00:00.000Z", + "level": 561.7962856660638, + "flow": 6.710290145633906, + "inflow": 20.56934310551333, + "volume": 0, + "temperature": 11.778458250269175, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T02:00:00.000Z", + "level": 561.8124661574346, + "flow": 5.812112347196427, + "inflow": 21.188047678652946, + "volume": 0, + "temperature": 13.57958929647531, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T03:00:00.000Z", + "level": 561.829818851903, + "flow": 6.70864863611097, + "inflow": 20.287182159849593, + "volume": 0, + "temperature": 16.394252785149217, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T04:00:00.000Z", + "level": 561.8245415117641, + "flow": 5.873831199005252, + "inflow": 20.75124837724448, + "volume": 0, + "temperature": 17.424483660681847, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T05:00:00.000Z", + "level": 561.8325806766782, + "flow": 6.356288286072514, + "inflow": 19.872346205884714, + "volume": 0, + "temperature": 19.536622926597563, + "precipitation": 5.37520339776298 + }, + { + "timestamp": "2026-05-02T06:00:00.000Z", + "level": 561.8528387935394, + "flow": 6.667286406070531, + "inflow": 19.365012330694764, + "volume": 0, + "temperature": 21.026173816778766, + "precipitation": 1.3570652233519598 + }, + { + "timestamp": "2026-05-02T07:00:00.000Z", + "level": 561.8421446977412, + "flow": 6.208473207117536, + "inflow": 19.801311829477942, + "volume": 0, + "temperature": 23.14534649060821, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T08:00:00.000Z", + "level": 561.8497917381494, + "flow": 5.225236305902593, + "inflow": 20.374540051205496, + "volume": 0, + "temperature": 24.00039485394519, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T09:00:00.000Z", + "level": 561.8523799125937, + "flow": 5.084169912044636, + "inflow": 21.32282493967365, + "volume": 0, + "temperature": 26.032366010101292, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T10:00:00.000Z", + "level": 561.8700165714891, + "flow": 4.72856076916489, + "inflow": 21.536669018647302, + "volume": 0, + "temperature": 26.628108230753806, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T11:00:00.000Z", + "level": 561.8795435085243, + "flow": 4.997557190261093, + "inflow": 21.906305731217945, + "volume": 0, + "temperature": 25.381696431339382, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T12:00:00.000Z", + "level": 561.893135089308, + "flow": 5.742090374376218, + "inflow": 22.69663804852491, + "volume": 0, + "temperature": 24.914352935169614, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T13:00:00.000Z", + "level": 561.8833619977992, + "flow": 6.563665996945479, + "inflow": 22.085724195431464, + "volume": 0, + "temperature": 24.02200237669144, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T14:00:00.000Z", + "level": 561.9001550535636, + "flow": 5.785360071224629, + "inflow": 22.42168879298847, + "volume": 0, + "temperature": 22.071431090184518, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T15:00:00.000Z", + "level": 561.88066117583, + "flow": 6.667756625236528, + "inflow": 23.02148917108935, + "volume": 0, + "temperature": 19.92181956788702, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T16:00:00.000Z", + "level": 561.8560319908729, + "flow": 7.264884872389661, + "inflow": 23.671649750742905, + "volume": 0, + "temperature": 17.296948134188703, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T17:00:00.000Z", + "level": 561.8711496267737, + "flow": 7.1741178278017035, + "inflow": 24.526115313914165, + "volume": 0, + "temperature": 16.03686142707757, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T18:00:00.000Z", + "level": 561.8548155262455, + "flow": 7.091774523470448, + "inflow": 25.371832674569163, + "volume": 0, + "temperature": 13.004052753283633, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T19:00:00.000Z", + "level": 561.8601298939934, + "flow": 7.17654796753449, + "inflow": 26.254122293763913, + "volume": 0, + "temperature": 11.542853552486818, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T20:00:00.000Z", + "level": 561.8780431823891, + "flow": 7.208071116860282, + "inflow": 26.55125787941775, + "volume": 0, + "temperature": 11.619353416900223, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T21:00:00.000Z", + "level": 561.8843561206669, + "flow": 6.674875273835805, + "inflow": 27.46345843398626, + "volume": 0, + "temperature": 9.309543028114655, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T22:00:00.000Z", + "level": 561.8703516653588, + "flow": 6.134013530151659, + "inflow": 26.91923780099599, + "volume": 0, + "temperature": 10.761647828340262, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T23:00:00.000Z", + "level": 561.8918269736217, + "flow": 5.410638441261347, + "inflow": 26.50052006366996, + "volume": 0, + "temperature": 11.261424815204546, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T00:00:00.000Z", + "level": 561.878854598285, + "flow": 6.13463090004615, + "inflow": 26.94044367182186, + "volume": 0, + "temperature": 11.617300449493468, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T01:00:00.000Z", + "level": 561.866175722254, + "flow": 7.041874902576824, + "inflow": 26.861796951302424, + "volume": 0, + "temperature": 12.790400858087583, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T02:00:00.000Z", + "level": 561.8877521882097, + "flow": 7.29242091543852, + "inflow": 27.816386009272854, + "volume": 0, + "temperature": 13.432381436397433, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T03:00:00.000Z", + "level": 561.8642435243129, + "flow": 6.399789878484113, + "inflow": 27.55325876081921, + "volume": 0, + "temperature": 15.535438291338638, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T04:00:00.000Z", + "level": 561.8426532586031, + "flow": 6.617199363198511, + "inflow": 28.19706220158583, + "volume": 0, + "temperature": 17.751044946805727, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T05:00:00.000Z", + "level": 561.8272596602679, + "flow": 6.74109746241212, + "inflow": 27.67311579909196, + "volume": 0, + "temperature": 21.03141408617507, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T06:00:00.000Z", + "level": 561.8100699950655, + "flow": 6.068900822714092, + "inflow": 28.661907965762058, + "volume": 0, + "temperature": 22.1975261794453, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T07:00:00.000Z", + "level": 561.7861099703829, + "flow": 5.98299174873984, + "inflow": 28.071967719738858, + "volume": 0, + "temperature": 23.336943671668475, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T08:00:00.000Z", + "level": 561.7722679758601, + "flow": 6.003755641315914, + "inflow": 27.298637663203685, + "volume": 0, + "temperature": 25.43278153921183, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T09:00:00.000Z", + "level": 561.750122383047, + "flow": 5.628811610032721, + "inflow": 26.809321944568293, + "volume": 0, + "temperature": 24.970763558987244, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T10:00:00.000Z", + "level": 561.7470732905847, + "flow": 5.098794636693533, + "inflow": 26.113941117822005, + "volume": 0, + "temperature": 25.691132884570376, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T11:00:00.000Z", + "level": 561.7653967708246, + "flow": 5.167204433326676, + "inflow": 26.58795275671167, + "volume": 0, + "temperature": 26.40820659789648, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T12:00:00.000Z", + "level": 561.752075075229, + "flow": 5.1461030588577, + "inflow": 27.010623106759237, + "volume": 0, + "temperature": 25.333713889473714, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T13:00:00.000Z", + "level": 561.7410772841558, + "flow": 5.134839617904569, + "inflow": 26.44577040577177, + "volume": 0, + "temperature": 24.430676664896197, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T14:00:00.000Z", + "level": 561.7606409376364, + "flow": 5.507966059390501, + "inflow": 25.938286317010864, + "volume": 0, + "temperature": 22.117315142887207, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T15:00:00.000Z", + "level": 561.7537767405472, + "flow": 6.249827180618512, + "inflow": 25.05109872839781, + "volume": 0, + "temperature": 20.501214386416255, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T16:00:00.000Z", + "level": 561.7334245632719, + "flow": 6.3722298342215336, + "inflow": 24.647334201281843, + "volume": 0, + "temperature": 18.522458018383357, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T17:00:00.000Z", + "level": 561.7102274952852, + "flow": 5.502606149513259, + "inflow": 23.80311476486249, + "volume": 0, + "temperature": 16.472888528842805, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T18:00:00.000Z", + "level": 561.7256695741461, + "flow": 4.508920629693295, + "inflow": 23.876219927356637, + "volume": 0, + "temperature": 14.58312722369088, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T19:00:00.000Z", + "level": 561.7370982803992, + "flow": 4.534224321630497, + "inflow": 24.01162467146254, + "volume": 0, + "temperature": 12.651581097327533, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T20:00:00.000Z", + "level": 561.7154139254187, + "flow": 4.642490036325529, + "inflow": 24.396392245146252, + "volume": 0, + "temperature": 11.688010792642654, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T21:00:00.000Z", + "level": 561.7290048038535, + "flow": 3.9452048733708844, + "inflow": 23.589204683752694, + "volume": 0, + "temperature": 10.991441787770752, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T22:00:00.000Z", + "level": 561.72012096019, + "flow": 4.363236223081257, + "inflow": 24.336341567785425, + "volume": 0, + "temperature": 10.1999187590182, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T23:00:00.000Z", + "level": 561.7392131808266, + "flow": 4.626298179026101, + "inflow": 23.748923358620097, + "volume": 0, + "temperature": 10.447200089662962, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T00:00:00.000Z", + "level": 561.7395764662572, + "flow": 3.730271794360782, + "inflow": 22.870662868158366, + "volume": 0, + "temperature": 10.444798090136569, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T01:00:00.000Z", + "level": 561.7465572197507, + "flow": 3.292789391125356, + "inflow": 22.945745023224728, + "volume": 0, + "temperature": 12.203063831869615, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T02:00:00.000Z", + "level": 561.7481799929324, + "flow": 2.510126720334166, + "inflow": 23.296702952799084, + "volume": 0, + "temperature": 13.196022622878605, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T03:00:00.000Z", + "level": 561.7356252906263, + "flow": 2.3266163650764686, + "inflow": 22.36870211342143, + "volume": 0, + "temperature": 15.232481335638996, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T04:00:00.000Z", + "level": 561.7262777624954, + "flow": 3.1638553673013945, + "inflow": 22.838289684487407, + "volume": 0, + "temperature": 18.456103784355708, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T05:00:00.000Z", + "level": 561.7139827634869, + "flow": 2.536150672550539, + "inflow": 22.780611482516175, + "volume": 0, + "temperature": 19.24092421815392, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T06:00:00.000Z", + "level": 561.7223597781256, + "flow": 2.3846895071324874, + "inflow": 22.073836029541816, + "volume": 0, + "temperature": 22.183767104383797, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T07:00:00.000Z", + "level": 561.7401418096267, + "flow": 1.43036503021027, + "inflow": 22.163907548756168, + "volume": 0, + "temperature": 22.975947156573383, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T08:00:00.000Z", + "level": 561.7500176234383, + "flow": 1.016596154145459, + "inflow": 22.75578982450562, + "volume": 0, + "temperature": 25.223799010726353, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T09:00:00.000Z", + "level": 561.7397970056189, + "flow": 0.13214591336693182, + "inflow": 22.220010465723817, + "volume": 0, + "temperature": 26.127419405592764, + "precipitation": 6.3072487502878065 + }, + { + "timestamp": "2026-05-04T10:00:00.000Z", + "level": 561.7504657971709, + "flow": 0.7677461825032252, + "inflow": 21.517062671967672, + "volume": 0, + "temperature": 26.710835973273028, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T11:00:00.000Z", + "level": 561.7582429868564, + "flow": 1.4538266891052873, + "inflow": 20.827010959568405, + "volume": 0, + "temperature": 25.675495425219307, + "precipitation": 10.865162399176958 + }, + { + "timestamp": "2026-05-04T12:00:00.000Z", + "level": 561.7545870470437, + "flow": 1.3113680934831242, + "inflow": 21.092388393059213, + "volume": 0, + "temperature": 25.56209716341083, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T13:00:00.000Z", + "level": 561.732480376603, + "flow": 2.118044286213073, + "inflow": 21.948802714927353, + "volume": 0, + "temperature": 22.784999161794143, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T14:00:00.000Z", + "level": 561.7459292890355, + "flow": 1.5279485828111588, + "inflow": 22.103585102718867, + "volume": 0, + "temperature": 22.798507192962784, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T15:00:00.000Z", + "level": 561.7286375542752, + "flow": 2.1575417986204606, + "inflow": 22.84951581222826, + "volume": 0, + "temperature": 19.505148606406593, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T16:00:00.000Z", + "level": 561.7385341762206, + "flow": 2.1755095015163315, + "inflow": 22.729303317350777, + "volume": 0, + "temperature": 18.721258127026168, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T17:00:00.000Z", + "level": 561.7266620502097, + "flow": 2.720416994582457, + "inflow": 22.28524722517174, + "volume": 0, + "temperature": 15.567944223397022, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T18:00:00.000Z", + "level": 561.7195977099407, + "flow": 2.3703506730637516, + "inflow": 22.820390075863436, + "volume": 0, + "temperature": 14.237438960979038, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T19:00:00.000Z", + "level": 561.7439705161459, + "flow": 1.736498449070353, + "inflow": 23.06810705184881, + "volume": 0, + "temperature": 12.486649138609828, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T20:00:00.000Z", + "level": 561.7604218048116, + "flow": 2.2166681287256433, + "inflow": 24.02589088856613, + "volume": 0, + "temperature": 11.843989408668554, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T21:00:00.000Z", + "level": 561.7354989277852, + "flow": 1.8353411246986524, + "inflow": 23.037403479300743, + "volume": 0, + "temperature": 9.722495365291971, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T22:00:00.000Z", + "level": 561.7435406108381, + "flow": 2.4967423861994478, + "inflow": 22.6220826575625, + "volume": 0, + "temperature": 9.676474315862729, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T23:00:00.000Z", + "level": 561.7254517027211, + "flow": 1.7862266425780735, + "inflow": 22.8590975698417, + "volume": 0, + "temperature": 11.176158448819603, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T00:00:00.000Z", + "level": 561.7267728933167, + "flow": 2.3128120426099708, + "inflow": 23.316095202685048, + "volume": 0, + "temperature": 10.098797152493757, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T01:00:00.000Z", + "level": 561.7172013950495, + "flow": 3.2123093763604533, + "inflow": 22.5692729923824, + "volume": 0, + "temperature": 11.84807445626286, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T02:00:00.000Z", + "level": 561.7395625029511, + "flow": 2.931878137410109, + "inflow": 22.328877877964043, + "volume": 0, + "temperature": 14.73033126197127, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T03:00:00.000Z", + "level": 561.7278224204595, + "flow": 3.4980642985066983, + "inflow": 21.831612728841893, + "volume": 0, + "temperature": 16.60633535997537, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T04:00:00.000Z", + "level": 561.7117358433095, + "flow": 2.895694226925601, + "inflow": 21.298213419806878, + "volume": 0, + "temperature": 17.420668706375032, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T05:00:00.000Z", + "level": 561.7143025365345, + "flow": 2.7439196006203623, + "inflow": 20.621449118699395, + "volume": 0, + "temperature": 19.696210099218902, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T06:00:00.000Z", + "level": 561.7099605093957, + "flow": 3.4113192777525003, + "inflow": 20.15473663728106, + "volume": 0, + "temperature": 22.393457602098636, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T07:00:00.000Z", + "level": 561.7196579954403, + "flow": 3.738439886658998, + "inflow": 20.786448545556205, + "volume": 0, + "temperature": 23.15101878823596, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T08:00:00.000Z", + "level": 561.7179846563841, + "flow": 3.3988185596832907, + "inflow": 20.09041697978394, + "volume": 0, + "temperature": 24.00118337527238, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T09:00:00.000Z", + "level": 561.726727773244, + "flow": 3.676376767918311, + "inflow": 19.59680023452214, + "volume": 0, + "temperature": 25.270073993537025, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T10:00:00.000Z", + "level": 561.7236236327535, + "flow": 3.175965254882078, + "inflow": 19.623389580228253, + "volume": 0, + "temperature": 26.18889026974998, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T11:00:00.000Z", + "level": 561.7291387813574, + "flow": 2.693605516601821, + "inflow": 20.472301628234728, + "volume": 0, + "temperature": 25.287291203732604, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T12:00:00.000Z", + "level": 561.7281200818935, + "flow": 2.7792774918791205, + "inflow": 21.455097833397723, + "volume": 0, + "temperature": 25.27855550044103, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T13:00:00.000Z", + "level": 561.7309201742436, + "flow": 3.407683047678128, + "inflow": 21.58924710080265, + "volume": 0, + "temperature": 23.23938597043435, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T14:00:00.000Z", + "level": 561.7554119043865, + "flow": 3.390382436994981, + "inflow": 20.7751686723725, + "volume": 0, + "temperature": 21.119660787910988, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T15:00:00.000Z", + "level": 561.7780474618648, + "flow": 3.2704071194677558, + "inflow": 21.332596142107374, + "volume": 0, + "temperature": 20.77429960382767, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T16:00:00.000Z", + "level": 561.7692809685748, + "flow": 2.912670933646214, + "inflow": 21.14870661278305, + "volume": 0, + "temperature": 17.98998981092619, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T17:00:00.000Z", + "level": 561.7673015455883, + "flow": 3.2061614612118943, + "inflow": 21.91791747498793, + "volume": 0, + "temperature": 16.508506197103312, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T18:00:00.000Z", + "level": 561.7660620609279, + "flow": 4.090863383470346, + "inflow": 22.12944341023656, + "volume": 0, + "temperature": 14.411287965585988, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T19:00:00.000Z", + "level": 561.745386410436, + "flow": 3.4134871339190234, + "inflow": 21.877157781521426, + "volume": 0, + "temperature": 12.763729589392078, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T20:00:00.000Z", + "level": 561.7299063910183, + "flow": 4.062135954910078, + "inflow": 21.100674721794043, + "volume": 0, + "temperature": 11.57419657731899, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T21:00:00.000Z", + "level": 561.7484632164314, + "flow": 4.212914742477878, + "inflow": 21.778733013131287, + "volume": 0, + "temperature": 10.901330798851106, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T22:00:00.000Z", + "level": 561.7594840240838, + "flow": 5.0503011866147105, + "inflow": 22.652672941377578, + "volume": 0, + "temperature": 10.869866796161292, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T23:00:00.000Z", + "level": 561.783745608579, + "flow": 5.6968460882558585, + "inflow": 23.573045631652008, + "volume": 0, + "temperature": 10.517290485353564, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T00:00:00.000Z", + "level": 561.79880495924, + "flow": 4.9143949450137985, + "inflow": 23.614829757597796, + "volume": 0, + "temperature": 10.38052075478955, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T01:00:00.000Z", + "level": 561.8006619506937, + "flow": 5.658642841618979, + "inflow": 24.16224872525669, + "volume": 0, + "temperature": 12.789494901709634, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T02:00:00.000Z", + "level": 561.8245536273251, + "flow": 6.116550977049482, + "inflow": 23.197335421010667, + "volume": 0, + "temperature": 14.18862936187889, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T03:00:00.000Z", + "level": 561.8027479572871, + "flow": 7.00819915694648, + "inflow": 23.26819066173705, + "volume": 0, + "temperature": 15.256713278166838, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T04:00:00.000Z", + "level": 561.8207402351976, + "flow": 7.468455668548055, + "inflow": 22.324139725585404, + "volume": 0, + "temperature": 18.338853934564497, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T05:00:00.000Z", + "level": 561.8219806944669, + "flow": 6.782767043180742, + "inflow": 23.157161907237906, + "volume": 0, + "temperature": 19.356457263391313, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T06:00:00.000Z", + "level": 561.80887411719, + "flow": 6.447707334229293, + "inflow": 22.92350694246306, + "volume": 0, + "temperature": 21.330084835133004, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T07:00:00.000Z", + "level": 561.8203498627366, + "flow": 6.652256752549274, + "inflow": 23.084571479097676, + "volume": 0, + "temperature": 22.922275463297996, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T08:00:00.000Z", + "level": 561.8102041024565, + "flow": 6.054249497572222, + "inflow": 22.714955968793543, + "volume": 0, + "temperature": 25.75450819353932, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T09:00:00.000Z", + "level": 561.7873040139502, + "flow": 5.407947907516444, + "inflow": 23.612864616727947, + "volume": 0, + "temperature": 26.434764396820743, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T10:00:00.000Z", + "level": 561.7701055162916, + "flow": 6.180917786230442, + "inflow": 23.98486850973404, + "volume": 0, + "temperature": 25.72120817142004, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T11:00:00.000Z", + "level": 561.7895465624351, + "flow": 6.0160239215809455, + "inflow": 23.795493808322412, + "volume": 0, + "temperature": 26.428810019185434, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T12:00:00.000Z", + "level": 561.7739460348336, + "flow": 5.990698308252387, + "inflow": 24.253487545270005, + "volume": 0, + "temperature": 25.736788135800364, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T13:00:00.000Z", + "level": 561.7946209904236, + "flow": 6.713030663043609, + "inflow": 24.97504442667473, + "volume": 0, + "temperature": 23.990275753700086, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T14:00:00.000Z", + "level": 561.7962874499996, + "flow": 6.959289616860198, + "inflow": 24.12537711987168, + "volume": 0, + "temperature": 21.121564433196227, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T15:00:00.000Z", + "level": 561.8047074667905, + "flow": 6.799955507600831, + "inflow": 23.783040842076073, + "volume": 0, + "temperature": 20.554847696790905, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T16:00:00.000Z", + "level": 561.794938757586, + "flow": 5.857884200225202, + "inflow": 23.595083835921926, + "volume": 0, + "temperature": 18.229095927566544, + "precipitation": 3.3679789963651174 + }, + { + "timestamp": "2026-05-06T17:00:00.000Z", + "level": 561.7839055631828, + "flow": 5.200065654648105, + "inflow": 23.108673499307272, + "volume": 0, + "temperature": 16.030931934403945, + "precipitation": 8.947268015397226 + }, + { + "timestamp": "2026-05-06T18:00:00.000Z", + "level": 561.7662638627867, + "flow": 6.098925731559465, + "inflow": 23.13755608204999, + "volume": 0, + "temperature": 14.437189953975942, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T19:00:00.000Z", + "level": 561.7595968917136, + "flow": 6.076486793344559, + "inflow": 22.827273010417418, + "volume": 0, + "temperature": 12.730498510590216, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T20:00:00.000Z", + "level": 561.7405754543219, + "flow": 5.1741767008067105, + "inflow": 22.875670689462314, + "volume": 0, + "temperature": 11.109693583258036, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T21:00:00.000Z", + "level": 561.7322111571438, + "flow": 5.070035183058216, + "inflow": 22.312114033550845, + "volume": 0, + "temperature": 10.446290842968327, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T22:00:00.000Z", + "level": 561.7108646528568, + "flow": 4.50327030530236, + "inflow": 21.91370476450087, + "volume": 0, + "temperature": 10.694430108284372, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T23:00:00.000Z", + "level": 561.7017727215743, + "flow": 3.913371795174038, + "inflow": 21.09733414554986, + "volume": 0, + "temperature": 10.449212996093582, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T00:00:00.000Z", + "level": 561.6792468025257, + "flow": 4.418812735523085, + "inflow": 20.132471747123606, + "volume": 0, + "temperature": 10.429440666837145, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T01:00:00.000Z", + "level": 561.6737629004391, + "flow": 4.56928087711387, + "inflow": 20.170812423956114, + "volume": 0, + "temperature": 12.6762840622265, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T02:00:00.000Z", + "level": 561.6885917452923, + "flow": 4.525744500302242, + "inflow": 20.25435387235954, + "volume": 0, + "temperature": 14.766437731575811, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T03:00:00.000Z", + "level": 561.690789864152, + "flow": 4.648087245016804, + "inflow": 20.709924270934078, + "volume": 0, + "temperature": 15.77860555563661, + "precipitation": 4.85113934962203 + }, + { + "timestamp": "2026-05-07T04:00:00.000Z", + "level": 561.6864621685048, + "flow": 5.331383969216775, + "inflow": 21.28670446297307, + "volume": 0, + "temperature": 17.259554546755002, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T05:00:00.000Z", + "level": 561.705793629124, + "flow": 5.237722836482671, + "inflow": 22.234410074293745, + "volume": 0, + "temperature": 20.696154903347825, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T06:00:00.000Z", + "level": 561.6876923720308, + "flow": 4.766143696468717, + "inflow": 22.58342001689705, + "volume": 0, + "temperature": 22.08507193076887, + "precipitation": 2.1689081246914235 + }, + { + "timestamp": "2026-05-07T07:00:00.000Z", + "level": 561.6695294369231, + "flow": 3.888627371837699, + "inflow": 21.70314885405797, + "volume": 0, + "temperature": 22.78537617823907, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T08:00:00.000Z", + "level": 561.6894435316584, + "flow": 3.601478050579082, + "inflow": 21.95706508849263, + "volume": 0, + "temperature": 24.685171949114093, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T09:00:00.000Z", + "level": 561.7061539718758, + "flow": 3.7290261751274083, + "inflow": 21.17847187011258, + "volume": 0, + "temperature": 25.36853022943287, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T10:00:00.000Z", + "level": 561.7250882682978, + "flow": 3.3919846091460713, + "inflow": 20.889399340545786, + "volume": 0, + "temperature": 25.640760206221348, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T11:00:00.000Z", + "level": 561.7182875840915, + "flow": 2.646656443740571, + "inflow": 20.71796639068628, + "volume": 0, + "temperature": 25.24485303158487, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T12:00:00.000Z", + "level": 561.7337592661576, + "flow": 3.5966875011096504, + "inflow": 19.995870444137122, + "volume": 0, + "temperature": 25.075685023890284, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T13:00:00.000Z", + "level": 561.7586627657903, + "flow": 3.369697315964374, + "inflow": 20.074118728385784, + "volume": 0, + "temperature": 23.35477390211445, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T14:00:00.000Z", + "level": 561.7651780995043, + "flow": 3.6174534750898757, + "inflow": 20.99736577585778, + "volume": 0, + "temperature": 21.705180388544484, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T15:00:00.000Z", + "level": 561.7589281102091, + "flow": 3.3082688553835538, + "inflow": 21.860973382613945, + "volume": 0, + "temperature": 20.77507715582467, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T16:00:00.000Z", + "level": 561.7660349757297, + "flow": 2.420611266368664, + "inflow": 22.84719167510591, + "volume": 0, + "temperature": 18.790754067178227, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T17:00:00.000Z", + "level": 561.7902149365228, + "flow": 3.059700343104357, + "inflow": 23.398694600068474, + "volume": 0, + "temperature": 16.308392650953014, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T18:00:00.000Z", + "level": 561.7790995622051, + "flow": 3.0024894099122643, + "inflow": 23.11790388710952, + "volume": 0, + "temperature": 14.682342355760028, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T19:00:00.000Z", + "level": 561.7755011629627, + "flow": 2.091234279256526, + "inflow": 23.318336663988745, + "volume": 0, + "temperature": 12.906616643042966, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T20:00:00.000Z", + "level": 561.7960208311281, + "flow": 2.3300756136963714, + "inflow": 23.079263647293043, + "volume": 0, + "temperature": 10.630658159315136, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T21:00:00.000Z", + "level": 561.7722681998894, + "flow": 2.8485375758888685, + "inflow": 23.849361415856503, + "volume": 0, + "temperature": 11.093303435482836, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T22:00:00.000Z", + "level": 561.7639611620808, + "flow": 3.622370258382393, + "inflow": 23.65836925605467, + "volume": 0, + "temperature": 10.607916134331148, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T23:00:00.000Z", + "level": 561.7540728137368, + "flow": 2.6803932838241202, + "inflow": 24.348539442063277, + "volume": 0, + "temperature": 10.75095693588635, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T00:00:00.000Z", + "level": 561.764317728003, + "flow": 1.9075925439387755, + "inflow": 24.368524681951953, + "volume": 0, + "temperature": 10.604040604889917, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T01:00:00.000Z", + "level": 561.7734131264525, + "flow": 2.2427700219249918, + "inflow": 24.59232691397202, + "volume": 0, + "temperature": 12.947214414629688, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T02:00:00.000Z", + "level": 561.7821635397775, + "flow": 1.2966347206917233, + "inflow": 24.268456728803738, + "volume": 0, + "temperature": 14.3471499479326, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T03:00:00.000Z", + "level": 561.7790988994633, + "flow": 0.9034882323909761, + "inflow": 24.358575783735454, + "volume": 0, + "temperature": 14.945911468412831, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T04:00:00.000Z", + "level": 561.7935456923287, + "flow": 1.1973028969175625, + "inflow": 25.183015195642042, + "volume": 0, + "temperature": 18.96334178928715, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T05:00:00.000Z", + "level": 561.7688034240709, + "flow": 1.6191155448981753, + "inflow": 24.427326688451778, + "volume": 0, + "temperature": 19.117811849935944, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T06:00:00.000Z", + "level": 561.761149189255, + "flow": 1.297963323413021, + "inflow": 25.387404917447544, + "volume": 0, + "temperature": 21.30532364659173, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T07:00:00.000Z", + "level": 561.7707711621936, + "flow": 1.7801542602536395, + "inflow": 25.728197729289874, + "volume": 0, + "temperature": 22.75636519326992, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T08:00:00.000Z", + "level": 561.7712031222921, + "flow": 1.4109304244331726, + "inflow": 25.683459116966603, + "volume": 0, + "temperature": 25.32450834628826, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T09:00:00.000Z", + "level": 561.788128368459, + "flow": 1.0497999645940985, + "inflow": 26.194105287155992, + "volume": 0, + "temperature": 25.90540894215756, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T10:00:00.000Z", + "level": 561.7787920865555, + "flow": 1.0570785623835648, + "inflow": 27.087623051916367, + "volume": 0, + "temperature": 25.065224452814583, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T11:00:00.000Z", + "level": 561.7719266725679, + "flow": 1.6788594946930169, + "inflow": 27.90894036183564, + "volume": 0, + "temperature": 26.434077857857346, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T12:00:00.000Z", + "level": 561.7749751478442, + "flow": 2.127084317462765, + "inflow": 27.732355730286947, + "volume": 0, + "temperature": 24.21162198903544, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T13:00:00.000Z", + "level": 561.7499819632702, + "flow": 2.282750620520003, + "inflow": 28.430336919012042, + "volume": 0, + "temperature": 24.285203819939035, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T14:00:00.000Z", + "level": 561.7629419367365, + "flow": 1.9296721778401844, + "inflow": 28.674553614288964, + "volume": 0, + "temperature": 22.470335800546085, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T15:00:00.000Z", + "level": 561.7603546362845, + "flow": 2.7390040526339563, + "inflow": 27.799229032240888, + "volume": 0, + "temperature": 20.95080277010912, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T16:00:00.000Z", + "level": 561.78342971497, + "flow": 2.9798721526218133, + "inflow": 28.28711899871421, + "volume": 0, + "temperature": 18.275273014532125, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T17:00:00.000Z", + "level": 561.7855428239827, + "flow": 3.231872357782743, + "inflow": 28.72283052906173, + "volume": 0, + "temperature": 16.845709073055385, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T18:00:00.000Z", + "level": 561.7977733492195, + "flow": 2.6148138866095816, + "inflow": 28.18404333227741, + "volume": 0, + "temperature": 13.518128524760257, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T19:00:00.000Z", + "level": 561.8120027928658, + "flow": 2.240086484627511, + "inflow": 28.38242547308002, + "volume": 0, + "temperature": 12.429623542630022, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T20:00:00.000Z", + "level": 561.7968667126353, + "flow": 2.7337378341341325, + "inflow": 27.523101404953564, + "volume": 0, + "temperature": 11.482587883207122, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T21:00:00.000Z", + "level": 561.7965792685306, + "flow": 2.392508004072736, + "inflow": 26.896122535791367, + "volume": 0, + "temperature": 9.411476088593211, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T22:00:00.000Z", + "level": 561.7978485115991, + "flow": 2.159980515993073, + "inflow": 26.283199112762492, + "volume": 0, + "temperature": 10.930812709690793, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T23:00:00.000Z", + "level": 561.8092325972234, + "flow": 2.5242479551113113, + "inflow": 25.542488427592456, + "volume": 0, + "temperature": 10.423886292665317, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T00:00:00.000Z", + "level": 561.8050739088985, + "flow": 2.8943689365475205, + "inflow": 25.180427065295824, + "volume": 0, + "temperature": 10.772301704355801, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T01:00:00.000Z", + "level": 561.8298747347659, + "flow": 3.1038202864126165, + "inflow": 24.972371808822764, + "volume": 0, + "temperature": 13.150940902773097, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T02:00:00.000Z", + "level": 561.8445723260577, + "flow": 2.7043460788129092, + "inflow": 25.687632161833292, + "volume": 0, + "temperature": 14.342568878875724, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T03:00:00.000Z", + "level": 561.8614492419892, + "flow": 2.842310057743508, + "inflow": 25.17714424160819, + "volume": 0, + "temperature": 15.084817048070903, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T04:00:00.000Z", + "level": 561.8503479807667, + "flow": 2.9897101005048348, + "inflow": 24.249484697173838, + "volume": 0, + "temperature": 18.17896826168479, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T05:00:00.000Z", + "level": 561.8318817282769, + "flow": 2.7378668772033063, + "inflow": 24.269711649002495, + "volume": 0, + "temperature": 20.515481833913892, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T06:00:00.000Z", + "level": 561.851359358814, + "flow": 2.2815387257841286, + "inflow": 24.352526384098464, + "volume": 0, + "temperature": 22.231781591118207, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T07:00:00.000Z", + "level": 561.842025985086, + "flow": 1.7615602411271967, + "inflow": 25.01416481718102, + "volume": 0, + "temperature": 23.291465149511243, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T08:00:00.000Z", + "level": 561.8172023867612, + "flow": 1.3726750105457333, + "inflow": 24.188566182914002, + "volume": 0, + "temperature": 25.714952293156728, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T09:00:00.000Z", + "level": 561.8330964573385, + "flow": 1.5500717225840992, + "inflow": 24.81204066918219, + "volume": 0, + "temperature": 25.423922655771026, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T10:00:00.000Z", + "level": 561.8378147978887, + "flow": 2.31144220168845, + "inflow": 25.197150518541857, + "volume": 0, + "temperature": 25.12479171122022, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T11:00:00.000Z", + "level": 561.8216232597711, + "flow": 3.0158554380530003, + "inflow": 25.278788669791524, + "volume": 0, + "temperature": 25.106262295707733, + "precipitation": 7.314585486496376 + }, + { + "timestamp": "2026-05-09T12:00:00.000Z", + "level": 561.8057228488556, + "flow": 2.7464994406672187, + "inflow": 25.335941406964622, + "volume": 0, + "temperature": 23.969528435219896, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T13:00:00.000Z", + "level": 561.8090331812248, + "flow": 1.828532453270185, + "inflow": 25.266764000443278, + "volume": 0, + "temperature": 22.760847412532453, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T14:00:00.000Z", + "level": 561.8335104462362, + "flow": 1.041100980147478, + "inflow": 26.070790604656985, + "volume": 0, + "temperature": 21.986270431968542, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T15:00:00.000Z", + "level": 561.8353187448917, + "flow": 1.4190395169601366, + "inflow": 26.65508586622216, + "volume": 0, + "temperature": 20.020864680383877, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T16:00:00.000Z", + "level": 561.8518104736812, + "flow": 0.5206190911908797, + "inflow": 27.090747523655963, + "volume": 0, + "temperature": 18.200241567541426, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T17:00:00.000Z", + "level": 561.8354693527156, + "flow": 0.18397853926509988, + "inflow": 27.68992290610629, + "volume": 0, + "temperature": 15.570565543028025, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T18:00:00.000Z", + "level": 561.8390489536608, + "flow": 0, + "inflow": 27.38600684222451, + "volume": 0, + "temperature": 14.795326667439653, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T19:00:00.000Z", + "level": 561.8342453002099, + "flow": 0, + "inflow": 27.57266196149136, + "volume": 0, + "temperature": 13.027208774429027, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T20:00:00.000Z", + "level": 561.8351845976455, + "flow": 0.7669754976864027, + "inflow": 27.331940754646585, + "volume": 0, + "temperature": 12.01485750026934, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T21:00:00.000Z", + "level": 561.8552182270545, + "flow": 0, + "inflow": 27.344177464183005, + "volume": 0, + "temperature": 9.767494621629517, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T22:00:00.000Z", + "level": 561.875990132558, + "flow": 0, + "inflow": 28.32000489222593, + "volume": 0, + "temperature": 9.98239958181717, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T23:00:00.000Z", + "level": 561.8891839369502, + "flow": 0, + "inflow": 28.55808438126951, + "volume": 0, + "temperature": 9.801432000071852, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T00:00:00.000Z", + "level": 561.8870228613915, + "flow": 0, + "inflow": 27.79397706867639, + "volume": 0, + "temperature": 10.522351652903984, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T01:00:00.000Z", + "level": 561.8697362255375, + "flow": 0, + "inflow": 27.925453285416207, + "volume": 0, + "temperature": 12.961905585552714, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T02:00:00.000Z", + "level": 561.8663211003709, + "flow": 0, + "inflow": 28.483222457624016, + "volume": 0, + "temperature": 14.533766227343524, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T03:00:00.000Z", + "level": 561.8612037135865, + "flow": 0, + "inflow": 28.503902992361464, + "volume": 0, + "temperature": 15.159554785920873, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T04:00:00.000Z", + "level": 561.8573788124783, + "flow": 0.15712015560164083, + "inflow": 29.41825663350354, + "volume": 0, + "temperature": 18.154218425065096, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T05:00:00.000Z", + "level": 561.8497009124151, + "flow": 0.24870307022252414, + "inflow": 30.269932201693145, + "volume": 0, + "temperature": 19.762233818480873, + "precipitation": 10.853963118210487 + }, + { + "timestamp": "2026-05-10T06:00:00.000Z", + "level": 561.8590629890128, + "flow": 0, + "inflow": 30.18676243836616, + "volume": 0, + "temperature": 22.524845414838264, + "precipitation": 7.940436132565807 + }, + { + "timestamp": "2026-05-10T07:00:00.000Z", + "level": 561.8387261645726, + "flow": 0, + "inflow": 29.201420395633875, + "volume": 0, + "temperature": 23.81876007173485, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T08:00:00.000Z", + "level": 561.818917482809, + "flow": 0, + "inflow": 28.349556224219437, + "volume": 0, + "temperature": 24.42162264459732, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T09:00:00.000Z", + "level": 561.8271504148007, + "flow": 0, + "inflow": 28.86503592381578, + "volume": 0, + "temperature": 26.412681418992438, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T10:00:00.000Z", + "level": 561.8149582834549, + "flow": 0, + "inflow": 29.462520818988395, + "volume": 0, + "temperature": 25.44397551549195, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T11:00:00.000Z", + "level": 561.8215880935205, + "flow": 0.7590204619920455, + "inflow": 29.509813259147634, + "volume": 0, + "temperature": 25.55306583924636, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T12:00:00.000Z", + "level": 561.8209516768989, + "flow": 0.874700233623106, + "inflow": 28.830970128601123, + "volume": 0, + "temperature": 25.898999683072564, + "precipitation": 8.18998666553406 + }, + { + "timestamp": "2026-05-10T13:00:00.000Z", + "level": 561.8440845982689, + "flow": 1.3108428489646506, + "inflow": 28.287186817589827, + "volume": 0, + "temperature": 24.28226540513229, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T14:00:00.000Z", + "level": 561.8533847161342, + "flow": 0.3790652197016806, + "inflow": 28.0037219057936, + "volume": 0, + "temperature": 21.931658561234293, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T15:00:00.000Z", + "level": 561.8492958020918, + "flow": 0, + "inflow": 27.025967348938586, + "volume": 0, + "temperature": 20.102207263808236, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T16:00:00.000Z", + "level": 561.8667496567313, + "flow": 0, + "inflow": 26.631643303390128, + "volume": 0, + "temperature": 18.0095325360736, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T17:00:00.000Z", + "level": 561.8847633770704, + "flow": 0, + "inflow": 26.06549407575292, + "volume": 0, + "temperature": 16.410376547183194, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T18:00:00.000Z", + "level": 561.8835172288939, + "flow": 0.03172846555533715, + "inflow": 25.963440626225147, + "volume": 0, + "temperature": 14.992553489960148, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T19:00:00.000Z", + "level": 561.8892774747319, + "flow": 0.9015146536930065, + "inflow": 24.98604209733155, + "volume": 0, + "temperature": 11.861939370230406, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T20:00:00.000Z", + "level": 561.9072399787278, + "flow": 0, + "inflow": 24.810062660101654, + "volume": 0, + "temperature": 11.198258920174224, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T21:00:00.000Z", + "level": 561.9282111287519, + "flow": 0, + "inflow": 25.580186335013835, + "volume": 0, + "temperature": 9.983244681572032, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T22:00:00.000Z", + "level": 561.9363538474241, + "flow": 0, + "inflow": 25.058543766632013, + "volume": 0, + "temperature": 10.017080628990522, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T23:00:00.000Z", + "level": 561.9579525240324, + "flow": 0, + "inflow": 24.37819232025004, + "volume": 0, + "temperature": 11.114293840555556, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T00:00:00.000Z", + "level": 561.9551617003922, + "flow": 0, + "inflow": 24.75880184321211, + "volume": 0, + "temperature": 11.285228675501916, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T01:00:00.000Z", + "level": 561.9675154032981, + "flow": 0.5201212611311532, + "inflow": 25.317630108280888, + "volume": 0, + "temperature": 12.142762200141767, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T02:00:00.000Z", + "level": 561.9696831739606, + "flow": 0.6877237088739196, + "inflow": 25.396099522901117, + "volume": 0, + "temperature": 13.80074572138858, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T03:00:00.000Z", + "level": 561.9643573305568, + "flow": 0, + "inflow": 25.856780478646755, + "volume": 0, + "temperature": 16.601119501240923, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T04:00:00.000Z", + "level": 561.985310346865, + "flow": 0.3363666950932065, + "inflow": 26.460423841007252, + "volume": 0, + "temperature": 18.512795297964743, + "precipitation": 12.902197663746236 + }, + { + "timestamp": "2026-05-11T05:00:00.000Z", + "level": 561.9971304357499, + "flow": 0.8113154951653634, + "inflow": 25.74153082311314, + "volume": 0, + "temperature": 19.462369708113645, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T06:00:00.000Z", + "level": 562.0092524181916, + "flow": 1.188017009872501, + "inflow": 25.8916967657267, + "volume": 0, + "temperature": 22.57645067095008, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T07:00:00.000Z", + "level": 562.0238983451153, + "flow": 2.025363963410402, + "inflow": 25.830920615796103, + "volume": 0, + "temperature": 23.551081303767667, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T08:00:00.000Z", + "level": 562.0099379377959, + "flow": 2.8313925950311982, + "inflow": 25.90166592619441, + "volume": 0, + "temperature": 24.513882757602413, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T09:00:00.000Z", + "level": 561.9885960906695, + "flow": 2.1969703397338565, + "inflow": 26.150170717365118, + "volume": 0, + "temperature": 26.405744399870567, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T10:00:00.000Z", + "level": 561.974778291197, + "flow": 2.189313009680468, + "inflow": 25.764564198309383, + "volume": 0, + "temperature": 26.462336085998835, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T11:00:00.000Z", + "level": 561.981053793728, + "flow": 1.4055816687450817, + "inflow": 26.208266660688786, + "volume": 0, + "temperature": 26.676442884984283, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T12:00:00.000Z", + "level": 561.993500486707, + "flow": 1.632012393087427, + "inflow": 26.71687926583404, + "volume": 0, + "temperature": 25.374094002884036, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T13:00:00.000Z", + "level": 562.0101165144531, + "flow": 1.4369082249765963, + "inflow": 27.07161586170151, + "volume": 0, + "temperature": 23.890514087520696, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T14:00:00.000Z", + "level": 562.0226040365758, + "flow": 2.143564174838645, + "inflow": 26.3466792038012, + "volume": 0, + "temperature": 21.579844929022084, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T15:00:00.000Z", + "level": 562.0026980426208, + "flow": 1.3282392397896716, + "inflow": 26.800866291128287, + "volume": 0, + "temperature": 20.703196041177534, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T16:00:00.000Z", + "level": 562.01132108242, + "flow": 2.196040236479531, + "inflow": 27.46222931873191, + "volume": 0, + "temperature": 17.270956626592373, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T17:00:00.000Z", + "level": 562.0358285727767, + "flow": 1.2272607428940363, + "inflow": 27.14313076570379, + "volume": 0, + "temperature": 15.182505579529684, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T18:00:00.000Z", + "level": 562.024225021601, + "flow": 1.8673167676085995, + "inflow": 26.393005248100966, + "volume": 0, + "temperature": 14.021046194401382, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T19:00:00.000Z", + "level": 562.0034885411511, + "flow": 0.9461360011213427, + "inflow": 26.73326043807738, + "volume": 0, + "temperature": 12.875910623202767, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T20:00:00.000Z", + "level": 562.016023851586, + "flow": 0.5710643976215684, + "inflow": 26.46689439048231, + "volume": 0, + "temperature": 10.133900744470722, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T21:00:00.000Z", + "level": 562.0201525577539, + "flow": 0.3544209211588081, + "inflow": 26.597062919533947, + "volume": 0, + "temperature": 9.385819953785095, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T22:00:00.000Z", + "level": 562.0045846477649, + "flow": 0.8885480505293941, + "inflow": 26.435616734920355, + "volume": 0, + "temperature": 10.318797247064733, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T23:00:00.000Z", + "level": 561.9904566879235, + "flow": 0.6770497943866669, + "inflow": 26.16752888488427, + "volume": 0, + "temperature": 9.698644265875622, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T00:00:00.000Z", + "level": 561.9740244412661, + "flow": 1.2109188111930034, + "inflow": 25.341088067904078, + "volume": 0, + "temperature": 11.480807236200315, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T01:00:00.000Z", + "level": 561.959868017151, + "flow": 1.585916362916766, + "inflow": 24.652940939873876, + "volume": 0, + "temperature": 12.959086781683762, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T02:00:00.000Z", + "level": 561.9842517074171, + "flow": 1.3630923822804468, + "inflow": 24.183430838256733, + "volume": 0, + "temperature": 14.84066688826371, + "precipitation": 6.274056061472483 + }, + { + "timestamp": "2026-05-12T03:00:00.000Z", + "level": 561.9992713061068, + "flow": 0.610716843999374, + "inflow": 24.260200512947126, + "volume": 0, + "temperature": 15.232539396665025, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T04:00:00.000Z", + "level": 562.0240356964284, + "flow": 0.6729032344702377, + "inflow": 23.96124677164315, + "volume": 0, + "temperature": 18.19540075510186, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T05:00:00.000Z", + "level": 562.0315648427824, + "flow": 0.20460195531858583, + "inflow": 24.885002913557138, + "volume": 0, + "temperature": 20.165906064111013, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T06:00:00.000Z", + "level": 562.0535361031253, + "flow": 0.26375193346491477, + "inflow": 24.6422417998803, + "volume": 0, + "temperature": 21.587924652475827, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T07:00:00.000Z", + "level": 562.0343792726368, + "flow": 1.1743689222274583, + "inflow": 23.70056588177094, + "volume": 0, + "temperature": 23.364697468397225, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T08:00:00.000Z", + "level": 562.0132657588202, + "flow": 0.5028613973652987, + "inflow": 24.3602338333131, + "volume": 0, + "temperature": 25.350746886792006, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T09:00:00.000Z", + "level": 561.9911615179523, + "flow": 0.5859751126766857, + "inflow": 24.741129973848935, + "volume": 0, + "temperature": 25.779505173404978, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T10:00:00.000Z", + "level": 561.9886660063911, + "flow": 0.06408768452203129, + "inflow": 24.848066849331893, + "volume": 0, + "temperature": 25.19243300778624, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T11:00:00.000Z", + "level": 562.0040425029979, + "flow": 0.9850175874397782, + "inflow": 24.641274344676084, + "volume": 0, + "temperature": 26.720736425470264, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T12:00:00.000Z", + "level": 562.0285497659617, + "flow": 0, + "inflow": 25.213551940724614, + "volume": 0, + "temperature": 24.471925470904914, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T13:00:00.000Z", + "level": 562.0242967833749, + "flow": 0.06530397311420044, + "inflow": 25.80363755312534, + "volume": 0, + "temperature": 23.18722969321174, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T14:00:00.000Z", + "level": 562.0047328098645, + "flow": 0.5224541926398949, + "inflow": 25.0631872905031, + "volume": 0, + "temperature": 21.719630605180022, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T15:00:00.000Z", + "level": 561.9975360687208, + "flow": 0, + "inflow": 25.027575926873403, + "volume": 0, + "temperature": 20.520662359658587, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T16:00:00.000Z", + "level": 561.9920733735648, + "flow": 0.0797033029873746, + "inflow": 24.746955581717017, + "volume": 0, + "temperature": 17.36302813470103, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T17:00:00.000Z", + "level": 562.003374318023, + "flow": 0.06156401656219712, + "inflow": 23.812338252502165, + "volume": 0, + "temperature": 15.049027006671086, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T18:00:00.000Z", + "level": 561.9916855988697, + "flow": 0, + "inflow": 23.43323350716286, + "volume": 0, + "temperature": 13.222489302828581, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T19:00:00.000Z", + "level": 562.0150932879822, + "flow": 0, + "inflow": 22.67767625176881, + "volume": 0, + "temperature": 12.667721091090268, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T20:00:00.000Z", + "level": 562.0038955551067, + "flow": 0.46082574863318193, + "inflow": 23.43156445003762, + "volume": 0, + "temperature": 10.076003080333335, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T21:00:00.000Z", + "level": 561.9816607606245, + "flow": 1.102163739358974, + "inflow": 23.12879395928511, + "volume": 0, + "temperature": 10.91887671754473, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T22:00:00.000Z", + "level": 561.9907171300442, + "flow": 0.834403912790957, + "inflow": 22.50591129846227, + "volume": 0, + "temperature": 10.827620144597914, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T23:00:00.000Z", + "level": 561.9852440590164, + "flow": 1.0917247829126815, + "inflow": 21.901514226670468, + "volume": 0, + "temperature": 10.570580278177438, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T00:00:00.000Z", + "level": 561.9926304012024, + "flow": 0.8408069181131532, + "inflow": 21.658639748540452, + "volume": 0, + "temperature": 10.12998976853701, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T01:00:00.000Z", + "level": 561.9766566953376, + "flow": 1.6850197507602518, + "inflow": 22.250849335371303, + "volume": 0, + "temperature": 12.43748072625887, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T02:00:00.000Z", + "level": 561.9520323945535, + "flow": 1.7473014367241761, + "inflow": 22.461966153213275, + "volume": 0, + "temperature": 14.930772917408545, + "precipitation": 2.5189789994598955 + }, + { + "timestamp": "2026-05-13T03:00:00.000Z", + "level": 561.9344063849969, + "flow": 2.1576802333480396, + "inflow": 23.100317892552894, + "volume": 0, + "temperature": 16.69254358604538, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T04:00:00.000Z", + "level": 561.9330405046483, + "flow": 1.7567189564411536, + "inflow": 23.700902870278007, + "volume": 0, + "temperature": 17.982587039761516, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T05:00:00.000Z", + "level": 561.9373254087476, + "flow": 1.4871695016591642, + "inflow": 24.45839902652366, + "volume": 0, + "temperature": 20.289108486570846, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T06:00:00.000Z", + "level": 561.936677656035, + "flow": 1.892314639711199, + "inflow": 25.436866299391937, + "volume": 0, + "temperature": 22.402061081261557, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T07:00:00.000Z", + "level": 561.9279829732893, + "flow": 1.9956338941660596, + "inflow": 25.128748320003382, + "volume": 0, + "temperature": 23.45319152598431, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T08:00:00.000Z", + "level": 561.9206528917982, + "flow": 1.0422355701410373, + "inflow": 26.127726130445968, + "volume": 0, + "temperature": 23.98802355671743, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T09:00:00.000Z", + "level": 561.8968944669663, + "flow": 1.8213060492510311, + "inflow": 25.67844339822985, + "volume": 0, + "temperature": 26.339983665895858, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T10:00:00.000Z", + "level": 561.913549966453, + "flow": 2.3477013004319773, + "inflow": 25.491217458693626, + "volume": 0, + "temperature": 26.17416921258612, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T11:00:00.000Z", + "level": 561.8921084992585, + "flow": 2.0290295777705682, + "inflow": 25.2529119239442, + "volume": 0, + "temperature": 26.481123617080733, + "precipitation": 4.787014078827196 + }, + { + "timestamp": "2026-05-13T12:00:00.000Z", + "level": 561.8772783720711, + "flow": 2.0465486044230885, + "inflow": 24.53339960082501, + "volume": 0, + "temperature": 25.719016890102267, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T13:00:00.000Z", + "level": 561.8794378056484, + "flow": 1.4954059066242795, + "inflow": 23.984773784920456, + "volume": 0, + "temperature": 24.47722594753798, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T14:00:00.000Z", + "level": 561.8977655489313, + "flow": 0.7045895928880279, + "inflow": 24.427583008807574, + "volume": 0, + "temperature": 21.077825729329128, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T15:00:00.000Z", + "level": 561.9150718185232, + "flow": 0.45030550539335445, + "inflow": 24.568868925590124, + "volume": 0, + "temperature": 20.380900794910687, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T16:00:00.000Z", + "level": 561.8915273923525, + "flow": 0.6282760661071074, + "inflow": 24.455413442988995, + "volume": 0, + "temperature": 17.06778765897397, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T17:00:00.000Z", + "level": 561.9046938860871, + "flow": 0, + "inflow": 23.796676922846892, + "volume": 0, + "temperature": 16.751962418672658, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T18:00:00.000Z", + "level": 561.8930780127205, + "flow": 0, + "inflow": 23.47079440822666, + "volume": 0, + "temperature": 14.150318097030574, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T19:00:00.000Z", + "level": 561.910327888435, + "flow": 0.05479511263814674, + "inflow": 23.593264668605748, + "volume": 0, + "temperature": 12.314235741071414, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T20:00:00.000Z", + "level": 561.9078043655647, + "flow": 0, + "inflow": 23.88271762270265, + "volume": 0, + "temperature": 10.531027292203593, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T21:00:00.000Z", + "level": 561.9204967259413, + "flow": 0.27098915302645654, + "inflow": 24.798201709210964, + "volume": 0, + "temperature": 9.855474519566878, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T22:00:00.000Z", + "level": 561.9166941027343, + "flow": 0, + "inflow": 25.175947935062442, + "volume": 0, + "temperature": 9.117001320418638, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T23:00:00.000Z", + "level": 561.9126028386015, + "flow": 0.0945216443391299, + "inflow": 25.437329679260838, + "volume": 0, + "temperature": 10.407173858553657, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T00:00:00.000Z", + "level": 561.8928489476028, + "flow": 0.4898877726053912, + "inflow": 24.98224271598261, + "volume": 0, + "temperature": 12.065693668738527, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T01:00:00.000Z", + "level": 561.8729582809175, + "flow": 0.926383667893599, + "inflow": 25.90265748428592, + "volume": 0, + "temperature": 12.96860062452177, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T02:00:00.000Z", + "level": 561.8689900868504, + "flow": 0.29348263787874007, + "inflow": 25.15030866908214, + "volume": 0, + "temperature": 14.984626307295521, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T03:00:00.000Z", + "level": 561.8915361359873, + "flow": 0.9672194739043056, + "inflow": 24.455549540702386, + "volume": 0, + "temperature": 15.789291363854002, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T04:00:00.000Z", + "level": 561.8910740384271, + "flow": 1.7033933313800813, + "inflow": 24.029669088914954, + "volume": 0, + "temperature": 17.388122423724038, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T05:00:00.000Z", + "level": 561.8716048109194, + "flow": 0.750432158860908, + "inflow": 24.45763441382374, + "volume": 0, + "temperature": 20.010579008259224, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T06:00:00.000Z", + "level": 561.865262421621, + "flow": 0.7928479662793886, + "inflow": 24.412497873465426, + "volume": 0, + "temperature": 21.165269023950252, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T07:00:00.000Z", + "level": 561.8666406336456, + "flow": 1.5241446872753004, + "inflow": 24.033805027722465, + "volume": 0, + "temperature": 23.616091149334043, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T08:00:00.000Z", + "level": 561.8733897240397, + "flow": 1.1694610881613352, + "inflow": 23.050718667328887, + "volume": 0, + "temperature": 25.08032195530001, + "precipitation": 2.2669338302462205 + }, + { + "timestamp": "2026-05-14T09:00:00.000Z", + "level": 561.8893957964245, + "flow": 2.0531822072525725, + "inflow": 22.668898092744804, + "volume": 0, + "temperature": 25.469521664923587, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T10:00:00.000Z", + "level": 561.9056737513798, + "flow": 1.8148332366333872, + "inflow": 21.886527445274925, + "volume": 0, + "temperature": 26.521586850892273, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T11:00:00.000Z", + "level": 561.9129156950838, + "flow": 1.7201026291210946, + "inflow": 21.650025207139784, + "volume": 0, + "temperature": 24.830844963479972, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T12:00:00.000Z", + "level": 561.9041158157263, + "flow": 2.6301332931303616, + "inflow": 20.894364846274858, + "volume": 0, + "temperature": 24.81162673027931, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T13:00:00.000Z", + "level": 561.9122283660816, + "flow": 2.5345671407350263, + "inflow": 21.351950748109747, + "volume": 0, + "temperature": 22.826275188641134, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T14:00:00.000Z", + "level": 561.8959194110475, + "flow": 1.7370046098171223, + "inflow": 22.105830732869652, + "volume": 0, + "temperature": 22.606812605546207, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T15:00:00.000Z", + "level": 561.8848536266848, + "flow": 2.626217403913135, + "inflow": 22.524602956378594, + "volume": 0, + "temperature": 20.553251521667374, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T16:00:00.000Z", + "level": 561.8756196654459, + "flow": 2.7056034352421774, + "inflow": 21.919419094318776, + "volume": 0, + "temperature": 17.401704065628007, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T17:00:00.000Z", + "level": 561.8736395687017, + "flow": 1.8791905089430898, + "inflow": 22.649454576836234, + "volume": 0, + "temperature": 16.890564037037237, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T18:00:00.000Z", + "level": 561.8920131752319, + "flow": 1.960729142911716, + "inflow": 21.98901782648878, + "volume": 0, + "temperature": 13.02788993854941, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T19:00:00.000Z", + "level": 561.8670507431469, + "flow": 1.2175931289854307, + "inflow": 22.505016401270122, + "volume": 0, + "temperature": 12.611561827298296, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T20:00:00.000Z", + "level": 561.849436628329, + "flow": 1.5011652036065848, + "inflow": 22.707810737437136, + "volume": 0, + "temperature": 11.681399076398659, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T21:00:00.000Z", + "level": 561.8624970085887, + "flow": 1.3087260103024403, + "inflow": 23.316936448894335, + "volume": 0, + "temperature": 9.599332483750342, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T22:00:00.000Z", + "level": 561.8773450518488, + "flow": 1.3260956755109574, + "inflow": 23.795434418826034, + "volume": 0, + "temperature": 10.24879666970136, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T23:00:00.000Z", + "level": 561.8759434255838, + "flow": 0.8966682152994836, + "inflow": 22.883265970865747, + "volume": 0, + "temperature": 9.734540274828145, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T00:00:00.000Z", + "level": 561.8765182674354, + "flow": 1.0648497899251703, + "inflow": 21.927619950370428, + "volume": 0, + "temperature": 11.51948491432492, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T01:00:00.000Z", + "level": 561.8552305760512, + "flow": 1.3199613783539705, + "inflow": 21.34258332124139, + "volume": 0, + "temperature": 13.045611785999434, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T02:00:00.000Z", + "level": 561.8793860050916, + "flow": 0.6217100031824487, + "inflow": 22.133920148659357, + "volume": 0, + "temperature": 13.365704208418677, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T03:00:00.000Z", + "level": 561.8756290761495, + "flow": 0.9331215299610647, + "inflow": 21.31244294202565, + "volume": 0, + "temperature": 15.292650850097914, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T04:00:00.000Z", + "level": 561.8994969357248, + "flow": 1.3209050321327243, + "inflow": 20.702681102662382, + "volume": 0, + "temperature": 18.888178347306475, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T05:00:00.000Z", + "level": 561.890927297109, + "flow": 0.9111773829725842, + "inflow": 20.23824298752067, + "volume": 0, + "temperature": 19.34219208920513, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T06:00:00.000Z", + "level": 561.9024324557471, + "flow": 0.22659791428070974, + "inflow": 20.394239561085264, + "volume": 0, + "temperature": 22.345691392173475, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T07:00:00.000Z", + "level": 561.8989232753347, + "flow": 0, + "inflow": 19.45064487794497, + "volume": 0, + "temperature": 24.311999225029126, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T08:00:00.000Z", + "level": 561.9146687984944, + "flow": 0.7828268584438178, + "inflow": 18.49729891072911, + "volume": 0, + "temperature": 24.864583845594087, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T09:00:00.000Z", + "level": 561.906030898114, + "flow": 1.5850250098580783, + "inflow": 18.283821971387155, + "volume": 0, + "temperature": 25.169040655908, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T10:00:00.000Z", + "level": 561.8937928726378, + "flow": 1.2899432803496738, + "inflow": 17.432928481808197, + "volume": 0, + "temperature": 25.3153548730957, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T11:00:00.000Z", + "level": 561.9143289004451, + "flow": 0.4656614915782762, + "inflow": 16.51512184699831, + "volume": 0, + "temperature": 26.345313554532773, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T12:00:00.000Z", + "level": 561.9259398491643, + "flow": 0.4999967410468713, + "inflow": 17.21958387346423, + "volume": 0, + "temperature": 25.80906327638941, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T13:00:00.000Z", + "level": 561.9257570958687, + "flow": 0, + "inflow": 16.97234341884404, + "volume": 0, + "temperature": 22.664706790919723, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T14:00:00.000Z", + "level": 561.913780832405, + "flow": 0.15974617893461573, + "inflow": 16.801509281282925, + "volume": 0, + "temperature": 21.48751798916554, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T15:00:00.000Z", + "level": 561.9028876316463, + "flow": 1.044621665009612, + "inflow": 16.628122663456, + "volume": 0, + "temperature": 20.892803313739122, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T16:00:00.000Z", + "level": 561.9115416109814, + "flow": 1.030404384301435, + "inflow": 17.40085735068397, + "volume": 0, + "temperature": 17.320158745770975, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T17:00:00.000Z", + "level": 561.9144897668401, + "flow": 1.2962269658767926, + "inflow": 17.5364700138188, + "volume": 0, + "temperature": 16.082489880916462, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T18:00:00.000Z", + "level": 561.9038908725682, + "flow": 0.6219648461902665, + "inflow": 16.70778603205786, + "volume": 0, + "temperature": 14.959211938743309, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T19:00:00.000Z", + "level": 561.891921295611, + "flow": 0.8958324606385695, + "inflow": 16.43497641346883, + "volume": 0, + "temperature": 12.11736745896247, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T20:00:00.000Z", + "level": 561.9018848383165, + "flow": 1.7613767549141355, + "inflow": 16.878124524871094, + "volume": 0, + "temperature": 11.827815749535198, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T21:00:00.000Z", + "level": 561.9063724635645, + "flow": 1.15832798355471, + "inflow": 17.34951384125512, + "volume": 0, + "temperature": 10.22338822480713, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T22:00:00.000Z", + "level": 561.9163910963617, + "flow": 0.24607432485463665, + "inflow": 18.146702926514855, + "volume": 0, + "temperature": 10.081535810612191, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T23:00:00.000Z", + "level": 561.9278308501382, + "flow": 0.6300848262653096, + "inflow": 18.656795374025368, + "volume": 0, + "temperature": 10.691096255082796, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T00:00:00.000Z", + "level": 561.9147393416509, + "flow": 1.0765871496351784, + "inflow": 18.053242726511115, + "volume": 0, + "temperature": 10.901375667266946, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T01:00:00.000Z", + "level": 561.908316312753, + "flow": 1.8241457025273897, + "inflow": 18.327443676021808, + "volume": 0, + "temperature": 12.13302140034743, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T02:00:00.000Z", + "level": 561.9064649651654, + "flow": 2.5295844917927752, + "inflow": 17.637409416336613, + "volume": 0, + "temperature": 14.90165108661223, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T03:00:00.000Z", + "level": 561.9224550768834, + "flow": 1.7695752241461444, + "inflow": 17.008764682583184, + "volume": 0, + "temperature": 15.703534040866202, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T04:00:00.000Z", + "level": 561.9100436168403, + "flow": 1.0921135704856124, + "inflow": 17.967645244453905, + "volume": 0, + "temperature": 18.474971385091173, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T05:00:00.000Z", + "level": 561.8921632228132, + "flow": 0.6913164983133413, + "inflow": 18.101227830732523, + "volume": 0, + "temperature": 19.34991953464709, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T06:00:00.000Z", + "level": 561.9096538325256, + "flow": 0.9729659095729013, + "inflow": 17.827950578304346, + "volume": 0, + "temperature": 21.534343993494815, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T07:00:00.000Z", + "level": 561.9159894647967, + "flow": 0.06617218280762716, + "inflow": 17.65401677625845, + "volume": 0, + "temperature": 23.061622523500166, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T08:00:00.000Z", + "level": 561.9269203299632, + "flow": 0, + "inflow": 17.535604207702097, + "volume": 0, + "temperature": 25.770529728875044, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T09:00:00.000Z", + "level": 561.9124117107259, + "flow": 0.35168231031616637, + "inflow": 16.964595459693207, + "volume": 0, + "temperature": 25.197680627177476, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T10:00:00.000Z", + "level": 561.8936091133476, + "flow": 0, + "inflow": 16.70214788196354, + "volume": 0, + "temperature": 25.565728984076678, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T11:00:00.000Z", + "level": 561.8779034630363, + "flow": 0.07217444739565781, + "inflow": 16.75199648388177, + "volume": 0, + "temperature": 24.900345873876088, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T12:00:00.000Z", + "level": 561.8986590322469, + "flow": 0.06366035780551993, + "inflow": 17.13112998046999, + "volume": 0, + "temperature": 24.907155308797005, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T13:00:00.000Z", + "level": 561.8793370599334, + "flow": 0, + "inflow": 17.294755934400744, + "volume": 0, + "temperature": 23.49561241927612, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T14:00:00.000Z", + "level": 561.8838524925177, + "flow": 0.05460536791246273, + "inflow": 17.011688532306145, + "volume": 0, + "temperature": 22.40335590197364, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T15:00:00.000Z", + "level": 561.8623754234368, + "flow": 0.8034936630458582, + "inflow": 16.336480176309827, + "volume": 0, + "temperature": 20.453750556727258, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T16:00:00.000Z", + "level": 561.8858027972949, + "flow": 0.42586898056736633, + "inflow": 15.894797598412351, + "volume": 0, + "temperature": 18.792680220232352, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T17:00:00.000Z", + "level": 561.8809335460995, + "flow": 1.3870990041182947, + "inflow": 16.519626491996235, + "volume": 0, + "temperature": 16.676828462077545, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T18:00:00.000Z", + "level": 561.8574897824514, + "flow": 1.988422444922604, + "inflow": 16.420579479710742, + "volume": 0, + "temperature": 13.511695797034296, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T19:00:00.000Z", + "level": 561.8716506217753, + "flow": 1.070265913462292, + "inflow": 17.307002400272026, + "volume": 0, + "temperature": 11.464064012908516, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T20:00:00.000Z", + "level": 561.8791364762934, + "flow": 2.05630594532611, + "inflow": 16.329856097491604, + "volume": 0, + "temperature": 10.950734308902575, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T21:00:00.000Z", + "level": 561.8838577259324, + "flow": 1.289564373338373, + "inflow": 15.963813204877791, + "volume": 0, + "temperature": 9.492483964967125, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T22:00:00.000Z", + "level": 561.8944132282772, + "flow": 1.9705691723149563, + "inflow": 15.217218836687952, + "volume": 0, + "temperature": 9.769284530568324, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T23:00:00.000Z", + "level": 561.8906926106058, + "flow": 2.0540984528565596, + "inflow": 15.777822724942055, + "volume": 0, + "temperature": 10.589259462437372, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T00:00:00.000Z", + "level": 561.8793635746545, + "flow": 1.547473808601851, + "inflow": 15.411732468206427, + "volume": 0, + "temperature": 11.699354440553787, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T01:00:00.000Z", + "level": 561.8617023503393, + "flow": 1.309786165852576, + "inflow": 14.598399273405217, + "volume": 0, + "temperature": 12.132879483800178, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T02:00:00.000Z", + "level": 561.8473877913439, + "flow": 1.7623924767312542, + "inflow": 14.658714175403219, + "volume": 0, + "temperature": 14.431893573499513, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T03:00:00.000Z", + "level": 561.8635832357706, + "flow": 2.6306191989754786, + "inflow": 14.979285498102499, + "volume": 0, + "temperature": 15.813604366970072, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T04:00:00.000Z", + "level": 561.871740491865, + "flow": 2.5691322486239314, + "inflow": 14.108814200771672, + "volume": 0, + "temperature": 18.394946748200244, + "precipitation": 2.3354912745364773 + }, + { + "timestamp": "2026-05-17T05:00:00.000Z", + "level": 561.8825022630434, + "flow": 3.2885527536306087, + "inflow": 14.791065114352024, + "volume": 0, + "temperature": 20.994234482340694, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T06:00:00.000Z", + "level": 561.863237867057, + "flow": 3.456789256854119, + "inflow": 15.777604588646398, + "volume": 0, + "temperature": 22.61908945238976, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T07:00:00.000Z", + "level": 561.8569460034124, + "flow": 3.4196735258940185, + "inflow": 16.604442319368296, + "volume": 0, + "temperature": 23.920072345487007, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T08:00:00.000Z", + "level": 561.8420519497705, + "flow": 3.9527177847504533, + "inflow": 17.253220315149033, + "volume": 0, + "temperature": 25.694184550302822, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T09:00:00.000Z", + "level": 561.8460448215649, + "flow": 3.2369008428830632, + "inflow": 16.799021255672432, + "volume": 0, + "temperature": 25.264351174136287, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T10:00:00.000Z", + "level": 561.825435351052, + "flow": 2.774890633005116, + "inflow": 17.261878958044182, + "volume": 0, + "temperature": 26.220628900511535, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T11:00:00.000Z", + "level": 561.8399210171905, + "flow": 3.7342984599763174, + "inflow": 17.832180006591862, + "volume": 0, + "temperature": 25.57432739408345, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T12:00:00.000Z", + "level": 561.8182188024358, + "flow": 4.268250312203197, + "inflow": 17.981382896949704, + "volume": 0, + "temperature": 25.598997686531376, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T13:00:00.000Z", + "level": 561.808111136724, + "flow": 3.41561907423578, + "inflow": 17.184421178821136, + "volume": 0, + "temperature": 23.853676012663744, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T14:00:00.000Z", + "level": 561.8044194709013, + "flow": 3.387959226061486, + "inflow": 17.52600937314956, + "volume": 0, + "temperature": 22.252381317918218, + "precipitation": 13.049992118625598 + }, + { + "timestamp": "2026-05-17T15:00:00.000Z", + "level": 561.8147497198993, + "flow": 3.3613990092791166, + "inflow": 16.810758385646384, + "volume": 0, + "temperature": 20.719332522920034, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T16:00:00.000Z", + "level": 561.792258244539, + "flow": 2.576850228204472, + "inflow": 17.70310450467592, + "volume": 0, + "temperature": 18.15837779610219, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T17:00:00.000Z", + "level": 561.808491427959, + "flow": 2.0533099788035134, + "inflow": 17.13339945884333, + "volume": 0, + "temperature": 16.362827015851742, + "precipitation": 1.506463326041424 + }, + { + "timestamp": "2026-05-17T18:00:00.000Z", + "level": 561.8211381374039, + "flow": 2.929185531388539, + "inflow": 17.359969034904356, + "volume": 0, + "temperature": 14.188583670510665, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T19:00:00.000Z", + "level": 561.8310960278299, + "flow": 3.3606841446366347, + "inflow": 16.49477282599135, + "volume": 0, + "temperature": 13.076709306106459, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T20:00:00.000Z", + "level": 561.8155986222588, + "flow": 3.321991462559966, + "inflow": 15.813993223115038, + "volume": 0, + "temperature": 10.938665085447205, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T21:00:00.000Z", + "level": 561.792180244, + "flow": 2.799461542827349, + "inflow": 15.670131773388613, + "volume": 0, + "temperature": 10.533092056252766, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T22:00:00.000Z", + "level": 561.816104063199, + "flow": 3.0863353931411663, + "inflow": 15.892894539007823, + "volume": 0, + "temperature": 10.33203839728094, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T23:00:00.000Z", + "level": 561.8168988165885, + "flow": 2.6757962462286766, + "inflow": 15.108921758570794, + "volume": 0, + "temperature": 10.844500794981807, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T00:00:00.000Z", + "level": 561.8283651637378, + "flow": 3.0913796044580284, + "inflow": 16.050347788946823, + "volume": 0, + "temperature": 10.944965620937964, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T01:00:00.000Z", + "level": 561.8085735758051, + "flow": 2.8459648466246823, + "inflow": 16.219414679668976, + "volume": 0, + "temperature": 12.046855981718931, + "precipitation": 5.8325668401725705 + }, + { + "timestamp": "2026-05-18T02:00:00.000Z", + "level": 561.812526366194, + "flow": 3.8246550833314226, + "inflow": 15.2539787995057, + "volume": 0, + "temperature": 13.899482666001266, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T03:00:00.000Z", + "level": 561.7927920439677, + "flow": 4.094410219441549, + "inflow": 15.12775352884385, + "volume": 0, + "temperature": 15.842146790827282, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T04:00:00.000Z", + "level": 561.7931677132378, + "flow": 4.390746632868442, + "inflow": 14.900428155417046, + "volume": 0, + "temperature": 18.025637191709556, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T05:00:00.000Z", + "level": 561.814418179183, + "flow": 5.1375566745310275, + "inflow": 14.776471537955171, + "volume": 0, + "temperature": 20.904044656806708, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T06:00:00.000Z", + "level": 561.8091658808343, + "flow": 4.617579298339664, + "inflow": 15.322866748136057, + "volume": 0, + "temperature": 22.019855568008143, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T07:00:00.000Z", + "level": 561.8042730270417, + "flow": 5.068526995705185, + "inflow": 15.221216671884402, + "volume": 0, + "temperature": 23.942863300123708, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T08:00:00.000Z", + "level": 561.8015352116021, + "flow": 4.763689818949375, + "inflow": 14.438634913039564, + "volume": 0, + "temperature": 24.62324385101699, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T09:00:00.000Z", + "level": 561.7819207721493, + "flow": 4.526216942328233, + "inflow": 14.67848588557073, + "volume": 0, + "temperature": 25.087708727767385, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T10:00:00.000Z", + "level": 561.7916687072694, + "flow": 3.7942011246275844, + "inflow": 14.808187059109668, + "volume": 0, + "temperature": 25.92518189892346, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T11:00:00.000Z", + "level": 561.8104206133629, + "flow": 4.567029697290861, + "inflow": 15.239307385621279, + "volume": 0, + "temperature": 25.08888522223128, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T12:00:00.000Z", + "level": 561.8021791871156, + "flow": 4.106157714326607, + "inflow": 14.953173928238995, + "volume": 0, + "temperature": 24.767318342911157, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T13:00:00.000Z", + "level": 561.8042739171829, + "flow": 4.549407420539078, + "inflow": 14.048951497838182, + "volume": 0, + "temperature": 22.907773198239326, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T14:00:00.000Z", + "level": 561.8041020583573, + "flow": 5.190081331236563, + "inflow": 14.390126106592874, + "volume": 0, + "temperature": 22.681062223273443, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T15:00:00.000Z", + "level": 561.7817142136682, + "flow": 4.531418683722215, + "inflow": 15.370520674489686, + "volume": 0, + "temperature": 20.534707225731626, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T16:00:00.000Z", + "level": 561.759936064803, + "flow": 4.336212027101054, + "inflow": 14.926633724179737, + "volume": 0, + "temperature": 18.032072127752002, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T17:00:00.000Z", + "level": 561.7833053462801, + "flow": 4.903612399751091, + "inflow": 14.022633012842292, + "volume": 0, + "temperature": 15.46505974261265, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T18:00:00.000Z", + "level": 561.77431129175, + "flow": 5.568277637718452, + "inflow": 13.877859508701627, + "volume": 0, + "temperature": 13.384827457913214, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T19:00:00.000Z", + "level": 561.775448649916, + "flow": 6.462601955822048, + "inflow": 14.094131128963722, + "volume": 0, + "temperature": 11.501956207168515, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T20:00:00.000Z", + "level": 561.7653950324782, + "flow": 6.927029503029498, + "inflow": 15.049403577864034, + "volume": 0, + "temperature": 10.529966078052075, + "precipitation": 5.254403796371141 + }, + { + "timestamp": "2026-05-18T21:00:00.000Z", + "level": 561.7571374756341, + "flow": 7.848390605695913, + "inflow": 15.202517944960823, + "volume": 0, + "temperature": 10.014550969122437, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T22:00:00.000Z", + "level": 561.7617688143614, + "flow": 7.358520738536787, + "inflow": 15.664421619380843, + "volume": 0, + "temperature": 10.674350519162436, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T23:00:00.000Z", + "level": 561.7401813864429, + "flow": 7.755105109893188, + "inflow": 14.890391588993893, + "volume": 0, + "temperature": 10.660391341267442, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T00:00:00.000Z", + "level": 561.7426905138238, + "flow": 8.10600065724829, + "inflow": 14.660606208707602, + "volume": 0, + "temperature": 10.966019011574183, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T01:00:00.000Z", + "level": 561.7493371468499, + "flow": 8.638591523368884, + "inflow": 14.374230504908502, + "volume": 0, + "temperature": 12.851868347161819, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T02:00:00.000Z", + "level": 561.7458348046562, + "flow": 7.782649456201682, + "inflow": 15.2158670656333, + "volume": 0, + "temperature": 13.642079045242683, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T03:00:00.000Z", + "level": 561.7328379551499, + "flow": 6.8424913640789535, + "inflow": 15.971477735057578, + "volume": 0, + "temperature": 16.204538131611436, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T04:00:00.000Z", + "level": 561.7373676804303, + "flow": 6.29226461023884, + "inflow": 16.45388532274266, + "volume": 0, + "temperature": 18.412066608649376, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T05:00:00.000Z", + "level": 561.7385625370875, + "flow": 5.83701108333808, + "inflow": 16.321065354801622, + "volume": 0, + "temperature": 19.783743261117586, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T06:00:00.000Z", + "level": 561.731041588243, + "flow": 6.593037395441145, + "inflow": 16.896564993785695, + "volume": 0, + "temperature": 21.20815216294368, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T07:00:00.000Z", + "level": 561.7395774546075, + "flow": 6.316161991710528, + "inflow": 16.312092995089557, + "volume": 0, + "temperature": 23.63544204591203, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T08:00:00.000Z", + "level": 561.731747399974, + "flow": 6.927964823662385, + "inflow": 15.36255205201599, + "volume": 0, + "temperature": 24.63228786289815, + "precipitation": 6.968469990885659 + }, + { + "timestamp": "2026-05-19T09:00:00.000Z", + "level": 561.7085731493655, + "flow": 6.450528535839073, + "inflow": 16.1541402829211, + "volume": 0, + "temperature": 25.28315079101176, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T10:00:00.000Z", + "level": 561.6847977526675, + "flow": 6.030563087881119, + "inflow": 15.211726545990814, + "volume": 0, + "temperature": 26.74581260324635, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T11:00:00.000Z", + "level": 561.6752275170919, + "flow": 6.161228731316697, + "inflow": 15.268114052934214, + "volume": 0, + "temperature": 26.665338410832526, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T12:00:00.000Z", + "level": 561.6989991020463, + "flow": 5.987199548478883, + "inflow": 15.361378658772788, + "volume": 0, + "temperature": 23.94397775040027, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T13:00:00.000Z", + "level": 561.6843209010569, + "flow": 5.04833772476915, + "inflow": 14.67257858169825, + "volume": 0, + "temperature": 23.431158414215176, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T14:00:00.000Z", + "level": 561.6623299538935, + "flow": 5.55558877188838, + "inflow": 15.030757288877053, + "volume": 0, + "temperature": 21.850508405016978, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T15:00:00.000Z", + "level": 561.6680993907094, + "flow": 4.737278544505655, + "inflow": 15.450614373126662, + "volume": 0, + "temperature": 19.406601208575783, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T16:00:00.000Z", + "level": 561.6877172470155, + "flow": 5.342588370618659, + "inflow": 16.206702102645323, + "volume": 0, + "temperature": 17.99042452198095, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T17:00:00.000Z", + "level": 561.7044074615812, + "flow": 4.8051782259249345, + "inflow": 16.809859894384218, + "volume": 0, + "temperature": 16.73373980582483, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T18:00:00.000Z", + "level": 561.7067255515559, + "flow": 4.716671169051023, + "inflow": 16.374863936879095, + "volume": 0, + "temperature": 13.017858599532982, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T19:00:00.000Z", + "level": 561.7044404402267, + "flow": 5.210079715261723, + "inflow": 17.065219494104152, + "volume": 0, + "temperature": 13.085779437773054, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T20:00:00.000Z", + "level": 561.6865660791071, + "flow": 5.267781074253395, + "inflow": 16.389489156339025, + "volume": 0, + "temperature": 11.33261139146006, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T21:00:00.000Z", + "level": 561.6817910190782, + "flow": 4.538392436187463, + "inflow": 15.986477366111057, + "volume": 0, + "temperature": 9.908445839345973, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T22:00:00.000Z", + "level": 561.6690147609937, + "flow": 3.8211360750615557, + "inflow": 15.082306397429315, + "volume": 0, + "temperature": 10.069046002550918, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T23:00:00.000Z", + "level": 561.6503366004696, + "flow": 3.3324970444246858, + "inflow": 14.372162417966486, + "volume": 0, + "temperature": 9.870324082551598, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T00:00:00.000Z", + "level": 561.6359977154405, + "flow": 3.5700380497028306, + "inflow": 15.23591202265395, + "volume": 0, + "temperature": 10.141631793499869, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T01:00:00.000Z", + "level": 561.6521323054922, + "flow": 3.279020712801174, + "inflow": 14.263294526518303, + "volume": 0, + "temperature": 12.238055134343341, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T02:00:00.000Z", + "level": 561.6333946198167, + "flow": 3.3920468981949954, + "inflow": 15.254710340554247, + "volume": 0, + "temperature": 13.74830842166203, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T03:00:00.000Z", + "level": 561.6307190142893, + "flow": 3.9583746737714485, + "inflow": 15.427648490045339, + "volume": 0, + "temperature": 15.027837103404616, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T04:00:00.000Z", + "level": 561.6072026560686, + "flow": 3.217669212214544, + "inflow": 15.423247605108703, + "volume": 0, + "temperature": 17.072871689223717, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T05:00:00.000Z", + "level": 561.609348649018, + "flow": 2.692400157570053, + "inflow": 14.80659166601742, + "volume": 0, + "temperature": 21.033722881041687, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T06:00:00.000Z", + "level": 561.6318703128171, + "flow": 2.9766277158269214, + "inflow": 15.119949495316424, + "volume": 0, + "temperature": 22.48422791005246, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T07:00:00.000Z", + "level": 561.6486857757612, + "flow": 2.9092632605170525, + "inflow": 15.665023098350476, + "volume": 0, + "temperature": 23.907254729049118, + "precipitation": 9.398231478684238 + }, + { + "timestamp": "2026-05-20T08:00:00.000Z", + "level": 561.6366574535829, + "flow": 3.8716904731000166, + "inflow": 16.419771287943668, + "volume": 0, + "temperature": 24.196411343361138, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T09:00:00.000Z", + "level": 561.635217528388, + "flow": 3.7316416485337265, + "inflow": 15.550877909043235, + "volume": 0, + "temperature": 25.89583501542884, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T10:00:00.000Z", + "level": 561.6440238692671, + "flow": 4.3477950424545275, + "inflow": 15.97072059038846, + "volume": 0, + "temperature": 25.504616293466814, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T11:00:00.000Z", + "level": 561.6480045434997, + "flow": 4.784595649796856, + "inflow": 16.628057771349688, + "volume": 0, + "temperature": 25.858265463703432, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T12:00:00.000Z", + "level": 561.6341400163069, + "flow": 5.32834583799411, + "inflow": 16.837389617512585, + "volume": 0, + "temperature": 25.449454059004243, + "precipitation": 8.760939330484609 + }, + { + "timestamp": "2026-05-20T13:00:00.000Z", + "level": 561.6264952641826, + "flow": 4.646227519927843, + "inflow": 16.880894561562613, + "volume": 0, + "temperature": 24.311669439088, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T14:00:00.000Z", + "level": 561.6110698684807, + "flow": 4.04170659554094, + "inflow": 16.07818476868511, + "volume": 0, + "temperature": 22.48591800080223, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T15:00:00.000Z", + "level": 561.6261006549424, + "flow": 3.2661126113454793, + "inflow": 15.97628696529197, + "volume": 0, + "temperature": 19.923197158097643, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T16:00:00.000Z", + "level": 561.6147404374968, + "flow": 4.097429786333347, + "inflow": 16.949483787672786, + "volume": 0, + "temperature": 17.262962708649614, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T17:00:00.000Z", + "level": 561.629223379474, + "flow": 4.41598303060001, + "inflow": 15.9730169846848, + "volume": 0, + "temperature": 14.990768415960735, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T18:00:00.000Z", + "level": 561.6146616895304, + "flow": 4.610332848115923, + "inflow": 15.766379550130598, + "volume": 0, + "temperature": 14.029176856198372, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T19:00:00.000Z", + "level": 561.6290685388547, + "flow": 4.97950661115458, + "inflow": 16.189903885813845, + "volume": 0, + "temperature": 12.529207110910072, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T20:00:00.000Z", + "level": 561.6318070483156, + "flow": 5.140998463517194, + "inflow": 17.02601541802916, + "volume": 0, + "temperature": 10.344938188234837, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T21:00:00.000Z", + "level": 561.6189684620422, + "flow": 5.47617344782911, + "inflow": 17.37741322327213, + "volume": 0, + "temperature": 9.681357454980773, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T22:00:00.000Z", + "level": 561.633123649299, + "flow": 5.595289861077626, + "inflow": 17.333485133862318, + "volume": 0, + "temperature": 9.666369716433593, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T23:00:00.000Z", + "level": 561.6256617357438, + "flow": 5.36460678206284, + "inflow": 16.56772260199478, + "volume": 0, + "temperature": 9.65821019273641, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T00:00:00.000Z", + "level": 561.6179964287361, + "flow": 6.086699219935779, + "inflow": 17.47638335738508, + "volume": 0, + "temperature": 11.963559946605452, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T01:00:00.000Z", + "level": 561.5953056480366, + "flow": 6.754199932115947, + "inflow": 18.439615433098016, + "volume": 0, + "temperature": 13.111639502572158, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T02:00:00.000Z", + "level": 561.5960728260178, + "flow": 5.98203139693698, + "inflow": 18.598943188432983, + "volume": 0, + "temperature": 14.165399523682638, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T03:00:00.000Z", + "level": 561.6104503619367, + "flow": 5.266961162703254, + "inflow": 18.250677956409508, + "volume": 0, + "temperature": 16.088153771487054, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T04:00:00.000Z", + "level": 561.5981241694464, + "flow": 4.993595789384697, + "inflow": 17.33398381381676, + "volume": 0, + "temperature": 17.31348686586963, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T05:00:00.000Z", + "level": 561.5911170694943, + "flow": 5.301046879483865, + "inflow": 17.77400086123929, + "volume": 0, + "temperature": 20.525946963949643, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T06:00:00.000Z", + "level": 561.6008269860413, + "flow": 5.602186246391413, + "inflow": 17.735315878611363, + "volume": 0, + "temperature": 22.939607619735806, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T07:00:00.000Z", + "level": 561.6176404161531, + "flow": 4.971270988834253, + "inflow": 17.04826549241534, + "volume": 0, + "temperature": 23.03910547281293, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T08:00:00.000Z", + "level": 561.6185400965157, + "flow": 5.681018928013556, + "inflow": 16.547954447176814, + "volume": 0, + "temperature": 25.76200845684902, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T09:00:00.000Z", + "level": 561.6025724222447, + "flow": 4.98922169993493, + "inflow": 16.21294281250576, + "volume": 0, + "temperature": 24.811915844045714, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T10:00:00.000Z", + "level": 561.5825843232842, + "flow": 4.03883251352813, + "inflow": 16.012217847305102, + "volume": 0, + "temperature": 25.70560226919216, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T11:00:00.000Z", + "level": 561.5806548582567, + "flow": 5.037453608150273, + "inflow": 16.621886407413044, + "volume": 0, + "temperature": 24.849675290591165, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T12:00:00.000Z", + "level": 561.6050847932823, + "flow": 4.323653775370644, + "inflow": 15.940351865139931, + "volume": 0, + "temperature": 25.279810334139718, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T13:00:00.000Z", + "level": 561.6217914238617, + "flow": 5.306497344558892, + "inflow": 15.485401396060901, + "volume": 0, + "temperature": 24.24451090068962, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T14:00:00.000Z", + "level": 561.6458261994028, + "flow": 4.664222150036121, + "inflow": 15.00479134110366, + "volume": 0, + "temperature": 21.99503859296707, + "precipitation": 2.828583764769962 + }, + { + "timestamp": "2026-05-21T15:00:00.000Z", + "level": 561.6655522094726, + "flow": 5.584534327607537, + "inflow": 15.655761742700676, + "volume": 0, + "temperature": 19.75267285812133, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T16:00:00.000Z", + "level": 561.6542751515484, + "flow": 5.670341499249659, + "inflow": 15.462457125717208, + "volume": 0, + "temperature": 18.092116939643976, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T17:00:00.000Z", + "level": 561.6393541030666, + "flow": 6.411712174956138, + "inflow": 14.774113074222218, + "volume": 0, + "temperature": 16.272756575135066, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T18:00:00.000Z", + "level": 561.6239726930788, + "flow": 5.869300940953303, + "inflow": 14.980810912457933, + "volume": 0, + "temperature": 13.484843572170051, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T19:00:00.000Z", + "level": 561.6097407791049, + "flow": 5.298685040736846, + "inflow": 14.710798381638769, + "volume": 0, + "temperature": 12.767416475454, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T20:00:00.000Z", + "level": 561.6005355790907, + "flow": 6.25070523402591, + "inflow": 14.035260676693625, + "volume": 0, + "temperature": 11.393454297952482, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T21:00:00.000Z", + "level": 561.6032052204472, + "flow": 6.15551606572515, + "inflow": 14.409672812464736, + "volume": 0, + "temperature": 9.802270891768616, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T22:00:00.000Z", + "level": 561.5834703282483, + "flow": 5.932814008952516, + "inflow": 14.093433498362531, + "volume": 0, + "temperature": 10.51550745713437, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T23:00:00.000Z", + "level": 561.6043010251715, + "flow": 6.16734740764341, + "inflow": 14.36461528114345, + "volume": 0, + "temperature": 9.732299724444198, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T00:00:00.000Z", + "level": 561.6261695088767, + "flow": 5.304468033713331, + "inflow": 13.78039506105016, + "volume": 0, + "temperature": 11.619256824336327, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T01:00:00.000Z", + "level": 561.6445673971115, + "flow": 5.019567799622744, + "inflow": 13.717910317722438, + "volume": 0, + "temperature": 11.533470006212589, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T02:00:00.000Z", + "level": 561.6400825030024, + "flow": 5.8439765061822, + "inflow": 13.160354336909263, + "volume": 0, + "temperature": 13.085659791098287, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T03:00:00.000Z", + "level": 561.640376672124, + "flow": 5.41931437466774, + "inflow": 12.553505615020608, + "volume": 0, + "temperature": 15.379419850531168, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T04:00:00.000Z", + "level": 561.6160704592618, + "flow": 5.714148760040816, + "inflow": 12.825559099718376, + "volume": 0, + "temperature": 17.9556620704229, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T05:00:00.000Z", + "level": 561.6229058253228, + "flow": 6.2822232305172605, + "inflow": 12.923038895944298, + "volume": 0, + "temperature": 19.208815021417447, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T06:00:00.000Z", + "level": 561.6125535934407, + "flow": 7.013357608410738, + "inflow": 12.776752641358945, + "volume": 0, + "temperature": 21.567658888729966, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T07:00:00.000Z", + "level": 561.6238214043831, + "flow": 7.389049118473984, + "inflow": 11.856090479937341, + "volume": 0, + "temperature": 24.300304632497017, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T08:00:00.000Z", + "level": 561.6088476283235, + "flow": 6.867950753832078, + "inflow": 11.707370069224993, + "volume": 0, + "temperature": 23.93194232229019, + "precipitation": 14.681763139724085 + }, + { + "timestamp": "2026-05-22T09:00:00.000Z", + "level": 561.6132948393175, + "flow": 7.2507872669733615, + "inflow": 11.348021881788044, + "volume": 0, + "temperature": 26.29634464076721, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T10:00:00.000Z", + "level": 561.6175654093335, + "flow": 7.748555140310849, + "inflow": 11.3007948154258, + "volume": 0, + "temperature": 25.578075264498978, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T11:00:00.000Z", + "level": 561.6027067097257, + "flow": 7.02426957617024, + "inflow": 10.41301560844132, + "volume": 0, + "temperature": 25.06180521833423, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T12:00:00.000Z", + "level": 561.6132607732727, + "flow": 7.909910106642954, + "inflow": 10.793902393738094, + "volume": 0, + "temperature": 25.127560402231985, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T13:00:00.000Z", + "level": 561.6233327163649, + "flow": 7.609936128030657, + "inflow": 10.461362775155948, + "volume": 0, + "temperature": 24.55168527935116, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T14:00:00.000Z", + "level": 561.6145312410396, + "flow": 7.297469176805174, + "inflow": 11.372638875628944, + "volume": 0, + "temperature": 21.523964153731622, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T15:00:00.000Z", + "level": 561.6058843857004, + "flow": 7.7738140195461165, + "inflow": 10.480386164545935, + "volume": 0, + "temperature": 19.216285136223096, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T16:00:00.000Z", + "level": 561.5900532570462, + "flow": 6.924825995897445, + "inflow": 10.62005455122729, + "volume": 0, + "temperature": 18.1871256620243, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T17:00:00.000Z", + "level": 561.5794419214058, + "flow": 5.93014741458564, + "inflow": 10.611918330894957, + "volume": 0, + "temperature": 15.101711468631844, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T18:00:00.000Z", + "level": 561.591708818989, + "flow": 6.127246183839084, + "inflow": 10.246920100836675, + "volume": 0, + "temperature": 14.325503953926633, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T19:00:00.000Z", + "level": 561.6028662173234, + "flow": 5.24926416477112, + "inflow": 9.614141599462897, + "volume": 0, + "temperature": 12.597137184463222, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T20:00:00.000Z", + "level": 561.6270887811138, + "flow": 5.954833409815185, + "inflow": 9.014585888278184, + "volume": 0, + "temperature": 10.232037940359552, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T21:00:00.000Z", + "level": 561.6117002161623, + "flow": 4.963334070210975, + "inflow": 8.477543519497267, + "volume": 0, + "temperature": 10.494828312149235, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T22:00:00.000Z", + "level": 561.5985790690409, + "flow": 5.196489434593763, + "inflow": 9.123363052777842, + "volume": 0, + "temperature": 10.674658615905702, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T23:00:00.000Z", + "level": 561.5845750812057, + "flow": 4.337915261313443, + "inflow": 9.252778500391322, + "volume": 0, + "temperature": 10.667891671546538, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T00:00:00.000Z", + "level": 561.6009643873787, + "flow": 4.314550649229226, + "inflow": 10.04736356013397, + "volume": 0, + "temperature": 11.010131576922586, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T01:00:00.000Z", + "level": 561.5822806221502, + "flow": 3.65481680643422, + "inflow": 9.523493858628616, + "volume": 0, + "temperature": 11.796162744434023, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T02:00:00.000Z", + "level": 561.5719286963822, + "flow": 3.145174427246375, + "inflow": 10.479688153591358, + "volume": 0, + "temperature": 13.272213057680966, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T03:00:00.000Z", + "level": 561.5509447479684, + "flow": 3.6822942927661604, + "inflow": 10.909548603258258, + "volume": 0, + "temperature": 16.156628005746235, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T04:00:00.000Z", + "level": 561.5389416467274, + "flow": 3.9391845553290703, + "inflow": 11.353685977583828, + "volume": 0, + "temperature": 17.498859355274337, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T05:00:00.000Z", + "level": 561.5437364157219, + "flow": 3.8583133964043936, + "inflow": 11.357160314964457, + "volume": 0, + "temperature": 20.165655044903904, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T06:00:00.000Z", + "level": 561.5247943364661, + "flow": 4.231982346234649, + "inflow": 11.751739012420963, + "volume": 0, + "temperature": 21.07175807812182, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T07:00:00.000Z", + "level": 561.5105286659947, + "flow": 4.936832714875765, + "inflow": 12.522482395904728, + "volume": 0, + "temperature": 23.118203545160245, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T08:00:00.000Z", + "level": 561.4956444961983, + "flow": 4.754666762990459, + "inflow": 12.28496294820241, + "volume": 0, + "temperature": 25.234216353027655, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T09:00:00.000Z", + "level": 561.499397590961, + "flow": 4.931941658154191, + "inflow": 11.543152183594017, + "volume": 0, + "temperature": 25.63862504998045, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T10:00:00.000Z", + "level": 561.5201741191668, + "flow": 5.1135585322290655, + "inflow": 12.097028996841829, + "volume": 0, + "temperature": 25.08442459730302, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T11:00:00.000Z", + "level": 561.506803413716, + "flow": 5.409787068678156, + "inflow": 12.614536635964487, + "volume": 0, + "temperature": 24.842614687882712, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T12:00:00.000Z", + "level": 561.4868523719566, + "flow": 5.948037221013102, + "inflow": 12.559959199896701, + "volume": 0, + "temperature": 24.666123262556063, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T13:00:00.000Z", + "level": 561.4791896113148, + "flow": 5.926624185208544, + "inflow": 13.203376073881824, + "volume": 0, + "temperature": 24.009712102109514, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T14:00:00.000Z", + "level": 561.4894059094289, + "flow": 6.018825504534725, + "inflow": 12.677475951334676, + "volume": 0, + "temperature": 21.610583568780452, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T15:00:00.000Z", + "level": 561.4758578066458, + "flow": 7.012356043598732, + "inflow": 13.019866829799676, + "volume": 0, + "temperature": 20.24123759748516, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T16:00:00.000Z", + "level": 561.4833362546158, + "flow": 6.398823578767432, + "inflow": 12.785197374283186, + "volume": 0, + "temperature": 18.532976544066756, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T17:00:00.000Z", + "level": 561.4775147898147, + "flow": 6.029754272689134, + "inflow": 13.556415331376336, + "volume": 0, + "temperature": 16.519373044328336, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T18:00:00.000Z", + "level": 561.45844846688, + "flow": 5.92661173339183, + "inflow": 14.10141365812235, + "volume": 0, + "temperature": 14.077561295928732, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T19:00:00.000Z", + "level": 561.4796185574742, + "flow": 6.108503712116136, + "inflow": 14.554338091131626, + "volume": 0, + "temperature": 13.297986578243053, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T20:00:00.000Z", + "level": 561.4593053140848, + "flow": 6.263594918834029, + "inflow": 15.287814575121578, + "volume": 0, + "temperature": 11.077639615084514, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T21:00:00.000Z", + "level": 561.4645529308946, + "flow": 7.253597685911997, + "inflow": 15.955054882840043, + "volume": 0, + "temperature": 10.40081960820778, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T22:00:00.000Z", + "level": 561.4499744335367, + "flow": 6.724946644383019, + "inflow": 15.095641520674562, + "volume": 0, + "temperature": 9.15601791399468, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T23:00:00.000Z", + "level": 561.4613088523696, + "flow": 5.823818014916005, + "inflow": 15.227091494339772, + "volume": 0, + "temperature": 10.3425924380705, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T00:00:00.000Z", + "level": 561.4539506408037, + "flow": 6.777853938630582, + "inflow": 14.688382952118566, + "volume": 0, + "temperature": 10.623971047682977, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T01:00:00.000Z", + "level": 561.4440569796325, + "flow": 7.7428972836514145, + "inflow": 14.604730876345982, + "volume": 0, + "temperature": 11.762547954888658, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T02:00:00.000Z", + "level": 561.4514854190792, + "flow": 7.758381808179214, + "inflow": 15.38397738942914, + "volume": 0, + "temperature": 14.807080505846223, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T03:00:00.000Z", + "level": 561.4564760752886, + "flow": 8.033891887180225, + "inflow": 15.84088263587018, + "volume": 0, + "temperature": 15.854751548690498, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T04:00:00.000Z", + "level": 561.4522872660278, + "flow": 7.9670096323582875, + "inflow": 16.610812998050896, + "volume": 0, + "temperature": 18.19586027777748, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T05:00:00.000Z", + "level": 561.4566995675749, + "flow": 7.858537593783536, + "inflow": 16.367789725848052, + "volume": 0, + "temperature": 20.280620495376347, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T06:00:00.000Z", + "level": 561.4627035626127, + "flow": 7.225153210801031, + "inflow": 16.506091845193016, + "volume": 0, + "temperature": 22.49278982681804, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T07:00:00.000Z", + "level": 561.4396324745877, + "flow": 8.135865383876805, + "inflow": 15.732622607163943, + "volume": 0, + "temperature": 22.69421935837272, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T08:00:00.000Z", + "level": 561.4449600946654, + "flow": 8.187752938984383, + "inflow": 15.000374360170316, + "volume": 0, + "temperature": 23.965014211517087, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T09:00:00.000Z", + "level": 561.4687724298662, + "flow": 7.499824631185607, + "inflow": 14.636232075882337, + "volume": 0, + "temperature": 26.206060885989217, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T10:00:00.000Z", + "level": 561.4709289422709, + "flow": 8.347471105742779, + "inflow": 15.341216917088424, + "volume": 0, + "temperature": 25.646049722532528, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T11:00:00.000Z", + "level": 561.4908342283456, + "flow": 7.399180953905902, + "inflow": 15.804856735383392, + "volume": 0, + "temperature": 26.702767273872865, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T12:00:00.000Z", + "level": 561.4913399491992, + "flow": 7.874647268266857, + "inflow": 15.570179986624746, + "volume": 0, + "temperature": 25.69208769539796, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T13:00:00.000Z", + "level": 561.4959559004639, + "flow": 7.348166888980564, + "inflow": 15.505650296211101, + "volume": 0, + "temperature": 24.43355247444818, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T14:00:00.000Z", + "level": 561.505519755292, + "flow": 8.269021830124723, + "inflow": 15.368656689984702, + "volume": 0, + "temperature": 21.118148741135606, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T15:00:00.000Z", + "level": 561.5055577070395, + "flow": 8.148172740520057, + "inflow": 15.894789083502276, + "volume": 0, + "temperature": 20.307233415402102, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T16:00:00.000Z", + "level": 561.5106422647525, + "flow": 7.37375666896261, + "inflow": 16.471596417601216, + "volume": 0, + "temperature": 17.585973040055357, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T17:00:00.000Z", + "level": 561.5039879448531, + "flow": 8.17454153150339, + "inflow": 16.950878564122206, + "volume": 0, + "temperature": 15.672474679592412, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T18:00:00.000Z", + "level": 561.514401187249, + "flow": 8.37795284387149, + "inflow": 17.050169326146566, + "volume": 0, + "temperature": 13.893743831919291, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T19:00:00.000Z", + "level": 561.5165432992869, + "flow": 7.953860916017852, + "inflow": 16.92197825443813, + "volume": 0, + "temperature": 13.240795177465667, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T20:00:00.000Z", + "level": 561.5062782043696, + "flow": 7.928858884649429, + "inflow": 16.134168924009767, + "volume": 0, + "temperature": 11.512549142063932, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T21:00:00.000Z", + "level": 561.4913983639145, + "flow": 8.321755485139422, + "inflow": 16.08796125347721, + "volume": 0, + "temperature": 10.29613513182718, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T22:00:00.000Z", + "level": 561.4917739933056, + "flow": 8.863612467137596, + "inflow": 16.083979718890536, + "volume": 0, + "temperature": 10.914742551619737, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T23:00:00.000Z", + "level": 561.4870256084506, + "flow": 9.535396929780472, + "inflow": 16.015339193887634, + "volume": 0, + "temperature": 10.015801101548538, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T00:00:00.000Z", + "level": 561.493858298137, + "flow": 9.668791152679319, + "inflow": 16.71917466076403, + "volume": 0, + "temperature": 11.272460827503723, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T01:00:00.000Z", + "level": 561.4692342836001, + "flow": 9.159510589946205, + "inflow": 17.031973778448275, + "volume": 0, + "temperature": 12.048099161445037, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T02:00:00.000Z", + "level": 561.4938889602448, + "flow": 9.905338989620379, + "inflow": 16.875952255432686, + "volume": 0, + "temperature": 13.875827983227188, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T03:00:00.000Z", + "level": 561.4955275293262, + "flow": 9.644699408400047, + "inflow": 17.8642435565018, + "volume": 0, + "temperature": 16.396752655548802, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T04:00:00.000Z", + "level": 561.4755408959757, + "flow": 8.986567106251174, + "inflow": 18.588406834363045, + "volume": 0, + "temperature": 18.025788605607232, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T05:00:00.000Z", + "level": 561.4990512421, + "flow": 8.10925866726927, + "inflow": 19.186715691421284, + "volume": 0, + "temperature": 20.648436976866524, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T06:00:00.000Z", + "level": 561.4998712432399, + "flow": 8.664368771618658, + "inflow": 19.805984954868126, + "volume": 0, + "temperature": 22.779712323131918, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T07:00:00.000Z", + "level": 561.5220149070376, + "flow": 8.430159952011351, + "inflow": 18.850912215376233, + "volume": 0, + "temperature": 22.71130159727227, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T08:00:00.000Z", + "level": 561.5015426137754, + "flow": 9.263118806301454, + "inflow": 18.529698652705065, + "volume": 0, + "temperature": 25.06304360949224, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T09:00:00.000Z", + "level": 561.4908579211378, + "flow": 10.00271133727145, + "inflow": 19.0712684395054, + "volume": 0, + "temperature": 26.242205206360673, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T10:00:00.000Z", + "level": 561.515577851252, + "flow": 9.169768404755851, + "inflow": 18.28237854055446, + "volume": 0, + "temperature": 26.71265470807389, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T11:00:00.000Z", + "level": 561.5231581007316, + "flow": 9.126522844809074, + "inflow": 19.027979244508305, + "volume": 0, + "temperature": 26.040118395849635, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T12:00:00.000Z", + "level": 561.536804424836, + "flow": 9.91924894044222, + "inflow": 18.086684849278843, + "volume": 0, + "temperature": 24.711361055363163, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T13:00:00.000Z", + "level": 561.5230404023636, + "flow": 9.58123001213436, + "inflow": 18.704480467701366, + "volume": 0, + "temperature": 23.220635820509944, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T14:00:00.000Z", + "level": 561.510158329568, + "flow": 8.58862916084406, + "inflow": 17.741509788323764, + "volume": 0, + "temperature": 21.828199898507496, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T15:00:00.000Z", + "level": 561.5024395960108, + "flow": 8.367517008928594, + "inflow": 17.085998192841526, + "volume": 0, + "temperature": 20.20293867788686, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T16:00:00.000Z", + "level": 561.4907366086904, + "flow": 8.148466608859065, + "inflow": 17.13711552494647, + "volume": 0, + "temperature": 17.140850664931982, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T17:00:00.000Z", + "level": 561.4657630707229, + "flow": 9.04176613751602, + "inflow": 16.90031856822553, + "volume": 0, + "temperature": 15.580175148138524, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T18:00:00.000Z", + "level": 561.4605956257805, + "flow": 8.455384048217473, + "inflow": 17.102444542824966, + "volume": 0, + "temperature": 13.150447774469988, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T19:00:00.000Z", + "level": 561.4512928527196, + "flow": 9.373786434622634, + "inflow": 16.766783117430684, + "volume": 0, + "temperature": 12.191401299978361, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T20:00:00.000Z", + "level": 561.4638804224326, + "flow": 8.71958559602751, + "inflow": 17.54976553191165, + "volume": 0, + "temperature": 11.680316084272976, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T21:00:00.000Z", + "level": 561.4638019685863, + "flow": 9.254162172187455, + "inflow": 18.480947511061057, + "volume": 0, + "temperature": 9.652092966497815, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T22:00:00.000Z", + "level": 561.4668059821817, + "flow": 9.918293460835976, + "inflow": 18.37446027436834, + "volume": 0, + "temperature": 9.92771755798581, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T23:00:00.000Z", + "level": 561.4521920971756, + "flow": 8.939730162685436, + "inflow": 17.396900757508803, + "volume": 0, + "temperature": 9.30607331792462, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T00:00:00.000Z", + "level": 561.4510438407942, + "flow": 8.148925163056663, + "inflow": 18.160389170699556, + "volume": 0, + "temperature": 10.099567558530122, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T01:00:00.000Z", + "level": 561.4612240895588, + "flow": 7.939624808541285, + "inflow": 17.721587545886923, + "volume": 0, + "temperature": 12.142242118953853, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T02:00:00.000Z", + "level": 561.481716462123, + "flow": 8.377582032827675, + "inflow": 18.27197244603423, + "volume": 0, + "temperature": 13.757102046022725, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T03:00:00.000Z", + "level": 561.4845484406165, + "flow": 7.91592324184398, + "inflow": 17.333296995228043, + "volume": 0, + "temperature": 15.325824351959868, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T04:00:00.000Z", + "level": 561.4769587170869, + "flow": 8.739458146391605, + "inflow": 17.749543414118797, + "volume": 0, + "temperature": 17.192029269529463, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T05:00:00.000Z", + "level": 561.4904534865098, + "flow": 8.398407602995146, + "inflow": 17.616127953197058, + "volume": 0, + "temperature": 19.833742006299378, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T06:00:00.000Z", + "level": 561.468836932826, + "flow": 8.90394011287027, + "inflow": 18.12381267677373, + "volume": 0, + "temperature": 21.255576325337838, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T07:00:00.000Z", + "level": 561.4771779244286, + "flow": 8.80904859365093, + "inflow": 18.364569016863427, + "volume": 0, + "temperature": 24.143484584938605, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T08:00:00.000Z", + "level": 561.4744529116539, + "flow": 8.95731408824319, + "inflow": 18.640365016527277, + "volume": 0, + "temperature": 24.640113676949603, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T09:00:00.000Z", + "level": 561.4533878723655, + "flow": 9.832484684427794, + "inflow": 18.130059484800572, + "volume": 0, + "temperature": 25.446801441304018, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T10:00:00.000Z", + "level": 561.4370479427268, + "flow": 9.46771607584905, + "inflow": 18.281282650958154, + "volume": 0, + "temperature": 26.090052238734373, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T11:00:00.000Z", + "level": 561.4293485624595, + "flow": 10.03481101990189, + "inflow": 17.687619349640332, + "volume": 0, + "temperature": 25.82165100608955, + "precipitation": 14.554768523720165 + }, + { + "timestamp": "2026-05-26T12:00:00.000Z", + "level": 561.4112710517767, + "flow": 9.38542099399606, + "inflow": 16.731459290489624, + "volume": 0, + "temperature": 25.914352561083124, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T13:00:00.000Z", + "level": 561.3871058976284, + "flow": 9.309163182774414, + "inflow": 16.95966614788381, + "volume": 0, + "temperature": 24.431383221848833, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T14:00:00.000Z", + "level": 561.3856442328112, + "flow": 8.455968838646623, + "inflow": 16.009886022840227, + "volume": 0, + "temperature": 21.43451219244795, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T15:00:00.000Z", + "level": 561.3826605624315, + "flow": 8.751354868124183, + "inflow": 16.32435714584895, + "volume": 0, + "temperature": 20.514723616527476, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T16:00:00.000Z", + "level": 561.3703716073741, + "flow": 8.887957729536975, + "inflow": 16.19848232805399, + "volume": 0, + "temperature": 18.908774600002538, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T17:00:00.000Z", + "level": 561.3647340359586, + "flow": 8.45168545134699, + "inflow": 15.799253375158088, + "volume": 0, + "temperature": 16.31214504938843, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T18:00:00.000Z", + "level": 561.3617924319944, + "flow": 9.400141671425509, + "inflow": 14.915350474580093, + "volume": 0, + "temperature": 13.116250215283014, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T19:00:00.000Z", + "level": 561.3762051550257, + "flow": 8.570252766064351, + "inflow": 15.2050818514745, + "volume": 0, + "temperature": 13.12110260974678, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T20:00:00.000Z", + "level": 561.3846032809365, + "flow": 8.848165209305249, + "inflow": 15.838350170908168, + "volume": 0, + "temperature": 11.325824510072344, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T21:00:00.000Z", + "level": 561.3880745116497, + "flow": 8.396001119571366, + "inflow": 15.774632239409375, + "volume": 0, + "temperature": 10.007007065952685, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T22:00:00.000Z", + "level": 561.3683879075118, + "flow": 8.842480729124333, + "inflow": 16.52040900949165, + "volume": 0, + "temperature": 10.172675741962204, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T23:00:00.000Z", + "level": 561.391626484183, + "flow": 9.770986683802935, + "inflow": 17.386678581911003, + "volume": 0, + "temperature": 9.275904266715251, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T00:00:00.000Z", + "level": 561.3880398162977, + "flow": 10.527486207178672, + "inflow": 16.78985792842657, + "volume": 0, + "temperature": 10.309637356066986, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T01:00:00.000Z", + "level": 561.3912691132715, + "flow": 10.312808663016297, + "inflow": 17.320757743663297, + "volume": 0, + "temperature": 12.63782869200923, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T02:00:00.000Z", + "level": 561.3816414870705, + "flow": 9.561810510639896, + "inflow": 17.176082544781963, + "volume": 0, + "temperature": 14.57335248447735, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T03:00:00.000Z", + "level": 561.4023439323905, + "flow": 9.189968753949223, + "inflow": 16.23463212671688, + "volume": 0, + "temperature": 16.240839834472993, + "precipitation": 13.566653834345557 + }, + { + "timestamp": "2026-05-27T04:00:00.000Z", + "level": 561.3841946753479, + "flow": 8.376266487134906, + "inflow": 15.670296306481765, + "volume": 0, + "temperature": 17.58190972896928, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T05:00:00.000Z", + "level": 561.3784083322004, + "flow": 8.547697395527056, + "inflow": 15.812999457734481, + "volume": 0, + "temperature": 20.104877402333745, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T06:00:00.000Z", + "level": 561.3586712359984, + "flow": 8.973084007781324, + "inflow": 16.021762630794456, + "volume": 0, + "temperature": 21.38711457124477, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T07:00:00.000Z", + "level": 561.3834834793895, + "flow": 9.444010637836755, + "inflow": 16.491272231770722, + "volume": 0, + "temperature": 23.860352703173636, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T08:00:00.000Z", + "level": 561.3833090254623, + "flow": 10.0191612369952, + "inflow": 15.891814377138108, + "volume": 0, + "temperature": 24.427542917364118, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T09:00:00.000Z", + "level": 561.3764406299844, + "flow": 9.254762788873045, + "inflow": 15.545461577662037, + "volume": 0, + "temperature": 24.959276633717735, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T10:00:00.000Z", + "level": 561.3624463829337, + "flow": 8.958148319061156, + "inflow": 14.752307740763186, + "volume": 0, + "temperature": 26.451240762383648, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T11:00:00.000Z", + "level": 561.3779017171978, + "flow": 8.804478657989941, + "inflow": 14.211939088444346, + "volume": 0, + "temperature": 25.277218404065092, + "precipitation": 13.438445357909247 + }, + { + "timestamp": "2026-05-27T12:00:00.000Z", + "level": 561.3880459937702, + "flow": 8.642242274961824, + "inflow": 14.986245679897397, + "volume": 0, + "temperature": 25.802131437790848, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T13:00:00.000Z", + "level": 561.4115675763967, + "flow": 8.91875026934138, + "inflow": 15.729818038084531, + "volume": 0, + "temperature": 23.56242101811837, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T14:00:00.000Z", + "level": 561.3937756353733, + "flow": 8.139397802389038, + "inflow": 15.215728937017072, + "volume": 0, + "temperature": 22.319344103072957, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T15:00:00.000Z", + "level": 561.414941499111, + "flow": 8.651730654466027, + "inflow": 14.893571430218913, + "volume": 0, + "temperature": 19.383419657612585, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T16:00:00.000Z", + "level": 561.4001738022234, + "flow": 7.811839943140441, + "inflow": 15.281256626236118, + "volume": 0, + "temperature": 17.909338959810263, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T17:00:00.000Z", + "level": 561.3780185450265, + "flow": 7.692286517436271, + "inflow": 14.386732159650848, + "volume": 0, + "temperature": 16.40479489197406, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T18:00:00.000Z", + "level": 561.3701093227265, + "flow": 8.182111207645148, + "inflow": 15.139332599849391, + "volume": 0, + "temperature": 13.701980663588998, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T19:00:00.000Z", + "level": 561.3897815892102, + "flow": 8.675750380231525, + "inflow": 15.458412463924526, + "volume": 0, + "temperature": 11.613453947525768, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T20:00:00.000Z", + "level": 561.3914345570427, + "flow": 8.32862364336745, + "inflow": 15.845451032358977, + "volume": 0, + "temperature": 11.383092734187553, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T21:00:00.000Z", + "level": 561.4147384717241, + "flow": 8.411860000493501, + "inflow": 16.39087375788309, + "volume": 0, + "temperature": 10.6311863166252, + "precipitation": 1.3998614319155223 + }, + { + "timestamp": "2026-05-27T22:00:00.000Z", + "level": 561.4204907142565, + "flow": 9.227576608086753, + "inflow": 17.351769430223246, + "volume": 0, + "temperature": 9.094231628772262, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T23:00:00.000Z", + "level": 561.402742538901, + "flow": 8.2828928115787, + "inflow": 16.50751736712389, + "volume": 0, + "temperature": 9.843141096216012, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T00:00:00.000Z", + "level": 561.4199964393164, + "flow": 8.683921816647777, + "inflow": 16.486200382712603, + "volume": 0, + "temperature": 11.883005772586348, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T01:00:00.000Z", + "level": 561.4262352399747, + "flow": 7.834521056004176, + "inflow": 17.22801531108946, + "volume": 0, + "temperature": 11.583277818284555, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T02:00:00.000Z", + "level": 561.4402640857181, + "flow": 8.105899850702624, + "inflow": 16.91908520938554, + "volume": 0, + "temperature": 14.43696204021807, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T03:00:00.000Z", + "level": 561.4152975964204, + "flow": 7.35883575741758, + "inflow": 16.33789297468246, + "volume": 0, + "temperature": 16.710482075371917, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T04:00:00.000Z", + "level": 561.3942776202753, + "flow": 6.9102543658773055, + "inflow": 16.286736971216868, + "volume": 0, + "temperature": 18.60904653905867, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T05:00:00.000Z", + "level": 561.4066440411696, + "flow": 5.946342775219898, + "inflow": 16.511959118381903, + "volume": 0, + "temperature": 19.289314634602313, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T06:00:00.000Z", + "level": 561.4264302936518, + "flow": 5.9395929669102, + "inflow": 15.714993880273578, + "volume": 0, + "temperature": 22.13603493425617, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T07:00:00.000Z", + "level": 561.4336266372374, + "flow": 5.5613417003452685, + "inflow": 14.719491389600403, + "volume": 0, + "temperature": 23.851694715555027, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T08:00:00.000Z", + "level": 561.4372859692447, + "flow": 5.469366689973049, + "inflow": 15.294738721267228, + "volume": 0, + "temperature": 24.644146918342695, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T09:00:00.000Z", + "level": 561.4195622565511, + "flow": 6.3073830476031265, + "inflow": 15.868031460392654, + "volume": 0, + "temperature": 25.172298666468922, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T10:00:00.000Z", + "level": 561.400981080884, + "flow": 5.816520514534232, + "inflow": 16.852568018736292, + "volume": 0, + "temperature": 26.83879525737514, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T11:00:00.000Z", + "level": 561.4177420106093, + "flow": 6.788532574191887, + "inflow": 16.5609047176202, + "volume": 0, + "temperature": 26.591739346432252, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T12:00:00.000Z", + "level": 561.4150553827442, + "flow": 6.185988765550329, + "inflow": 16.786559286155455, + "volume": 0, + "temperature": 24.874911760505363, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T13:00:00.000Z", + "level": 561.4272804272849, + "flow": 5.908411598228701, + "inflow": 16.328504661372946, + "volume": 0, + "temperature": 23.60589084786011, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T14:00:00.000Z", + "level": 561.429960921891, + "flow": 5.487276448496541, + "inflow": 15.729340880393238, + "volume": 0, + "temperature": 22.527145168437375, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T15:00:00.000Z", + "level": 561.4250510029839, + "flow": 5.010212139624715, + "inflow": 15.910895603046743, + "volume": 0, + "temperature": 20.472356846552707, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T16:00:00.000Z", + "level": 561.422328993893, + "flow": 5.125328068785322, + "inflow": 15.072664732471935, + "volume": 0, + "temperature": 18.791122675822002, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T17:00:00.000Z", + "level": 561.4203847040616, + "flow": 5.31398803414802, + "inflow": 15.053745878963934, + "volume": 0, + "temperature": 15.078395586778907, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T18:00:00.000Z", + "level": 561.4200570678712, + "flow": 4.787314984287278, + "inflow": 15.736686024619225, + "volume": 0, + "temperature": 13.198411821847035, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T19:00:00.000Z", + "level": 561.4203820848658, + "flow": 4.159904594585056, + "inflow": 15.312216531004704, + "volume": 0, + "temperature": 11.421832879483643, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T20:00:00.000Z", + "level": 561.4080351437577, + "flow": 4.89104516415107, + "inflow": 15.147190812257131, + "volume": 0, + "temperature": 12.009049720142963, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T21:00:00.000Z", + "level": 561.403657230622, + "flow": 5.585202841432622, + "inflow": 15.925688108564222, + "volume": 0, + "temperature": 10.235349307032896, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T22:00:00.000Z", + "level": 561.390794863097, + "flow": 5.098531373493791, + "inflow": 16.459340112299547, + "volume": 0, + "temperature": 10.04173052344506, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T23:00:00.000Z", + "level": 561.4036549638812, + "flow": 4.410436199981538, + "inflow": 15.732024392931443, + "volume": 0, + "temperature": 10.426549648059018, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T00:00:00.000Z", + "level": 561.4254925679091, + "flow": 4.365181159387589, + "inflow": 16.10848118438953, + "volume": 0, + "temperature": 10.2484270550213, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T01:00:00.000Z", + "level": 561.4005917594532, + "flow": 4.700593677387833, + "inflow": 16.36435058291174, + "volume": 0, + "temperature": 12.981305710965154, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T02:00:00.000Z", + "level": 561.3946523192966, + "flow": 4.0051390907234286, + "inflow": 15.681929718014416, + "volume": 0, + "temperature": 14.196619580509674, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T03:00:00.000Z", + "level": 561.3908193864773, + "flow": 3.549671894793789, + "inflow": 15.86635620290593, + "volume": 0, + "temperature": 15.311488419314006, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T04:00:00.000Z", + "level": 561.3952376750032, + "flow": 2.7064032441088, + "inflow": 14.936301190340798, + "volume": 0, + "temperature": 18.563890144899485, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T05:00:00.000Z", + "level": 561.3835663004576, + "flow": 2.1616864948473373, + "inflow": 14.458375946246935, + "volume": 0, + "temperature": 20.710534033782615, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T06:00:00.000Z", + "level": 561.3815970402422, + "flow": 1.8278597058170751, + "inflow": 13.86821201951613, + "volume": 0, + "temperature": 22.326915542392353, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T07:00:00.000Z", + "level": 561.3760489783938, + "flow": 2.458085316564024, + "inflow": 13.522367959828447, + "volume": 0, + "temperature": 23.262798706631045, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T08:00:00.000Z", + "level": 561.3641480638933, + "flow": 2.7640292426693525, + "inflow": 13.83487208392945, + "volume": 0, + "temperature": 24.58309533491213, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T09:00:00.000Z", + "level": 561.3653866541279, + "flow": 2.049236001922501, + "inflow": 14.62902870182342, + "volume": 0, + "temperature": 25.284596187718453, + "precipitation": 7.781208524376755 + }, + { + "timestamp": "2026-05-29T10:00:00.000Z", + "level": 561.3838678270662, + "flow": 2.929452012622238, + "inflow": 15.244852657004085, + "volume": 0, + "temperature": 26.579073133295417, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T11:00:00.000Z", + "level": 561.359609807951, + "flow": 3.128723067237695, + "inflow": 15.383558398197556, + "volume": 0, + "temperature": 26.192292042575353, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T12:00:00.000Z", + "level": 561.3361069445532, + "flow": 2.4961806131553934, + "inflow": 14.941804161227491, + "volume": 0, + "temperature": 25.179132935098085, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T13:00:00.000Z", + "level": 561.3509039392058, + "flow": 3.3892060144955063, + "inflow": 15.23286213234947, + "volume": 0, + "temperature": 24.281833164737442, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T14:00:00.000Z", + "level": 561.3706296823044, + "flow": 4.09892593165481, + "inflow": 15.274298740688673, + "volume": 0, + "temperature": 22.41980319672023, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T15:00:00.000Z", + "level": 561.3582737883409, + "flow": 4.363939572738262, + "inflow": 14.63750269758728, + "volume": 0, + "temperature": 19.847231447176913, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T16:00:00.000Z", + "level": 561.3636412840866, + "flow": 4.286849383626496, + "inflow": 13.946678616200064, + "volume": 0, + "temperature": 18.222708958821187, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T17:00:00.000Z", + "level": 561.364875004641, + "flow": 3.5174647243768646, + "inflow": 14.092652069013708, + "volume": 0, + "temperature": 16.528679258679517, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T18:00:00.000Z", + "level": 561.3792159933009, + "flow": 4.435678138715169, + "inflow": 14.445345047237785, + "volume": 0, + "temperature": 14.226544997946881, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T19:00:00.000Z", + "level": 561.3860666330971, + "flow": 4.9725705741501836, + "inflow": 15.063258450540008, + "volume": 0, + "temperature": 12.464173884596326, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T20:00:00.000Z", + "level": 561.3777182907368, + "flow": 5.6267802546896, + "inflow": 15.23279815854281, + "volume": 0, + "temperature": 10.57224840318111, + "precipitation": 3.6717412195180854 + }, + { + "timestamp": "2026-05-29T21:00:00.000Z", + "level": 561.372149547068, + "flow": 6.127127912957503, + "inflow": 15.808937469649646, + "volume": 0, + "temperature": 10.838434960638619, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T22:00:00.000Z", + "level": 561.3859778678863, + "flow": 5.999314118657319, + "inflow": 15.244069644274955, + "volume": 0, + "temperature": 10.558792730740409, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T23:00:00.000Z", + "level": 561.4080973239779, + "flow": 5.8267571574500225, + "inflow": 14.709843378742695, + "volume": 0, + "temperature": 11.011730061831852, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T00:00:00.000Z", + "level": 561.3976417869552, + "flow": 5.141994428812241, + "inflow": 13.837199060835264, + "volume": 0, + "temperature": 11.80106846886817, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T01:00:00.000Z", + "level": 561.3975991780532, + "flow": 5.356505595559344, + "inflow": 13.729890098449216, + "volume": 0, + "temperature": 12.658763011504309, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T02:00:00.000Z", + "level": 561.3841354188614, + "flow": 5.758207910149611, + "inflow": 14.03112891743297, + "volume": 0, + "temperature": 14.70737806414677, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T03:00:00.000Z", + "level": 561.3993096787866, + "flow": 6.5526293641913265, + "inflow": 14.249824963939009, + "volume": 0, + "temperature": 15.573719631322156, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T04:00:00.000Z", + "level": 561.3889259002293, + "flow": 6.78026762856816, + "inflow": 13.942516185179116, + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 + }, { "timestamp": "2026-05-30T05:00:00.000Z", "level": 561.4, "flow": 6.37, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-05-31T05:00:00.000Z", "level": 560.37, "flow": 7.06, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-06-01T05:00:00.000Z", "level": 559, "flow": 7.6, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-06-02T05:00:00.000Z", "level": 559.91, "flow": 6.83, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-06-03T05:00:00.000Z", "level": 560.55, "flow": 6.41, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-06-04T05:00:00.000Z", "level": 560.71, "flow": 6.37, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-06-04T21:00:00.000Z", "level": 560.27, "flow": 6.37, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-06-04T22:00:00.000Z", "level": 560.23, "flow": 6.35, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-06-04T23:00:00.000Z", "level": 560.18, "flow": 6.33, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-06-05T00:00:00.000Z", "level": 560.14, "flow": 6.35, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-06-05T01:00:00.000Z", "level": 560.09, "flow": 6.35, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-06-05T02:00:00.000Z", "level": 560.04, "flow": 6.35, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-06-05T03:00:00.000Z", "level": 560, "flow": 6.35, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-06-05T04:00:00.000Z", "level": 559.95, "flow": 6.35, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-06-05T05:00:00.000Z", "level": 559.9, "flow": 6.37, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-06-05T06:00:00.000Z", "level": 559.86, "flow": 6.35, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-06-05T07:00:00.000Z", "level": 559.81, "flow": 6.35, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-06-05T08:00:00.000Z", "level": 559.76, "flow": 6.35, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-06-05T09:00:00.000Z", "level": 559.71, "flow": 6.35, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-06-05T10:00:00.000Z", "level": 559.65, "flow": 6.35, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-06-05T11:00:00.000Z", "level": 559.6, "flow": 6.33, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-06-05T12:00:00.000Z", "level": 559.54, "flow": 6.33, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-06-05T13:00:00.000Z", "level": 559.48, "flow": 6.33, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-06-05T14:00:00.000Z", "level": 559.42, "flow": 6.33, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-06-05T15:00:00.000Z", "level": 559.35, "flow": 7.27, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-06-05T16:00:00.000Z", "level": 559.27, "flow": 7.29, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-06-05T17:00:00.000Z", "level": 559.19, "flow": 7.31, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-06-05T18:00:00.000Z", "level": 559.11, "flow": 7.34, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-06-05T19:00:00.000Z", "level": 559.3, "flow": 7.48, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-06-05T20:00:00.000Z", "level": 559.73, - "flow": 0, + "flow": 7.29, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 }, { "timestamp": "2026-06-05T20:10:00.000Z", "level": 559.79, + "flow": 7.27, + "inflow": 0, + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:20:00.000Z", + "level": 559.86, + "flow": 7.24, + "inflow": 0, + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:30:00.000Z", + "level": 559.91, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:40:00.000Z", + "level": 559.91, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 17.97824695485787, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:50:00.000Z", + "level": 559.91, "flow": 0, "inflow": 3.71, - "volume": 0.62 + "volume": 0.62, + "temperature": 17.97824695485787, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/VLOR.json b/public/data/VLOR.json index 0e54a11..95ee150 100644 --- a/public/data/VLOR.json +++ b/public/data/VLOR.json @@ -1,219 +1,6797 @@ [ + { + "timestamp": "2026-04-30T05:00:00.000Z", + "level": 345.9813596547919, + "flow": 1.0691620473251682, + "inflow": 17.831636407486236, + "volume": 0, + "temperature": 21.00158649207556, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T06:00:00.000Z", + "level": 345.9761835171525, + "flow": 2.0352467440850823, + "inflow": 17.10336652882555, + "volume": 0, + "temperature": 22.695608792281313, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T07:00:00.000Z", + "level": 345.9858620566389, + "flow": 1.4661655951380355, + "inflow": 16.75412332558292, + "volume": 0, + "temperature": 22.847170649882067, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T08:00:00.000Z", + "level": 345.9805359437948, + "flow": 1.0772143075628784, + "inflow": 16.758481298707338, + "volume": 0, + "temperature": 24.349682229104193, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T09:00:00.000Z", + "level": 345.9765581479369, + "flow": 0.7324177381068053, + "inflow": 16.59308553279665, + "volume": 0, + "temperature": 26.177589693798836, + "precipitation": 0.40702931774884044 + }, + { + "timestamp": "2026-04-30T10:00:00.000Z", + "level": 345.98649273845007, + "flow": 0, + "inflow": 15.959722224822482, + "volume": 0, + "temperature": 25.388767473219147, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T11:00:00.000Z", + "level": 345.99795947530384, + "flow": 0, + "inflow": 15.947778047002075, + "volume": 0, + "temperature": 24.90910524936765, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T12:00:00.000Z", + "level": 346.0180190676401, + "flow": 0, + "inflow": 16.741802907413646, + "volume": 0, + "temperature": 24.910831173652934, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T13:00:00.000Z", + "level": 346.0270518836666, + "flow": 0, + "inflow": 17.696977237823955, + "volume": 0, + "temperature": 23.763265498512723, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T14:00:00.000Z", + "level": 346.0248034870529, + "flow": 0.8405675112897537, + "inflow": 17.433855358615673, + "volume": 0, + "temperature": 21.43578939928929, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T15:00:00.000Z", + "level": 346.0472891248591, + "flow": 1.3664025051287454, + "inflow": 18.034944833006186, + "volume": 0, + "temperature": 20.912707802900755, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T16:00:00.000Z", + "level": 346.0349448698597, + "flow": 1.2459744882724397, + "inflow": 17.872072365347165, + "volume": 0, + "temperature": 17.829837309441373, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T17:00:00.000Z", + "level": 346.02057194265603, + "flow": 0.9445621980448737, + "inflow": 18.380382368619543, + "volume": 0, + "temperature": 15.75941693368748, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T18:00:00.000Z", + "level": 346.0027351381239, + "flow": 1.013151318534511, + "inflow": 18.215269581426575, + "volume": 0, + "temperature": 13.366176735467429, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T19:00:00.000Z", + "level": 345.9922156597313, + "flow": 2.008173853283093, + "inflow": 17.921157598645063, + "volume": 0, + "temperature": 12.56633387883133, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T20:00:00.000Z", + "level": 345.9683913539776, + "flow": 1.4109991978459702, + "inflow": 17.820535964089313, + "volume": 0, + "temperature": 12.033960646218222, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T21:00:00.000Z", + "level": 345.96915685786456, + "flow": 0.4890941839452436, + "inflow": 17.2691609805542, + "volume": 0, + "temperature": 10.954433063636685, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T22:00:00.000Z", + "level": 345.9918355079505, + "flow": 0.03761938755730743, + "inflow": 16.783164961349737, + "volume": 0, + "temperature": 10.634462193218635, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T23:00:00.000Z", + "level": 346.0097393640172, + "flow": 0.10157866282228856, + "inflow": 15.857462711746177, + "volume": 0, + "temperature": 9.850591266830218, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T00:00:00.000Z", + "level": 346.026060760544, + "flow": 0.7399108555674365, + "inflow": 15.533743289137727, + "volume": 0, + "temperature": 11.27238799534189, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T01:00:00.000Z", + "level": 346.0497267257944, + "flow": 0.7402018365201202, + "inflow": 15.642034666446582, + "volume": 0, + "temperature": 11.486361492989566, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T02:00:00.000Z", + "level": 346.047960828147, + "flow": 0.9904473625168255, + "inflow": 16.507821032782502, + "volume": 0, + "temperature": 13.202646939534654, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T03:00:00.000Z", + "level": 346.0245029098081, + "flow": 0, + "inflow": 17.0601538516942, + "volume": 0, + "temperature": 15.020439623259323, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T04:00:00.000Z", + "level": 346.04707730274157, + "flow": 0.616307775995661, + "inflow": 17.79152309634725, + "volume": 0, + "temperature": 18.92547322588469, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T05:00:00.000Z", + "level": 346.05499027404966, + "flow": 0.06860594382066632, + "inflow": 18.30759353993672, + "volume": 0, + "temperature": 20.168152637814465, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T06:00:00.000Z", + "level": 346.03510889530025, + "flow": 0, + "inflow": 18.80932581224384, + "volume": 0, + "temperature": 21.97505918458005, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T07:00:00.000Z", + "level": 346.04926844552335, + "flow": 0, + "inflow": 18.03085126519488, + "volume": 0, + "temperature": 23.774246411434635, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T08:00:00.000Z", + "level": 346.0619717375611, + "flow": 0, + "inflow": 17.661716395866062, + "volume": 0, + "temperature": 24.200372557105915, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T09:00:00.000Z", + "level": 346.0663019982984, + "flow": 0, + "inflow": 17.32052565685631, + "volume": 0, + "temperature": 24.88437645160196, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T10:00:00.000Z", + "level": 346.04431606085745, + "flow": 0, + "inflow": 17.8919296676544, + "volume": 0, + "temperature": 25.84355517738268, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T11:00:00.000Z", + "level": 346.0294163797221, + "flow": 0, + "inflow": 17.617761297834427, + "volume": 0, + "temperature": 26.060792131381927, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T12:00:00.000Z", + "level": 346.0127236035613, + "flow": 0, + "inflow": 16.829530336038065, + "volume": 0, + "temperature": 25.308651004814237, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T13:00:00.000Z", + "level": 346.02525412022146, + "flow": 0, + "inflow": 17.786829315011442, + "volume": 0, + "temperature": 24.349487389014058, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T14:00:00.000Z", + "level": 346.0344832438598, + "flow": 0.34753729708556014, + "inflow": 18.580335584817114, + "volume": 0, + "temperature": 21.84853361376326, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T15:00:00.000Z", + "level": 346.03722435147455, + "flow": 0.47012162505960076, + "inflow": 17.68211052764162, + "volume": 0, + "temperature": 19.228738324451697, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T16:00:00.000Z", + "level": 346.04536632573127, + "flow": 0.25630377731775367, + "inflow": 17.600081356870923, + "volume": 0, + "temperature": 18.897634085098282, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T17:00:00.000Z", + "level": 346.05866322212967, + "flow": 0.564933608501303, + "inflow": 17.46499697845455, + "volume": 0, + "temperature": 15.009010914845739, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T18:00:00.000Z", + "level": 346.0630490862698, + "flow": 1.448161029949408, + "inflow": 17.30576604297758, + "volume": 0, + "temperature": 14.29706798261422, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T19:00:00.000Z", + "level": 346.0679990876668, + "flow": 0.9392357186402602, + "inflow": 18.22265674134406, + "volume": 0, + "temperature": 11.686645748535964, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T20:00:00.000Z", + "level": 346.09125428328673, + "flow": 0.678166878821798, + "inflow": 17.46532983158106, + "volume": 0, + "temperature": 10.420789320976976, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T21:00:00.000Z", + "level": 346.09002386188297, + "flow": 0, + "inflow": 18.208042463008162, + "volume": 0, + "temperature": 10.642578815050646, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T22:00:00.000Z", + "level": 346.08868324382183, + "flow": 0, + "inflow": 18.115124200201734, + "volume": 0, + "temperature": 10.782065527271314, + "precipitation": 1.8652153123694648 + }, + { + "timestamp": "2026-05-01T23:00:00.000Z", + "level": 346.09201522761583, + "flow": 0.3692906567431473, + "inflow": 18.664963268804257, + "volume": 0, + "temperature": 10.03055547865696, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T00:00:00.000Z", + "level": 346.11498436261354, + "flow": 0.7819766112015487, + "inflow": 19.15107228660641, + "volume": 0, + "temperature": 10.99381742828216, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T01:00:00.000Z", + "level": 346.1319006432516, + "flow": 0.7178916354545177, + "inflow": 20.013618804320842, + "volume": 0, + "temperature": 12.033878963211631, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T02:00:00.000Z", + "level": 346.1146875453061, + "flow": 1.1351183579605912, + "inflow": 21.00369115528132, + "volume": 0, + "temperature": 14.219226301653201, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T03:00:00.000Z", + "level": 346.104147027509, + "flow": 1.1855861727070849, + "inflow": 21.71839926655217, + "volume": 0, + "temperature": 16.28269189551699, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T04:00:00.000Z", + "level": 346.1085505816798, + "flow": 2.1472272876689913, + "inflow": 21.923411580229015, + "volume": 0, + "temperature": 18.775616844319043, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T05:00:00.000Z", + "level": 346.1331708030031, + "flow": 2.239662032481485, + "inflow": 22.40557328880378, + "volume": 0, + "temperature": 20.393674610295292, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T06:00:00.000Z", + "level": 346.11258544859726, + "flow": 3.0249285999975246, + "inflow": 22.877051108646395, + "volume": 0, + "temperature": 21.12093938764409, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T07:00:00.000Z", + "level": 346.12896426494984, + "flow": 2.0466985263425412, + "inflow": 22.901384185228444, + "volume": 0, + "temperature": 22.973570873822112, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T08:00:00.000Z", + "level": 346.11080336730475, + "flow": 2.410604273634191, + "inflow": 22.494891898314087, + "volume": 0, + "temperature": 25.903184110804705, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T09:00:00.000Z", + "level": 346.1040375210405, + "flow": 3.2394372932796753, + "inflow": 21.775079881909335, + "volume": 0, + "temperature": 26.53991004783264, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T10:00:00.000Z", + "level": 346.09373391221027, + "flow": 3.379679235096454, + "inflow": 20.92307434825629, + "volume": 0, + "temperature": 25.89098165787058, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T11:00:00.000Z", + "level": 346.0845316958849, + "flow": 3.7284519423022657, + "inflow": 20.304651076859805, + "volume": 0, + "temperature": 26.444259950668418, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T12:00:00.000Z", + "level": 346.06691825758713, + "flow": 4.111347911086787, + "inflow": 20.515143525855237, + "volume": 0, + "temperature": 24.306887480940105, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T13:00:00.000Z", + "level": 346.04472707318223, + "flow": 3.336997087671461, + "inflow": 21.410576445228255, + "volume": 0, + "temperature": 24.300171724783063, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T14:00:00.000Z", + "level": 346.043059016225, + "flow": 4.163455704702304, + "inflow": 20.82284881888591, + "volume": 0, + "temperature": 22.530585058048317, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T15:00:00.000Z", + "level": 346.0557737534745, + "flow": 4.117263186190476, + "inflow": 21.21323278791583, + "volume": 0, + "temperature": 20.84888628957992, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T16:00:00.000Z", + "level": 346.04464222906773, + "flow": 4.137907181697793, + "inflow": 21.19261833616214, + "volume": 0, + "temperature": 17.6802047671352, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T17:00:00.000Z", + "level": 346.0436335087994, + "flow": 4.706786572219391, + "inflow": 20.291096592531844, + "volume": 0, + "temperature": 16.906011640056608, + "precipitation": 5.130932332563633 + }, + { + "timestamp": "2026-05-02T18:00:00.000Z", + "level": 346.04843234397924, + "flow": 4.881614169612328, + "inflow": 19.548338122978976, + "volume": 0, + "temperature": 14.11914357717097, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T19:00:00.000Z", + "level": 346.06692520922536, + "flow": 5.372303029166684, + "inflow": 19.17578243513088, + "volume": 0, + "temperature": 12.439093591592101, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T20:00:00.000Z", + "level": 346.0845309725387, + "flow": 5.141390512039276, + "inflow": 19.23718696093179, + "volume": 0, + "temperature": 11.772203993875012, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T21:00:00.000Z", + "level": 346.0769335560901, + "flow": 5.492680667786091, + "inflow": 19.5435553890745, + "volume": 0, + "temperature": 11.145056119176084, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T22:00:00.000Z", + "level": 346.05577514656153, + "flow": 5.15363140532264, + "inflow": 19.182186515509514, + "volume": 0, + "temperature": 9.18354125554012, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T23:00:00.000Z", + "level": 346.06057841512677, + "flow": 6.097454523452736, + "inflow": 18.66026472941216, + "volume": 0, + "temperature": 10.626826789736414, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T00:00:00.000Z", + "level": 346.0386694219382, + "flow": 5.894309994880889, + "inflow": 18.361432122494158, + "volume": 0, + "temperature": 12.01562797570832, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T01:00:00.000Z", + "level": 346.03590752525093, + "flow": 4.904485845414321, + "inflow": 19.308064397610462, + "volume": 0, + "temperature": 12.862024529820259, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T02:00:00.000Z", + "level": 346.04694207114215, + "flow": 5.00384310959822, + "inflow": 18.497104146685174, + "volume": 0, + "temperature": 13.938013202229152, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T03:00:00.000Z", + "level": 346.0342459148224, + "flow": 5.731519417339469, + "inflow": 17.774639525955294, + "volume": 0, + "temperature": 16.750520476561388, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T04:00:00.000Z", + "level": 346.02886433604925, + "flow": 6.319025180194082, + "inflow": 17.182108943296726, + "volume": 0, + "temperature": 17.172135842870517, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T05:00:00.000Z", + "level": 346.052349824512, + "flow": 7.280794781266616, + "inflow": 17.93960288982402, + "volume": 0, + "temperature": 19.457930366139127, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T06:00:00.000Z", + "level": 346.04319063226336, + "flow": 8.242199189538558, + "inflow": 18.600521005044563, + "volume": 0, + "temperature": 22.674552840183352, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T07:00:00.000Z", + "level": 346.0464761150957, + "flow": 7.797302025083614, + "inflow": 18.07203735674411, + "volume": 0, + "temperature": 23.14900371780669, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T08:00:00.000Z", + "level": 346.0368697752508, + "flow": 7.199922183458818, + "inflow": 17.999717621814494, + "volume": 0, + "temperature": 23.975956186664767, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T09:00:00.000Z", + "level": 346.0463619426418, + "flow": 8.016077896041786, + "inflow": 18.03162610131878, + "volume": 0, + "temperature": 25.36732533520737, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T10:00:00.000Z", + "level": 346.0408402463925, + "flow": 7.75181656158053, + "inflow": 18.321827907503756, + "volume": 0, + "temperature": 25.175876352468908, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T11:00:00.000Z", + "level": 346.0514681903996, + "flow": 7.542927192433149, + "inflow": 18.45268376917242, + "volume": 0, + "temperature": 26.197484649226944, + "precipitation": 5.10298147626667 + }, + { + "timestamp": "2026-05-03T12:00:00.000Z", + "level": 346.0529276907482, + "flow": 6.616771437182038, + "inflow": 18.512905450304928, + "volume": 0, + "temperature": 24.476318196180525, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T13:00:00.000Z", + "level": 346.04651582792906, + "flow": 6.119143423225668, + "inflow": 19.11562672086624, + "volume": 0, + "temperature": 24.288960672612, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T14:00:00.000Z", + "level": 346.0427305156841, + "flow": 6.040342558118125, + "inflow": 19.82441792075953, + "volume": 0, + "temperature": 21.502343501122294, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T15:00:00.000Z", + "level": 346.0630526674087, + "flow": 6.371179350637494, + "inflow": 20.209166606323087, + "volume": 0, + "temperature": 19.154749987765292, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T16:00:00.000Z", + "level": 346.05005307558605, + "flow": 6.332402734197226, + "inflow": 19.211357738489042, + "volume": 0, + "temperature": 18.932089211446367, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T17:00:00.000Z", + "level": 346.03871030473425, + "flow": 6.310599827811572, + "inflow": 18.277655314921383, + "volume": 0, + "temperature": 16.27495630997859, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T18:00:00.000Z", + "level": 346.04675843681366, + "flow": 7.084275643764168, + "inflow": 17.600718304233105, + "volume": 0, + "temperature": 13.10576539410136, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T19:00:00.000Z", + "level": 346.0420409720733, + "flow": 6.905482663827783, + "inflow": 17.25481237208884, + "volume": 0, + "temperature": 12.759539616618168, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T20:00:00.000Z", + "level": 346.052065480544, + "flow": 7.545419300207141, + "inflow": 16.39475798654493, + "volume": 0, + "temperature": 11.23781744872051, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T21:00:00.000Z", + "level": 346.0423982955676, + "flow": 7.552017626611544, + "inflow": 15.701142052136317, + "volume": 0, + "temperature": 10.045585162342949, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T22:00:00.000Z", + "level": 346.04624847580254, + "flow": 8.064585975744796, + "inflow": 16.392633069893716, + "volume": 0, + "temperature": 9.57491377341746, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T23:00:00.000Z", + "level": 346.0300239373027, + "flow": 8.812158278603597, + "inflow": 16.81111353210969, + "volume": 0, + "temperature": 10.286446529178429, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T00:00:00.000Z", + "level": 346.0511233722813, + "flow": 8.960845214856995, + "inflow": 16.47952077346239, + "volume": 0, + "temperature": 11.299715481038218, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T01:00:00.000Z", + "level": 346.05839172919195, + "flow": 9.288872723244324, + "inflow": 16.292984555268475, + "volume": 0, + "temperature": 12.729213264299588, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T02:00:00.000Z", + "level": 346.08324340402476, + "flow": 8.290703308903716, + "inflow": 15.684832117501688, + "volume": 0, + "temperature": 14.728181505422084, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T03:00:00.000Z", + "level": 346.0623622280188, + "flow": 7.590715555096917, + "inflow": 15.454550602419861, + "volume": 0, + "temperature": 16.354625278568648, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T04:00:00.000Z", + "level": 346.07342434505966, + "flow": 6.999274720701784, + "inflow": 15.987188743162125, + "volume": 0, + "temperature": 18.696378853137006, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T05:00:00.000Z", + "level": 346.0693258529349, + "flow": 6.4563664136693735, + "inflow": 15.927296842942168, + "volume": 0, + "temperature": 19.81100941963004, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T06:00:00.000Z", + "level": 346.0793797029225, + "flow": 6.979639577665727, + "inflow": 16.152590938715477, + "volume": 0, + "temperature": 22.285101938394806, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T07:00:00.000Z", + "level": 346.0992535193665, + "flow": 6.802446076443028, + "inflow": 17.140519197802156, + "volume": 0, + "temperature": 22.882218864634797, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T08:00:00.000Z", + "level": 346.10048932146026, + "flow": 7.06278409215107, + "inflow": 16.21399746290971, + "volume": 0, + "temperature": 25.355882773932912, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T09:00:00.000Z", + "level": 346.11995107617537, + "flow": 7.430465273063689, + "inflow": 15.439737970452903, + "volume": 0, + "temperature": 25.391638887853937, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T10:00:00.000Z", + "level": 346.1401350637808, + "flow": 6.444032536605031, + "inflow": 15.04539332343608, + "volume": 0, + "temperature": 26.926785973081017, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T11:00:00.000Z", + "level": 346.1548537910101, + "flow": 5.477659899526618, + "inflow": 15.919323092983715, + "volume": 0, + "temperature": 25.123368565171614, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T12:00:00.000Z", + "level": 346.17604818061415, + "flow": 5.389153048656256, + "inflow": 15.994527481717533, + "volume": 0, + "temperature": 24.566964582640598, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T13:00:00.000Z", + "level": 346.1715430391409, + "flow": 6.004578023073227, + "inflow": 16.655234108650546, + "volume": 0, + "temperature": 24.5376205844279, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T14:00:00.000Z", + "level": 346.1733680831439, + "flow": 6.320023203418987, + "inflow": 16.859388535905556, + "volume": 0, + "temperature": 21.49899029366468, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T15:00:00.000Z", + "level": 346.17547320637163, + "flow": 6.996712227040191, + "inflow": 16.358184376336844, + "volume": 0, + "temperature": 19.5846802263432, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T16:00:00.000Z", + "level": 346.191818206503, + "flow": 7.899922089892083, + "inflow": 15.62608174611961, + "volume": 0, + "temperature": 17.59254319140826, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T17:00:00.000Z", + "level": 346.1769192777098, + "flow": 6.921300628740383, + "inflow": 14.737433056671591, + "volume": 0, + "temperature": 15.702341439053072, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T18:00:00.000Z", + "level": 346.18119579656206, + "flow": 7.0347873687294395, + "inflow": 14.503295157793545, + "volume": 0, + "temperature": 13.721415343512668, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T19:00:00.000Z", + "level": 346.1957068856331, + "flow": 6.968022393089525, + "inflow": 14.330853158201668, + "volume": 0, + "temperature": 11.688170493512063, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T20:00:00.000Z", + "level": 346.2075081092184, + "flow": 7.576209178966908, + "inflow": 13.90166591313617, + "volume": 0, + "temperature": 11.473464095492261, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T21:00:00.000Z", + "level": 346.21324622792343, + "flow": 7.558141361389695, + "inflow": 13.040482971118587, + "volume": 0, + "temperature": 9.327303832860562, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T22:00:00.000Z", + "level": 346.2202557993965, + "flow": 8.267630673645673, + "inflow": 13.844047430116996, + "volume": 0, + "temperature": 9.087544969208812, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T23:00:00.000Z", + "level": 346.1957934157876, + "flow": 7.708238540158641, + "inflow": 12.888816299177552, + "volume": 0, + "temperature": 10.287868814018896, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T00:00:00.000Z", + "level": 346.18851729338496, + "flow": 7.139067480456335, + "inflow": 12.788540095993554, + "volume": 0, + "temperature": 11.06077236140551, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T01:00:00.000Z", + "level": 346.2043752388378, + "flow": 6.144799601954381, + "inflow": 12.238703438125373, + "volume": 0, + "temperature": 12.334092967097593, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T02:00:00.000Z", + "level": 346.21873031385, + "flow": 5.32164372269688, + "inflow": 12.673331545230697, + "volume": 0, + "temperature": 13.191865846146717, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T03:00:00.000Z", + "level": 346.23324826023554, + "flow": 5.35717589730268, + "inflow": 12.076464577380628, + "volume": 0, + "temperature": 16.33260165733462, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T04:00:00.000Z", + "level": 346.25667917844123, + "flow": 4.993687650151994, + "inflow": 11.82786284892668, + "volume": 0, + "temperature": 18.297387617759277, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T05:00:00.000Z", + "level": 346.2468747629672, + "flow": 5.195876493951131, + "inflow": 11.178006275015274, + "volume": 0, + "temperature": 19.243510914414212, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T06:00:00.000Z", + "level": 346.2559543656552, + "flow": 4.993866834126272, + "inflow": 11.559128022737163, + "volume": 0, + "temperature": 21.036678936155926, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T07:00:00.000Z", + "level": 346.23548975928077, + "flow": 5.392237689559996, + "inflow": 10.914688690805107, + "volume": 0, + "temperature": 24.63357258076054, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T08:00:00.000Z", + "level": 346.2517812812465, + "flow": 6.152361847702657, + "inflow": 10.967492137229177, + "volume": 0, + "temperature": 23.980954941515616, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T09:00:00.000Z", + "level": 346.27101650215496, + "flow": 6.065682244321427, + "inflow": 11.502709737281968, + "volume": 0, + "temperature": 25.483370714460875, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T10:00:00.000Z", + "level": 346.26529624788833, + "flow": 6.811141881603167, + "inflow": 12.469302829954776, + "volume": 0, + "temperature": 26.751584387514125, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T11:00:00.000Z", + "level": 346.27532089176856, + "flow": 7.097437849238715, + "inflow": 11.748274789105933, + "volume": 0, + "temperature": 24.985912144313993, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T12:00:00.000Z", + "level": 346.29530536555717, + "flow": 7.870386659021966, + "inflow": 10.81416201380289, + "volume": 0, + "temperature": 23.932579237558716, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T13:00:00.000Z", + "level": 346.30829590640997, + "flow": 8.536076083841426, + "inflow": 11.030494818241731, + "volume": 0, + "temperature": 24.428357631182834, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T14:00:00.000Z", + "level": 346.3079320303838, + "flow": 7.835260931017814, + "inflow": 11.005479021375438, + "volume": 0, + "temperature": 21.637666519333553, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T15:00:00.000Z", + "level": 346.3235270099432, + "flow": 7.0891965228617995, + "inflow": 10.587918598426972, + "volume": 0, + "temperature": 20.391223497906566, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T16:00:00.000Z", + "level": 346.3367532339351, + "flow": 7.098329263198217, + "inflow": 9.740365659224832, + "volume": 0, + "temperature": 17.657538878807305, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T17:00:00.000Z", + "level": 346.33408649640035, + "flow": 8.016554868328216, + "inflow": 9.386570806394154, + "volume": 0, + "temperature": 16.815570194799673, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T18:00:00.000Z", + "level": 346.3393879030395, + "flow": 7.128051421614131, + "inflow": 9.620979672427923, + "volume": 0, + "temperature": 14.880053581352552, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T19:00:00.000Z", + "level": 346.3504402464087, + "flow": 6.448102939874653, + "inflow": 9.823934927348315, + "volume": 0, + "temperature": 11.458896047666439, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T20:00:00.000Z", + "level": 346.34057262220676, + "flow": 6.98414107657049, + "inflow": 9.116884049352914, + "volume": 0, + "temperature": 11.090367884627419, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T21:00:00.000Z", + "level": 346.3451130754868, + "flow": 7.664686690829835, + "inflow": 9.520891949473473, + "volume": 0, + "temperature": 10.762819930541031, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T22:00:00.000Z", + "level": 346.3304352409259, + "flow": 7.08496216656504, + "inflow": 9.890593258838601, + "volume": 0, + "temperature": 9.344010751861742, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T23:00:00.000Z", + "level": 346.32913642286485, + "flow": 6.92760738708032, + "inflow": 10.734312258357473, + "volume": 0, + "temperature": 10.906404417235969, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T00:00:00.000Z", + "level": 346.31763077473244, + "flow": 7.607169028321169, + "inflow": 10.0395394681617, + "volume": 0, + "temperature": 11.530247411932844, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T01:00:00.000Z", + "level": 346.3019049513692, + "flow": 7.513764903909612, + "inflow": 10.183184941984333, + "volume": 0, + "temperature": 12.55715255549293, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T02:00:00.000Z", + "level": 346.2886473145865, + "flow": 8.39180293887657, + "inflow": 11.074946302995011, + "volume": 0, + "temperature": 14.729448095711877, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T03:00:00.000Z", + "level": 346.27114187726943, + "flow": 8.638888787248321, + "inflow": 10.7171577214061, + "volume": 0, + "temperature": 16.319383170488216, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T04:00:00.000Z", + "level": 346.25596790936174, + "flow": 8.403631553171673, + "inflow": 11.659879009151537, + "volume": 0, + "temperature": 18.20798056762549, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T05:00:00.000Z", + "level": 346.242463243102, + "flow": 7.40767922710975, + "inflow": 10.910436294840325, + "volume": 0, + "temperature": 21.000139733290762, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T06:00:00.000Z", + "level": 346.26252302143473, + "flow": 7.4198353824479435, + "inflow": 10.907044098268859, + "volume": 0, + "temperature": 22.414918592434596, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T07:00:00.000Z", + "level": 346.27709304010796, + "flow": 7.7490415909670745, + "inflow": 11.2312613672535, + "volume": 0, + "temperature": 23.142061420255427, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T08:00:00.000Z", + "level": 346.2701379945975, + "flow": 8.658934694633569, + "inflow": 11.566271183317294, + "volume": 0, + "temperature": 25.417748350281066, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T09:00:00.000Z", + "level": 346.2597017409219, + "flow": 9.134254856119284, + "inflow": 10.663309446933992, + "volume": 0, + "temperature": 25.100021934870618, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T10:00:00.000Z", + "level": 346.25705234358867, + "flow": 9.415182083309361, + "inflow": 10.651379145044672, + "volume": 0, + "temperature": 26.122072736751456, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T11:00:00.000Z", + "level": 346.23348552463665, + "flow": 10.12063833218317, + "inflow": 10.642866562369248, + "volume": 0, + "temperature": 25.13038003130055, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T12:00:00.000Z", + "level": 346.2133166657949, + "flow": 9.829537197363377, + "inflow": 10.40247033396821, + "volume": 0, + "temperature": 23.93602005210248, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T13:00:00.000Z", + "level": 346.2218659433826, + "flow": 10.537278816504864, + "inflow": 11.363947980817859, + "volume": 0, + "temperature": 23.40753249992194, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T14:00:00.000Z", + "level": 346.21687890869543, + "flow": 11.40283444380009, + "inflow": 10.918837376400704, + "volume": 0, + "temperature": 21.156959644752508, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T15:00:00.000Z", + "level": 346.23452523612195, + "flow": 12.238728566319761, + "inflow": 10.994333507075297, + "volume": 0, + "temperature": 19.92309231029041, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T16:00:00.000Z", + "level": 346.21953477289196, + "flow": 12.279012937444302, + "inflow": 10.622534252747373, + "volume": 0, + "temperature": 17.048535514652553, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T17:00:00.000Z", + "level": 346.2109324381755, + "flow": 12.912131716178372, + "inflow": 10.397562214955764, + "volume": 0, + "temperature": 15.36304916781079, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T18:00:00.000Z", + "level": 346.2166448332379, + "flow": 13.74641627545358, + "inflow": 11.11716461763542, + "volume": 0, + "temperature": 14.74123233765975, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T19:00:00.000Z", + "level": 346.2297810237006, + "flow": 12.913766410331885, + "inflow": 10.19297335098092, + "volume": 0, + "temperature": 12.732115745183583, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T20:00:00.000Z", + "level": 346.2420956844051, + "flow": 13.202426368643689, + "inflow": 10.088845088327949, + "volume": 0, + "temperature": 10.81149783810455, + "precipitation": 7.157469115816184 + }, + { + "timestamp": "2026-05-06T21:00:00.000Z", + "level": 346.2437705986546, + "flow": 12.831384702869935, + "inflow": 9.403771698063398, + "volume": 0, + "temperature": 9.53243792422416, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T22:00:00.000Z", + "level": 346.24615587891276, + "flow": 12.618888958278736, + "inflow": 9.887849230885195, + "volume": 0, + "temperature": 9.466265765228744, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T23:00:00.000Z", + "level": 346.2543589021564, + "flow": 13.49266661513941, + "inflow": 9.960141751931552, + "volume": 0, + "temperature": 11.04398547012527, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T00:00:00.000Z", + "level": 346.2636361626541, + "flow": 12.745676273177066, + "inflow": 9.223128336224187, + "volume": 0, + "temperature": 11.544336322963378, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T01:00:00.000Z", + "level": 346.2525236570785, + "flow": 11.946786389321044, + "inflow": 8.567343836072714, + "volume": 0, + "temperature": 13.338698703624999, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T02:00:00.000Z", + "level": 346.2621312877492, + "flow": 12.500978463812052, + "inflow": 8.585088367558077, + "volume": 0, + "temperature": 14.521504073687149, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T03:00:00.000Z", + "level": 346.28238974352666, + "flow": 11.81489588604698, + "inflow": 8.50412874406821, + "volume": 0, + "temperature": 15.27350217904346, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T04:00:00.000Z", + "level": 346.27798960229757, + "flow": 11.540599780394821, + "inflow": 7.7998536279809665, + "volume": 0, + "temperature": 18.633431512620874, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T05:00:00.000Z", + "level": 346.28359306951387, + "flow": 11.3439467551128, + "inflow": 8.584933850486657, + "volume": 0, + "temperature": 19.513718278694146, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T06:00:00.000Z", + "level": 346.2644659489045, + "flow": 10.873251453405489, + "inflow": 9.456260701528533, + "volume": 0, + "temperature": 22.503157096095425, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T07:00:00.000Z", + "level": 346.26047018387294, + "flow": 9.946484940696196, + "inflow": 8.668372049768806, + "volume": 0, + "temperature": 23.98655108407738, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T08:00:00.000Z", + "level": 346.28216137462994, + "flow": 10.368285401037266, + "inflow": 9.412724753407318, + "volume": 0, + "temperature": 24.113418531780617, + "precipitation": 14.92206946203131 + }, + { + "timestamp": "2026-05-07T09:00:00.000Z", + "level": 346.3034475207313, + "flow": 10.05079364965578, + "inflow": 8.469452815520878, + "volume": 0, + "temperature": 24.84282368623902, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T10:00:00.000Z", + "level": 346.31864180260294, + "flow": 9.566472536334569, + "inflow": 7.4803281734712765, + "volume": 0, + "temperature": 26.536158818179615, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T11:00:00.000Z", + "level": 346.32812145484894, + "flow": 9.829517256648456, + "inflow": 7.405408807467653, + "volume": 0, + "temperature": 25.47843867532836, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T12:00:00.000Z", + "level": 346.3246538136967, + "flow": 9.043796169300109, + "inflow": 7.781006944968247, + "volume": 0, + "temperature": 24.619702137057036, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T13:00:00.000Z", + "level": 346.34930534783626, + "flow": 8.207301742973776, + "inflow": 8.633320709137518, + "volume": 0, + "temperature": 24.396930122225548, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T14:00:00.000Z", + "level": 346.3726527007163, + "flow": 7.708474570565699, + "inflow": 9.007357759137715, + "volume": 0, + "temperature": 21.74603004204883, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T15:00:00.000Z", + "level": 346.36057844472305, + "flow": 7.875860544499489, + "inflow": 8.007693176157908, + "volume": 0, + "temperature": 19.56856772603564, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T16:00:00.000Z", + "level": 346.3694695545256, + "flow": 7.9909557655394705, + "inflow": 7.817433544999352, + "volume": 0, + "temperature": 18.215427747909818, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T17:00:00.000Z", + "level": 346.38215370206996, + "flow": 8.17251629400701, + "inflow": 7.773157349978568, + "volume": 0, + "temperature": 16.31264461724335, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T18:00:00.000Z", + "level": 346.37789982041176, + "flow": 8.283962851931925, + "inflow": 8.033966597455084, + "volume": 0, + "temperature": 14.704311729913018, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T19:00:00.000Z", + "level": 346.3915171546026, + "flow": 7.632078858145325, + "inflow": 7.964730722554484, + "volume": 0, + "temperature": 11.592499032951887, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T20:00:00.000Z", + "level": 346.3726564543203, + "flow": 8.568018010977877, + "inflow": 8.092958307358979, + "volume": 0, + "temperature": 11.6829672541983, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T21:00:00.000Z", + "level": 346.39622453280674, + "flow": 8.191567717395657, + "inflow": 7.71151003133709, + "volume": 0, + "temperature": 10.963824377829951, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T22:00:00.000Z", + "level": 346.409295434252, + "flow": 9.021683311334975, + "inflow": 8.36947163513484, + "volume": 0, + "temperature": 9.844377899024193, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T23:00:00.000Z", + "level": 346.39745317920716, + "flow": 9.561254857859764, + "inflow": 7.748066680186776, + "volume": 0, + "temperature": 10.091546371880215, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T00:00:00.000Z", + "level": 346.40310741879256, + "flow": 8.887811382600159, + "inflow": 7.793020787325464, + "volume": 0, + "temperature": 11.05396204816893, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T01:00:00.000Z", + "level": 346.3975756120453, + "flow": 8.40618474533904, + "inflow": 8.780513318461026, + "volume": 0, + "temperature": 11.475590746492346, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T02:00:00.000Z", + "level": 346.39879373286544, + "flow": 8.966679456956548, + "inflow": 8.318492687856414, + "volume": 0, + "temperature": 14.620280603833681, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T03:00:00.000Z", + "level": 346.3791283930593, + "flow": 8.892816694978784, + "inflow": 8.967826819388222, + "volume": 0, + "temperature": 16.686295849555137, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T04:00:00.000Z", + "level": 346.3967941563156, + "flow": 8.765181991311554, + "inflow": 9.895066061823348, + "volume": 0, + "temperature": 18.143520460748952, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T05:00:00.000Z", + "level": 346.4131725334194, + "flow": 9.593993199434061, + "inflow": 8.965581024641581, + "volume": 0, + "temperature": 20.160781122149828, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T06:00:00.000Z", + "level": 346.4325536999584, + "flow": 8.723571410991381, + "inflow": 8.480191719784786, + "volume": 0, + "temperature": 22.329973122204642, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T07:00:00.000Z", + "level": 346.45253655673963, + "flow": 9.719603158763478, + "inflow": 9.006376482060105, + "volume": 0, + "temperature": 23.268843370369677, + "precipitation": 1.3661378127200186 + }, + { + "timestamp": "2026-05-08T08:00:00.000Z", + "level": 346.4333441582047, + "flow": 9.093842243868023, + "inflow": 9.52033254043179, + "volume": 0, + "temperature": 24.88406622031976, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T09:00:00.000Z", + "level": 346.4252820229699, + "flow": 8.339364105583712, + "inflow": 9.67146079764007, + "volume": 0, + "temperature": 25.942182274102265, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T10:00:00.000Z", + "level": 346.40685420436847, + "flow": 8.053414164183913, + "inflow": 10.022207867125175, + "volume": 0, + "temperature": 26.38645550222856, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T11:00:00.000Z", + "level": 346.4108238512829, + "flow": 7.357826416719952, + "inflow": 9.61870516347993, + "volume": 0, + "temperature": 25.500772124423367, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T12:00:00.000Z", + "level": 346.4060051037792, + "flow": 7.284790510775126, + "inflow": 8.664791970353424, + "volume": 0, + "temperature": 25.794185911184734, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T13:00:00.000Z", + "level": 346.4078074394356, + "flow": 7.513820003261034, + "inflow": 9.514965913771068, + "volume": 0, + "temperature": 23.755862208729237, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T14:00:00.000Z", + "level": 346.4300734696075, + "flow": 7.998496463799425, + "inflow": 9.078198577852739, + "volume": 0, + "temperature": 22.634758358570938, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T15:00:00.000Z", + "level": 346.42295573051535, + "flow": 7.329022480457706, + "inflow": 9.068751970918747, + "volume": 0, + "temperature": 20.605412025701018, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T16:00:00.000Z", + "level": 346.4106064989692, + "flow": 8.119607567697427, + "inflow": 8.39202433008635, + "volume": 0, + "temperature": 18.161105639789625, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T17:00:00.000Z", + "level": 346.4219046921002, + "flow": 8.797262897346442, + "inflow": 7.93609199113729, + "volume": 0, + "temperature": 15.124454275505654, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T18:00:00.000Z", + "level": 346.3998977726846, + "flow": 7.87933622612805, + "inflow": 7.05394969580219, + "volume": 0, + "temperature": 13.132798193357562, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T19:00:00.000Z", + "level": 346.40769287023403, + "flow": 7.5590826264409055, + "inflow": 7.504207542228095, + "volume": 0, + "temperature": 13.063318931411125, + "precipitation": 0.27413630194265237 + }, + { + "timestamp": "2026-05-08T20:00:00.000Z", + "level": 346.39045643681715, + "flow": 7.751809352780567, + "inflow": 6.538337336255215, + "volume": 0, + "temperature": 11.764946088515241, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T21:00:00.000Z", + "level": 346.37992949095224, + "flow": 7.335908167936605, + "inflow": 6.348103248381175, + "volume": 0, + "temperature": 10.833359573699774, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T22:00:00.000Z", + "level": 346.38428618059913, + "flow": 6.690761806090422, + "inflow": 5.753826709139639, + "volume": 0, + "temperature": 10.763632321515182, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T23:00:00.000Z", + "level": 346.38002993415375, + "flow": 7.083896929103579, + "inflow": 5.333184946291332, + "volume": 0, + "temperature": 9.5430962539108, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T00:00:00.000Z", + "level": 346.4041877586078, + "flow": 6.923737135355429, + "inflow": 5.264464583194986, + "volume": 0, + "temperature": 11.742446798112152, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T01:00:00.000Z", + "level": 346.3832687995538, + "flow": 7.826035514989346, + "inflow": 4.749514271968643, + "volume": 0, + "temperature": 12.737886524596236, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T02:00:00.000Z", + "level": 346.3896951424236, + "flow": 6.940726412351701, + "inflow": 4.647409813619988, + "volume": 0, + "temperature": 14.754505231020058, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T03:00:00.000Z", + "level": 346.37890607146926, + "flow": 7.145708681592824, + "inflow": 4.056291454292987, + "volume": 0, + "temperature": 16.590169695303672, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T04:00:00.000Z", + "level": 346.3641230398922, + "flow": 8.117473712825692, + "inflow": 3.0661545416694436, + "volume": 0, + "temperature": 17.33469476767065, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T05:00:00.000Z", + "level": 346.367412683338, + "flow": 8.191917025489838, + "inflow": 2.5115335905562093, + "volume": 0, + "temperature": 19.08657725964459, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T06:00:00.000Z", + "level": 346.3588082707278, + "flow": 7.862243414927276, + "inflow": 1.7290519480321254, + "volume": 0, + "temperature": 21.236403528925926, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T07:00:00.000Z", + "level": 346.38043562874213, + "flow": 8.587850036560763, + "inflow": 1.783607532361048, + "volume": 0, + "temperature": 23.561392314888106, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T08:00:00.000Z", + "level": 346.37560367774483, + "flow": 8.48812660455284, + "inflow": 2.0398611815580407, + "volume": 0, + "temperature": 24.33505424668088, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T09:00:00.000Z", + "level": 346.35796131970085, + "flow": 7.787825620885259, + "inflow": 2.619840405373751, + "volume": 0, + "temperature": 26.271770344546617, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T10:00:00.000Z", + "level": 346.34320124304645, + "flow": 7.4396775562183155, + "inflow": 2.449191842805746, + "volume": 0, + "temperature": 26.09576284948176, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T11:00:00.000Z", + "level": 346.3629072300968, + "flow": 8.118823760575857, + "inflow": 3.152415287357806, + "volume": 0, + "temperature": 25.83682806333417, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T12:00:00.000Z", + "level": 346.3533725345061, + "flow": 7.149973982647975, + "inflow": 2.866779361188166, + "volume": 0, + "temperature": 25.888090990088656, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T13:00:00.000Z", + "level": 346.34193295555366, + "flow": 8.135713343135391, + "inflow": 2.046459393606437, + "volume": 0, + "temperature": 23.985258961219007, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T14:00:00.000Z", + "level": 346.3176336244126, + "flow": 9.108391415901524, + "inflow": 1.8327189513765294, + "volume": 0, + "temperature": 21.38388223999035, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T15:00:00.000Z", + "level": 346.3159088086778, + "flow": 10.025191808607218, + "inflow": 0.9961500208174039, + "volume": 0, + "temperature": 20.000490587183023, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T16:00:00.000Z", + "level": 346.3371783533171, + "flow": 9.54306166289136, + "inflow": 1.3252546870068502, + "volume": 0, + "temperature": 17.67267236137009, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T17:00:00.000Z", + "level": 346.3415468925898, + "flow": 10.281418765507107, + "inflow": 2.1443535470597386, + "volume": 0, + "temperature": 15.447475471546777, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T18:00:00.000Z", + "level": 346.35918658795, + "flow": 10.765830974471736, + "inflow": 2.721150717179597, + "volume": 0, + "temperature": 14.218562144038886, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T19:00:00.000Z", + "level": 346.3529187215869, + "flow": 10.732520792202006, + "inflow": 3.6232345528733183, + "volume": 0, + "temperature": 12.085295811742178, + "precipitation": 2.0824984037453587 + }, + { + "timestamp": "2026-05-09T20:00:00.000Z", + "level": 346.3432349525247, + "flow": 11.49347744167034, + "inflow": 3.185462495836169, + "volume": 0, + "temperature": 11.56845902163647, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T21:00:00.000Z", + "level": 346.3477861419666, + "flow": 11.904205630478224, + "inflow": 3.0860923297304597, + "volume": 0, + "temperature": 9.865636290889617, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T22:00:00.000Z", + "level": 346.349092377505, + "flow": 11.64114918420294, + "inflow": 3.2116793842274025, + "volume": 0, + "temperature": 9.2425169249114, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T23:00:00.000Z", + "level": 346.3441923396454, + "flow": 11.783816250684714, + "inflow": 2.649372932316673, + "volume": 0, + "temperature": 10.16314336133855, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T00:00:00.000Z", + "level": 346.3331423995702, + "flow": 10.796731884633052, + "inflow": 2.1393270392823105, + "volume": 0, + "temperature": 10.646282784602178, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T01:00:00.000Z", + "level": 346.354807302984, + "flow": 11.793651604754979, + "inflow": 1.7284887576561552, + "volume": 0, + "temperature": 13.30101752016044, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T02:00:00.000Z", + "level": 346.33212828662295, + "flow": 11.766591064027999, + "inflow": 2.5021831726626567, + "volume": 0, + "temperature": 13.366644094378387, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T03:00:00.000Z", + "level": 346.34944276246176, + "flow": 11.944210279842412, + "inflow": 2.4004497832360236, + "volume": 0, + "temperature": 16.111323511813936, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T04:00:00.000Z", + "level": 346.3312819014476, + "flow": 11.464615569683712, + "inflow": 2.204229630671704, + "volume": 0, + "temperature": 17.738460951232423, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T05:00:00.000Z", + "level": 346.3317333441754, + "flow": 11.356798443257713, + "inflow": 2.3608526108727075, + "volume": 0, + "temperature": 19.525976524057995, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T06:00:00.000Z", + "level": 346.3436214968518, + "flow": 10.602750868763467, + "inflow": 1.9119597540980062, + "volume": 0, + "temperature": 22.63241690098677, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T07:00:00.000Z", + "level": 346.33266001773313, + "flow": 10.52061687504343, + "inflow": 1.1093737162903894, + "volume": 0, + "temperature": 23.640877945181998, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T08:00:00.000Z", + "level": 346.33658208560155, + "flow": 10.310804414565254, + "inflow": 1.3363838287743208, + "volume": 0, + "temperature": 25.11086937492178, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T09:00:00.000Z", + "level": 346.3522949528143, + "flow": 9.649809089970429, + "inflow": 2.1747815852525734, + "volume": 0, + "temperature": 26.36870169127928, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T10:00:00.000Z", + "level": 346.34293257893063, + "flow": 9.062831458094331, + "inflow": 1.9501009304934116, + "volume": 0, + "temperature": 25.78041793424762, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T11:00:00.000Z", + "level": 346.3192246440199, + "flow": 9.780524419887538, + "inflow": 2.2629159906736778, + "volume": 0, + "temperature": 26.453798152051544, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T12:00:00.000Z", + "level": 346.3101095482454, + "flow": 10.37938425505279, + "inflow": 3.0337300512332517, + "volume": 0, + "temperature": 25.315892475722727, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T13:00:00.000Z", + "level": 346.3225753461951, + "flow": 9.888342952175835, + "inflow": 3.0119833000857357, + "volume": 0, + "temperature": 22.844830074956377, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T14:00:00.000Z", + "level": 346.3306729663741, + "flow": 10.794884629959128, + "inflow": 2.3690972433245214, + "volume": 0, + "temperature": 21.649597127340538, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T15:00:00.000Z", + "level": 346.3084921474212, + "flow": 10.839540256162154, + "inflow": 1.392131466835885, + "volume": 0, + "temperature": 19.384579504659733, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T16:00:00.000Z", + "level": 346.30823920509334, + "flow": 10.29878631497515, + "inflow": 1.1171244803229037, + "volume": 0, + "temperature": 17.002442699646878, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T17:00:00.000Z", + "level": 346.32861442987144, + "flow": 9.328317762601348, + "inflow": 0.9868040549602877, + "volume": 0, + "temperature": 15.64027552939793, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T18:00:00.000Z", + "level": 346.3167753668241, + "flow": 9.810560258949016, + "inflow": 1.2691196323216496, + "volume": 0, + "temperature": 13.391113784066528, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T19:00:00.000Z", + "level": 346.3337669670986, + "flow": 9.379866937275816, + "inflow": 1.0282212606848575, + "volume": 0, + "temperature": 12.427377003469182, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T20:00:00.000Z", + "level": 346.3249275922498, + "flow": 9.423633575038648, + "inflow": 0.9374947987514592, + "volume": 0, + "temperature": 10.212437841869562, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T21:00:00.000Z", + "level": 346.32419735560103, + "flow": 8.81953925813947, + "inflow": 0.5153806715226485, + "volume": 0, + "temperature": 10.472818366705376, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T22:00:00.000Z", + "level": 346.34615981397593, + "flow": 7.98840168515081, + "inflow": 1.2670078837775849, + "volume": 0, + "temperature": 10.28592177835338, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T23:00:00.000Z", + "level": 346.326191786157, + "flow": 7.157190979037413, + "inflow": 1.101379784508632, + "volume": 0, + "temperature": 9.49914134966509, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T00:00:00.000Z", + "level": 346.3326956772365, + "flow": 7.583063670253405, + "inflow": 1.4273193787757181, + "volume": 0, + "temperature": 10.289935654933835, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T01:00:00.000Z", + "level": 346.33468950649666, + "flow": 8.555992898384794, + "inflow": 0.7641746390945192, + "volume": 0, + "temperature": 11.909802866171006, + "precipitation": 7.341432776865862 + }, + { + "timestamp": "2026-05-11T02:00:00.000Z", + "level": 346.328751094186, + "flow": 8.082693145898357, + "inflow": 0.2570514350446578, + "volume": 0, + "temperature": 14.919693721394566, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T03:00:00.000Z", + "level": 346.34653923262715, + "flow": 8.389774802391006, + "inflow": 0, + "volume": 0, + "temperature": 16.69390668181228, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T04:00:00.000Z", + "level": 346.333264025882, + "flow": 8.580046935621436, + "inflow": 0, + "volume": 0, + "temperature": 18.36769409014758, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T05:00:00.000Z", + "level": 346.32688728312155, + "flow": 9.367632203691345, + "inflow": 0, + "volume": 0, + "temperature": 19.12210774793897, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T06:00:00.000Z", + "level": 346.31162300583765, + "flow": 8.865619942272827, + "inflow": 0.2766611875464604, + "volume": 0, + "temperature": 21.095214505620728, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T07:00:00.000Z", + "level": 346.30051068965514, + "flow": 9.399504838700805, + "inflow": 0, + "volume": 0, + "temperature": 22.687757104678973, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T08:00:00.000Z", + "level": 346.3191979273175, + "flow": 8.770244403967489, + "inflow": 0, + "volume": 0, + "temperature": 25.143950020507443, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T09:00:00.000Z", + "level": 346.3105485070864, + "flow": 9.281883172834053, + "inflow": 0, + "volume": 0, + "temperature": 26.005833447434547, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T10:00:00.000Z", + "level": 346.31850212214766, + "flow": 9.99029296767036, + "inflow": 0, + "volume": 0, + "temperature": 25.014378959298956, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T11:00:00.000Z", + "level": 346.311187337763, + "flow": 9.381569792070895, + "inflow": 0, + "volume": 0, + "temperature": 26.571739674340513, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T12:00:00.000Z", + "level": 346.32005545116846, + "flow": 9.919428553261515, + "inflow": 0.32382951442582986, + "volume": 0, + "temperature": 25.107070070777212, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T13:00:00.000Z", + "level": 346.3244612739393, + "flow": 10.77051249227667, + "inflow": 0.5545340380237191, + "volume": 0, + "temperature": 24.040698404076835, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T14:00:00.000Z", + "level": 346.3106990666694, + "flow": 10.758705259050537, + "inflow": 1.2884316290515434, + "volume": 0, + "temperature": 22.22516357774262, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T15:00:00.000Z", + "level": 346.32560166230013, + "flow": 10.42530672798724, + "inflow": 1.719355372424626, + "volume": 0, + "temperature": 19.500951769511072, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T16:00:00.000Z", + "level": 346.3017179786133, + "flow": 11.088299826276845, + "inflow": 0.890532942676463, + "volume": 0, + "temperature": 17.97737200005248, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T17:00:00.000Z", + "level": 346.285072849923, + "flow": 10.53390246304745, + "inflow": 0, + "volume": 0, + "temperature": 16.7061309573906, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T18:00:00.000Z", + "level": 346.28199577033433, + "flow": 11.181392469797405, + "inflow": 0, + "volume": 0, + "temperature": 13.908182049516451, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T19:00:00.000Z", + "level": 346.2621799489235, + "flow": 10.838088109558651, + "inflow": 0, + "volume": 0, + "temperature": 12.054247854648798, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T20:00:00.000Z", + "level": 346.2552775110111, + "flow": 11.135037931856083, + "inflow": 0, + "volume": 0, + "temperature": 11.314974621862024, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T21:00:00.000Z", + "level": 346.2510186339128, + "flow": 12.089051827891925, + "inflow": 0, + "volume": 0, + "temperature": 10.681051111924686, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T22:00:00.000Z", + "level": 346.2466835239956, + "flow": 12.189977682264447, + "inflow": 0, + "volume": 0, + "temperature": 10.478660829070764, + "precipitation": 10.088960972682424 + }, + { + "timestamp": "2026-05-11T23:00:00.000Z", + "level": 346.2557724075501, + "flow": 11.252707325937722, + "inflow": 0.37970769780631564, + "volume": 0, + "temperature": 10.067545656933603, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T00:00:00.000Z", + "level": 346.25095487793953, + "flow": 10.907257670249889, + "inflow": 0, + "volume": 0, + "temperature": 12.050195236446227, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T01:00:00.000Z", + "level": 346.2697647973514, + "flow": 11.16926407514496, + "inflow": 0, + "volume": 0, + "temperature": 11.485880494095312, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T02:00:00.000Z", + "level": 346.2692122317561, + "flow": 10.812663408604598, + "inflow": 0, + "volume": 0, + "temperature": 13.313456879823457, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T03:00:00.000Z", + "level": 346.2743483708617, + "flow": 11.67013893666729, + "inflow": 0, + "volume": 0, + "temperature": 15.409293740123541, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T04:00:00.000Z", + "level": 346.251496507533, + "flow": 11.987207308254217, + "inflow": 0.40033115718000545, + "volume": 0, + "temperature": 18.900665051766573, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T05:00:00.000Z", + "level": 346.24262003643366, + "flow": 12.110544335605876, + "inflow": 0.369025999348374, + "volume": 0, + "temperature": 20.64672418570547, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T06:00:00.000Z", + "level": 346.2562584071985, + "flow": 11.761321708479192, + "inflow": 0, + "volume": 0, + "temperature": 21.78027817695138, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T07:00:00.000Z", + "level": 346.26807682522747, + "flow": 11.109164870327675, + "inflow": 0.1801416941874523, + "volume": 0, + "temperature": 23.917324027234617, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T08:00:00.000Z", + "level": 346.2539873415067, + "flow": 11.418540176237208, + "inflow": 0, + "volume": 0, + "temperature": 25.296580601780988, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T09:00:00.000Z", + "level": 346.2773828668087, + "flow": 11.865916564168163, + "inflow": 0, + "volume": 0, + "temperature": 24.758833580605796, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T10:00:00.000Z", + "level": 346.27635959584256, + "flow": 12.131045702950342, + "inflow": 0.2014933649578361, + "volume": 0, + "temperature": 26.919113250626015, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T11:00:00.000Z", + "level": 346.27295542499513, + "flow": 11.51482210175045, + "inflow": 0.5026043413603349, + "volume": 0, + "temperature": 26.32078755659706, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T12:00:00.000Z", + "level": 346.268238630412, + "flow": 11.353210564885803, + "inflow": 0.9026582594790988, + "volume": 0, + "temperature": 25.28913469496669, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T13:00:00.000Z", + "level": 346.252597121563, + "flow": 10.377918098403995, + "inflow": 1.685080035476954, + "volume": 0, + "temperature": 23.62513508997272, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T14:00:00.000Z", + "level": 346.2608377829585, + "flow": 10.606691124884945, + "inflow": 2.35273952868603, + "volume": 0, + "temperature": 21.905363779659186, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T15:00:00.000Z", + "level": 346.2771403821141, + "flow": 11.062590202761163, + "inflow": 1.6466844358171109, + "volume": 0, + "temperature": 19.703017135543234, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T16:00:00.000Z", + "level": 346.25271679849385, + "flow": 10.721906741638184, + "inflow": 1.7424833704704006, + "volume": 0, + "temperature": 18.58130053212403, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T17:00:00.000Z", + "level": 346.2512861103279, + "flow": 10.055090902020545, + "inflow": 2.2847827820910047, + "volume": 0, + "temperature": 15.229599333964554, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T18:00:00.000Z", + "level": 346.2287471347565, + "flow": 9.451778010604105, + "inflow": 2.039232476329305, + "volume": 0, + "temperature": 13.451597925131829, + "precipitation": 8.563786161055727 + }, + { + "timestamp": "2026-05-12T19:00:00.000Z", + "level": 346.20585613719385, + "flow": 10.430717406134828, + "inflow": 1.5341069023543015, + "volume": 0, + "temperature": 12.424313899930096, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T20:00:00.000Z", + "level": 346.1950422093189, + "flow": 9.514989127158652, + "inflow": 1.3184446968118833, + "volume": 0, + "temperature": 10.478925269670105, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T21:00:00.000Z", + "level": 346.1800518927062, + "flow": 10.394527414088246, + "inflow": 1.2455214435261213, + "volume": 0, + "temperature": 10.842838639510585, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T22:00:00.000Z", + "level": 346.16778229887564, + "flow": 9.412033789422313, + "inflow": 0.5300781671775003, + "volume": 0, + "temperature": 9.617187905400115, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T23:00:00.000Z", + "level": 346.162239906202, + "flow": 9.188807554502617, + "inflow": 0.7734452727418519, + "volume": 0, + "temperature": 9.495512457711026, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T00:00:00.000Z", + "level": 346.17674788413484, + "flow": 8.474895141355352, + "inflow": 0.6377649553108466, + "volume": 0, + "temperature": 10.81944253671923, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T01:00:00.000Z", + "level": 346.16301192016397, + "flow": 7.776195418616297, + "inflow": 1.330534430207746, + "volume": 0, + "temperature": 12.433008786670156, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T02:00:00.000Z", + "level": 346.18129776279756, + "flow": 8.686801399348106, + "inflow": 1.1828519209966193, + "volume": 0, + "temperature": 13.1653961711928, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T03:00:00.000Z", + "level": 346.1822351026201, + "flow": 8.466956302068137, + "inflow": 1.4679407613346185, + "volume": 0, + "temperature": 16.54495024548156, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T04:00:00.000Z", + "level": 346.1593864173174, + "flow": 8.014077120603107, + "inflow": 1.498532441891959, + "volume": 0, + "temperature": 17.054603108336597, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T05:00:00.000Z", + "level": 346.17710054852955, + "flow": 7.641779017849599, + "inflow": 1.2446721670202576, + "volume": 0, + "temperature": 19.491503830222896, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T06:00:00.000Z", + "level": 346.1962454428992, + "flow": 7.404634159052208, + "inflow": 0.7043509896470805, + "volume": 0, + "temperature": 22.06694750292038, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T07:00:00.000Z", + "level": 346.18054800218914, + "flow": 7.9939409980128, + "inflow": 0.5645317353248829, + "volume": 0, + "temperature": 23.24699597066868, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T08:00:00.000Z", + "level": 346.1952655517712, + "flow": 8.40146266580486, + "inflow": 0, + "volume": 0, + "temperature": 25.149916641902657, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T09:00:00.000Z", + "level": 346.17600063419627, + "flow": 7.541933973262514, + "inflow": 0.39542740368081564, + "volume": 0, + "temperature": 25.925917099691016, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T10:00:00.000Z", + "level": 346.19125020172095, + "flow": 7.260207133761416, + "inflow": 0.5549191825334119, + "volume": 0, + "temperature": 26.44151520717395, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T11:00:00.000Z", + "level": 346.16773509162186, + "flow": 7.257405360671231, + "inflow": 0, + "volume": 0, + "temperature": 25.07868978153189, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T12:00:00.000Z", + "level": 346.1446266447573, + "flow": 7.371007135277948, + "inflow": 0.4941332675665313, + "volume": 0, + "temperature": 25.719877020837743, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T13:00:00.000Z", + "level": 346.1285656717526, + "flow": 7.913314979901072, + "inflow": 0.8367801676269693, + "volume": 0, + "temperature": 22.803924928382234, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T14:00:00.000Z", + "level": 346.13460266502653, + "flow": 7.454140145295842, + "inflow": 0.7501406881025776, + "volume": 0, + "temperature": 22.96530241682349, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T15:00:00.000Z", + "level": 346.14447497165725, + "flow": 7.352329459357349, + "inflow": 1.283228422469585, + "volume": 0, + "temperature": 20.447953622968768, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T16:00:00.000Z", + "level": 346.12697371013587, + "flow": 8.188370266247828, + "inflow": 1.8209696157375208, + "volume": 0, + "temperature": 18.66663994707083, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T17:00:00.000Z", + "level": 346.1049232816064, + "flow": 7.5707056593972295, + "inflow": 1.7983895313114115, + "volume": 0, + "temperature": 16.76841621820807, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T18:00:00.000Z", + "level": 346.09320077790323, + "flow": 7.928828122593984, + "inflow": 0.8210604976933404, + "volume": 0, + "temperature": 13.151300966082834, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T19:00:00.000Z", + "level": 346.075679042987, + "flow": 7.727653169624173, + "inflow": 0.4004462648002751, + "volume": 0, + "temperature": 11.604085953053792, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T20:00:00.000Z", + "level": 346.1003209958703, + "flow": 7.082957049495668, + "inflow": 0.4401761787501681, + "volume": 0, + "temperature": 10.133538374404926, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T21:00:00.000Z", + "level": 346.1249175807466, + "flow": 7.184413020035212, + "inflow": 0.47247282624905695, + "volume": 0, + "temperature": 10.159342352789794, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T22:00:00.000Z", + "level": 346.12428931786695, + "flow": 6.770080051492235, + "inflow": 0.49120864141724985, + "volume": 0, + "temperature": 10.72939273440388, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T23:00:00.000Z", + "level": 346.12962932170166, + "flow": 6.610636555426362, + "inflow": 0.3332190454256061, + "volume": 0, + "temperature": 11.144191279363964, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T00:00:00.000Z", + "level": 346.1539660165381, + "flow": 7.441755855469539, + "inflow": 0.38136757392819876, + "volume": 0, + "temperature": 11.638509961496409, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T01:00:00.000Z", + "level": 346.14690329994363, + "flow": 6.858929731358054, + "inflow": 0.5520366484894748, + "volume": 0, + "temperature": 11.444689407605349, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T02:00:00.000Z", + "level": 346.1471563047759, + "flow": 7.376499040906383, + "inflow": 0, + "volume": 0, + "temperature": 13.136418221967222, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T03:00:00.000Z", + "level": 346.14014234261555, + "flow": 7.761480955120018, + "inflow": 0.4521837007904401, + "volume": 0, + "temperature": 16.28148451123023, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T04:00:00.000Z", + "level": 346.15991417710933, + "flow": 7.391677760826172, + "inflow": 0.11409706699598043, + "volume": 0, + "temperature": 17.419106854697787, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T05:00:00.000Z", + "level": 346.16227295218783, + "flow": 7.9726529195512725, + "inflow": 0, + "volume": 0, + "temperature": 20.205048602062725, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T06:00:00.000Z", + "level": 346.1388572950322, + "flow": 7.9363562014237825, + "inflow": 0.4704676612552423, + "volume": 0, + "temperature": 22.219145715197808, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T07:00:00.000Z", + "level": 346.1499386417852, + "flow": 7.688248329703303, + "inflow": 0, + "volume": 0, + "temperature": 24.254384094582512, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T08:00:00.000Z", + "level": 346.146475019125, + "flow": 8.085948555740163, + "inflow": 0.20716534953644272, + "volume": 0, + "temperature": 24.68188969685992, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T09:00:00.000Z", + "level": 346.1594833154866, + "flow": 7.432439179033158, + "inflow": 0, + "volume": 0, + "temperature": 25.04761845692063, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T10:00:00.000Z", + "level": 346.1357746050168, + "flow": 7.177818815778044, + "inflow": 0, + "volume": 0, + "temperature": 25.040314364198082, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T11:00:00.000Z", + "level": 346.1299306336614, + "flow": 7.033985983369, + "inflow": 0, + "volume": 0, + "temperature": 26.2214210882608, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T12:00:00.000Z", + "level": 346.14120809106026, + "flow": 7.418930689126711, + "inflow": 0.737334004640732, + "volume": 0, + "temperature": 24.333463899485366, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T13:00:00.000Z", + "level": 346.1304759835364, + "flow": 7.172092960352524, + "inflow": 0, + "volume": 0, + "temperature": 23.11710760388749, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T14:00:00.000Z", + "level": 346.11924821091213, + "flow": 7.927002578332061, + "inflow": 0, + "volume": 0, + "temperature": 21.287175771573416, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T15:00:00.000Z", + "level": 346.1083355418536, + "flow": 8.544162444470407, + "inflow": 0, + "volume": 0, + "temperature": 20.770197393845987, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T16:00:00.000Z", + "level": 346.08488737674855, + "flow": 8.613837244756105, + "inflow": 0, + "volume": 0, + "temperature": 18.4653147384905, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T17:00:00.000Z", + "level": 346.07790686501056, + "flow": 7.9613924718051035, + "inflow": 0.35667201556779604, + "volume": 0, + "temperature": 16.704339839508187, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T18:00:00.000Z", + "level": 346.0774691258134, + "flow": 7.359356510426709, + "inflow": 0.6480197375978385, + "volume": 0, + "temperature": 13.821182736105719, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T19:00:00.000Z", + "level": 346.0557863798408, + "flow": 7.018566871754487, + "inflow": 0.06681209060999604, + "volume": 0, + "temperature": 12.997519813114828, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T20:00:00.000Z", + "level": 346.0443976709661, + "flow": 7.5498028400694634, + "inflow": 0.43945679257368075, + "volume": 0, + "temperature": 11.446407859119079, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T21:00:00.000Z", + "level": 346.03952605150454, + "flow": 7.743757660879869, + "inflow": 1.4182845099072505, + "volume": 0, + "temperature": 11.252372111442423, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T22:00:00.000Z", + "level": 346.03104534921226, + "flow": 8.310929009518908, + "inflow": 2.3723916511945227, + "volume": 0, + "temperature": 9.961841233144135, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T23:00:00.000Z", + "level": 346.01189683042145, + "flow": 8.502881235764889, + "inflow": 2.213185244963356, + "volume": 0, + "temperature": 9.762272951378126, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T00:00:00.000Z", + "level": 345.9880875738901, + "flow": 8.069014547269841, + "inflow": 2.270938041455379, + "volume": 0, + "temperature": 10.286734239587648, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T01:00:00.000Z", + "level": 345.9985658040599, + "flow": 7.596419953030619, + "inflow": 1.8875995237521974, + "volume": 0, + "temperature": 12.16241944799906, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T02:00:00.000Z", + "level": 346.01772413408156, + "flow": 7.424458681458421, + "inflow": 2.7893382796462522, + "volume": 0, + "temperature": 14.691275393323489, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T03:00:00.000Z", + "level": 346.02109775074916, + "flow": 8.328670790160386, + "inflow": 1.9021416014746135, + "volume": 0, + "temperature": 16.040372858449864, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T04:00:00.000Z", + "level": 345.99897099540647, + "flow": 8.223984485385026, + "inflow": 2.745384626488623, + "volume": 0, + "temperature": 17.336506056799585, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T05:00:00.000Z", + "level": 346.0075253258489, + "flow": 7.598733707915882, + "inflow": 3.181485775170947, + "volume": 0, + "temperature": 20.371798787646814, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T06:00:00.000Z", + "level": 346.0015352923402, + "flow": 7.7021561973698685, + "inflow": 2.653284150462964, + "volume": 0, + "temperature": 21.105353152743806, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T07:00:00.000Z", + "level": 345.99254578840504, + "flow": 6.782643007988172, + "inflow": 1.9137036336481579, + "volume": 0, + "temperature": 23.301774768569256, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T08:00:00.000Z", + "level": 345.9789037573664, + "flow": 6.5390934533058225, + "inflow": 1.9460212411610573, + "volume": 0, + "temperature": 24.456733974381507, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T09:00:00.000Z", + "level": 345.982796803389, + "flow": 5.6469029109510025, + "inflow": 2.597306484844128, + "volume": 0, + "temperature": 26.578855032008654, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T10:00:00.000Z", + "level": 346.0065082444568, + "flow": 6.431794233968947, + "inflow": 2.7052699432532497, + "volume": 0, + "temperature": 25.782128101934948, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T11:00:00.000Z", + "level": 346.01893755249523, + "flow": 6.663576781871161, + "inflow": 3.70093808393812, + "volume": 0, + "temperature": 26.342984710527734, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T12:00:00.000Z", + "level": 345.9991339379762, + "flow": 7.385791935932401, + "inflow": 3.971239996338814, + "volume": 0, + "temperature": 24.144101809680514, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T13:00:00.000Z", + "level": 345.9859671636607, + "flow": 6.973440231127028, + "inflow": 3.1502473787311795, + "volume": 0, + "temperature": 22.85798652552372, + "precipitation": 0.9402160727056108 + }, + { + "timestamp": "2026-05-15T14:00:00.000Z", + "level": 345.9939494687901, + "flow": 6.21601146741441, + "inflow": 4.012436755044579, + "volume": 0, + "temperature": 21.59800331207505, + "precipitation": 11.81369029852892 + }, + { + "timestamp": "2026-05-15T15:00:00.000Z", + "level": 345.9859280774154, + "flow": 6.295719184322919, + "inflow": 3.8378828144688373, + "volume": 0, + "temperature": 20.628119529644852, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T16:00:00.000Z", + "level": 346.0071592453038, + "flow": 5.701454325558856, + "inflow": 4.341124859358304, + "volume": 0, + "temperature": 18.3735920933691, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T17:00:00.000Z", + "level": 346.0135245819635, + "flow": 5.336348464067717, + "inflow": 3.726439264797874, + "volume": 0, + "temperature": 15.189744457539721, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T18:00:00.000Z", + "level": 345.99650053900814, + "flow": 5.3378102834631065, + "inflow": 3.4605736902127, + "volume": 0, + "temperature": 14.295531416156814, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T19:00:00.000Z", + "level": 346.0111465473632, + "flow": 5.300027772898297, + "inflow": 3.016709813095798, + "volume": 0, + "temperature": 12.060997883656752, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T20:00:00.000Z", + "level": 346.02885552403654, + "flow": 6.129929480656249, + "inflow": 3.2908751039928856, + "volume": 0, + "temperature": 10.792383549338037, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T21:00:00.000Z", + "level": 346.02810914676047, + "flow": 6.174028289123415, + "inflow": 3.998353659866853, + "volume": 0, + "temperature": 9.470048394687002, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T22:00:00.000Z", + "level": 346.0052918906583, + "flow": 6.485433775840685, + "inflow": 4.870541098590968, + "volume": 0, + "temperature": 10.437431546810497, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T23:00:00.000Z", + "level": 345.98557231847235, + "flow": 5.729066598441895, + "inflow": 4.449649886314395, + "volume": 0, + "temperature": 9.711582500244505, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T00:00:00.000Z", + "level": 345.96428196236, + "flow": 6.066656472279963, + "inflow": 4.16302018204887, + "volume": 0, + "temperature": 10.43049241120626, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T01:00:00.000Z", + "level": 345.9882830985879, + "flow": 5.356395220643092, + "inflow": 4.355638856950272, + "volume": 0, + "temperature": 12.916661597480546, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T02:00:00.000Z", + "level": 345.9912563144615, + "flow": 4.558106617775977, + "inflow": 3.599000696795014, + "volume": 0, + "temperature": 14.658140137286276, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T03:00:00.000Z", + "level": 345.9675205440659, + "flow": 4.201953190559678, + "inflow": 3.170332224991716, + "volume": 0, + "temperature": 15.718149191142345, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T04:00:00.000Z", + "level": 345.95960515002236, + "flow": 5.069147250126884, + "inflow": 3.36597472745938, + "volume": 0, + "temperature": 18.357811581772456, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T05:00:00.000Z", + "level": 345.9690252645085, + "flow": 5.345989806139478, + "inflow": 3.388150651853753, + "volume": 0, + "temperature": 20.070107243404614, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T06:00:00.000Z", + "level": 345.9764699889849, + "flow": 5.235785701999852, + "inflow": 2.4254416601225133, + "volume": 0, + "temperature": 22.483819616243338, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T07:00:00.000Z", + "level": 345.96662808170686, + "flow": 4.743448075516113, + "inflow": 2.3018353334045543, + "volume": 0, + "temperature": 22.851856240413493, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T08:00:00.000Z", + "level": 345.9838266825914, + "flow": 4.823407651474291, + "inflow": 1.705273515549857, + "volume": 0, + "temperature": 25.634766866343583, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T09:00:00.000Z", + "level": 345.99456275857693, + "flow": 4.017478958246127, + "inflow": 1.5644922953634013, + "volume": 0, + "temperature": 25.240598307614547, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T10:00:00.000Z", + "level": 346.01577814443584, + "flow": 4.355672233846194, + "inflow": 0.7512177480811495, + "volume": 0, + "temperature": 25.2534500990492, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T11:00:00.000Z", + "level": 346.034782175435, + "flow": 3.769192431412484, + "inflow": 1.4326793231457469, + "volume": 0, + "temperature": 24.999389448065642, + "precipitation": 3.834009634696458 + }, + { + "timestamp": "2026-05-16T12:00:00.000Z", + "level": 346.0398137155305, + "flow": 4.487697424185308, + "inflow": 1.037465733478895, + "volume": 0, + "temperature": 24.1850487679181, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T13:00:00.000Z", + "level": 346.0507019664544, + "flow": 4.67750777766482, + "inflow": 2.0118557217535207, + "volume": 0, + "temperature": 23.31961364641771, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T14:00:00.000Z", + "level": 346.02893456971503, + "flow": 5.372841816126053, + "inflow": 2.8746389524872398, + "volume": 0, + "temperature": 22.285957032144747, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T15:00:00.000Z", + "level": 346.010089042777, + "flow": 5.498775966250065, + "inflow": 2.982165972290292, + "volume": 0, + "temperature": 19.685279531129552, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T16:00:00.000Z", + "level": 346.0040541686738, + "flow": 6.309912684187497, + "inflow": 2.0475962694970917, + "volume": 0, + "temperature": 18.5140743290387, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T17:00:00.000Z", + "level": 346.00746760501175, + "flow": 7.226915262558677, + "inflow": 1.477979313838044, + "volume": 0, + "temperature": 15.006655613568173, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T18:00:00.000Z", + "level": 346.01175225371486, + "flow": 6.789199760425744, + "inflow": 2.4244548598938063, + "volume": 0, + "temperature": 13.772096329898458, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T19:00:00.000Z", + "level": 346.0291044941002, + "flow": 6.646442798665586, + "inflow": 1.4706996066576998, + "volume": 0, + "temperature": 12.691418927095826, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T20:00:00.000Z", + "level": 346.0414481806762, + "flow": 7.203373873288248, + "inflow": 2.4100574836909834, + "volume": 0, + "temperature": 12.000080396111967, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T21:00:00.000Z", + "level": 346.0451509095292, + "flow": 6.515640079164159, + "inflow": 2.2461868790239214, + "volume": 0, + "temperature": 10.117905177078335, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T22:00:00.000Z", + "level": 346.06171152828256, + "flow": 6.08579659640851, + "inflow": 2.68932288983891, + "volume": 0, + "temperature": 10.39621223908053, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T23:00:00.000Z", + "level": 346.0683947721747, + "flow": 5.980733891542684, + "inflow": 2.349060123641751, + "volume": 0, + "temperature": 11.004422082580678, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T00:00:00.000Z", + "level": 346.08938597498303, + "flow": 6.398324768222071, + "inflow": 2.1874214365290885, + "volume": 0, + "temperature": 10.452395237455741, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T01:00:00.000Z", + "level": 346.11302076820056, + "flow": 5.920574051314161, + "inflow": 2.9265002909797433, + "volume": 0, + "temperature": 12.747521689291275, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T02:00:00.000Z", + "level": 346.1226868222093, + "flow": 6.00053573903624, + "inflow": 3.2383273812311173, + "volume": 0, + "temperature": 13.186107132800853, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T03:00:00.000Z", + "level": 346.12677184658736, + "flow": 6.770549430362518, + "inflow": 2.3742613532092403, + "volume": 0, + "temperature": 16.437742828733, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T04:00:00.000Z", + "level": 346.1208206204189, + "flow": 6.625164866285635, + "inflow": 1.6837685252927717, + "volume": 0, + "temperature": 18.09562278607696, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T05:00:00.000Z", + "level": 346.1250634010218, + "flow": 5.9953097728203035, + "inflow": 2.0265734500837698, + "volume": 0, + "temperature": 20.85853580097947, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T06:00:00.000Z", + "level": 346.12779945491536, + "flow": 6.11259280777951, + "inflow": 1.9293595732405469, + "volume": 0, + "temperature": 21.819929286536816, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T07:00:00.000Z", + "level": 346.1509477548376, + "flow": 7.054481750840545, + "inflow": 1.4279424596368528, + "volume": 0, + "temperature": 24.281591541140568, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T08:00:00.000Z", + "level": 346.13812122715126, + "flow": 7.320429606069487, + "inflow": 1.8903393564923658, + "volume": 0, + "temperature": 25.462999285629238, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T09:00:00.000Z", + "level": 346.1612362926222, + "flow": 6.970964934119113, + "inflow": 2.2399938017895638, + "volume": 0, + "temperature": 25.16005762579951, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T10:00:00.000Z", + "level": 346.1370080060232, + "flow": 5.98658472870104, + "inflow": 2.8970036027608845, + "volume": 0, + "temperature": 26.644803827115233, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T11:00:00.000Z", + "level": 346.1315439751685, + "flow": 6.616135443678155, + "inflow": 2.455088317904918, + "volume": 0, + "temperature": 25.788569800782803, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T12:00:00.000Z", + "level": 346.1167314817009, + "flow": 6.690178034462151, + "inflow": 1.5575111963371597, + "volume": 0, + "temperature": 25.280935311823495, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T13:00:00.000Z", + "level": 346.0975476338561, + "flow": 7.237933909547925, + "inflow": 2.5547486742491854, + "volume": 0, + "temperature": 23.526487041547227, + "precipitation": 8.221340959840232 + }, + { + "timestamp": "2026-05-17T14:00:00.000Z", + "level": 346.07756036353317, + "flow": 6.92410405851394, + "inflow": 2.46776528655501, + "volume": 0, + "temperature": 22.806542105543958, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T15:00:00.000Z", + "level": 346.06226188829095, + "flow": 7.418225951827715, + "inflow": 2.714151592090578, + "volume": 0, + "temperature": 20.916702842337, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T16:00:00.000Z", + "level": 346.0717413602353, + "flow": 6.4375930216813995, + "inflow": 3.1463849309215397, + "volume": 0, + "temperature": 18.80238334911488, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T17:00:00.000Z", + "level": 346.06180476413033, + "flow": 6.150946907239383, + "inflow": 2.249170066980434, + "volume": 0, + "temperature": 15.71438048736306, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T18:00:00.000Z", + "level": 346.0863641398998, + "flow": 6.422295318062974, + "inflow": 1.7092331425345821, + "volume": 0, + "temperature": 13.763237498316732, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T19:00:00.000Z", + "level": 346.09300659166723, + "flow": 6.502375464594364, + "inflow": 2.681144293634792, + "volume": 0, + "temperature": 12.251013603851833, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T20:00:00.000Z", + "level": 346.09072866161506, + "flow": 7.032106702980074, + "inflow": 2.581279278677937, + "volume": 0, + "temperature": 11.794539493179785, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T21:00:00.000Z", + "level": 346.0843654508912, + "flow": 6.179638191785116, + "inflow": 2.5523114676621836, + "volume": 0, + "temperature": 10.027029556727303, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T22:00:00.000Z", + "level": 346.07367639871467, + "flow": 5.8428022665052834, + "inflow": 2.7272829399097733, + "volume": 0, + "temperature": 10.382164241406642, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T23:00:00.000Z", + "level": 346.06670331082535, + "flow": 6.75452154763648, + "inflow": 2.2740091490368597, + "volume": 0, + "temperature": 9.546294395609229, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T00:00:00.000Z", + "level": 346.06681543255314, + "flow": 6.19813399801223, + "inflow": 1.544176882398379, + "volume": 0, + "temperature": 10.768089567630206, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T01:00:00.000Z", + "level": 346.0576994133422, + "flow": 6.625695386403534, + "inflow": 1.0853969836348667, + "volume": 0, + "temperature": 12.198421820999794, + "precipitation": 6.159133259944001 + }, + { + "timestamp": "2026-05-18T02:00:00.000Z", + "level": 346.0587386690734, + "flow": 7.231774392311002, + "inflow": 1.0160038851635362, + "volume": 0, + "temperature": 14.053713707255008, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T03:00:00.000Z", + "level": 346.04271108292863, + "flow": 7.246948614118403, + "inflow": 1.2118452469918002, + "volume": 0, + "temperature": 15.821326920376192, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T04:00:00.000Z", + "level": 346.0445973577938, + "flow": 7.329361406959919, + "inflow": 0.5753766406195333, + "volume": 0, + "temperature": 17.651386082846223, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T05:00:00.000Z", + "level": 346.0570893200873, + "flow": 7.203691027170876, + "inflow": 0.5457029861960572, + "volume": 0, + "temperature": 20.743202402639874, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T06:00:00.000Z", + "level": 346.05179905346773, + "flow": 7.528094189129071, + "inflow": 1.0246559753011768, + "volume": 0, + "temperature": 22.300711140919347, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T07:00:00.000Z", + "level": 346.04285948375264, + "flow": 6.906822865562901, + "inflow": 0.8290096936767761, + "volume": 0, + "temperature": 24.469524575902785, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T08:00:00.000Z", + "level": 346.04452474865417, + "flow": 7.554039320288776, + "inflow": 0.549868988508547, + "volume": 0, + "temperature": 25.267051895239412, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T09:00:00.000Z", + "level": 346.05444651068774, + "flow": 8.465847438397006, + "inflow": 0.29903840407551563, + "volume": 0, + "temperature": 24.900700329200596, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T10:00:00.000Z", + "level": 346.07286394330396, + "flow": 7.525898068282412, + "inflow": 0.48897820255800895, + "volume": 0, + "temperature": 25.14981291817196, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T11:00:00.000Z", + "level": 346.05954223944417, + "flow": 8.012228076007185, + "inflow": 0, + "volume": 0, + "temperature": 25.38179827689696, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T12:00:00.000Z", + "level": 346.0538779260493, + "flow": 7.0354107801477515, + "inflow": 0.2454902628294997, + "volume": 0, + "temperature": 24.632591050787482, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T13:00:00.000Z", + "level": 346.07204649712656, + "flow": 6.551815007361083, + "inflow": 0.7377915184089567, + "volume": 0, + "temperature": 23.694633584571385, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T14:00:00.000Z", + "level": 346.060059586557, + "flow": 5.807754157102297, + "inflow": 0.9897267046127882, + "volume": 0, + "temperature": 21.699188267816965, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T15:00:00.000Z", + "level": 346.04688498472825, + "flow": 6.768141931958969, + "inflow": 1.033292518027591, + "volume": 0, + "temperature": 20.727567853960114, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T16:00:00.000Z", + "level": 346.0333345181279, + "flow": 6.766649957089435, + "inflow": 0.26639134581824253, + "volume": 0, + "temperature": 17.555204521832415, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T17:00:00.000Z", + "level": 346.049894620291, + "flow": 5.814639103562625, + "inflow": 0.8504737333750105, + "volume": 0, + "temperature": 16.879812474714512, + "precipitation": 3.5578057645956243 + }, + { + "timestamp": "2026-05-18T18:00:00.000Z", + "level": 346.0533181750173, + "flow": 6.460516100706107, + "inflow": 0.20158167331616772, + "volume": 0, + "temperature": 13.988008968664786, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T19:00:00.000Z", + "level": 346.0725622066153, + "flow": 6.0597468757385435, + "inflow": 0.7865639239766926, + "volume": 0, + "temperature": 11.387960193108375, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T20:00:00.000Z", + "level": 346.0785220478703, + "flow": 6.206598224982003, + "inflow": 1.6783707633929725, + "volume": 0, + "temperature": 10.43458678603317, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T21:00:00.000Z", + "level": 346.0651713557343, + "flow": 6.558441353303832, + "inflow": 0.918165382876567, + "volume": 0, + "temperature": 9.671041173700392, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T22:00:00.000Z", + "level": 346.04186077995837, + "flow": 7.448021051359607, + "inflow": 1.6721348379909595, + "volume": 0, + "temperature": 10.771841516700132, + "precipitation": 9.90629321558134 + }, + { + "timestamp": "2026-05-18T23:00:00.000Z", + "level": 346.0392719159993, + "flow": 7.4065864448748755, + "inflow": 1.5276949968870261, + "volume": 0, + "temperature": 10.498109846790076, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T00:00:00.000Z", + "level": 346.03093847104253, + "flow": 6.477791735311989, + "inflow": 0.5764378522820324, + "volume": 0, + "temperature": 11.360555398823493, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T01:00:00.000Z", + "level": 346.0408165474065, + "flow": 5.730803250142724, + "inflow": 1.5573351443094623, + "volume": 0, + "temperature": 13.09113439083019, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T02:00:00.000Z", + "level": 346.03132332863174, + "flow": 5.151492617323635, + "inflow": 1.2183077825064483, + "volume": 0, + "temperature": 14.484869311134677, + "precipitation": 9.211932191915244 + }, + { + "timestamp": "2026-05-19T03:00:00.000Z", + "level": 346.02433450350577, + "flow": 4.849002605923325, + "inflow": 1.576290098261706, + "volume": 0, + "temperature": 16.20486333801265, + "precipitation": 1.28424039813967 + }, + { + "timestamp": "2026-05-19T04:00:00.000Z", + "level": 346.0161725476863, + "flow": 4.03945257715778, + "inflow": 1.7165054650200129, + "volume": 0, + "temperature": 18.98603200744366, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T05:00:00.000Z", + "level": 346.01030984043115, + "flow": 4.937140528244772, + "inflow": 2.613992719819755, + "volume": 0, + "temperature": 20.729489770408108, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T06:00:00.000Z", + "level": 346.0311514352357, + "flow": 4.819468325190222, + "inflow": 2.525940192770642, + "volume": 0, + "temperature": 22.85801545215348, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T07:00:00.000Z", + "level": 346.0162932968219, + "flow": 3.833218385642464, + "inflow": 2.092723019924629, + "volume": 0, + "temperature": 22.833286730719426, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T08:00:00.000Z", + "level": 346.0320274316094, + "flow": 4.420847383978072, + "inflow": 2.4332585863054574, + "volume": 0, + "temperature": 24.640339371955477, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T09:00:00.000Z", + "level": 346.0174427929914, + "flow": 3.6231944482434484, + "inflow": 1.8509212308349041, + "volume": 0, + "temperature": 25.374709257086216, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T10:00:00.000Z", + "level": 346.0195283731246, + "flow": 2.7032203097927305, + "inflow": 1.3570039447472668, + "volume": 0, + "temperature": 25.936848520975374, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T11:00:00.000Z", + "level": 346.018655996534, + "flow": 1.9691725246081284, + "inflow": 0.6878546538434218, + "volume": 0, + "temperature": 26.379416011256257, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T12:00:00.000Z", + "level": 346.0285521233373, + "flow": 1.042365233068061, + "inflow": 0.6352551666624175, + "volume": 0, + "temperature": 24.171768392388252, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T13:00:00.000Z", + "level": 346.0529472623283, + "flow": 0.8308462443486726, + "inflow": 0, + "volume": 0, + "temperature": 24.136008657075823, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T14:00:00.000Z", + "level": 346.076654267067, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 22.563337464643862, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T15:00:00.000Z", + "level": 346.09014816887753, + "flow": 0.1432390227552678, + "inflow": 0.2009793596067322, + "volume": 0, + "temperature": 20.08918299909417, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T16:00:00.000Z", + "level": 346.0714896453359, + "flow": 1.036127101660031, + "inflow": 1.1984648012872028, + "volume": 0, + "temperature": 17.407867619455065, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T17:00:00.000Z", + "level": 346.0909358748768, + "flow": 0.6783560874878218, + "inflow": 1.5709006374655172, + "volume": 0, + "temperature": 16.620553208737014, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T18:00:00.000Z", + "level": 346.07152954317235, + "flow": 0.5467079270047339, + "inflow": 1.4265282021809433, + "volume": 0, + "temperature": 14.55567325408776, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T19:00:00.000Z", + "level": 346.0846221257092, + "flow": 1.243811744754019, + "inflow": 1.5788334562414104, + "volume": 0, + "temperature": 12.656756428979119, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T20:00:00.000Z", + "level": 346.0684091852573, + "flow": 2.0870576562533256, + "inflow": 2.1268833841225487, + "volume": 0, + "temperature": 10.718965450774393, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T21:00:00.000Z", + "level": 346.05732570510133, + "flow": 1.564112465643078, + "inflow": 1.8749541359650492, + "volume": 0, + "temperature": 10.770994615890586, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T22:00:00.000Z", + "level": 346.03622640847675, + "flow": 1.7546998026089682, + "inflow": 1.6726764583878584, + "volume": 0, + "temperature": 10.808324393729142, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T23:00:00.000Z", + "level": 346.04804414652693, + "flow": 1.0418904923414414, + "inflow": 2.6677288920723243, + "volume": 0, + "temperature": 10.556542462202234, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T00:00:00.000Z", + "level": 346.0506050511482, + "flow": 1.972719115141941, + "inflow": 3.483847983946576, + "volume": 0, + "temperature": 10.575058713052709, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T01:00:00.000Z", + "level": 346.06893737214557, + "flow": 2.298448511795044, + "inflow": 3.4614375998458975, + "volume": 0, + "temperature": 12.072611860386136, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T02:00:00.000Z", + "level": 346.06600005303943, + "flow": 3.1966992811936246, + "inflow": 2.8441081690468475, + "volume": 0, + "temperature": 13.80907115168677, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T03:00:00.000Z", + "level": 346.0525253377923, + "flow": 3.268207955154993, + "inflow": 3.2230416012310297, + "volume": 0, + "temperature": 15.946959676236197, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T04:00:00.000Z", + "level": 346.05008674878377, + "flow": 3.223240366029952, + "inflow": 2.6497711007176887, + "volume": 0, + "temperature": 17.754278546091843, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T05:00:00.000Z", + "level": 346.0439326415699, + "flow": 2.578581265691639, + "inflow": 3.212940942443832, + "volume": 0, + "temperature": 19.45310268176162, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T06:00:00.000Z", + "level": 346.05944782725305, + "flow": 3.546027157788831, + "inflow": 3.4337426916175944, + "volume": 0, + "temperature": 21.249226639346997, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T07:00:00.000Z", + "level": 346.0422344381138, + "flow": 4.415618799310119, + "inflow": 3.894501722660361, + "volume": 0, + "temperature": 22.95432481278684, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T08:00:00.000Z", + "level": 346.04663931443264, + "flow": 4.17032131281653, + "inflow": 4.392493114735711, + "volume": 0, + "temperature": 25.48561724225943, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T09:00:00.000Z", + "level": 346.0399338774102, + "flow": 3.9696503241908307, + "inflow": 4.275132115863528, + "volume": 0, + "temperature": 24.976333735214883, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T10:00:00.000Z", + "level": 346.03156031197057, + "flow": 3.2811479899711706, + "inflow": 3.658960580638246, + "volume": 0, + "temperature": 26.821757596426195, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T11:00:00.000Z", + "level": 346.01237185031346, + "flow": 3.2249129501733993, + "inflow": 4.140238725009619, + "volume": 0, + "temperature": 26.680196718538163, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T12:00:00.000Z", + "level": 346.01941045877516, + "flow": 2.440794679744133, + "inflow": 4.631612503616728, + "volume": 0, + "temperature": 25.790752958243814, + "precipitation": 12.789862914280365 + }, + { + "timestamp": "2026-05-20T13:00:00.000Z", + "level": 346.0187202955508, + "flow": 1.6568837362849802, + "inflow": 4.037491364281268, + "volume": 0, + "temperature": 22.710363809212684, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T14:00:00.000Z", + "level": 345.9976998419595, + "flow": 1.3051763704996495, + "inflow": 3.10302436057167, + "volume": 0, + "temperature": 22.673850872568615, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T15:00:00.000Z", + "level": 345.974687583307, + "flow": 1.1820349070235978, + "inflow": 3.72387533099298, + "volume": 0, + "temperature": 19.8471939643766, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T16:00:00.000Z", + "level": 345.98629889122356, + "flow": 1.3703222346501738, + "inflow": 2.7282169667467424, + "volume": 0, + "temperature": 17.194199240198632, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T17:00:00.000Z", + "level": 345.9935146647232, + "flow": 1.6739442809160092, + "inflow": 1.9188037965736648, + "volume": 0, + "temperature": 16.1098485996811, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T18:00:00.000Z", + "level": 346.01781284996093, + "flow": 0.8761169531943063, + "inflow": 2.8452748093281497, + "volume": 0, + "temperature": 13.55082295553997, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T19:00:00.000Z", + "level": 345.9941565842526, + "flow": 1.687339091499204, + "inflow": 2.4521055670058938, + "volume": 0, + "temperature": 12.202703804469067, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T20:00:00.000Z", + "level": 345.9814034461673, + "flow": 2.478409364227633, + "inflow": 1.9830390886945937, + "volume": 0, + "temperature": 10.737512507784302, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T21:00:00.000Z", + "level": 345.97727496140345, + "flow": 2.4913149747444296, + "inflow": 2.9384064314504004, + "volume": 0, + "temperature": 9.788623656604576, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T22:00:00.000Z", + "level": 346.00090729747996, + "flow": 2.474299853345648, + "inflow": 3.8121421973615157, + "volume": 0, + "temperature": 10.293207433978157, + "precipitation": 1.0733186598201594 + }, + { + "timestamp": "2026-05-20T23:00:00.000Z", + "level": 346.0053301502038, + "flow": 2.280287757053435, + "inflow": 4.549119342301788, + "volume": 0, + "temperature": 10.014958206813825, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T00:00:00.000Z", + "level": 346.0197428129841, + "flow": 3.1186154885779382, + "inflow": 5.141537276574335, + "volume": 0, + "temperature": 11.820661263469628, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T01:00:00.000Z", + "level": 346.01949590969565, + "flow": 3.606084483152813, + "inflow": 4.56972129978805, + "volume": 0, + "temperature": 13.143708412036478, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T02:00:00.000Z", + "level": 346.01394652773683, + "flow": 4.516072620315746, + "inflow": 4.057281491460807, + "volume": 0, + "temperature": 14.703560144070638, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T03:00:00.000Z", + "level": 346.03089286298047, + "flow": 4.1158195728132405, + "inflow": 4.484341421914685, + "volume": 0, + "temperature": 16.90674691536911, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T04:00:00.000Z", + "level": 346.0347509917363, + "flow": 3.3485476593271755, + "inflow": 4.7634771685053945, + "volume": 0, + "temperature": 17.26870404035697, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T05:00:00.000Z", + "level": 346.0280405462993, + "flow": 3.975160892978293, + "inflow": 4.9839559580670345, + "volume": 0, + "temperature": 19.76324972432706, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T06:00:00.000Z", + "level": 346.0361836937143, + "flow": 3.142447781976161, + "inflow": 4.228631269825618, + "volume": 0, + "temperature": 22.16852484661087, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T07:00:00.000Z", + "level": 346.0442500632136, + "flow": 2.692850443367549, + "inflow": 4.508466804044117, + "volume": 0, + "temperature": 23.84361495221144, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T08:00:00.000Z", + "level": 346.0260321300217, + "flow": 1.792923827774243, + "inflow": 4.9049019724126675, + "volume": 0, + "temperature": 24.413321200441835, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T09:00:00.000Z", + "level": 346.01929889571755, + "flow": 1.7667827647009235, + "inflow": 4.878383953245109, + "volume": 0, + "temperature": 25.357935661521992, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T10:00:00.000Z", + "level": 346.0250069048058, + "flow": 2.2062356382244843, + "inflow": 4.730356123459616, + "volume": 0, + "temperature": 26.41934423410273, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T11:00:00.000Z", + "level": 346.01995372009753, + "flow": 3.124326143409435, + "inflow": 4.627866384976784, + "volume": 0, + "temperature": 26.590744346594434, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T12:00:00.000Z", + "level": 346.02415988644105, + "flow": 3.873787047714421, + "inflow": 5.336892856361212, + "volume": 0, + "temperature": 25.12825326504654, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T13:00:00.000Z", + "level": 346.01468737135264, + "flow": 3.8574819031929084, + "inflow": 4.940759075077734, + "volume": 0, + "temperature": 23.474248470043275, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T14:00:00.000Z", + "level": 346.0145208646407, + "flow": 3.1494871790195247, + "inflow": 5.101321306082323, + "volume": 0, + "temperature": 22.881141108483803, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T15:00:00.000Z", + "level": 346.0165389621316, + "flow": 3.1336566436181514, + "inflow": 4.352969456095912, + "volume": 0, + "temperature": 19.688398296472275, + "precipitation": 13.379699595876009 + }, + { + "timestamp": "2026-05-21T16:00:00.000Z", + "level": 346.0076981656856, + "flow": 4.092346699676153, + "inflow": 3.5426153874986563, + "volume": 0, + "temperature": 17.31462062509585, + "precipitation": 13.038155443748519 + }, + { + "timestamp": "2026-05-21T17:00:00.000Z", + "level": 346.02322270062206, + "flow": 4.107696642040326, + "inflow": 2.811416462798059, + "volume": 0, + "temperature": 16.80021209437202, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T18:00:00.000Z", + "level": 346.0134183536747, + "flow": 3.4483326678311825, + "inflow": 1.9562122278372072, + "volume": 0, + "temperature": 13.677957908509871, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T19:00:00.000Z", + "level": 346.0225240270501, + "flow": 4.207655214769153, + "inflow": 1.2584917980889174, + "volume": 0, + "temperature": 13.310385213216923, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T20:00:00.000Z", + "level": 345.9976032968679, + "flow": 4.860697339759648, + "inflow": 1.1390802432263425, + "volume": 0, + "temperature": 10.780991744717134, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T21:00:00.000Z", + "level": 345.98037953446885, + "flow": 4.411438620499128, + "inflow": 0.7542378912870347, + "volume": 0, + "temperature": 10.889958691526925, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T22:00:00.000Z", + "level": 345.9636610297023, + "flow": 4.6267223714691355, + "inflow": 0.9246101726498503, + "volume": 0, + "temperature": 9.600744628297477, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T23:00:00.000Z", + "level": 345.9512840825914, + "flow": 4.726839721507927, + "inflow": 0.6182059589603544, + "volume": 0, + "temperature": 9.651402942472542, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T00:00:00.000Z", + "level": 345.942345823347, + "flow": 4.801082051029789, + "inflow": 1.2889759022597302, + "volume": 0, + "temperature": 10.827173138971917, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T01:00:00.000Z", + "level": 345.95511111903505, + "flow": 3.957798927938272, + "inflow": 1.3818071967631207, + "volume": 0, + "temperature": 13.16913268280764, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T02:00:00.000Z", + "level": 345.9786273311296, + "flow": 4.357123211198439, + "inflow": 0.5218550697518038, + "volume": 0, + "temperature": 14.110253378004568, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T03:00:00.000Z", + "level": 345.96197725827454, + "flow": 3.645607435820473, + "inflow": 0.5668669588815365, + "volume": 0, + "temperature": 14.949148633362832, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T04:00:00.000Z", + "level": 345.95308056945663, + "flow": 4.150266901354721, + "inflow": 0, + "volume": 0, + "temperature": 17.53694884753698, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T05:00:00.000Z", + "level": 345.92915745603744, + "flow": 4.007773952579845, + "inflow": 0, + "volume": 0, + "temperature": 19.610068970217345, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T06:00:00.000Z", + "level": 345.95328021245194, + "flow": 3.619076452319679, + "inflow": 0.12960980363383046, + "volume": 0, + "temperature": 22.548443998997374, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T07:00:00.000Z", + "level": 345.9402550082152, + "flow": 4.355654959018926, + "inflow": 0.6580281365721055, + "volume": 0, + "temperature": 23.322433964521384, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T08:00:00.000Z", + "level": 345.91722012944365, + "flow": 4.825872530950509, + "inflow": 0.15980792197241156, + "volume": 0, + "temperature": 25.057279999094895, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T09:00:00.000Z", + "level": 345.9073284873895, + "flow": 4.641644052839085, + "inflow": 0.7681717672968502, + "volume": 0, + "temperature": 25.842930026722456, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T10:00:00.000Z", + "level": 345.8852587977672, + "flow": 4.320918509031765, + "inflow": 0.8610262243317583, + "volume": 0, + "temperature": 26.445310997532196, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T11:00:00.000Z", + "level": 345.89182724115955, + "flow": 4.168344248054863, + "inflow": 0.6597112198448589, + "volume": 0, + "temperature": 25.404665950485946, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T12:00:00.000Z", + "level": 345.8822454267555, + "flow": 5.059082465530623, + "inflow": 0, + "volume": 0, + "temperature": 25.172868171280705, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T13:00:00.000Z", + "level": 345.9017092801933, + "flow": 4.554253647009484, + "inflow": 0, + "volume": 0, + "temperature": 22.7562223817638, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T14:00:00.000Z", + "level": 345.87768381392704, + "flow": 5.426885676912711, + "inflow": 0.09773087410015924, + "volume": 0, + "temperature": 22.39121403122185, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T15:00:00.000Z", + "level": 345.8670203102303, + "flow": 6.300396566550563, + "inflow": 0.7122646337584464, + "volume": 0, + "temperature": 20.728843997204784, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T16:00:00.000Z", + "level": 345.8573479574985, + "flow": 6.01967688115838, + "inflow": 1.1357216940914423, + "volume": 0, + "temperature": 18.14444770368257, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T17:00:00.000Z", + "level": 345.87179453609184, + "flow": 6.312359093671564, + "inflow": 1.4157812248158286, + "volume": 0, + "temperature": 16.49021376142574, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T18:00:00.000Z", + "level": 345.8939304270986, + "flow": 6.7366045046871665, + "inflow": 2.2242115690418656, + "volume": 0, + "temperature": 13.622428526326791, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T19:00:00.000Z", + "level": 345.8883121499788, + "flow": 6.338393185943877, + "inflow": 2.157995422225718, + "volume": 0, + "temperature": 12.57471780733776, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T20:00:00.000Z", + "level": 345.89700564293184, + "flow": 5.662610796438823, + "inflow": 1.5206660036314097, + "volume": 0, + "temperature": 12.023020463722027, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T21:00:00.000Z", + "level": 345.87822278665914, + "flow": 5.323813728527389, + "inflow": 2.4374821769155086, + "volume": 0, + "temperature": 9.404346131629069, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T22:00:00.000Z", + "level": 345.8695089416545, + "flow": 5.249685972125058, + "inflow": 2.274784458250434, + "volume": 0, + "temperature": 9.56297997014994, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T23:00:00.000Z", + "level": 345.8658541285566, + "flow": 5.883515998176585, + "inflow": 2.7525960343522007, + "volume": 0, + "temperature": 11.03966472857589, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T00:00:00.000Z", + "level": 345.8785495162261, + "flow": 5.971934558410883, + "inflow": 1.8458590063185145, + "volume": 0, + "temperature": 11.52527374943614, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T01:00:00.000Z", + "level": 345.8707888872905, + "flow": 5.788278069671743, + "inflow": 2.0734113430700702, + "volume": 0, + "temperature": 12.905916255943918, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T02:00:00.000Z", + "level": 345.86080106687507, + "flow": 6.516309469032204, + "inflow": 2.075149431116782, + "volume": 0, + "temperature": 13.83866516983298, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T03:00:00.000Z", + "level": 345.83972160714967, + "flow": 7.400141904246649, + "inflow": 1.5074900105927291, + "volume": 0, + "temperature": 15.736847474818333, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T04:00:00.000Z", + "level": 345.85617494474667, + "flow": 8.032538564940698, + "inflow": 2.3482378283121883, + "volume": 0, + "temperature": 17.032006164520887, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T05:00:00.000Z", + "level": 345.85789588267966, + "flow": 7.8818987000042995, + "inflow": 3.3313792745058146, + "volume": 0, + "temperature": 19.996585107294926, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T06:00:00.000Z", + "level": 345.8602463184637, + "flow": 8.6747887408412, + "inflow": 2.9074775086949347, + "volume": 0, + "temperature": 21.906849947915894, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T07:00:00.000Z", + "level": 345.85455952064956, + "flow": 7.997668424295922, + "inflow": 1.9107970812169826, + "volume": 0, + "temperature": 22.85971154270362, + "precipitation": 3.308551078493677 + }, + { + "timestamp": "2026-05-23T08:00:00.000Z", + "level": 345.8407184786029, + "flow": 7.149885547799952, + "inflow": 1.1806564034010467, + "volume": 0, + "temperature": 24.849895824109918, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T09:00:00.000Z", + "level": 345.8221911042531, + "flow": 6.218269056306488, + "inflow": 1.3360671048370447, + "volume": 0, + "temperature": 26.077180747458588, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T10:00:00.000Z", + "level": 345.8043893083131, + "flow": 5.277000088214937, + "inflow": 1.7989767065754942, + "volume": 0, + "temperature": 25.089313401054106, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T11:00:00.000Z", + "level": 345.7793911833402, + "flow": 4.624848413928229, + "inflow": 2.1256171982238197, + "volume": 0, + "temperature": 26.47006011412765, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T12:00:00.000Z", + "level": 345.79782319464783, + "flow": 5.047966934356346, + "inflow": 2.9297707734119425, + "volume": 0, + "temperature": 25.206396676594107, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T13:00:00.000Z", + "level": 345.7772369144166, + "flow": 5.453019312040822, + "inflow": 3.822186616832495, + "volume": 0, + "temperature": 24.269426324907073, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T14:00:00.000Z", + "level": 345.7565472301749, + "flow": 5.3558355287451285, + "inflow": 3.2944092671947356, + "volume": 0, + "temperature": 22.711867909004095, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T15:00:00.000Z", + "level": 345.77555709702847, + "flow": 5.901797360976865, + "inflow": 3.2159050622801186, + "volume": 0, + "temperature": 20.239574676464123, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T16:00:00.000Z", + "level": 345.7792549774156, + "flow": 5.745075953800301, + "inflow": 2.2719725273393636, + "volume": 0, + "temperature": 17.3998739702378, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T17:00:00.000Z", + "level": 345.7875210340381, + "flow": 5.994444277265449, + "inflow": 1.9196891457781322, + "volume": 0, + "temperature": 16.452518445647442, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T18:00:00.000Z", + "level": 345.7868588307978, + "flow": 5.88241490421375, + "inflow": 1.5020771367902412, + "volume": 0, + "temperature": 13.752747840600781, + "precipitation": 2.9539268997524326 + }, + { + "timestamp": "2026-05-23T19:00:00.000Z", + "level": 345.7894020115406, + "flow": 5.286923155119899, + "inflow": 0.6660177250348269, + "volume": 0, + "temperature": 12.73529120139061, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T20:00:00.000Z", + "level": 345.7686007431665, + "flow": 4.615503788394973, + "inflow": 0.9437023213820854, + "volume": 0, + "temperature": 11.098048428092724, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T21:00:00.000Z", + "level": 345.7572861787041, + "flow": 4.4835258157373055, + "inflow": 0.9733970376226893, + "volume": 0, + "temperature": 10.824670193093867, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T22:00:00.000Z", + "level": 345.7409632988709, + "flow": 4.822877474564279, + "inflow": 1.193282889024272, + "volume": 0, + "temperature": 9.756541312259117, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T23:00:00.000Z", + "level": 345.72133172115747, + "flow": 4.037578545814781, + "inflow": 0.6553009571047372, + "volume": 0, + "temperature": 10.576176147684224, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T00:00:00.000Z", + "level": 345.72504499947206, + "flow": 3.251911991287856, + "inflow": 1.3895110511580842, + "volume": 0, + "temperature": 12.048591617103645, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T01:00:00.000Z", + "level": 345.714122482269, + "flow": 3.6678607899628077, + "inflow": 1.8983969675287424, + "volume": 0, + "temperature": 11.946643308843619, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T02:00:00.000Z", + "level": 345.7329461559518, + "flow": 3.7430794094466897, + "inflow": 2.8793128904867986, + "volume": 0, + "temperature": 14.651517752863974, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T03:00:00.000Z", + "level": 345.7127058768526, + "flow": 3.470284120748037, + "inflow": 1.9585923872226636, + "volume": 0, + "temperature": 16.27206086700125, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T04:00:00.000Z", + "level": 345.69947754155, + "flow": 3.648024464643996, + "inflow": 1.869876325559853, + "volume": 0, + "temperature": 17.508349079403878, + "precipitation": 5.417970802999399 + }, + { + "timestamp": "2026-05-24T05:00:00.000Z", + "level": 345.712739784996, + "flow": 2.7144133280151514, + "inflow": 2.5794062183704964, + "volume": 0, + "temperature": 20.805120977396857, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T06:00:00.000Z", + "level": 345.7332260238171, + "flow": 2.8936409046646645, + "inflow": 2.3196873539815335, + "volume": 0, + "temperature": 21.13730143717705, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T07:00:00.000Z", + "level": 345.7396810679336, + "flow": 2.0948000271066944, + "inflow": 3.3175912439883377, + "volume": 0, + "temperature": 24.32058924072221, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T08:00:00.000Z", + "level": 345.7380918973367, + "flow": 1.7015184238067609, + "inflow": 3.9230382895545732, + "volume": 0, + "temperature": 25.40621998064228, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T09:00:00.000Z", + "level": 345.7301416322812, + "flow": 1.7911683601617057, + "inflow": 4.228913467123643, + "volume": 0, + "temperature": 26.174765381129742, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T10:00:00.000Z", + "level": 345.7105087033656, + "flow": 1.6608513799513815, + "inflow": 4.171220712774836, + "volume": 0, + "temperature": 25.972815400240098, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T11:00:00.000Z", + "level": 345.69256070112846, + "flow": 2.383914710212588, + "inflow": 3.4704455354218267, + "volume": 0, + "temperature": 26.085127403785034, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T12:00:00.000Z", + "level": 345.69512875854326, + "flow": 2.514223639512438, + "inflow": 4.440175407536248, + "volume": 0, + "temperature": 25.226067710863486, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T13:00:00.000Z", + "level": 345.69438622868455, + "flow": 2.6295283298258356, + "inflow": 3.4895711965881198, + "volume": 0, + "temperature": 24.064217063992842, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T14:00:00.000Z", + "level": 345.69479399579006, + "flow": 3.603931691309699, + "inflow": 2.895015652193766, + "volume": 0, + "temperature": 21.236270986347577, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T15:00:00.000Z", + "level": 345.6891596185031, + "flow": 3.1125150988263814, + "inflow": 1.9648883097809353, + "volume": 0, + "temperature": 20.19124621997817, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T16:00:00.000Z", + "level": 345.6869375361726, + "flow": 3.1208912397663235, + "inflow": 2.356333059531492, + "volume": 0, + "temperature": 17.485059594593103, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T17:00:00.000Z", + "level": 345.6762149904743, + "flow": 3.9025253800029605, + "inflow": 2.854442656165366, + "volume": 0, + "temperature": 15.808079054294446, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T18:00:00.000Z", + "level": 345.6636010625269, + "flow": 4.150699467397722, + "inflow": 3.2136724716704324, + "volume": 0, + "temperature": 13.973200090467579, + "precipitation": 12.0752769061509 + }, + { + "timestamp": "2026-05-24T19:00:00.000Z", + "level": 345.6707606103489, + "flow": 4.45666552948232, + "inflow": 3.869723824729626, + "volume": 0, + "temperature": 11.78250384279192, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T20:00:00.000Z", + "level": 345.6765165357356, + "flow": 5.154244511151317, + "inflow": 3.9171039760822977, + "volume": 0, + "temperature": 11.059478039011093, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T21:00:00.000Z", + "level": 345.68215091703456, + "flow": 5.921329828821477, + "inflow": 4.69734012822938, + "volume": 0, + "temperature": 9.86560382866007, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T22:00:00.000Z", + "level": 345.6938494847917, + "flow": 5.922480125727984, + "inflow": 5.2414966781018, + "volume": 0, + "temperature": 9.417742514523262, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T23:00:00.000Z", + "level": 345.6757844567606, + "flow": 5.849229111941721, + "inflow": 4.947752605291818, + "volume": 0, + "temperature": 9.848405307981963, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T00:00:00.000Z", + "level": 345.69396132710494, + "flow": 5.532682926515253, + "inflow": 4.241738374250595, + "volume": 0, + "temperature": 10.988050777144196, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T01:00:00.000Z", + "level": 345.70451473464794, + "flow": 4.823206579176402, + "inflow": 4.314154227532867, + "volume": 0, + "temperature": 12.632186468804106, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T02:00:00.000Z", + "level": 345.6866316871226, + "flow": 4.210746074778453, + "inflow": 3.70060598282661, + "volume": 0, + "temperature": 14.560730726781532, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T03:00:00.000Z", + "level": 345.6715628749536, + "flow": 3.4711515671091013, + "inflow": 4.261470390656243, + "volume": 0, + "temperature": 16.48833838010432, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T04:00:00.000Z", + "level": 345.6876346399221, + "flow": 4.043365706462483, + "inflow": 4.551644098490394, + "volume": 0, + "temperature": 18.017498535664092, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T05:00:00.000Z", + "level": 345.6924564917514, + "flow": 3.087710292234648, + "inflow": 5.262587135569155, + "volume": 0, + "temperature": 19.391689954537274, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T06:00:00.000Z", + "level": 345.69363822053714, + "flow": 2.436673152993155, + "inflow": 5.669337843187166, + "volume": 0, + "temperature": 22.38413982285583, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T07:00:00.000Z", + "level": 345.6983323585761, + "flow": 1.9897347788924833, + "inflow": 6.215784191915249, + "volume": 0, + "temperature": 23.675103337733596, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T08:00:00.000Z", + "level": 345.6870781678745, + "flow": 2.8241556473918887, + "inflow": 5.854961273550574, + "volume": 0, + "temperature": 25.440342437224885, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T09:00:00.000Z", + "level": 345.6764756253544, + "flow": 2.4851681125144025, + "inflow": 5.0046154366449676, + "volume": 0, + "temperature": 24.92004201214291, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T10:00:00.000Z", + "level": 345.65339566688965, + "flow": 3.1309795790905666, + "inflow": 5.299414882565023, + "volume": 0, + "temperature": 25.431661966925848, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T11:00:00.000Z", + "level": 345.6451867268281, + "flow": 2.333263075654913, + "inflow": 5.651570300755839, + "volume": 0, + "temperature": 26.67691368890798, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T12:00:00.000Z", + "level": 345.6657404806105, + "flow": 2.6216890844986436, + "inflow": 4.7383263576795525, + "volume": 0, + "temperature": 25.27812562488211, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T13:00:00.000Z", + "level": 345.64870845519795, + "flow": 2.6162428658236605, + "inflow": 4.158054489876454, + "volume": 0, + "temperature": 22.97829117587527, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T14:00:00.000Z", + "level": 345.6270668718228, + "flow": 3.5184222777652354, + "inflow": 5.0798343829532, + "volume": 0, + "temperature": 21.909567637303578, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T15:00:00.000Z", + "level": 345.64702041441365, + "flow": 4.331899335908258, + "inflow": 5.467609744182328, + "volume": 0, + "temperature": 20.971122464554043, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T16:00:00.000Z", + "level": 345.6491445946407, + "flow": 3.92817716585404, + "inflow": 5.395515468068248, + "volume": 0, + "temperature": 18.008745412548706, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T17:00:00.000Z", + "level": 345.65784978838946, + "flow": 2.984697564859025, + "inflow": 5.247884246341398, + "volume": 0, + "temperature": 15.774120509759152, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T18:00:00.000Z", + "level": 345.6504491802588, + "flow": 3.902853447523346, + "inflow": 4.840007490616005, + "volume": 0, + "temperature": 13.150624141122119, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T19:00:00.000Z", + "level": 345.65316085076887, + "flow": 4.5076565644193884, + "inflow": 5.2007030749563175, + "volume": 0, + "temperature": 12.865753979741214, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T20:00:00.000Z", + "level": 345.6758632706673, + "flow": 3.98278989654789, + "inflow": 4.634252717123653, + "volume": 0, + "temperature": 10.88069604966308, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T21:00:00.000Z", + "level": 345.6858261103981, + "flow": 3.202518780871089, + "inflow": 3.6961456222147784, + "volume": 0, + "temperature": 10.232758757839298, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T22:00:00.000Z", + "level": 345.6703028899072, + "flow": 2.436081331280892, + "inflow": 2.8738311771634293, + "volume": 0, + "temperature": 9.877912535060876, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T23:00:00.000Z", + "level": 345.66818261793367, + "flow": 3.1210870173305443, + "inflow": 3.1962308044010697, + "volume": 0, + "temperature": 9.981506509706417, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T00:00:00.000Z", + "level": 345.6648216350203, + "flow": 3.663475981257232, + "inflow": 3.675582107928604, + "volume": 0, + "temperature": 11.407230252142305, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T01:00:00.000Z", + "level": 345.6700580541563, + "flow": 3.109818998067434, + "inflow": 3.526760231651727, + "volume": 0, + "temperature": 12.995456582305646, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T02:00:00.000Z", + "level": 345.6711151001981, + "flow": 3.0905307438830376, + "inflow": 3.0316594282640206, + "volume": 0, + "temperature": 13.667537720068, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T03:00:00.000Z", + "level": 345.66209408829565, + "flow": 2.376061565745335, + "inflow": 2.6634927781876496, + "volume": 0, + "temperature": 16.078350799922333, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T04:00:00.000Z", + "level": 345.6494161882485, + "flow": 2.7870974775020367, + "inflow": 2.1086194788235204, + "volume": 0, + "temperature": 18.076978175993332, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T05:00:00.000Z", + "level": 345.64234793447116, + "flow": 3.2549811691530266, + "inflow": 2.9611802495656, + "volume": 0, + "temperature": 20.870454566857443, + "precipitation": 6.543553702836337 + }, + { + "timestamp": "2026-05-26T06:00:00.000Z", + "level": 345.6652312567521, + "flow": 2.3400243558477207, + "inflow": 3.783280910278219, + "volume": 0, + "temperature": 22.51791488832101, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T07:00:00.000Z", + "level": 345.65450678964083, + "flow": 2.371130120672047, + "inflow": 3.2631624274047684, + "volume": 0, + "temperature": 23.721618908361968, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T08:00:00.000Z", + "level": 345.66846102113857, + "flow": 2.2010652370190917, + "inflow": 2.829674510844502, + "volume": 0, + "temperature": 24.360586460096375, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T09:00:00.000Z", + "level": 345.67210840512007, + "flow": 3.1156244226996983, + "inflow": 2.76383404320232, + "volume": 0, + "temperature": 25.164600590808007, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T10:00:00.000Z", + "level": 345.6740922670965, + "flow": 2.992122170038959, + "inflow": 2.1528673121756294, + "volume": 0, + "temperature": 25.509194441750747, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T11:00:00.000Z", + "level": 345.6670411845565, + "flow": 2.7798039916360606, + "inflow": 2.007129740929064, + "volume": 0, + "temperature": 25.212390203687736, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T12:00:00.000Z", + "level": 345.6538484421362, + "flow": 2.7064611779762133, + "inflow": 2.8247008168487198, + "volume": 0, + "temperature": 24.705625833087616, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T13:00:00.000Z", + "level": 345.6530286782776, + "flow": 3.652489744900522, + "inflow": 2.0833217083388735, + "volume": 0, + "temperature": 22.810897877390005, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T14:00:00.000Z", + "level": 345.65218832222354, + "flow": 2.731370136863151, + "inflow": 2.742061191307988, + "volume": 0, + "temperature": 21.03393671982604, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T15:00:00.000Z", + "level": 345.6717470547488, + "flow": 3.0320748310846595, + "inflow": 2.3150382676436423, + "volume": 0, + "temperature": 19.962208699974234, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T16:00:00.000Z", + "level": 345.65882749524036, + "flow": 2.233919854480427, + "inflow": 2.9716439732903566, + "volume": 0, + "temperature": 17.233788156777983, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T17:00:00.000Z", + "level": 345.63850505562465, + "flow": 3.223538833363167, + "inflow": 2.929781384905099, + "volume": 0, + "temperature": 16.42086952135034, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T18:00:00.000Z", + "level": 345.63305865088057, + "flow": 3.4353318899981984, + "inflow": 3.6946546799029774, + "volume": 0, + "temperature": 14.047409277568704, + "precipitation": 6.917685349862239 + }, + { + "timestamp": "2026-05-26T19:00:00.000Z", + "level": 345.653175748039, + "flow": 3.6444763494895316, + "inflow": 2.959816819786964, + "volume": 0, + "temperature": 12.870961989283105, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T20:00:00.000Z", + "level": 345.6569568594111, + "flow": 4.219035439887396, + "inflow": 3.529700779274957, + "volume": 0, + "temperature": 10.970960632682067, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T21:00:00.000Z", + "level": 345.6556163392597, + "flow": 3.756797492552471, + "inflow": 3.791775395532876, + "volume": 0, + "temperature": 9.690683722294487, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T22:00:00.000Z", + "level": 345.6789239140404, + "flow": 4.44536913647007, + "inflow": 2.994535665873738, + "volume": 0, + "temperature": 10.511094191888628, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T23:00:00.000Z", + "level": 345.66646720928804, + "flow": 3.7763503870306314, + "inflow": 3.017114837127482, + "volume": 0, + "temperature": 10.418724466514327, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T00:00:00.000Z", + "level": 345.69122010853283, + "flow": 4.506961640183403, + "inflow": 2.8279438255154465, + "volume": 0, + "temperature": 11.685175236806273, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T01:00:00.000Z", + "level": 345.6669709365092, + "flow": 3.8437126565010202, + "inflow": 2.13710073446346, + "volume": 0, + "temperature": 13.300821070674186, + "precipitation": 14.370995061051007 + }, + { + "timestamp": "2026-05-27T02:00:00.000Z", + "level": 345.6707985311878, + "flow": 3.8888894792072284, + "inflow": 1.2801142156267713, + "volume": 0, + "temperature": 14.981425595854894, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T03:00:00.000Z", + "level": 345.6867331523671, + "flow": 3.6476535481896297, + "inflow": 1.920066012259051, + "volume": 0, + "temperature": 15.725624769639694, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T04:00:00.000Z", + "level": 345.6682493248332, + "flow": 2.824347494013389, + "inflow": 2.1641438521363447, + "volume": 0, + "temperature": 18.270062154627155, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T05:00:00.000Z", + "level": 345.6691339914502, + "flow": 1.8335028418567498, + "inflow": 1.9550953132825581, + "volume": 0, + "temperature": 20.79583840413663, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T06:00:00.000Z", + "level": 345.686807341544, + "flow": 2.71379256014963, + "inflow": 1.044252687596618, + "volume": 0, + "temperature": 22.48598837530181, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T07:00:00.000Z", + "level": 345.7070566841991, + "flow": 1.969356103751016, + "inflow": 0.8101410554479571, + "volume": 0, + "temperature": 23.70962200703878, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T08:00:00.000Z", + "level": 345.70901365228093, + "flow": 2.1809391125789386, + "inflow": 0.012534118763425361, + "volume": 0, + "temperature": 25.56989477975632, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T09:00:00.000Z", + "level": 345.7161658395263, + "flow": 2.7009306255902024, + "inflow": 0, + "volume": 0, + "temperature": 25.992767366734604, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T10:00:00.000Z", + "level": 345.7368737242367, + "flow": 2.8675506986278623, + "inflow": 0, + "volume": 0, + "temperature": 26.715288967643087, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T11:00:00.000Z", + "level": 345.7213673920215, + "flow": 1.9949927832928123, + "inflow": 0, + "volume": 0, + "temperature": 24.862750349920162, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T12:00:00.000Z", + "level": 345.70800518728413, + "flow": 1.2913130867319453, + "inflow": 0.060399216307327475, + "volume": 0, + "temperature": 25.377703907091764, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T13:00:00.000Z", + "level": 345.70295972167713, + "flow": 0.747795569358011, + "inflow": 1.0563236027308722, + "volume": 0, + "temperature": 24.39252701376533, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T14:00:00.000Z", + "level": 345.70543239785326, + "flow": 0.6032869734763664, + "inflow": 1.0909079808758002, + "volume": 0, + "temperature": 22.373381924431808, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T15:00:00.000Z", + "level": 345.7093470100168, + "flow": 0.865374347373534, + "inflow": 0.6128833708738037, + "volume": 0, + "temperature": 20.450638718816183, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T16:00:00.000Z", + "level": 345.70875089323533, + "flow": 1.0213293106935546, + "inflow": 0.8013316724906643, + "volume": 0, + "temperature": 18.70312232974029, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T17:00:00.000Z", + "level": 345.6980961004175, + "flow": 0.117232242170072, + "inflow": 0, + "volume": 0, + "temperature": 16.13403719116796, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T18:00:00.000Z", + "level": 345.7075600181126, + "flow": 0.5172579533671593, + "inflow": 0, + "volume": 0, + "temperature": 14.671351711591273, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T19:00:00.000Z", + "level": 345.6852389985666, + "flow": 0, + "inflow": 0, + "volume": 0, + "temperature": 12.231953588249638, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T20:00:00.000Z", + "level": 345.70689294624066, + "flow": 0.8585655972427917, + "inflow": 0, + "volume": 0, + "temperature": 11.15395167710215, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T21:00:00.000Z", + "level": 345.69401371986856, + "flow": 1.3792388958006652, + "inflow": 0.24817021272256712, + "volume": 0, + "temperature": 10.235503377941042, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T22:00:00.000Z", + "level": 345.7122133810385, + "flow": 0.7611624837939188, + "inflow": 0.22084996306436944, + "volume": 0, + "temperature": 9.204291908611438, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T23:00:00.000Z", + "level": 345.7022957131777, + "flow": 1.540059039688348, + "inflow": 0.5255462934367969, + "volume": 0, + "temperature": 10.492962694368611, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T00:00:00.000Z", + "level": 345.69357200067054, + "flow": 1.506085327337693, + "inflow": 0, + "volume": 0, + "temperature": 11.077007629955851, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T01:00:00.000Z", + "level": 345.6949695952124, + "flow": 1.9997532923257975, + "inflow": 0.49302144226654043, + "volume": 0, + "temperature": 12.728979296790747, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T02:00:00.000Z", + "level": 345.6798906740369, + "flow": 2.8041552241257035, + "inflow": 0.4318340968121923, + "volume": 0, + "temperature": 13.353005470315257, + "precipitation": 1.331213952750343 + }, + { + "timestamp": "2026-05-28T03:00:00.000Z", + "level": 345.6655813269237, + "flow": 2.9184848408163875, + "inflow": 1.19822760373843, + "volume": 0, + "temperature": 16.3611852060837, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T04:00:00.000Z", + "level": 345.69006246727076, + "flow": 3.480707954808675, + "inflow": 2.0275265326111067, + "volume": 0, + "temperature": 17.65993235531227, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T05:00:00.000Z", + "level": 345.6833514465925, + "flow": 3.630501945447928, + "inflow": 1.3848370393153542, + "volume": 0, + "temperature": 19.98303609759282, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T06:00:00.000Z", + "level": 345.68763643171656, + "flow": 2.6396693594004303, + "inflow": 1.088100991569494, + "volume": 0, + "temperature": 21.254982093115448, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T07:00:00.000Z", + "level": 345.6987823585956, + "flow": 3.0065957386717463, + "inflow": 1.8999853799465747, + "volume": 0, + "temperature": 24.00458817051513, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T08:00:00.000Z", + "level": 345.7048345743966, + "flow": 3.129649226071102, + "inflow": 2.6959643925594174, + "volume": 0, + "temperature": 25.157953963756682, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T09:00:00.000Z", + "level": 345.69037242388345, + "flow": 2.8948500201046024, + "inflow": 2.820621530934111, + "volume": 0, + "temperature": 25.941610755765215, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T10:00:00.000Z", + "level": 345.66712441161536, + "flow": 1.9831132399424267, + "inflow": 3.554983863360886, + "volume": 0, + "temperature": 25.412249096230187, + "precipitation": 3.4503596471488187 + }, + { + "timestamp": "2026-05-28T11:00:00.000Z", + "level": 345.67444014984744, + "flow": 1.671889741058084, + "inflow": 3.3394707766844878, + "volume": 0, + "temperature": 25.94577797885432, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T12:00:00.000Z", + "level": 345.6582671693126, + "flow": 2.520951139624129, + "inflow": 3.470723141243, + "volume": 0, + "temperature": 25.073891866753776, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T13:00:00.000Z", + "level": 345.64790807857287, + "flow": 1.5481115529589333, + "inflow": 4.467573086142572, + "volume": 0, + "temperature": 22.686871227816894, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T14:00:00.000Z", + "level": 345.6519829180416, + "flow": 0.754566349194667, + "inflow": 4.066818099832361, + "volume": 0, + "temperature": 21.67488701097522, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T15:00:00.000Z", + "level": 345.6728794710442, + "flow": 0.5647772953548387, + "inflow": 4.035531613145733, + "volume": 0, + "temperature": 19.68067634018712, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T16:00:00.000Z", + "level": 345.65874344641054, + "flow": 1.3866263915232753, + "inflow": 4.702110632423589, + "volume": 0, + "temperature": 17.940192127565815, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T17:00:00.000Z", + "level": 345.63790613860954, + "flow": 0.6105980545135576, + "inflow": 5.678851697690595, + "volume": 0, + "temperature": 14.946573188776988, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T18:00:00.000Z", + "level": 345.651641696681, + "flow": 0, + "inflow": 6.563438038201214, + "volume": 0, + "temperature": 14.640873706009614, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T19:00:00.000Z", + "level": 345.6340077795585, + "flow": 0.13625219248278242, + "inflow": 6.2224648562805935, + "volume": 0, + "temperature": 11.578202977962409, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T20:00:00.000Z", + "level": 345.65430376169957, + "flow": 0, + "inflow": 5.29082292170511, + "volume": 0, + "temperature": 11.45062290770245, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T21:00:00.000Z", + "level": 345.6578153386231, + "flow": 0, + "inflow": 5.636152651403382, + "volume": 0, + "temperature": 9.81057291355709, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T22:00:00.000Z", + "level": 345.65529350448975, + "flow": 0, + "inflow": 5.066165977364472, + "volume": 0, + "temperature": 9.848539439313758, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T23:00:00.000Z", + "level": 345.6614618296177, + "flow": 0, + "inflow": 6.0357773075777015, + "volume": 0, + "temperature": 10.397933677813583, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T00:00:00.000Z", + "level": 345.68174046225215, + "flow": 0.45872682644069274, + "inflow": 5.418118024063315, + "volume": 0, + "temperature": 10.628735391831379, + "precipitation": 14.055419632748581 + }, + { + "timestamp": "2026-05-29T01:00:00.000Z", + "level": 345.65736635611955, + "flow": 0.29272132065840273, + "inflow": 6.031300247963658, + "volume": 0, + "temperature": 12.255105992245255, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T02:00:00.000Z", + "level": 345.65748170365595, + "flow": 0.6124431779934971, + "inflow": 6.2907989720254776, + "volume": 0, + "temperature": 14.809595155707214, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T03:00:00.000Z", + "level": 345.6526220195048, + "flow": 0, + "inflow": 7.0801973326083685, + "volume": 0, + "temperature": 16.223114087157114, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T04:00:00.000Z", + "level": 345.6722313206677, + "flow": 0.21000541821761454, + "inflow": 6.156100534605411, + "volume": 0, + "temperature": 17.833293966938257, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T05:00:00.000Z", + "level": 345.65678261976996, + "flow": 0, + "inflow": 5.595882779411705, + "volume": 0, + "temperature": 20.829113127490746, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T06:00:00.000Z", + "level": 345.65057471825736, + "flow": 0.41928466860451685, + "inflow": 5.4047220894580885, + "volume": 0, + "temperature": 21.065535272480204, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T07:00:00.000Z", + "level": 345.6751699091899, + "flow": 0, + "inflow": 5.601671137936824, + "volume": 0, + "temperature": 23.347881816341825, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T08:00:00.000Z", + "level": 345.6849858060539, + "flow": 0.10658170033728265, + "inflow": 4.726307633546468, + "volume": 0, + "temperature": 24.20653549960246, + "precipitation": 7.025768752108713 + }, + { + "timestamp": "2026-05-29T09:00:00.000Z", + "level": 345.66039423491486, + "flow": 0.39485291266935363, + "inflow": 4.990403423521068, + "volume": 0, + "temperature": 26.19854745755194, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T10:00:00.000Z", + "level": 345.66673782468825, + "flow": 0.09333958727681946, + "inflow": 4.34247196051799, + "volume": 0, + "temperature": 25.13059775448898, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T11:00:00.000Z", + "level": 345.6712306625349, + "flow": 0.6508090131597752, + "inflow": 4.2873455697861935, + "volume": 0, + "temperature": 24.935478121601196, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T12:00:00.000Z", + "level": 345.69515325174297, + "flow": 1.1062859545114905, + "inflow": 4.388013475621005, + "volume": 0, + "temperature": 25.82401242764534, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T13:00:00.000Z", + "level": 345.69659789944365, + "flow": 1.926339372727219, + "inflow": 3.417925094555751, + "volume": 0, + "temperature": 24.4716773082844, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T14:00:00.000Z", + "level": 345.6726453824552, + "flow": 1.7465193272803394, + "inflow": 2.651017507325129, + "volume": 0, + "temperature": 22.966178329866473, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T15:00:00.000Z", + "level": 345.69386924924066, + "flow": 1.207303361346816, + "inflow": 2.4276659591073106, + "volume": 0, + "temperature": 19.92462803658281, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T16:00:00.000Z", + "level": 345.6838390737016, + "flow": 1.8710517008597307, + "inflow": 2.898695274347418, + "volume": 0, + "temperature": 18.401651167281198, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T17:00:00.000Z", + "level": 345.6813894124978, + "flow": 1.778049447420322, + "inflow": 3.644980438071766, + "volume": 0, + "temperature": 16.43949190233142, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T18:00:00.000Z", + "level": 345.6638836021709, + "flow": 0.9957390929257155, + "inflow": 3.488600580477045, + "volume": 0, + "temperature": 13.083332014821364, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T19:00:00.000Z", + "level": 345.65187642970886, + "flow": 0.8927139878189916, + "inflow": 3.909908507214767, + "volume": 0, + "temperature": 11.99166355163596, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T20:00:00.000Z", + "level": 345.6638249946149, + "flow": 0, + "inflow": 4.035624508481639, + "volume": 0, + "temperature": 10.815032945842187, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T21:00:00.000Z", + "level": 345.6594597437301, + "flow": 0.3189577965808552, + "inflow": 4.87152702234582, + "volume": 0, + "temperature": 10.993387958895157, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T22:00:00.000Z", + "level": 345.6756547673855, + "flow": 1.081012232505167, + "inflow": 5.29878087011846, + "volume": 0, + "temperature": 10.960835324595767, + "precipitation": 3.082218577427195 + }, + { + "timestamp": "2026-05-29T23:00:00.000Z", + "level": 345.6571172276168, + "flow": 1.7195911590443869, + "inflow": 5.007724395521767, + "volume": 0, + "temperature": 11.041595169977933, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T00:00:00.000Z", + "level": 345.6812452584442, + "flow": 1.0555673739432576, + "inflow": 5.94003549069455, + "volume": 0, + "temperature": 10.915680875251725, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T01:00:00.000Z", + "level": 345.702536849277, + "flow": 0.08373066956955233, + "inflow": 5.105321550833134, + "volume": 0, + "temperature": 12.836309790927574, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T02:00:00.000Z", + "level": 345.6941218979028, + "flow": 0.031093409675770012, + "inflow": 4.465377954621802, + "volume": 0, + "temperature": 14.474164201836237, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T03:00:00.000Z", + "level": 345.71442636758655, + "flow": 0.1462135767091719, + "inflow": 5.441744613959305, + "volume": 0, + "temperature": 15.366267389908286, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T04:00:00.000Z", + "level": 345.7029728255763, + "flow": 0, + "inflow": 5.514286954782438, + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 + }, { "timestamp": "2026-05-30T05:00:00.000Z", "level": 345.7, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-05-31T05:00:00.000Z", "level": 345.75, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-06-01T05:00:00.000Z", "level": 345.82, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-06-02T05:00:00.000Z", "level": 345.76, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-06-03T05:00:00.000Z", "level": 345.76, "flow": 17.77, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-06-04T05:00:00.000Z", "level": 345.67, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-06-04T21:00:00.000Z", "level": 345.59, "flow": 374.8, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-06-04T22:00:00.000Z", "level": 345.58, "flow": 97.45, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-06-04T23:00:00.000Z", "level": 345.58, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-06-05T00:00:00.000Z", "level": 345.57, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-06-05T01:00:00.000Z", "level": 345.59, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-06-05T02:00:00.000Z", "level": 345.59, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-06-05T03:00:00.000Z", "level": 345.58, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-06-05T04:00:00.000Z", "level": 345.6, "flow": 100.93, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-06-05T05:00:00.000Z", "level": 345.54, "flow": 284.29, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-06-05T06:00:00.000Z", "level": 345.52, "flow": 187.15, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-06-05T07:00:00.000Z", "level": 345.53, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-06-05T08:00:00.000Z", "level": 345.52, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-06-05T09:00:00.000Z", "level": 345.53, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-06-05T10:00:00.000Z", "level": 345.54, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-06-05T11:00:00.000Z", "level": 345.53, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-06-05T12:00:00.000Z", "level": 345.55, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-06-05T13:00:00.000Z", "level": 345.54, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-06-05T14:00:00.000Z", "level": 345.55, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-06-05T15:00:00.000Z", "level": 345.56, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-06-05T16:00:00.000Z", "level": 345.55, "flow": 72.6, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-06-05T17:00:00.000Z", "level": 345.53, "flow": 186.83, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-06-05T18:00:00.000Z", "level": 345.47, "flow": 454.38, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-06-05T19:00:00.000Z", "level": 345.39, "flow": 444.3, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-06-05T20:00:00.000Z", "level": 345.33, "flow": 370.39, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 }, { "timestamp": "2026-06-05T20:10:00.000Z", "level": 345.31, "flow": 381.47, + "inflow": 0, + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:20:00.000Z", + "level": 345.3, + "flow": 431.93, + "inflow": 0, + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:30:00.000Z", + "level": 345.28, + "flow": 432.4, + "inflow": 0, + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:40:00.000Z", + "level": 345.28, + "flow": 432.9, + "inflow": 0, + "volume": 0, + "temperature": 18.70045888971512, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:50:00.000Z", + "level": 345.27, + "flow": 432.41, "inflow": 23.84, - "volume": 523.52 + "volume": 523.52, + "temperature": 18.70045888971512, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/VLSL.json b/public/data/VLSL.json index 7da6feb..f718b10 100644 --- a/public/data/VLSL.json +++ b/public/data/VLSL.json @@ -1,219 +1,6797 @@ [ + { + "timestamp": "2026-04-30T05:00:00.000Z", + "level": 269.64219986985324, + "flow": 72.48852493095204, + "inflow": 22.902153157625218, + "volume": 0, + "temperature": 20.49043946541827, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T06:00:00.000Z", + "level": 269.65260427665953, + "flow": 72.83526110093048, + "inflow": 22.27959364877596, + "volume": 0, + "temperature": 21.950542287290926, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T07:00:00.000Z", + "level": 269.6360161078414, + "flow": 72.6281009000029, + "inflow": 21.885330189850677, + "volume": 0, + "temperature": 23.176566313395682, + "precipitation": 11.30074649932699 + }, + { + "timestamp": "2026-04-30T08:00:00.000Z", + "level": 269.64397616059597, + "flow": 72.8040616797075, + "inflow": 22.318537591128138, + "volume": 0, + "temperature": 24.611598248940435, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T09:00:00.000Z", + "level": 269.65046476617096, + "flow": 72.75072704535296, + "inflow": 22.033859492947023, + "volume": 0, + "temperature": 25.83554302774098, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T10:00:00.000Z", + "level": 269.6621820865507, + "flow": 71.85464248359118, + "inflow": 22.05378966588579, + "volume": 0, + "temperature": 25.287299113194713, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T11:00:00.000Z", + "level": 269.6417461385518, + "flow": 72.27504484748212, + "inflow": 21.560508273788866, + "volume": 0, + "temperature": 26.289137102174827, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T12:00:00.000Z", + "level": 269.6559131940219, + "flow": 72.72360325056941, + "inflow": 20.657232424033214, + "volume": 0, + "temperature": 24.836824333747806, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T13:00:00.000Z", + "level": 269.6497516764029, + "flow": 72.40944779103718, + "inflow": 19.684202859701628, + "volume": 0, + "temperature": 23.084543762707117, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T14:00:00.000Z", + "level": 269.6289206696331, + "flow": 73.09841879532263, + "inflow": 19.125871599130036, + "volume": 0, + "temperature": 21.1158350622526, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T15:00:00.000Z", + "level": 269.6041690391769, + "flow": 72.64195262394855, + "inflow": 18.596809201877726, + "volume": 0, + "temperature": 20.760451097209355, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T16:00:00.000Z", + "level": 269.59661753556406, + "flow": 72.69735001234095, + "inflow": 18.290544211451653, + "volume": 0, + "temperature": 18.82259380728472, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T17:00:00.000Z", + "level": 269.6012085854474, + "flow": 73.37330329150147, + "inflow": 17.79654616239443, + "volume": 0, + "temperature": 16.871519688314848, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T18:00:00.000Z", + "level": 269.6210319513565, + "flow": 73.59282689248997, + "inflow": 18.710000350004844, + "volume": 0, + "temperature": 13.489038318579265, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T19:00:00.000Z", + "level": 269.6318869559221, + "flow": 73.79277818543744, + "inflow": 19.26623230434839, + "volume": 0, + "temperature": 12.252996368854472, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T20:00:00.000Z", + "level": 269.6105517447589, + "flow": 73.21625526004607, + "inflow": 18.875143201189736, + "volume": 0, + "temperature": 11.738138033273366, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T21:00:00.000Z", + "level": 269.6148469529851, + "flow": 73.66366871733757, + "inflow": 19.372848082483475, + "volume": 0, + "temperature": 9.456734082747337, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T22:00:00.000Z", + "level": 269.63427039678476, + "flow": 73.22628548202314, + "inflow": 19.030615139205644, + "volume": 0, + "temperature": 9.1731079938392, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T23:00:00.000Z", + "level": 269.6422298339403, + "flow": 72.31107044367114, + "inflow": 19.17123565758375, + "volume": 0, + "temperature": 11.059625639801085, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T00:00:00.000Z", + "level": 269.6185992942113, + "flow": 71.76370776394266, + "inflow": 18.909697003450944, + "volume": 0, + "temperature": 10.174623976694956, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T01:00:00.000Z", + "level": 269.6309135028053, + "flow": 70.8015729169839, + "inflow": 19.106628398089864, + "volume": 0, + "temperature": 11.987879695738187, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T02:00:00.000Z", + "level": 269.6534702670361, + "flow": 70.1836351965797, + "inflow": 18.670876851580346, + "volume": 0, + "temperature": 14.198211212488417, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T03:00:00.000Z", + "level": 269.6561515935948, + "flow": 69.41058858180028, + "inflow": 18.80002175875679, + "volume": 0, + "temperature": 15.788345215642936, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T04:00:00.000Z", + "level": 269.63908382451666, + "flow": 70.40714067025449, + "inflow": 17.988448684608006, + "volume": 0, + "temperature": 18.833665571621534, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T05:00:00.000Z", + "level": 269.6394732012981, + "flow": 70.09798590429517, + "inflow": 17.78247308892544, + "volume": 0, + "temperature": 20.815005566617838, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T06:00:00.000Z", + "level": 269.6347397100809, + "flow": 69.82989987779067, + "inflow": 17.89155524348615, + "volume": 0, + "temperature": 22.77327009873472, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T07:00:00.000Z", + "level": 269.62950222629854, + "flow": 69.96928507438332, + "inflow": 18.24651553009515, + "volume": 0, + "temperature": 23.699608811124925, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T08:00:00.000Z", + "level": 269.62781817568094, + "flow": 70.7215283509597, + "inflow": 18.791825150909283, + "volume": 0, + "temperature": 25.52418305183234, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T09:00:00.000Z", + "level": 269.6206238483689, + "flow": 70.46756368531925, + "inflow": 18.03881180436527, + "volume": 0, + "temperature": 25.65639979115643, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T10:00:00.000Z", + "level": 269.64368512835523, + "flow": 70.11697369196676, + "inflow": 18.957182603062048, + "volume": 0, + "temperature": 26.12977242473898, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T11:00:00.000Z", + "level": 269.6327561260555, + "flow": 70.76642773089206, + "inflow": 18.486179272385698, + "volume": 0, + "temperature": 25.086315666898074, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T12:00:00.000Z", + "level": 269.61892505669687, + "flow": 70.05926077575785, + "inflow": 18.936191633837637, + "volume": 0, + "temperature": 25.01728773910024, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T13:00:00.000Z", + "level": 269.5966172248588, + "flow": 69.30400718329568, + "inflow": 18.114235241756056, + "volume": 0, + "temperature": 24.475071296979202, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T14:00:00.000Z", + "level": 269.6103186298355, + "flow": 69.18876871205248, + "inflow": 18.250829096170495, + "volume": 0, + "temperature": 21.137884540058113, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T15:00:00.000Z", + "level": 269.6157250602499, + "flow": 69.6727526320532, + "inflow": 17.265427740986343, + "volume": 0, + "temperature": 19.95474134357074, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T16:00:00.000Z", + "level": 269.6076130135532, + "flow": 69.08566770629416, + "inflow": 16.56956956443305, + "volume": 0, + "temperature": 18.91048673658838, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T17:00:00.000Z", + "level": 269.59728980943174, + "flow": 68.77762641383279, + "inflow": 16.611472008679197, + "volume": 0, + "temperature": 15.341431636855836, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T18:00:00.000Z", + "level": 269.577076463721, + "flow": 69.32957199837422, + "inflow": 17.2599800928238, + "volume": 0, + "temperature": 14.505299839260681, + "precipitation": 10.512484696527642 + }, + { + "timestamp": "2026-05-01T19:00:00.000Z", + "level": 269.57568129964557, + "flow": 68.91640394370148, + "inflow": 17.577470815245967, + "volume": 0, + "temperature": 12.159619729467348, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T20:00:00.000Z", + "level": 269.57209391584223, + "flow": 69.52389562605445, + "inflow": 18.00065761502314, + "volume": 0, + "temperature": 10.383921506261101, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T21:00:00.000Z", + "level": 269.5549851159223, + "flow": 69.8771911525081, + "inflow": 18.103434721651446, + "volume": 0, + "temperature": 10.401720301668322, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T22:00:00.000Z", + "level": 269.53499186895823, + "flow": 68.97266169826122, + "inflow": 17.300704173318483, + "volume": 0, + "temperature": 9.588473817361827, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T23:00:00.000Z", + "level": 269.55770678521816, + "flow": 68.29123972171928, + "inflow": 17.219278902410544, + "volume": 0, + "temperature": 9.93213844853665, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T00:00:00.000Z", + "level": 269.58239424089203, + "flow": 67.42873180551807, + "inflow": 16.71576957505768, + "volume": 0, + "temperature": 11.492418901781125, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T01:00:00.000Z", + "level": 269.6024279816456, + "flow": 68.13765193445185, + "inflow": 16.65428554000476, + "volume": 0, + "temperature": 12.034859275318691, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T02:00:00.000Z", + "level": 269.58471280229907, + "flow": 68.4522506023109, + "inflow": 16.13177732120279, + "volume": 0, + "temperature": 13.472066455146592, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T03:00:00.000Z", + "level": 269.59422403374964, + "flow": 69.44790591617885, + "inflow": 17.096747839365296, + "volume": 0, + "temperature": 16.495635878339286, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T04:00:00.000Z", + "level": 269.5987871476284, + "flow": 70.28912077469404, + "inflow": 17.56111613009996, + "volume": 0, + "temperature": 18.4069862957155, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T05:00:00.000Z", + "level": 269.60582162189297, + "flow": 70.37286918645995, + "inflow": 16.569936946615677, + "volume": 0, + "temperature": 20.634641675938152, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T06:00:00.000Z", + "level": 269.6069992218585, + "flow": 71.08021239802524, + "inflow": 15.574922126538047, + "volume": 0, + "temperature": 21.361280608497623, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T07:00:00.000Z", + "level": 269.5928962741259, + "flow": 70.39996235314878, + "inflow": 15.991697988757073, + "volume": 0, + "temperature": 24.000816795607538, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T08:00:00.000Z", + "level": 269.6042207043921, + "flow": 70.01491258904825, + "inflow": 16.18772560885071, + "volume": 0, + "temperature": 25.263043761118855, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T09:00:00.000Z", + "level": 269.61353491253686, + "flow": 70.30626469485232, + "inflow": 17.107681815406885, + "volume": 0, + "temperature": 26.27834946158385, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T10:00:00.000Z", + "level": 269.62708058751105, + "flow": 71.11198127605199, + "inflow": 16.570346202665498, + "volume": 0, + "temperature": 25.948778594307583, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T11:00:00.000Z", + "level": 269.6297015839218, + "flow": 72.07319220644737, + "inflow": 16.258509764841552, + "volume": 0, + "temperature": 26.53983691177505, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T12:00:00.000Z", + "level": 269.6208645072626, + "flow": 71.23585016014741, + "inflow": 15.968945182319702, + "volume": 0, + "temperature": 24.954404633662012, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T13:00:00.000Z", + "level": 269.6095109100271, + "flow": 70.9478588577505, + "inflow": 15.959682471677123, + "volume": 0, + "temperature": 23.146316038160812, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T14:00:00.000Z", + "level": 269.628585537873, + "flow": 71.32631745018311, + "inflow": 15.0175932331879, + "volume": 0, + "temperature": 22.36739481350298, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T15:00:00.000Z", + "level": 269.6269505836462, + "flow": 72.10013206213765, + "inflow": 15.557854100906969, + "volume": 0, + "temperature": 20.247933419243537, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T16:00:00.000Z", + "level": 269.64567923891815, + "flow": 71.48502148319174, + "inflow": 15.95454622454465, + "volume": 0, + "temperature": 17.010335650768937, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T17:00:00.000Z", + "level": 269.6498287889272, + "flow": 71.68142343299384, + "inflow": 15.49321826283459, + "volume": 0, + "temperature": 16.764389172397497, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T18:00:00.000Z", + "level": 269.6739957588374, + "flow": 72.2231825410065, + "inflow": 15.893860789796847, + "volume": 0, + "temperature": 14.753831267990865, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T19:00:00.000Z", + "level": 269.65644401585325, + "flow": 71.93135496890956, + "inflow": 15.35060528831672, + "volume": 0, + "temperature": 13.32630090625274, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T20:00:00.000Z", + "level": 269.65168556273346, + "flow": 72.50381646798868, + "inflow": 15.715174475768547, + "volume": 0, + "temperature": 11.464255846453414, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T21:00:00.000Z", + "level": 269.66993968825835, + "flow": 72.59487283799236, + "inflow": 15.883135778616218, + "volume": 0, + "temperature": 10.25691791354055, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T22:00:00.000Z", + "level": 269.6487677401793, + "flow": 72.58908400215624, + "inflow": 15.46987988569517, + "volume": 0, + "temperature": 10.675301812340999, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T23:00:00.000Z", + "level": 269.63373902145906, + "flow": 72.88731364754341, + "inflow": 14.79576225776006, + "volume": 0, + "temperature": 11.204710804873319, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T00:00:00.000Z", + "level": 269.6255007111178, + "flow": 72.11223075203837, + "inflow": 14.093301118512255, + "volume": 0, + "temperature": 11.479387764978462, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T01:00:00.000Z", + "level": 269.63657619169226, + "flow": 71.37873090129422, + "inflow": 13.316197819411322, + "volume": 0, + "temperature": 11.758811501836181, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T02:00:00.000Z", + "level": 269.6372489451289, + "flow": 70.68397809828632, + "inflow": 13.473667613813667, + "volume": 0, + "temperature": 13.241509206420695, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T03:00:00.000Z", + "level": 269.642564500713, + "flow": 71.1523882379361, + "inflow": 13.745570534543965, + "volume": 0, + "temperature": 15.216220746965634, + "precipitation": 5.304178314440056 + }, + { + "timestamp": "2026-05-03T04:00:00.000Z", + "level": 269.6529078147734, + "flow": 70.3115076189624, + "inflow": 14.052008033965858, + "volume": 0, + "temperature": 18.515229769816035, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T05:00:00.000Z", + "level": 269.6663581168744, + "flow": 69.9837926604561, + "inflow": 14.7955500625453, + "volume": 0, + "temperature": 19.595529617480857, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T06:00:00.000Z", + "level": 269.66713993477305, + "flow": 70.50558691417355, + "inflow": 15.208407105239136, + "volume": 0, + "temperature": 22.52756129863875, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T07:00:00.000Z", + "level": 269.67511823715995, + "flow": 70.53724851586041, + "inflow": 14.588060585420532, + "volume": 0, + "temperature": 22.87787438748806, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T08:00:00.000Z", + "level": 269.6845401304899, + "flow": 69.63611326220465, + "inflow": 15.017293907732324, + "volume": 0, + "temperature": 24.642283145363365, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T09:00:00.000Z", + "level": 269.68535268989257, + "flow": 70.62198348596795, + "inflow": 15.23470658980022, + "volume": 0, + "temperature": 26.142385512662166, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T10:00:00.000Z", + "level": 269.68660246128763, + "flow": 70.36949835922243, + "inflow": 14.744207235831555, + "volume": 0, + "temperature": 26.809359353597497, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T11:00:00.000Z", + "level": 269.7012932533197, + "flow": 69.71015965356203, + "inflow": 15.498901697846618, + "volume": 0, + "temperature": 26.21782319939485, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T12:00:00.000Z", + "level": 269.67855976491126, + "flow": 70.27970325957416, + "inflow": 14.911095942172524, + "volume": 0, + "temperature": 25.388005621500525, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T13:00:00.000Z", + "level": 269.66832493575646, + "flow": 71.05179070110954, + "inflow": 14.615764929220159, + "volume": 0, + "temperature": 24.579254941520645, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T14:00:00.000Z", + "level": 269.6457525591442, + "flow": 70.08216800463981, + "inflow": 13.838123174596184, + "volume": 0, + "temperature": 22.560630565008218, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T15:00:00.000Z", + "level": 269.6596554313957, + "flow": 70.00035219491281, + "inflow": 14.269385434528148, + "volume": 0, + "temperature": 21.048453379140366, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T16:00:00.000Z", + "level": 269.6742812318448, + "flow": 69.29743681108664, + "inflow": 15.239819162205498, + "volume": 0, + "temperature": 18.580537485715546, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T17:00:00.000Z", + "level": 269.6780188594818, + "flow": 69.55894306002094, + "inflow": 15.942158077283048, + "volume": 0, + "temperature": 15.355918184842997, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T18:00:00.000Z", + "level": 269.66810722692026, + "flow": 69.57992782851254, + "inflow": 16.267720172797663, + "volume": 0, + "temperature": 14.970334388016704, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T19:00:00.000Z", + "level": 269.6785178602901, + "flow": 69.35850813556574, + "inflow": 17.206897014274542, + "volume": 0, + "temperature": 12.482630698803204, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T20:00:00.000Z", + "level": 269.6923524766728, + "flow": 68.52719851988235, + "inflow": 17.72645164583455, + "volume": 0, + "temperature": 10.725701613441888, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T21:00:00.000Z", + "level": 269.71601095644036, + "flow": 69.29807728269736, + "inflow": 16.74607113404797, + "volume": 0, + "temperature": 10.750683180265026, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T22:00:00.000Z", + "level": 269.69343649321473, + "flow": 68.52378029687209, + "inflow": 16.32482802767042, + "volume": 0, + "temperature": 9.798549361168796, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T23:00:00.000Z", + "level": 269.68626796935433, + "flow": 68.96813156391168, + "inflow": 15.52244483849127, + "volume": 0, + "temperature": 9.838940192128863, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T00:00:00.000Z", + "level": 269.67099063129837, + "flow": 68.12274830380674, + "inflow": 16.421844068178245, + "volume": 0, + "temperature": 10.300776853180853, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T01:00:00.000Z", + "level": 269.64949900692073, + "flow": 68.71954534990445, + "inflow": 16.963492479142715, + "volume": 0, + "temperature": 12.958981768455427, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T02:00:00.000Z", + "level": 269.66391082907586, + "flow": 69.31692590749749, + "inflow": 16.929042304047748, + "volume": 0, + "temperature": 13.143094324245489, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T03:00:00.000Z", + "level": 269.64090378362795, + "flow": 69.07075146684903, + "inflow": 16.76173325905927, + "volume": 0, + "temperature": 15.637874922452623, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T04:00:00.000Z", + "level": 269.62001204078405, + "flow": 69.64132243941216, + "inflow": 17.644235618357445, + "volume": 0, + "temperature": 17.05813261411927, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T05:00:00.000Z", + "level": 269.63898057791914, + "flow": 70.08513743237029, + "inflow": 17.430373494867904, + "volume": 0, + "temperature": 19.48670614721047, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T06:00:00.000Z", + "level": 269.6168440925403, + "flow": 69.96683238527034, + "inflow": 16.86952270161975, + "volume": 0, + "temperature": 21.35676144687756, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T07:00:00.000Z", + "level": 269.6127956299726, + "flow": 70.21827356584983, + "inflow": 16.831956919287542, + "volume": 0, + "temperature": 23.287351513378635, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T08:00:00.000Z", + "level": 269.59044191771704, + "flow": 70.12110574120156, + "inflow": 15.96485845290483, + "volume": 0, + "temperature": 24.92805309925767, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T09:00:00.000Z", + "level": 269.5943147363725, + "flow": 70.92984158273848, + "inflow": 16.640262914133153, + "volume": 0, + "temperature": 26.285639108089324, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T10:00:00.000Z", + "level": 269.5771382076789, + "flow": 71.33714549546377, + "inflow": 17.134148463948083, + "volume": 0, + "temperature": 26.093388909118225, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T11:00:00.000Z", + "level": 269.57767296132533, + "flow": 70.61057969658196, + "inflow": 17.763711423804672, + "volume": 0, + "temperature": 25.124872743794896, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T12:00:00.000Z", + "level": 269.59433289642135, + "flow": 70.79671447235411, + "inflow": 17.623813641944633, + "volume": 0, + "temperature": 25.853040841932334, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T13:00:00.000Z", + "level": 269.61768708623504, + "flow": 71.73214440059263, + "inflow": 18.387745318050044, + "volume": 0, + "temperature": 23.99779275219009, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T14:00:00.000Z", + "level": 269.6196265889212, + "flow": 71.57680368975537, + "inflow": 18.375911079916843, + "volume": 0, + "temperature": 22.564335334433547, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T15:00:00.000Z", + "level": 269.64453669290896, + "flow": 72.10699409069099, + "inflow": 19.31899145012089, + "volume": 0, + "temperature": 20.005257887813244, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T16:00:00.000Z", + "level": 269.6508258977119, + "flow": 72.76181889649297, + "inflow": 19.358109493165237, + "volume": 0, + "temperature": 17.18921993634371, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T17:00:00.000Z", + "level": 269.63260711689077, + "flow": 72.74926344091207, + "inflow": 19.434602954863276, + "volume": 0, + "temperature": 16.567232712581433, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T18:00:00.000Z", + "level": 269.6189981072627, + "flow": 71.80778642562947, + "inflow": 19.769313217550444, + "volume": 0, + "temperature": 14.562105090976583, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T19:00:00.000Z", + "level": 269.6088113074496, + "flow": 71.72374622619921, + "inflow": 18.920898123642505, + "volume": 0, + "temperature": 12.903623052096876, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T20:00:00.000Z", + "level": 269.6295645209142, + "flow": 71.53452653328229, + "inflow": 19.04895324714693, + "volume": 0, + "temperature": 12.062810366928119, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T21:00:00.000Z", + "level": 269.65057776784806, + "flow": 71.36081100463291, + "inflow": 19.77069429596811, + "volume": 0, + "temperature": 9.326981798018366, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T22:00:00.000Z", + "level": 269.6627830628178, + "flow": 71.23878410241464, + "inflow": 20.663855410563155, + "volume": 0, + "temperature": 9.372237467034914, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T23:00:00.000Z", + "level": 269.67812689577113, + "flow": 71.51968829070256, + "inflow": 20.824056954485492, + "volume": 0, + "temperature": 9.62222710597801, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T00:00:00.000Z", + "level": 269.6945180343683, + "flow": 72.18620081636172, + "inflow": 21.588289805519626, + "volume": 0, + "temperature": 11.506190100687114, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T01:00:00.000Z", + "level": 269.6749018172509, + "flow": 72.16137277949449, + "inflow": 21.375799727049856, + "volume": 0, + "temperature": 12.931946619598754, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T02:00:00.000Z", + "level": 269.67417294317147, + "flow": 71.20836642259889, + "inflow": 22.25178619360944, + "volume": 0, + "temperature": 13.759931753052706, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T03:00:00.000Z", + "level": 269.67973056097406, + "flow": 70.51954886913087, + "inflow": 22.347080959338847, + "volume": 0, + "temperature": 16.090396558797003, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T04:00:00.000Z", + "level": 269.6662684997006, + "flow": 71.04713060288826, + "inflow": 23.140885393524535, + "volume": 0, + "temperature": 18.93424092534545, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T05:00:00.000Z", + "level": 269.66538728560175, + "flow": 70.28262720440009, + "inflow": 23.3483391210934, + "volume": 0, + "temperature": 20.016266923134346, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T06:00:00.000Z", + "level": 269.6724023897851, + "flow": 70.3477175344485, + "inflow": 23.709873126097527, + "volume": 0, + "temperature": 22.94071127938718, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T07:00:00.000Z", + "level": 269.6809500840432, + "flow": 69.77525777641198, + "inflow": 24.414352410064264, + "volume": 0, + "temperature": 23.332930491721687, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T08:00:00.000Z", + "level": 269.6702225073982, + "flow": 70.1101562062872, + "inflow": 24.829722478477027, + "volume": 0, + "temperature": 25.52688983488123, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T09:00:00.000Z", + "level": 269.6652737727201, + "flow": 70.23119965006961, + "inflow": 25.556616667954813, + "volume": 0, + "temperature": 25.544760711664683, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T10:00:00.000Z", + "level": 269.654946704217, + "flow": 69.77930427705573, + "inflow": 26.033819724275357, + "volume": 0, + "temperature": 26.47716470331543, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T11:00:00.000Z", + "level": 269.648332260458, + "flow": 69.34432466518669, + "inflow": 25.343511676653815, + "volume": 0, + "temperature": 25.807187781077644, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T12:00:00.000Z", + "level": 269.65101404738994, + "flow": 69.77801105042087, + "inflow": 24.893446894936197, + "volume": 0, + "temperature": 25.783772340019393, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T13:00:00.000Z", + "level": 269.67295810927425, + "flow": 69.66723366652016, + "inflow": 24.738329366124205, + "volume": 0, + "temperature": 24.39676365385176, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T14:00:00.000Z", + "level": 269.66999225396296, + "flow": 70.35737418557689, + "inflow": 25.734840906543436, + "volume": 0, + "temperature": 21.485436393926644, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T15:00:00.000Z", + "level": 269.6624125017047, + "flow": 70.79059883303115, + "inflow": 25.28457398662665, + "volume": 0, + "temperature": 19.076655119379065, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T16:00:00.000Z", + "level": 269.6455860524979, + "flow": 71.06510652563139, + "inflow": 25.16737909008336, + "volume": 0, + "temperature": 18.36853721647063, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T17:00:00.000Z", + "level": 269.6551233256155, + "flow": 71.89781992545264, + "inflow": 24.876251170858765, + "volume": 0, + "temperature": 16.624473841799773, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T18:00:00.000Z", + "level": 269.63403542732857, + "flow": 72.61022548884877, + "inflow": 24.229815644158204, + "volume": 0, + "temperature": 13.788701348282238, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T19:00:00.000Z", + "level": 269.6279302910708, + "flow": 73.20757106168494, + "inflow": 24.360993363848078, + "volume": 0, + "temperature": 12.884155858716493, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T20:00:00.000Z", + "level": 269.64957124060857, + "flow": 72.64217789349635, + "inflow": 23.728026360774553, + "volume": 0, + "temperature": 10.549387191163383, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T21:00:00.000Z", + "level": 269.6380654652131, + "flow": 72.9386613498826, + "inflow": 24.625946747681944, + "volume": 0, + "temperature": 10.902931566983959, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T22:00:00.000Z", + "level": 269.64261784470125, + "flow": 72.29402212027831, + "inflow": 23.73460904735707, + "volume": 0, + "temperature": 9.511710410026787, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T23:00:00.000Z", + "level": 269.64651963240976, + "flow": 72.89163534048915, + "inflow": 23.797248484507502, + "volume": 0, + "temperature": 11.120948884527005, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T00:00:00.000Z", + "level": 269.6658704180426, + "flow": 72.89581405722254, + "inflow": 24.207036817301038, + "volume": 0, + "temperature": 11.41483930407091, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T01:00:00.000Z", + "level": 269.64466575554405, + "flow": 73.68106692116558, + "inflow": 24.987373215990104, + "volume": 0, + "temperature": 13.04153019511092, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T02:00:00.000Z", + "level": 269.6452872148831, + "flow": 72.90409272781058, + "inflow": 24.85108956608943, + "volume": 0, + "temperature": 13.939454186894448, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T03:00:00.000Z", + "level": 269.6646756466921, + "flow": 73.80076041841838, + "inflow": 25.840999437773082, + "volume": 0, + "temperature": 16.686758823443917, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T04:00:00.000Z", + "level": 269.6707287032118, + "flow": 74.58384595533491, + "inflow": 25.469910257081313, + "volume": 0, + "temperature": 18.085337659323486, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T05:00:00.000Z", + "level": 269.6948045210343, + "flow": 75.54393179297543, + "inflow": 25.26636835642031, + "volume": 0, + "temperature": 19.430979310380685, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T06:00:00.000Z", + "level": 269.6793911548853, + "flow": 76.36458949365012, + "inflow": 26.18105245560228, + "volume": 0, + "temperature": 22.391675765104953, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T07:00:00.000Z", + "level": 269.7009582482674, + "flow": 76.43525555751765, + "inflow": 25.191581353697387, + "volume": 0, + "temperature": 23.327220501547792, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T08:00:00.000Z", + "level": 269.71848123361127, + "flow": 76.19135838687865, + "inflow": 26.060350126054377, + "volume": 0, + "temperature": 25.129987117912496, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T09:00:00.000Z", + "level": 269.71648708128157, + "flow": 75.78131408831061, + "inflow": 25.355492802323454, + "volume": 0, + "temperature": 26.68860509033018, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T10:00:00.000Z", + "level": 269.6958277626814, + "flow": 75.13115455365487, + "inflow": 25.284392876627575, + "volume": 0, + "temperature": 26.86662376394104, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T11:00:00.000Z", + "level": 269.68028762628865, + "flow": 75.01579253820692, + "inflow": 24.493939051040098, + "volume": 0, + "temperature": 26.586467435301213, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T12:00:00.000Z", + "level": 269.6699868226149, + "flow": 75.35305607287904, + "inflow": 23.556222782634855, + "volume": 0, + "temperature": 24.840670221573546, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T13:00:00.000Z", + "level": 269.6459574099894, + "flow": 74.74217563498465, + "inflow": 23.982679356638872, + "volume": 0, + "temperature": 24.596278125200982, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T14:00:00.000Z", + "level": 269.625692160039, + "flow": 74.36156862651953, + "inflow": 24.784654057237557, + "volume": 0, + "temperature": 21.110196100805894, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T15:00:00.000Z", + "level": 269.63124557118033, + "flow": 74.24754197432752, + "inflow": 24.88804388682011, + "volume": 0, + "temperature": 20.638444805706357, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T16:00:00.000Z", + "level": 269.62282908014885, + "flow": 74.96465579357273, + "inflow": 25.12929524088957, + "volume": 0, + "temperature": 17.664624805624005, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T17:00:00.000Z", + "level": 269.6473851856468, + "flow": 75.3971420233621, + "inflow": 25.32732996298764, + "volume": 0, + "temperature": 15.287413094592527, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T18:00:00.000Z", + "level": 269.65460241379293, + "flow": 76.17179298268678, + "inflow": 24.826856337161917, + "volume": 0, + "temperature": 13.924393393401768, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T19:00:00.000Z", + "level": 269.66650735495256, + "flow": 76.39347566367414, + "inflow": 23.845470185029253, + "volume": 0, + "temperature": 12.068169421814895, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T20:00:00.000Z", + "level": 269.6454069979057, + "flow": 76.51044609394556, + "inflow": 23.825474227879184, + "volume": 0, + "temperature": 11.066901517096596, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T21:00:00.000Z", + "level": 269.66240533002946, + "flow": 75.87479512159946, + "inflow": 23.852774461672254, + "volume": 0, + "temperature": 10.53281764026859, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T22:00:00.000Z", + "level": 269.67955724337975, + "flow": 76.23555591081018, + "inflow": 23.99405962401015, + "volume": 0, + "temperature": 10.430147476989669, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T23:00:00.000Z", + "level": 269.65837174151125, + "flow": 75.87500207380272, + "inflow": 24.356306595590635, + "volume": 0, + "temperature": 10.522614823424494, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T00:00:00.000Z", + "level": 269.6813414544165, + "flow": 76.23263411807294, + "inflow": 25.196477146531645, + "volume": 0, + "temperature": 11.141728390858065, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T01:00:00.000Z", + "level": 269.6882458027041, + "flow": 77.22847143741163, + "inflow": 24.305180835963473, + "volume": 0, + "temperature": 11.591700390704101, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T02:00:00.000Z", + "level": 269.69298519796365, + "flow": 77.85076504007918, + "inflow": 24.12396131701739, + "volume": 0, + "temperature": 13.373302935098929, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T03:00:00.000Z", + "level": 269.69712427480874, + "flow": 78.56744128060008, + "inflow": 23.20220988166988, + "volume": 0, + "temperature": 15.465144696597068, + "precipitation": 10.591812823987922 + }, + { + "timestamp": "2026-05-07T04:00:00.000Z", + "level": 269.7182464701475, + "flow": 77.62263329904567, + "inflow": 22.296322016435518, + "volume": 0, + "temperature": 18.434511496642816, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T05:00:00.000Z", + "level": 269.7171583037874, + "flow": 77.41211951580628, + "inflow": 22.499270473627426, + "volume": 0, + "temperature": 19.71261631949244, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T06:00:00.000Z", + "level": 269.7264032709671, + "flow": 76.56889574451439, + "inflow": 21.812808685399833, + "volume": 0, + "temperature": 22.74072018252646, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T07:00:00.000Z", + "level": 269.7434381831612, + "flow": 76.77027667794275, + "inflow": 22.506812645677176, + "volume": 0, + "temperature": 24.151868719230734, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T08:00:00.000Z", + "level": 269.7331126350339, + "flow": 75.78807435081237, + "inflow": 22.684530539856365, + "volume": 0, + "temperature": 24.62201559873455, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T09:00:00.000Z", + "level": 269.70820237869276, + "flow": 74.86461155875067, + "inflow": 23.051736791799055, + "volume": 0, + "temperature": 26.444013449032006, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T10:00:00.000Z", + "level": 269.7124471808771, + "flow": 75.76191662585155, + "inflow": 23.610202421712053, + "volume": 0, + "temperature": 26.18611880968052, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T11:00:00.000Z", + "level": 269.72446256725914, + "flow": 75.50948395978334, + "inflow": 22.784433463377862, + "volume": 0, + "temperature": 25.441427230340818, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T12:00:00.000Z", + "level": 269.72786862143386, + "flow": 74.64572172602688, + "inflow": 23.292044798609304, + "volume": 0, + "temperature": 24.724696288859, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T13:00:00.000Z", + "level": 269.7194986952699, + "flow": 75.60996735077877, + "inflow": 23.503773897945315, + "volume": 0, + "temperature": 23.00043889096067, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T14:00:00.000Z", + "level": 269.7336603135233, + "flow": 75.91272027750674, + "inflow": 24.27412210118106, + "volume": 0, + "temperature": 22.737657392275118, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T15:00:00.000Z", + "level": 269.7233491141412, + "flow": 75.49999106608811, + "inflow": 24.872698598938513, + "volume": 0, + "temperature": 19.678607641255745, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T16:00:00.000Z", + "level": 269.74376891736875, + "flow": 75.13704120789058, + "inflow": 25.229815794261718, + "volume": 0, + "temperature": 17.29493504365935, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T17:00:00.000Z", + "level": 269.7591415659439, + "flow": 74.5501455230482, + "inflow": 24.562747268842855, + "volume": 0, + "temperature": 15.165928415060709, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T18:00:00.000Z", + "level": 269.76674424515335, + "flow": 73.78691303753136, + "inflow": 24.09137036832231, + "volume": 0, + "temperature": 14.802924293195519, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T19:00:00.000Z", + "level": 269.77465682516896, + "flow": 73.40678386567443, + "inflow": 23.548828593726082, + "volume": 0, + "temperature": 12.616564550291498, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T20:00:00.000Z", + "level": 269.7705577094053, + "flow": 73.80334275111205, + "inflow": 23.556356981869776, + "volume": 0, + "temperature": 11.503522447608894, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T21:00:00.000Z", + "level": 269.7713047634266, + "flow": 73.55249487504344, + "inflow": 23.216029130655023, + "volume": 0, + "temperature": 10.756929678478706, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T22:00:00.000Z", + "level": 269.7488657459889, + "flow": 74.30497709268676, + "inflow": 24.21236942294835, + "volume": 0, + "temperature": 10.256136213958042, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T23:00:00.000Z", + "level": 269.7386158887774, + "flow": 74.57356940583561, + "inflow": 23.518802578023113, + "volume": 0, + "temperature": 11.001242159158306, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T00:00:00.000Z", + "level": 269.76334768230714, + "flow": 75.10333830927392, + "inflow": 23.36456729061772, + "volume": 0, + "temperature": 11.097593580479073, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T01:00:00.000Z", + "level": 269.7767605664766, + "flow": 76.01982489842041, + "inflow": 24.08820699980795, + "volume": 0, + "temperature": 13.060465011511793, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T02:00:00.000Z", + "level": 269.76011687811666, + "flow": 76.78397078201817, + "inflow": 23.47631620199422, + "volume": 0, + "temperature": 13.570210558789228, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T03:00:00.000Z", + "level": 269.73649381712636, + "flow": 75.83316589140911, + "inflow": 22.75579311517084, + "volume": 0, + "temperature": 16.553729384420944, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T04:00:00.000Z", + "level": 269.73561582447115, + "flow": 74.88692573834084, + "inflow": 23.028087129608743, + "volume": 0, + "temperature": 18.215716623449676, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T05:00:00.000Z", + "level": 269.7393445968827, + "flow": 74.23232919136584, + "inflow": 23.395767932729175, + "volume": 0, + "temperature": 20.992392235912906, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T06:00:00.000Z", + "level": 269.7305767338904, + "flow": 73.91767570288206, + "inflow": 22.510410085343697, + "volume": 0, + "temperature": 22.29352844897192, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T07:00:00.000Z", + "level": 269.74522108584245, + "flow": 74.29080787124144, + "inflow": 22.5602571846671, + "volume": 0, + "temperature": 23.408685580315954, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T08:00:00.000Z", + "level": 269.76582997313915, + "flow": 73.36695443203347, + "inflow": 22.075782199532956, + "volume": 0, + "temperature": 25.27309964425094, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T09:00:00.000Z", + "level": 269.76874998136816, + "flow": 74.2762732132358, + "inflow": 21.45772334896828, + "volume": 0, + "temperature": 25.691048610419852, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T10:00:00.000Z", + "level": 269.7904546275341, + "flow": 73.91850470920875, + "inflow": 21.14171142336437, + "volume": 0, + "temperature": 26.64575558770487, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T11:00:00.000Z", + "level": 269.76823396301853, + "flow": 73.96430975532174, + "inflow": 20.96926204510934, + "volume": 0, + "temperature": 25.08660152295515, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T12:00:00.000Z", + "level": 269.7805414873545, + "flow": 73.77735527305586, + "inflow": 21.8230097057151, + "volume": 0, + "temperature": 24.8654444789022, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T13:00:00.000Z", + "level": 269.80389850393124, + "flow": 73.79132001921339, + "inflow": 21.33797576864473, + "volume": 0, + "temperature": 22.699789929503464, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T14:00:00.000Z", + "level": 269.80895456773015, + "flow": 74.51468463039713, + "inflow": 21.484195223129667, + "volume": 0, + "temperature": 22.068845914862425, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T15:00:00.000Z", + "level": 269.81428247275585, + "flow": 75.12119099073368, + "inflow": 22.416779421072746, + "volume": 0, + "temperature": 19.302308487120357, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T16:00:00.000Z", + "level": 269.8022917394973, + "flow": 75.03143243398279, + "inflow": 23.01780428248823, + "volume": 0, + "temperature": 17.242601085363027, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T17:00:00.000Z", + "level": 269.8035996830282, + "flow": 74.84526723694832, + "inflow": 23.554929909391323, + "volume": 0, + "temperature": 15.968258770751863, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T18:00:00.000Z", + "level": 269.78722840781774, + "flow": 73.86415750525018, + "inflow": 22.880416576782633, + "volume": 0, + "temperature": 14.38638265756401, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T19:00:00.000Z", + "level": 269.80351224959054, + "flow": 73.93573032611732, + "inflow": 22.717434354802, + "volume": 0, + "temperature": 11.997165097745603, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T20:00:00.000Z", + "level": 269.82230769971136, + "flow": 74.60482699711056, + "inflow": 22.598535073987573, + "volume": 0, + "temperature": 11.559892294954224, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T21:00:00.000Z", + "level": 269.8452928045986, + "flow": 73.74599142266575, + "inflow": 22.972679695519982, + "volume": 0, + "temperature": 11.022273278836634, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T22:00:00.000Z", + "level": 269.8658156694938, + "flow": 73.74690269227462, + "inflow": 22.007814351354888, + "volume": 0, + "temperature": 9.037943132426312, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T23:00:00.000Z", + "level": 269.87061383733777, + "flow": 73.6532138515892, + "inflow": 21.95219358086843, + "volume": 0, + "temperature": 11.18743454205645, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T00:00:00.000Z", + "level": 269.87492644591293, + "flow": 74.05152149566065, + "inflow": 22.206079927167746, + "volume": 0, + "temperature": 11.467734622662466, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T01:00:00.000Z", + "level": 269.85430360094495, + "flow": 73.72349375352375, + "inflow": 21.93100213400432, + "volume": 0, + "temperature": 12.383906313452485, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T02:00:00.000Z", + "level": 269.87300352969856, + "flow": 73.42468785450461, + "inflow": 22.788527106172417, + "volume": 0, + "temperature": 14.86425244852056, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T03:00:00.000Z", + "level": 269.8765151745197, + "flow": 73.43413906588567, + "inflow": 23.662149284380405, + "volume": 0, + "temperature": 14.950154533971661, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T04:00:00.000Z", + "level": 269.8781365902094, + "flow": 74.38017312027331, + "inflow": 24.609736901180863, + "volume": 0, + "temperature": 17.034563746818062, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T05:00:00.000Z", + "level": 269.88912137507873, + "flow": 74.5669033793754, + "inflow": 24.227145982249677, + "volume": 0, + "temperature": 19.107299584570576, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T06:00:00.000Z", + "level": 269.8880401802792, + "flow": 74.21531287085634, + "inflow": 23.86208552782751, + "volume": 0, + "temperature": 22.436765596824486, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T07:00:00.000Z", + "level": 269.87305820904834, + "flow": 74.21000929932435, + "inflow": 23.800976987278048, + "volume": 0, + "temperature": 24.458344897485684, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T08:00:00.000Z", + "level": 269.8804488337731, + "flow": 74.16619239697772, + "inflow": 23.313743544736468, + "volume": 0, + "temperature": 23.92941777614301, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T09:00:00.000Z", + "level": 269.8596450784356, + "flow": 74.62017858543607, + "inflow": 23.489831931804474, + "volume": 0, + "temperature": 25.384422759408288, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T10:00:00.000Z", + "level": 269.8784630721855, + "flow": 75.1375042278174, + "inflow": 24.243659207585043, + "volume": 0, + "temperature": 25.580084072755906, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T11:00:00.000Z", + "level": 269.8606669136171, + "flow": 74.96278764587862, + "inflow": 24.882094479127304, + "volume": 0, + "temperature": 24.895101395288652, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T12:00:00.000Z", + "level": 269.87168848544275, + "flow": 74.85749267439029, + "inflow": 25.004939478152306, + "volume": 0, + "temperature": 24.9697242073442, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T13:00:00.000Z", + "level": 269.85232481870105, + "flow": 75.45169710356987, + "inflow": 25.63752452699394, + "volume": 0, + "temperature": 23.730181562964344, + "precipitation": 2.6201022109610097 + }, + { + "timestamp": "2026-05-09T14:00:00.000Z", + "level": 269.8522238571114, + "flow": 75.77797426205188, + "inflow": 24.980817714470565, + "volume": 0, + "temperature": 22.42010294192567, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T15:00:00.000Z", + "level": 269.8367675075231, + "flow": 75.41904046308545, + "inflow": 25.144222646924366, + "volume": 0, + "temperature": 19.468275344365573, + "precipitation": 1.240610812323154 + }, + { + "timestamp": "2026-05-09T16:00:00.000Z", + "level": 269.8534147197241, + "flow": 76.03542610671494, + "inflow": 25.939182905566202, + "volume": 0, + "temperature": 17.59299142602495, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T17:00:00.000Z", + "level": 269.84157470287175, + "flow": 76.64206114156161, + "inflow": 26.510606503094852, + "volume": 0, + "temperature": 15.420217009356486, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T18:00:00.000Z", + "level": 269.8252847374179, + "flow": 75.92256534347514, + "inflow": 27.413072559017003, + "volume": 0, + "temperature": 13.92395870125174, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T19:00:00.000Z", + "level": 269.8369171886561, + "flow": 75.03759471021243, + "inflow": 28.083593908562495, + "volume": 0, + "temperature": 12.680448090359635, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T20:00:00.000Z", + "level": 269.8383408658455, + "flow": 74.43741537252335, + "inflow": 27.2525446169388, + "volume": 0, + "temperature": 10.997974642831204, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T21:00:00.000Z", + "level": 269.85376490736144, + "flow": 73.70395118386189, + "inflow": 27.957628514876497, + "volume": 0, + "temperature": 9.577669549247481, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T22:00:00.000Z", + "level": 269.87769313385456, + "flow": 73.96516638542289, + "inflow": 28.32010437717375, + "volume": 0, + "temperature": 10.172341340239775, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T23:00:00.000Z", + "level": 269.8571304549333, + "flow": 73.1525282024608, + "inflow": 28.264959226841018, + "volume": 0, + "temperature": 10.163665095222417, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T00:00:00.000Z", + "level": 269.8325287870184, + "flow": 73.94408677897117, + "inflow": 27.336901539886927, + "volume": 0, + "temperature": 10.82063156781049, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T01:00:00.000Z", + "level": 269.8490353705272, + "flow": 73.35653356912202, + "inflow": 27.60967176834383, + "volume": 0, + "temperature": 13.03521522113249, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T02:00:00.000Z", + "level": 269.8431934202207, + "flow": 73.03786568282072, + "inflow": 26.98544520308365, + "volume": 0, + "temperature": 14.5833172062735, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T03:00:00.000Z", + "level": 269.8647833602713, + "flow": 72.19162422067956, + "inflow": 26.79833086484177, + "volume": 0, + "temperature": 14.935875508537826, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T04:00:00.000Z", + "level": 269.86275863374925, + "flow": 72.31863677396701, + "inflow": 27.553956356206765, + "volume": 0, + "temperature": 17.867867887787643, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T05:00:00.000Z", + "level": 269.84918428486526, + "flow": 71.88974242019312, + "inflow": 28.357578979861447, + "volume": 0, + "temperature": 19.43315180192839, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T06:00:00.000Z", + "level": 269.8682628195084, + "flow": 72.44509516548435, + "inflow": 28.609370343916197, + "volume": 0, + "temperature": 22.891654523564128, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T07:00:00.000Z", + "level": 269.85395269623865, + "flow": 72.3858156194002, + "inflow": 28.92803963894526, + "volume": 0, + "temperature": 23.923137944026426, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T08:00:00.000Z", + "level": 269.85845785381184, + "flow": 72.0523056759508, + "inflow": 28.338347991478827, + "volume": 0, + "temperature": 24.476328029354775, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T09:00:00.000Z", + "level": 269.87773042288046, + "flow": 71.74120961084543, + "inflow": 27.522363315614218, + "volume": 0, + "temperature": 24.93487101214385, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T10:00:00.000Z", + "level": 269.9027195216322, + "flow": 72.46545342317529, + "inflow": 26.546002547779096, + "volume": 0, + "temperature": 26.0755080755506, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T11:00:00.000Z", + "level": 269.8994442687418, + "flow": 71.74669343947204, + "inflow": 26.487928360602822, + "volume": 0, + "temperature": 25.254104487605982, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T12:00:00.000Z", + "level": 269.87649025840676, + "flow": 71.13385876600725, + "inflow": 26.375198403643342, + "volume": 0, + "temperature": 25.48616959985964, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T13:00:00.000Z", + "level": 269.8827956282487, + "flow": 70.24593116923491, + "inflow": 26.081110744352046, + "volume": 0, + "temperature": 24.278580337297498, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T14:00:00.000Z", + "level": 269.8588719372122, + "flow": 69.82356714355902, + "inflow": 26.471473481681393, + "volume": 0, + "temperature": 22.991024398956935, + "precipitation": 4.877738961872895 + }, + { + "timestamp": "2026-05-10T15:00:00.000Z", + "level": 269.84714046014636, + "flow": 70.41519346477605, + "inflow": 26.820107997531995, + "volume": 0, + "temperature": 19.708732722564733, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T16:00:00.000Z", + "level": 269.84992792117174, + "flow": 70.66893732460575, + "inflow": 26.82390044574658, + "volume": 0, + "temperature": 18.79720994448051, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T17:00:00.000Z", + "level": 269.829854523424, + "flow": 70.23235040885761, + "inflow": 26.745369453212795, + "volume": 0, + "temperature": 16.465930720355693, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T18:00:00.000Z", + "level": 269.8514032407926, + "flow": 69.63087680967134, + "inflow": 27.413631466328063, + "volume": 0, + "temperature": 14.935807877870655, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T19:00:00.000Z", + "level": 269.8283837530006, + "flow": 69.59174542267036, + "inflow": 26.824027867493626, + "volume": 0, + "temperature": 12.05820700330894, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T20:00:00.000Z", + "level": 269.81100223796966, + "flow": 69.69315983757724, + "inflow": 26.969741965484644, + "volume": 0, + "temperature": 10.540968532680512, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T21:00:00.000Z", + "level": 269.79843972933634, + "flow": 69.48305917159094, + "inflow": 26.669455198547684, + "volume": 0, + "temperature": 10.77207174088711, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T22:00:00.000Z", + "level": 269.7973475237075, + "flow": 70.00742643385868, + "inflow": 25.785785277895023, + "volume": 0, + "temperature": 10.54063701028143, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T23:00:00.000Z", + "level": 269.8220534466912, + "flow": 69.57161050472124, + "inflow": 25.69637563111228, + "volume": 0, + "temperature": 9.57568418861656, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T00:00:00.000Z", + "level": 269.8086978183523, + "flow": 70.38792768267463, + "inflow": 25.1803021490692, + "volume": 0, + "temperature": 10.218035021587799, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T01:00:00.000Z", + "level": 269.81269202445105, + "flow": 70.41336433278593, + "inflow": 24.670457169389188, + "volume": 0, + "temperature": 13.10893113714836, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T02:00:00.000Z", + "level": 269.78900715609086, + "flow": 70.81929723009569, + "inflow": 25.45295584329954, + "volume": 0, + "temperature": 14.596033074589814, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T03:00:00.000Z", + "level": 269.78076739771956, + "flow": 70.54478714125962, + "inflow": 25.392245280126236, + "volume": 0, + "temperature": 15.797057358740988, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T04:00:00.000Z", + "level": 269.79591212786863, + "flow": 70.38902208860421, + "inflow": 26.21888428444887, + "volume": 0, + "temperature": 18.00950484202863, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T05:00:00.000Z", + "level": 269.7905310300719, + "flow": 69.8406798282385, + "inflow": 26.301478164283356, + "volume": 0, + "temperature": 20.08945679133893, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T06:00:00.000Z", + "level": 269.8119384122941, + "flow": 68.92845867682263, + "inflow": 26.089682717139496, + "volume": 0, + "temperature": 21.1982679572597, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T07:00:00.000Z", + "level": 269.8259273430578, + "flow": 67.94584939023568, + "inflow": 25.193461504965168, + "volume": 0, + "temperature": 23.006873977499513, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T08:00:00.000Z", + "level": 269.8284293641504, + "flow": 68.01525909882318, + "inflow": 25.20129415615797, + "volume": 0, + "temperature": 24.738198367232023, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T09:00:00.000Z", + "level": 269.80578201046, + "flow": 68.41164932116607, + "inflow": 24.223517327409073, + "volume": 0, + "temperature": 26.419275968091526, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T10:00:00.000Z", + "level": 269.78080499184307, + "flow": 69.39545157793216, + "inflow": 23.843229131270533, + "volume": 0, + "temperature": 26.788594220482544, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T11:00:00.000Z", + "level": 269.76202423321644, + "flow": 69.15704150345809, + "inflow": 23.602781162637953, + "volume": 0, + "temperature": 26.18277325323844, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T12:00:00.000Z", + "level": 269.7566691437661, + "flow": 69.14444470780194, + "inflow": 24.398972138913592, + "volume": 0, + "temperature": 25.23546585607242, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T13:00:00.000Z", + "level": 269.765701093942, + "flow": 69.6916726150121, + "inflow": 24.876355712624477, + "volume": 0, + "temperature": 24.164207658921104, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T14:00:00.000Z", + "level": 269.78069717893703, + "flow": 69.99871813264325, + "inflow": 23.946585812432097, + "volume": 0, + "temperature": 21.856346026895817, + "precipitation": 9.980078102710433 + }, + { + "timestamp": "2026-05-11T15:00:00.000Z", + "level": 269.75728209313473, + "flow": 70.27046578322603, + "inflow": 23.694161562443064, + "volume": 0, + "temperature": 19.861685734736167, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T16:00:00.000Z", + "level": 269.76148451041996, + "flow": 70.4997932722178, + "inflow": 23.00637335829908, + "volume": 0, + "temperature": 17.289236528615135, + "precipitation": 11.452281590621462 + }, + { + "timestamp": "2026-05-11T17:00:00.000Z", + "level": 269.7455516695459, + "flow": 71.15758699530863, + "inflow": 22.232759881771123, + "volume": 0, + "temperature": 15.280128736778902, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T18:00:00.000Z", + "level": 269.7360511227714, + "flow": 70.38881930524708, + "inflow": 21.358577004497008, + "volume": 0, + "temperature": 14.55676255670809, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T19:00:00.000Z", + "level": 269.74225154099605, + "flow": 69.67047499270244, + "inflow": 21.424078027407273, + "volume": 0, + "temperature": 12.89449825512387, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T20:00:00.000Z", + "level": 269.7623301066833, + "flow": 70.45826932893863, + "inflow": 20.687676025849825, + "volume": 0, + "temperature": 11.332860343755605, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T21:00:00.000Z", + "level": 269.75778575395947, + "flow": 71.2888057137258, + "inflow": 21.1021450816584, + "volume": 0, + "temperature": 9.535828799014103, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T22:00:00.000Z", + "level": 269.75086281449813, + "flow": 71.09883638343338, + "inflow": 20.247282430515117, + "volume": 0, + "temperature": 9.052241588882524, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T23:00:00.000Z", + "level": 269.76772624450723, + "flow": 71.3944860499787, + "inflow": 19.392890348429187, + "volume": 0, + "temperature": 11.006510556672481, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T00:00:00.000Z", + "level": 269.7911035399271, + "flow": 71.92283702071445, + "inflow": 19.73550634006667, + "volume": 0, + "temperature": 11.92520856544364, + "precipitation": 5.443824397788944 + }, + { + "timestamp": "2026-05-12T01:00:00.000Z", + "level": 269.78871972669975, + "flow": 71.51208175729528, + "inflow": 19.02043087409731, + "volume": 0, + "temperature": 12.810522290803165, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T02:00:00.000Z", + "level": 269.7709649311086, + "flow": 72.41514712831727, + "inflow": 18.04075673232206, + "volume": 0, + "temperature": 13.321517581811799, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T03:00:00.000Z", + "level": 269.7896585344517, + "flow": 72.03549361742671, + "inflow": 17.267282169580188, + "volume": 0, + "temperature": 15.461827239410809, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T04:00:00.000Z", + "level": 269.79931288997926, + "flow": 71.22806336079462, + "inflow": 17.76338690758587, + "volume": 0, + "temperature": 18.90190340574831, + "precipitation": 5.466220983593911 + }, + { + "timestamp": "2026-05-12T05:00:00.000Z", + "level": 269.8215177031202, + "flow": 70.89566004850607, + "inflow": 18.091263964560742, + "volume": 0, + "temperature": 20.392276077791724, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T06:00:00.000Z", + "level": 269.83980856506565, + "flow": 70.54567777949076, + "inflow": 18.909219792044762, + "volume": 0, + "temperature": 21.487424300770453, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T07:00:00.000Z", + "level": 269.82634427742084, + "flow": 71.52765061446189, + "inflow": 18.800563077107775, + "volume": 0, + "temperature": 24.57660415399007, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T08:00:00.000Z", + "level": 269.8421545678238, + "flow": 71.24367001914096, + "inflow": 18.003955002876552, + "volume": 0, + "temperature": 24.396638249851716, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T09:00:00.000Z", + "level": 269.86596399042367, + "flow": 72.10917730544801, + "inflow": 17.42110934694756, + "volume": 0, + "temperature": 25.47745253038496, + "precipitation": 4.019293533171813 + }, + { + "timestamp": "2026-05-12T10:00:00.000Z", + "level": 269.86492658203906, + "flow": 71.94785820191868, + "inflow": 17.554577618168636, + "volume": 0, + "temperature": 26.787062357407063, + "precipitation": 4.545025298108737 + }, + { + "timestamp": "2026-05-12T11:00:00.000Z", + "level": 269.84627649703486, + "flow": 72.646364196445, + "inflow": 16.965200765063297, + "volume": 0, + "temperature": 26.089251921786783, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T12:00:00.000Z", + "level": 269.86238707276203, + "flow": 72.45733118784617, + "inflow": 17.88033024834461, + "volume": 0, + "temperature": 25.100649757880024, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T13:00:00.000Z", + "level": 269.8680574552105, + "flow": 72.44659661800011, + "inflow": 18.393190816633734, + "volume": 0, + "temperature": 23.137419297547652, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T14:00:00.000Z", + "level": 269.88489727918574, + "flow": 71.82252250662755, + "inflow": 19.22628971668912, + "volume": 0, + "temperature": 21.24045686521333, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T15:00:00.000Z", + "level": 269.9046874083144, + "flow": 71.89588030264106, + "inflow": 19.52831307774821, + "volume": 0, + "temperature": 19.37349717138099, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T16:00:00.000Z", + "level": 269.92330556967715, + "flow": 72.39443181779704, + "inflow": 18.96876359044733, + "volume": 0, + "temperature": 17.030699144392127, + "precipitation": 0.13218278831806374 + }, + { + "timestamp": "2026-05-12T17:00:00.000Z", + "level": 269.9440324545043, + "flow": 72.71086757079014, + "inflow": 18.219930264500363, + "volume": 0, + "temperature": 16.59478153105741, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T18:00:00.000Z", + "level": 269.9383337884972, + "flow": 72.67020433609868, + "inflow": 17.63595213061695, + "volume": 0, + "temperature": 13.477380812209498, + "precipitation": 14.051655168222672 + }, + { + "timestamp": "2026-05-12T19:00:00.000Z", + "level": 269.93862530675165, + "flow": 72.70350120967103, + "inflow": 18.58378661902763, + "volume": 0, + "temperature": 13.185393613470811, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T20:00:00.000Z", + "level": 269.9506847909644, + "flow": 73.2346966071685, + "inflow": 19.057043388454858, + "volume": 0, + "temperature": 10.946888855908043, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T21:00:00.000Z", + "level": 269.9416846658404, + "flow": 73.80322129272702, + "inflow": 19.088756424465036, + "volume": 0, + "temperature": 9.325888233016, + "precipitation": 3.4016038925562766 + }, + { + "timestamp": "2026-05-12T22:00:00.000Z", + "level": 269.9574474864669, + "flow": 73.43916242599921, + "inflow": 19.22931158289656, + "volume": 0, + "temperature": 10.313790936193385, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T23:00:00.000Z", + "level": 269.9430734240052, + "flow": 73.26268525723225, + "inflow": 18.89672233826368, + "volume": 0, + "temperature": 9.472204418125058, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T00:00:00.000Z", + "level": 269.9272742264386, + "flow": 72.51235248204979, + "inflow": 18.55084311444238, + "volume": 0, + "temperature": 11.338866726662884, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T01:00:00.000Z", + "level": 269.9209548086402, + "flow": 73.2471116011625, + "inflow": 19.383394693640312, + "volume": 0, + "temperature": 12.573128806162648, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T02:00:00.000Z", + "level": 269.91748275839547, + "flow": 73.01434206732547, + "inflow": 18.68758322349253, + "volume": 0, + "temperature": 14.848537443007611, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T03:00:00.000Z", + "level": 269.9177089788585, + "flow": 72.38056033915399, + "inflow": 18.185305983792105, + "volume": 0, + "temperature": 15.779680665944015, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T04:00:00.000Z", + "level": 269.9383356369523, + "flow": 73.0216775108573, + "inflow": 18.109119399208637, + "volume": 0, + "temperature": 18.061349040035818, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T05:00:00.000Z", + "level": 269.928211668817, + "flow": 73.23939430852776, + "inflow": 18.313296851308923, + "volume": 0, + "temperature": 19.93331959799727, + "precipitation": 4.188047408619378 + }, + { + "timestamp": "2026-05-13T06:00:00.000Z", + "level": 269.9166387021411, + "flow": 73.0718294017063, + "inflow": 17.485574831091036, + "volume": 0, + "temperature": 21.251303570571103, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T07:00:00.000Z", + "level": 269.93547627943343, + "flow": 73.55325037758998, + "inflow": 16.60703463035007, + "volume": 0, + "temperature": 23.959148582062106, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T08:00:00.000Z", + "level": 269.9119089953852, + "flow": 73.91919915521531, + "inflow": 16.329180893629164, + "volume": 0, + "temperature": 25.703648908387205, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T09:00:00.000Z", + "level": 269.91491031649826, + "flow": 73.07348415752033, + "inflow": 15.51797133864325, + "volume": 0, + "temperature": 25.79264712812669, + "precipitation": 4.736913716896083 + }, + { + "timestamp": "2026-05-13T10:00:00.000Z", + "level": 269.9359674748815, + "flow": 72.74008692010132, + "inflow": 15.12399869132928, + "volume": 0, + "temperature": 25.876860636455977, + "precipitation": 13.31953063082392 + }, + { + "timestamp": "2026-05-13T11:00:00.000Z", + "level": 269.91239117947373, + "flow": 72.40062715317029, + "inflow": 14.558531665566267, + "volume": 0, + "temperature": 25.04078658485362, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T12:00:00.000Z", + "level": 269.935757771654, + "flow": 72.37650501383183, + "inflow": 14.976901255667224, + "volume": 0, + "temperature": 24.532474358646997, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T13:00:00.000Z", + "level": 269.91767751176695, + "flow": 72.41323017418866, + "inflow": 14.027517670551715, + "volume": 0, + "temperature": 24.103803325171818, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T14:00:00.000Z", + "level": 269.89710080807777, + "flow": 73.25124380592757, + "inflow": 13.228218404658037, + "volume": 0, + "temperature": 21.0016248568743, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T15:00:00.000Z", + "level": 269.89904709886633, + "flow": 72.37939447111847, + "inflow": 12.63918734633391, + "volume": 0, + "temperature": 19.818578164401007, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T16:00:00.000Z", + "level": 269.8820465449898, + "flow": 72.87840207739534, + "inflow": 12.63028239187916, + "volume": 0, + "temperature": 18.028542833161435, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T17:00:00.000Z", + "level": 269.8975585220376, + "flow": 72.5997817463656, + "inflow": 12.741996067141397, + "volume": 0, + "temperature": 16.73455272799935, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T18:00:00.000Z", + "level": 269.90270019950225, + "flow": 72.85311385974543, + "inflow": 12.194767019080619, + "volume": 0, + "temperature": 14.871076894163917, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T19:00:00.000Z", + "level": 269.88482771083636, + "flow": 73.52811719384879, + "inflow": 12.102685835682136, + "volume": 0, + "temperature": 11.536955803984945, + "precipitation": 2.039258063629731 + }, + { + "timestamp": "2026-05-13T20:00:00.000Z", + "level": 269.87841842858586, + "flow": 72.95711850384338, + "inflow": 11.903097313095806, + "volume": 0, + "temperature": 12.067383210211121, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T21:00:00.000Z", + "level": 269.8703376643115, + "flow": 72.5045964780446, + "inflow": 11.980796878663265, + "volume": 0, + "temperature": 9.384652526271365, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T22:00:00.000Z", + "level": 269.84819108317913, + "flow": 72.25992667898679, + "inflow": 11.944158877209933, + "volume": 0, + "temperature": 10.717319393236133, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T23:00:00.000Z", + "level": 269.8591424865227, + "flow": 73.05008297780496, + "inflow": 12.251715024359548, + "volume": 0, + "temperature": 9.736297059776415, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T00:00:00.000Z", + "level": 269.8420353821304, + "flow": 72.75164348259787, + "inflow": 11.546431320961192, + "volume": 0, + "temperature": 11.159115102062131, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T01:00:00.000Z", + "level": 269.8380713083112, + "flow": 71.80288956486248, + "inflow": 10.896433432798801, + "volume": 0, + "temperature": 12.540628273181063, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T02:00:00.000Z", + "level": 269.8292849698147, + "flow": 71.12422586414183, + "inflow": 9.993997525049814, + "volume": 0, + "temperature": 14.92027849108443, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T03:00:00.000Z", + "level": 269.82661189862364, + "flow": 72.01492476842495, + "inflow": 10.54340554923202, + "volume": 0, + "temperature": 16.721703365276163, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T04:00:00.000Z", + "level": 269.8197122368083, + "flow": 72.70370724852475, + "inflow": 10.302537194713908, + "volume": 0, + "temperature": 18.860799533959074, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T05:00:00.000Z", + "level": 269.82653329448135, + "flow": 72.28297345305596, + "inflow": 9.878549241211095, + "volume": 0, + "temperature": 20.43477171069173, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T06:00:00.000Z", + "level": 269.83467561478915, + "flow": 73.03115991122114, + "inflow": 10.599591555988159, + "volume": 0, + "temperature": 22.750413946524638, + "precipitation": 14.86890773220199 + }, + { + "timestamp": "2026-05-14T07:00:00.000Z", + "level": 269.823925696921, + "flow": 73.4812356605832, + "inflow": 10.460054846733055, + "volume": 0, + "temperature": 24.26122093221954, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T08:00:00.000Z", + "level": 269.8039253920931, + "flow": 73.878882105761, + "inflow": 11.27241448945098, + "volume": 0, + "temperature": 25.85621270676398, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T09:00:00.000Z", + "level": 269.82548208527686, + "flow": 73.89896289905582, + "inflow": 11.644555079023874, + "volume": 0, + "temperature": 25.63868890915821, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T10:00:00.000Z", + "level": 269.8093139261712, + "flow": 73.04108685804626, + "inflow": 11.856726548029455, + "volume": 0, + "temperature": 26.08158429129552, + "precipitation": 12.53976636522986 + }, + { + "timestamp": "2026-05-14T11:00:00.000Z", + "level": 269.79998714081205, + "flow": 72.15102461557153, + "inflow": 12.527551206100423, + "volume": 0, + "temperature": 25.7482000792578, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T12:00:00.000Z", + "level": 269.78587011457955, + "flow": 72.84347610323303, + "inflow": 12.490885666218212, + "volume": 0, + "temperature": 24.93287482356537, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T13:00:00.000Z", + "level": 269.77571481612364, + "flow": 73.26978632253052, + "inflow": 11.7648600490079, + "volume": 0, + "temperature": 23.20062160405266, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T14:00:00.000Z", + "level": 269.7773599724776, + "flow": 74.08645476057598, + "inflow": 11.218376616978361, + "volume": 0, + "temperature": 22.581449807728717, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T15:00:00.000Z", + "level": 269.79177071920947, + "flow": 74.11920103005055, + "inflow": 10.33754090756011, + "volume": 0, + "temperature": 20.444982677021635, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T16:00:00.000Z", + "level": 269.7811497224813, + "flow": 74.08866075593983, + "inflow": 9.848034771743093, + "volume": 0, + "temperature": 17.48211416942454, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T17:00:00.000Z", + "level": 269.7885779460266, + "flow": 74.88570649464725, + "inflow": 10.286241913895465, + "volume": 0, + "temperature": 15.204882746558756, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T18:00:00.000Z", + "level": 269.78962033792357, + "flow": 74.07532886990717, + "inflow": 10.611057712912393, + "volume": 0, + "temperature": 13.654219901712157, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T19:00:00.000Z", + "level": 269.7931007794094, + "flow": 74.8386531532606, + "inflow": 10.771408964059422, + "volume": 0, + "temperature": 11.668047403266765, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T20:00:00.000Z", + "level": 269.7700352340698, + "flow": 74.49300851086937, + "inflow": 10.201788456468115, + "volume": 0, + "temperature": 10.603112464989248, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T21:00:00.000Z", + "level": 269.7861310434825, + "flow": 74.39435708721291, + "inflow": 10.675359784608197, + "volume": 0, + "temperature": 10.854658119183895, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T22:00:00.000Z", + "level": 269.80971940136135, + "flow": 74.7525112703682, + "inflow": 9.7613998922041, + "volume": 0, + "temperature": 9.18174747490292, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T23:00:00.000Z", + "level": 269.7933936172674, + "flow": 74.0606886797527, + "inflow": 8.95684687716022, + "volume": 0, + "temperature": 10.440555185241413, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T00:00:00.000Z", + "level": 269.77689871039877, + "flow": 73.53309341057842, + "inflow": 8.93878939139536, + "volume": 0, + "temperature": 10.248652496203826, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T01:00:00.000Z", + "level": 269.7763900940732, + "flow": 73.9870511580088, + "inflow": 7.961664671726179, + "volume": 0, + "temperature": 12.257981557560191, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T02:00:00.000Z", + "level": 269.79497302697865, + "flow": 74.36999919565062, + "inflow": 8.401031450188363, + "volume": 0, + "temperature": 14.94121161012329, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T03:00:00.000Z", + "level": 269.77510875971524, + "flow": 74.56587930623078, + "inflow": 9.38873679750748, + "volume": 0, + "temperature": 15.215797955249819, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T04:00:00.000Z", + "level": 269.77223245174224, + "flow": 74.95039551092998, + "inflow": 10.039091200857184, + "volume": 0, + "temperature": 17.102025054765146, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T05:00:00.000Z", + "level": 269.79365939420455, + "flow": 74.8599065980968, + "inflow": 9.796912515703113, + "volume": 0, + "temperature": 19.30059849696349, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T06:00:00.000Z", + "level": 269.7739070531754, + "flow": 74.21834078097508, + "inflow": 9.525445882862266, + "volume": 0, + "temperature": 21.342104284500333, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T07:00:00.000Z", + "level": 269.754671741202, + "flow": 73.89709442879239, + "inflow": 8.801669162608803, + "volume": 0, + "temperature": 23.935719262565286, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T08:00:00.000Z", + "level": 269.75663846399, + "flow": 73.75087975247112, + "inflow": 8.654709271448402, + "volume": 0, + "temperature": 25.84217402499031, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T09:00:00.000Z", + "level": 269.74692725330294, + "flow": 74.21154038406002, + "inflow": 7.797085432194621, + "volume": 0, + "temperature": 26.314977224005723, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T10:00:00.000Z", + "level": 269.7259778350704, + "flow": 74.98239358673814, + "inflow": 8.671325854761816, + "volume": 0, + "temperature": 25.84766093735269, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T11:00:00.000Z", + "level": 269.71436984334076, + "flow": 74.00519818874525, + "inflow": 9.229269795917538, + "volume": 0, + "temperature": 26.138464837006453, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T12:00:00.000Z", + "level": 269.72622533015976, + "flow": 73.56374364509777, + "inflow": 9.93221362966336, + "volume": 0, + "temperature": 24.74262317543339, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T13:00:00.000Z", + "level": 269.7049724786823, + "flow": 73.37732062359488, + "inflow": 10.59992481167898, + "volume": 0, + "temperature": 23.72389460640099, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T14:00:00.000Z", + "level": 269.68797120193045, + "flow": 73.34056898694394, + "inflow": 11.138115732434805, + "volume": 0, + "temperature": 22.76219359968388, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T15:00:00.000Z", + "level": 269.6688210047902, + "flow": 72.63723420172249, + "inflow": 10.993637491030942, + "volume": 0, + "temperature": 20.67526194001999, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T16:00:00.000Z", + "level": 269.64876028673456, + "flow": 72.83250727764866, + "inflow": 11.205269767574947, + "volume": 0, + "temperature": 18.527926636436604, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T17:00:00.000Z", + "level": 269.6644434989366, + "flow": 72.80953387426642, + "inflow": 11.104425114559673, + "volume": 0, + "temperature": 15.789186995137545, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T18:00:00.000Z", + "level": 269.6722861133205, + "flow": 73.64713781089421, + "inflow": 11.581179539738866, + "volume": 0, + "temperature": 14.535575716316067, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T19:00:00.000Z", + "level": 269.6891088657829, + "flow": 73.9130932113161, + "inflow": 11.01873659271571, + "volume": 0, + "temperature": 11.51303146708182, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T20:00:00.000Z", + "level": 269.7042343075833, + "flow": 72.9881962382793, + "inflow": 10.605088121363785, + "volume": 0, + "temperature": 10.21241737055282, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T21:00:00.000Z", + "level": 269.7201168668666, + "flow": 73.38907592379198, + "inflow": 9.970428187283673, + "volume": 0, + "temperature": 9.88910520152458, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T22:00:00.000Z", + "level": 269.72768161727447, + "flow": 74.13004137986644, + "inflow": 9.762495742117448, + "volume": 0, + "temperature": 10.542517178299843, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T23:00:00.000Z", + "level": 269.7501835865001, + "flow": 73.90885729872754, + "inflow": 9.499469697241015, + "volume": 0, + "temperature": 11.00875549770968, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T00:00:00.000Z", + "level": 269.7687001389578, + "flow": 72.96149043069761, + "inflow": 9.406901460213932, + "volume": 0, + "temperature": 11.339232628076209, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T01:00:00.000Z", + "level": 269.77984942808257, + "flow": 72.69076398090722, + "inflow": 9.822750506499773, + "volume": 0, + "temperature": 11.382122991663387, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T02:00:00.000Z", + "level": 269.7943160891255, + "flow": 71.71740010125225, + "inflow": 9.58515820510837, + "volume": 0, + "temperature": 14.941189801064766, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T03:00:00.000Z", + "level": 269.79471073931705, + "flow": 71.30791600486076, + "inflow": 9.01139960213737, + "volume": 0, + "temperature": 16.583304332602403, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T04:00:00.000Z", + "level": 269.78865707464416, + "flow": 71.09155993749647, + "inflow": 8.084596739765946, + "volume": 0, + "temperature": 18.751930320448928, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T05:00:00.000Z", + "level": 269.8052673580409, + "flow": 70.37909453635217, + "inflow": 8.313060014166119, + "volume": 0, + "temperature": 19.572286324436558, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T06:00:00.000Z", + "level": 269.8217970851186, + "flow": 71.09093713335345, + "inflow": 8.05050735220248, + "volume": 0, + "temperature": 21.75370927680654, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T07:00:00.000Z", + "level": 269.83490391316207, + "flow": 70.77866968188596, + "inflow": 8.90874043782551, + "volume": 0, + "temperature": 22.88289994018003, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T08:00:00.000Z", + "level": 269.84318552099774, + "flow": 69.8826676161236, + "inflow": 8.483724256923491, + "volume": 0, + "temperature": 24.406425588525227, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T09:00:00.000Z", + "level": 269.8491957701547, + "flow": 70.50030880170827, + "inflow": 7.49157784016133, + "volume": 0, + "temperature": 26.09010880086662, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T10:00:00.000Z", + "level": 269.8269315442205, + "flow": 69.58926941406477, + "inflow": 7.699883586285817, + "volume": 0, + "temperature": 26.186383649481478, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T11:00:00.000Z", + "level": 269.82488423241415, + "flow": 68.90263446078923, + "inflow": 6.825040299578369, + "volume": 0, + "temperature": 25.72942507535695, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T12:00:00.000Z", + "level": 269.84084099010505, + "flow": 68.23271956698377, + "inflow": 7.108883905962927, + "volume": 0, + "temperature": 24.255721737268374, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T13:00:00.000Z", + "level": 269.85052673366425, + "flow": 68.35841945442404, + "inflow": 7.2880015179684206, + "volume": 0, + "temperature": 24.20606206640778, + "precipitation": 4.926678681984305 + }, + { + "timestamp": "2026-05-16T14:00:00.000Z", + "level": 269.84212787402413, + "flow": 67.87763057415246, + "inflow": 6.406628136398215, + "volume": 0, + "temperature": 22.67232697407412, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T15:00:00.000Z", + "level": 269.8335409370147, + "flow": 68.09129002838573, + "inflow": 7.360750967923096, + "volume": 0, + "temperature": 20.93505888324012, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T16:00:00.000Z", + "level": 269.8287610068547, + "flow": 67.22482098199853, + "inflow": 8.028779474433897, + "volume": 0, + "temperature": 17.605544872602756, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T17:00:00.000Z", + "level": 269.8311428413948, + "flow": 67.17309308596872, + "inflow": 8.00458488528126, + "volume": 0, + "temperature": 15.886626810608218, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T18:00:00.000Z", + "level": 269.85590803984553, + "flow": 67.5134681241996, + "inflow": 8.47703082880646, + "volume": 0, + "temperature": 14.751628201076693, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T19:00:00.000Z", + "level": 269.87852479002436, + "flow": 66.95037879616591, + "inflow": 9.44778025951929, + "volume": 0, + "temperature": 13.111589709327644, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T20:00:00.000Z", + "level": 269.871654624952, + "flow": 67.7730853862224, + "inflow": 9.65817230200144, + "volume": 0, + "temperature": 10.17225303238591, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T21:00:00.000Z", + "level": 269.8693821424271, + "flow": 66.89044079478143, + "inflow": 8.856826806688364, + "volume": 0, + "temperature": 9.274889891861463, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T22:00:00.000Z", + "level": 269.8870175884258, + "flow": 67.51934616101222, + "inflow": 9.687706942388534, + "volume": 0, + "temperature": 10.458324774667537, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T23:00:00.000Z", + "level": 269.89334779964827, + "flow": 68.20007933776859, + "inflow": 8.703377112734405, + "volume": 0, + "temperature": 11.270823954840393, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T00:00:00.000Z", + "level": 269.8926035040093, + "flow": 67.31066755673149, + "inflow": 8.720383972131678, + "volume": 0, + "temperature": 11.099663384882826, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T01:00:00.000Z", + "level": 269.9024423946541, + "flow": 66.70605626741124, + "inflow": 9.21443811056458, + "volume": 0, + "temperature": 11.979765584980113, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T02:00:00.000Z", + "level": 269.90482443665707, + "flow": 66.19200335316916, + "inflow": 9.097668739986574, + "volume": 0, + "temperature": 13.710685795961233, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T03:00:00.000Z", + "level": 269.89388089785604, + "flow": 65.71952418732481, + "inflow": 8.845063864125626, + "volume": 0, + "temperature": 16.6299008300827, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T04:00:00.000Z", + "level": 269.9054380451556, + "flow": 65.65212517193049, + "inflow": 8.221178815531404, + "volume": 0, + "temperature": 18.48561183214641, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T05:00:00.000Z", + "level": 269.9112453931677, + "flow": 64.66582658582583, + "inflow": 7.4208812031658695, + "volume": 0, + "temperature": 19.65635135688484, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T06:00:00.000Z", + "level": 269.9312721464072, + "flow": 64.59370141146307, + "inflow": 6.785868515961065, + "volume": 0, + "temperature": 21.442023943597835, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T07:00:00.000Z", + "level": 269.94080474846123, + "flow": 64.66473071488865, + "inflow": 6.746331863956891, + "volume": 0, + "temperature": 23.09105941637292, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T08:00:00.000Z", + "level": 269.9378691048584, + "flow": 64.96104805729601, + "inflow": 7.540092924108381, + "volume": 0, + "temperature": 25.70160741622251, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T09:00:00.000Z", + "level": 269.9620048483474, + "flow": 64.06826950838057, + "inflow": 7.868492906539611, + "volume": 0, + "temperature": 25.721941278903675, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T10:00:00.000Z", + "level": 269.948089749058, + "flow": 64.30121025671198, + "inflow": 7.614834129991498, + "volume": 0, + "temperature": 26.136751578876417, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T11:00:00.000Z", + "level": 269.9566554474818, + "flow": 64.31900751709081, + "inflow": 7.884212207139269, + "volume": 0, + "temperature": 26.435030836907078, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T12:00:00.000Z", + "level": 269.94668805758147, + "flow": 63.38457090876702, + "inflow": 8.487308343618892, + "volume": 0, + "temperature": 24.52085140710559, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T13:00:00.000Z", + "level": 269.9701540014506, + "flow": 62.701932194500884, + "inflow": 9.465030315659142, + "volume": 0, + "temperature": 23.565537406851977, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T14:00:00.000Z", + "level": 269.97543619539647, + "flow": 62.5516301669577, + "inflow": 9.45230652107006, + "volume": 0, + "temperature": 21.24641325366028, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T15:00:00.000Z", + "level": 269.96649379232747, + "flow": 62.08595592714754, + "inflow": 8.980621668266192, + "volume": 0, + "temperature": 20.44133150045107, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T16:00:00.000Z", + "level": 269.9677747651446, + "flow": 61.949680681385615, + "inflow": 9.326672471158783, + "volume": 0, + "temperature": 17.405669745505044, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T17:00:00.000Z", + "level": 269.99249877519156, + "flow": 62.86358241325452, + "inflow": 8.676475232271276, + "volume": 0, + "temperature": 15.259875239965767, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T18:00:00.000Z", + "level": 270.0061079705146, + "flow": 62.21154907689346, + "inflow": 9.239150023947962, + "volume": 0, + "temperature": 13.399938727468353, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T19:00:00.000Z", + "level": 269.992980338959, + "flow": 61.737610867669915, + "inflow": 10.074012156738824, + "volume": 0, + "temperature": 11.933840502495043, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T20:00:00.000Z", + "level": 269.9972800584755, + "flow": 62.184083272254185, + "inflow": 10.439763782670163, + "volume": 0, + "temperature": 11.101226018209251, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T21:00:00.000Z", + "level": 269.98979285592543, + "flow": 62.40816812252112, + "inflow": 9.764735917322518, + "volume": 0, + "temperature": 9.800812704176444, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T22:00:00.000Z", + "level": 269.98154348751723, + "flow": 62.89825660894476, + "inflow": 10.007464259077462, + "volume": 0, + "temperature": 10.974026732157425, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T23:00:00.000Z", + "level": 270.0008543709429, + "flow": 62.90424445052346, + "inflow": 9.541958694905013, + "volume": 0, + "temperature": 9.674708811787905, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T00:00:00.000Z", + "level": 270.0111828580138, + "flow": 62.24708917416426, + "inflow": 9.122586334980758, + "volume": 0, + "temperature": 11.565238468581438, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T01:00:00.000Z", + "level": 269.9947028034739, + "flow": 61.284978918272955, + "inflow": 9.671059195294442, + "volume": 0, + "temperature": 11.897373872910903, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T02:00:00.000Z", + "level": 269.98900087510884, + "flow": 61.80642240898025, + "inflow": 10.165255400874301, + "volume": 0, + "temperature": 14.132100513335768, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T03:00:00.000Z", + "level": 270.0084530614952, + "flow": 62.57986912997083, + "inflow": 10.710513391424985, + "volume": 0, + "temperature": 16.70824021437057, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T04:00:00.000Z", + "level": 269.99921138242354, + "flow": 62.05689874492075, + "inflow": 9.824400555417732, + "volume": 0, + "temperature": 17.878381224843704, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T05:00:00.000Z", + "level": 270.0014062057192, + "flow": 62.33305482545712, + "inflow": 9.212596332575657, + "volume": 0, + "temperature": 20.94536907555889, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T06:00:00.000Z", + "level": 269.97883913601015, + "flow": 63.05641343700621, + "inflow": 9.301651240734103, + "volume": 0, + "temperature": 21.388817369972188, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T07:00:00.000Z", + "level": 269.9763015038636, + "flow": 62.48419342843685, + "inflow": 8.856733326088866, + "volume": 0, + "temperature": 23.440441401859886, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T08:00:00.000Z", + "level": 269.9644127530474, + "flow": 62.211501706053, + "inflow": 8.88341990258641, + "volume": 0, + "temperature": 24.420013887148915, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T09:00:00.000Z", + "level": 269.98902050767913, + "flow": 62.196148088796036, + "inflow": 8.189982718176314, + "volume": 0, + "temperature": 26.534101470443243, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T10:00:00.000Z", + "level": 269.9702968396875, + "flow": 61.67181758235968, + "inflow": 8.448894027838925, + "volume": 0, + "temperature": 25.88755780573142, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T11:00:00.000Z", + "level": 269.9904624075696, + "flow": 61.9333403841902, + "inflow": 8.588350023941382, + "volume": 0, + "temperature": 25.95641339234324, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T12:00:00.000Z", + "level": 269.9945983759992, + "flow": 61.72792425693826, + "inflow": 9.519874069378035, + "volume": 0, + "temperature": 25.06880706157784, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T13:00:00.000Z", + "level": 269.98959408293024, + "flow": 62.66750219810351, + "inflow": 9.269499694318236, + "volume": 0, + "temperature": 23.55257658335432, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T14:00:00.000Z", + "level": 269.9664532764417, + "flow": 63.016013320563445, + "inflow": 8.478168581631843, + "volume": 0, + "temperature": 21.269357806916638, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T15:00:00.000Z", + "level": 269.98491557283415, + "flow": 63.62403912448269, + "inflow": 8.300481527207035, + "volume": 0, + "temperature": 19.86510865167265, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T16:00:00.000Z", + "level": 269.9806688679602, + "flow": 63.62352887421461, + "inflow": 8.764153136002648, + "volume": 0, + "temperature": 17.971778839830954, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T17:00:00.000Z", + "level": 269.99036363345783, + "flow": 63.415125618546845, + "inflow": 9.710969623012058, + "volume": 0, + "temperature": 15.437469709842444, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T18:00:00.000Z", + "level": 269.9875265717433, + "flow": 63.894977652908125, + "inflow": 10.684729796402205, + "volume": 0, + "temperature": 14.63571114160544, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T19:00:00.000Z", + "level": 269.9786442005801, + "flow": 63.84246641085656, + "inflow": 10.439636044129303, + "volume": 0, + "temperature": 11.366455509607025, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T20:00:00.000Z", + "level": 269.9603109705, + "flow": 62.91492464603825, + "inflow": 9.916109874395005, + "volume": 0, + "temperature": 10.641133780561791, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T21:00:00.000Z", + "level": 269.9539630975866, + "flow": 63.285093519448296, + "inflow": 9.728530860882614, + "volume": 0, + "temperature": 9.770039616121998, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T22:00:00.000Z", + "level": 269.93719142722546, + "flow": 62.963755867296825, + "inflow": 10.446853055117263, + "volume": 0, + "temperature": 9.442293846064286, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T23:00:00.000Z", + "level": 269.9242006714898, + "flow": 62.883610987887636, + "inflow": 10.604229550212132, + "volume": 0, + "temperature": 9.906252428397334, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T00:00:00.000Z", + "level": 269.9326338819354, + "flow": 62.63691468855457, + "inflow": 10.771809050400636, + "volume": 0, + "temperature": 11.63933162566923, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T01:00:00.000Z", + "level": 269.9274527853325, + "flow": 62.66768671790953, + "inflow": 11.74212405484635, + "volume": 0, + "temperature": 12.294031958468377, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T02:00:00.000Z", + "level": 269.941406193068, + "flow": 62.05231544204929, + "inflow": 11.95963414190411, + "volume": 0, + "temperature": 13.749911113557427, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T03:00:00.000Z", + "level": 269.9244204838623, + "flow": 61.28539458085445, + "inflow": 11.809245744736799, + "volume": 0, + "temperature": 16.437945375795856, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T04:00:00.000Z", + "level": 269.94842677705697, + "flow": 62.16981179234275, + "inflow": 11.114552697916036, + "volume": 0, + "temperature": 17.020915629681244, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T05:00:00.000Z", + "level": 269.92808832586934, + "flow": 62.2727485790249, + "inflow": 10.22286425343033, + "volume": 0, + "temperature": 19.595893028525328, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T06:00:00.000Z", + "level": 269.92918153862996, + "flow": 62.322705453398996, + "inflow": 10.62599781004807, + "volume": 0, + "temperature": 22.019336275491995, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T07:00:00.000Z", + "level": 269.9428463956028, + "flow": 63.18364605939582, + "inflow": 10.344682826288901, + "volume": 0, + "temperature": 22.720664595543735, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T08:00:00.000Z", + "level": 269.9366920222323, + "flow": 63.59175242382785, + "inflow": 9.854867253125684, + "volume": 0, + "temperature": 24.174930944532527, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T09:00:00.000Z", + "level": 269.92279083383676, + "flow": 63.309766752962986, + "inflow": 9.460431652484658, + "volume": 0, + "temperature": 25.507310377474273, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T10:00:00.000Z", + "level": 269.92118097844633, + "flow": 64.24335089525435, + "inflow": 10.287196095840667, + "volume": 0, + "temperature": 26.361170969995754, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T11:00:00.000Z", + "level": 269.92760884875554, + "flow": 65.0553238828999, + "inflow": 10.426265614652609, + "volume": 0, + "temperature": 25.190485707441162, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T12:00:00.000Z", + "level": 269.9129723096316, + "flow": 64.39454341840046, + "inflow": 10.569019346235192, + "volume": 0, + "temperature": 24.373541269062947, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T13:00:00.000Z", + "level": 269.89882508745785, + "flow": 63.52953507305739, + "inflow": 9.993572517502123, + "volume": 0, + "temperature": 22.888283237376665, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T14:00:00.000Z", + "level": 269.9224168392425, + "flow": 64.080022346407, + "inflow": 9.716066019605345, + "volume": 0, + "temperature": 22.802860841120527, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T15:00:00.000Z", + "level": 269.92881516661686, + "flow": 64.57022242124982, + "inflow": 9.150026258020688, + "volume": 0, + "temperature": 19.75039250791927, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T16:00:00.000Z", + "level": 269.944409958698, + "flow": 63.7578383765133, + "inflow": 9.029600235857286, + "volume": 0, + "temperature": 17.611181966488015, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T17:00:00.000Z", + "level": 269.9693892152232, + "flow": 62.96138621341391, + "inflow": 9.305252948657436, + "volume": 0, + "temperature": 16.357759804610748, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T18:00:00.000Z", + "level": 269.97430338648553, + "flow": 63.36834849285088, + "inflow": 9.172611218044779, + "volume": 0, + "temperature": 14.86932238221457, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T19:00:00.000Z", + "level": 269.9695576018787, + "flow": 62.70212497013734, + "inflow": 9.404488739324194, + "volume": 0, + "temperature": 12.608374801904063, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T20:00:00.000Z", + "level": 269.9802777776744, + "flow": 63.02585875387906, + "inflow": 9.013374454336454, + "volume": 0, + "temperature": 10.306719477417655, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T21:00:00.000Z", + "level": 269.9732728207124, + "flow": 62.1472094903161, + "inflow": 8.647709736230697, + "volume": 0, + "temperature": 9.61646078013982, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T22:00:00.000Z", + "level": 269.9933078515363, + "flow": 62.894403468838476, + "inflow": 8.99677684830684, + "volume": 0, + "temperature": 10.91099377624382, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T23:00:00.000Z", + "level": 269.9943552015705, + "flow": 62.31088811008934, + "inflow": 8.17746657731157, + "volume": 0, + "temperature": 10.941417320303733, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T00:00:00.000Z", + "level": 270.0048831090764, + "flow": 61.852580029545436, + "inflow": 8.083592006669353, + "volume": 0, + "temperature": 11.879228923344098, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T01:00:00.000Z", + "level": 269.99630489652003, + "flow": 62.79541894769152, + "inflow": 9.010018501337566, + "volume": 0, + "temperature": 12.944580412692767, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T02:00:00.000Z", + "level": 269.99748604628144, + "flow": 62.07162891961162, + "inflow": 8.264415064524961, + "volume": 0, + "temperature": 13.502829880652397, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T03:00:00.000Z", + "level": 269.98558671020226, + "flow": 61.59747032910869, + "inflow": 8.031163346161925, + "volume": 0, + "temperature": 16.24534708721028, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T04:00:00.000Z", + "level": 269.9957388202246, + "flow": 61.6012603669861, + "inflow": 7.981006583406856, + "volume": 0, + "temperature": 18.00691731358211, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T05:00:00.000Z", + "level": 270.00863026156907, + "flow": 62.58503633443163, + "inflow": 7.33970210723814, + "volume": 0, + "temperature": 20.180671735442907, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T06:00:00.000Z", + "level": 269.9935789402901, + "flow": 62.29480469079693, + "inflow": 8.268772251073717, + "volume": 0, + "temperature": 22.41995796578855, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T07:00:00.000Z", + "level": 269.9930534035913, + "flow": 61.53984794338324, + "inflow": 8.852168843011807, + "volume": 0, + "temperature": 23.836277544061847, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T08:00:00.000Z", + "level": 269.9723726253369, + "flow": 61.95046448174368, + "inflow": 9.773437626049233, + "volume": 0, + "temperature": 25.840438882745776, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T09:00:00.000Z", + "level": 269.959047154381, + "flow": 61.08811571422792, + "inflow": 10.522229952562245, + "volume": 0, + "temperature": 24.785728180006018, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T10:00:00.000Z", + "level": 269.9484255678191, + "flow": 61.75932631518173, + "inflow": 10.944168888288067, + "volume": 0, + "temperature": 25.236091381372336, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T11:00:00.000Z", + "level": 269.9581238123407, + "flow": 62.13195121947562, + "inflow": 11.38158440793261, + "volume": 0, + "temperature": 24.964464353093042, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T12:00:00.000Z", + "level": 269.93378593730785, + "flow": 61.46869063741508, + "inflow": 10.447437556705754, + "volume": 0, + "temperature": 25.01405030733684, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T13:00:00.000Z", + "level": 269.95751681981847, + "flow": 61.3464587031344, + "inflow": 10.007870898267925, + "volume": 0, + "temperature": 24.64635903208278, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T14:00:00.000Z", + "level": 269.9522637283136, + "flow": 60.79762862929876, + "inflow": 9.20350175196901, + "volume": 0, + "temperature": 21.81940063532072, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T15:00:00.000Z", + "level": 269.9430089393657, + "flow": 60.416615637864695, + "inflow": 9.165216590360588, + "volume": 0, + "temperature": 19.181680934583007, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T16:00:00.000Z", + "level": 269.92431495393885, + "flow": 60.975576094222134, + "inflow": 9.765098517894115, + "volume": 0, + "temperature": 18.032013109764094, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T17:00:00.000Z", + "level": 269.91748093408944, + "flow": 60.95109909219261, + "inflow": 9.375276615762747, + "volume": 0, + "temperature": 15.385643674080846, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T18:00:00.000Z", + "level": 269.9253306571129, + "flow": 61.25438047748923, + "inflow": 8.923387645465581, + "volume": 0, + "temperature": 14.924494101860825, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T19:00:00.000Z", + "level": 269.93574704862056, + "flow": 61.971893985511024, + "inflow": 8.694609532978047, + "volume": 0, + "temperature": 12.111597164158162, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T20:00:00.000Z", + "level": 269.94698311187915, + "flow": 61.77286441085904, + "inflow": 9.337877892190381, + "volume": 0, + "temperature": 10.99620032945041, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T21:00:00.000Z", + "level": 269.97099622414925, + "flow": 60.960946752667, + "inflow": 10.104135179155895, + "volume": 0, + "temperature": 10.943888608310461, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T22:00:00.000Z", + "level": 269.98087441195116, + "flow": 60.71976604516861, + "inflow": 11.053107921014236, + "volume": 0, + "temperature": 10.39401702068873, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T23:00:00.000Z", + "level": 269.9896234154938, + "flow": 61.099753123022495, + "inflow": 10.371199601190412, + "volume": 0, + "temperature": 9.567007842396592, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T00:00:00.000Z", + "level": 269.9865386159675, + "flow": 61.63882656860353, + "inflow": 10.05752631628605, + "volume": 0, + "temperature": 10.755106022278108, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T01:00:00.000Z", + "level": 269.98059250286605, + "flow": 62.12589786539017, + "inflow": 9.699125149812913, + "volume": 0, + "temperature": 12.51448440336024, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T02:00:00.000Z", + "level": 269.9873447405938, + "flow": 62.234933111730584, + "inflow": 9.681316551226471, + "volume": 0, + "temperature": 13.065741308730916, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T03:00:00.000Z", + "level": 270.0095494651812, + "flow": 62.5070019788257, + "inflow": 9.947144670255344, + "volume": 0, + "temperature": 15.550746474795472, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T04:00:00.000Z", + "level": 270.00439839769297, + "flow": 62.77951399702974, + "inflow": 10.669066377898073, + "volume": 0, + "temperature": 17.29393543165059, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T05:00:00.000Z", + "level": 270.01201327577377, + "flow": 63.74939853706304, + "inflow": 10.350649556971364, + "volume": 0, + "temperature": 19.226707745538484, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T06:00:00.000Z", + "level": 269.9910247829644, + "flow": 64.72050793535088, + "inflow": 10.914515726076266, + "volume": 0, + "temperature": 21.396613994299376, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T07:00:00.000Z", + "level": 270.0027428802973, + "flow": 64.96630805599155, + "inflow": 9.946609281346058, + "volume": 0, + "temperature": 23.760389619970915, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T08:00:00.000Z", + "level": 269.9932800508015, + "flow": 64.00500816535389, + "inflow": 9.636043827652145, + "volume": 0, + "temperature": 24.63863313966992, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T09:00:00.000Z", + "level": 269.9806400153215, + "flow": 63.62296988530988, + "inflow": 8.818017857853725, + "volume": 0, + "temperature": 24.862699856188517, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T10:00:00.000Z", + "level": 269.9776776831442, + "flow": 64.26201891019768, + "inflow": 9.31823371711592, + "volume": 0, + "temperature": 26.990776078716394, + "precipitation": 11.220081894294498 + }, + { + "timestamp": "2026-05-21T11:00:00.000Z", + "level": 269.96072316846033, + "flow": 64.0091038861383, + "inflow": 9.698069268776297, + "volume": 0, + "temperature": 25.38176401925723, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T12:00:00.000Z", + "level": 269.96871214529097, + "flow": 63.272438563221584, + "inflow": 9.882679664420044, + "volume": 0, + "temperature": 24.991560811724902, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T13:00:00.000Z", + "level": 269.9709461715378, + "flow": 63.483828015568186, + "inflow": 10.679653837693518, + "volume": 0, + "temperature": 24.004426419466277, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T14:00:00.000Z", + "level": 269.97641393875307, + "flow": 63.22094738432556, + "inflow": 10.975759073748666, + "volume": 0, + "temperature": 21.090753111329906, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T15:00:00.000Z", + "level": 269.9586473524749, + "flow": 64.05985623113955, + "inflow": 11.504796562250348, + "volume": 0, + "temperature": 20.808692799052757, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T16:00:00.000Z", + "level": 269.9388215376077, + "flow": 63.25172513263835, + "inflow": 11.773841349417898, + "volume": 0, + "temperature": 17.628743857434177, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T17:00:00.000Z", + "level": 269.94901066876986, + "flow": 63.018212131059194, + "inflow": 12.415738077956451, + "volume": 0, + "temperature": 15.781346090510379, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T18:00:00.000Z", + "level": 269.95260332058933, + "flow": 63.638918935556276, + "inflow": 12.841732931974747, + "volume": 0, + "temperature": 14.596389565489401, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T19:00:00.000Z", + "level": 269.93060067936545, + "flow": 63.69457888985891, + "inflow": 12.658784313611573, + "volume": 0, + "temperature": 13.148507779855489, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T20:00:00.000Z", + "level": 269.9451953531555, + "flow": 64.02205761402149, + "inflow": 12.413788723256172, + "volume": 0, + "temperature": 11.99913267943538, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T21:00:00.000Z", + "level": 269.96734008649037, + "flow": 63.612385859472944, + "inflow": 11.492719504436554, + "volume": 0, + "temperature": 9.444086128826761, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T22:00:00.000Z", + "level": 269.9528642757266, + "flow": 62.93997098233126, + "inflow": 11.638101326308504, + "volume": 0, + "temperature": 10.410938989297492, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T23:00:00.000Z", + "level": 269.97179806712353, + "flow": 62.8262541203086, + "inflow": 12.247583918300426, + "volume": 0, + "temperature": 10.711777517947706, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T00:00:00.000Z", + "level": 269.9814666476545, + "flow": 63.60070305813488, + "inflow": 13.04364202851284, + "volume": 0, + "temperature": 11.612836628964564, + "precipitation": 13.727178883569117 + }, + { + "timestamp": "2026-05-22T01:00:00.000Z", + "level": 269.9689354141597, + "flow": 64.45108206233834, + "inflow": 13.14352376672868, + "volume": 0, + "temperature": 11.702880190110378, + "precipitation": 2.1023189061531298 + }, + { + "timestamp": "2026-05-22T02:00:00.000Z", + "level": 269.9905506242403, + "flow": 63.90088201991054, + "inflow": 13.25916186816266, + "volume": 0, + "temperature": 13.99513097169208, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T03:00:00.000Z", + "level": 269.98809268878955, + "flow": 63.510845654478125, + "inflow": 14.023648624933926, + "volume": 0, + "temperature": 15.963469612635954, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T04:00:00.000Z", + "level": 269.97897466742955, + "flow": 64.05862131684094, + "inflow": 13.50468425503449, + "volume": 0, + "temperature": 17.528835930747533, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T05:00:00.000Z", + "level": 269.9887199145208, + "flow": 64.26313372542461, + "inflow": 13.391320596685068, + "volume": 0, + "temperature": 19.978462783951283, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T06:00:00.000Z", + "level": 269.9757190528031, + "flow": 64.24679108579532, + "inflow": 13.079703006762703, + "volume": 0, + "temperature": 22.71294404265253, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T07:00:00.000Z", + "level": 269.9541486561158, + "flow": 64.91219969381257, + "inflow": 12.100491860788779, + "volume": 0, + "temperature": 22.922597520254275, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T08:00:00.000Z", + "level": 269.9684848949988, + "flow": 64.35895884026122, + "inflow": 11.18984422557958, + "volume": 0, + "temperature": 25.25326027810308, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T09:00:00.000Z", + "level": 269.98812676339156, + "flow": 63.37241265446562, + "inflow": 11.653337899160077, + "volume": 0, + "temperature": 25.122355754790384, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T10:00:00.000Z", + "level": 269.9728088195172, + "flow": 63.608977334251065, + "inflow": 11.481872924955933, + "volume": 0, + "temperature": 25.43216349017303, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T11:00:00.000Z", + "level": 269.98709539206027, + "flow": 63.81254286175403, + "inflow": 11.758581751614258, + "volume": 0, + "temperature": 24.76383499571052, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T12:00:00.000Z", + "level": 269.98924597931045, + "flow": 62.98744128443548, + "inflow": 12.088214562225545, + "volume": 0, + "temperature": 24.724583042731645, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T13:00:00.000Z", + "level": 269.99390360956806, + "flow": 62.4731393474019, + "inflow": 11.741803805626247, + "volume": 0, + "temperature": 22.950172098127705, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T14:00:00.000Z", + "level": 269.9955971043896, + "flow": 61.96633574954804, + "inflow": 11.018301069955783, + "volume": 0, + "temperature": 21.344194759452627, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T15:00:00.000Z", + "level": 269.99082048168765, + "flow": 61.884824520865806, + "inflow": 10.372208952508096, + "volume": 0, + "temperature": 19.288001608640347, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T16:00:00.000Z", + "level": 269.9783300231675, + "flow": 62.2332593538968, + "inflow": 10.440314028143302, + "volume": 0, + "temperature": 17.040045174931283, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T17:00:00.000Z", + "level": 269.97350654677217, + "flow": 62.40722347847606, + "inflow": 9.817519579983708, + "volume": 0, + "temperature": 16.415432770630257, + "precipitation": 5.7773229517247024 + }, + { + "timestamp": "2026-05-22T18:00:00.000Z", + "level": 269.957574634933, + "flow": 61.74538394697998, + "inflow": 10.723968645658069, + "volume": 0, + "temperature": 14.29760557296444, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T19:00:00.000Z", + "level": 269.9519382685041, + "flow": 62.19126750027266, + "inflow": 9.98746885513669, + "volume": 0, + "temperature": 12.937467124991628, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T20:00:00.000Z", + "level": 269.964777647097, + "flow": 63.00164329638914, + "inflow": 10.354863191637392, + "volume": 0, + "temperature": 10.436188281545688, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T21:00:00.000Z", + "level": 269.96510873831244, + "flow": 62.66086980147923, + "inflow": 10.82581198611607, + "volume": 0, + "temperature": 9.451907696879344, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T22:00:00.000Z", + "level": 269.9530689952552, + "flow": 63.608142490134796, + "inflow": 10.520809270613938, + "volume": 0, + "temperature": 10.83685932405027, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T23:00:00.000Z", + "level": 269.9307561309712, + "flow": 64.09967753078777, + "inflow": 9.997292749602359, + "volume": 0, + "temperature": 10.665009533933215, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T00:00:00.000Z", + "level": 269.9446574900842, + "flow": 64.57457513838708, + "inflow": 10.157894790857455, + "volume": 0, + "temperature": 11.091069869107212, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T01:00:00.000Z", + "level": 269.94083664522543, + "flow": 65.45169608901946, + "inflow": 9.773619312527691, + "volume": 0, + "temperature": 12.313831137368155, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T02:00:00.000Z", + "level": 269.9531539808213, + "flow": 64.68215705447479, + "inflow": 10.715574725260302, + "volume": 0, + "temperature": 13.535038775502622, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T03:00:00.000Z", + "level": 269.93016178383544, + "flow": 64.39097161208143, + "inflow": 10.406927815846817, + "volume": 0, + "temperature": 15.776129128479253, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T04:00:00.000Z", + "level": 269.9449956795372, + "flow": 65.09311867292811, + "inflow": 9.868515760124817, + "volume": 0, + "temperature": 18.30397839811756, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T05:00:00.000Z", + "level": 269.9597558226055, + "flow": 65.64588819361738, + "inflow": 10.240080538493682, + "volume": 0, + "temperature": 19.615618190413485, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T06:00:00.000Z", + "level": 269.95717490822756, + "flow": 65.79630852601291, + "inflow": 9.463386238014387, + "volume": 0, + "temperature": 22.227858075569422, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T07:00:00.000Z", + "level": 269.95890634587823, + "flow": 64.99254836965977, + "inflow": 9.569604840856817, + "volume": 0, + "temperature": 23.419068157400158, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T08:00:00.000Z", + "level": 269.9677142898486, + "flow": 65.06137640583053, + "inflow": 9.058815233472737, + "volume": 0, + "temperature": 24.01270314570144, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T09:00:00.000Z", + "level": 269.9591185065213, + "flow": 65.09673348240786, + "inflow": 9.769978527497035, + "volume": 0, + "temperature": 26.33620060444579, + "precipitation": 7.229331606023094 + }, + { + "timestamp": "2026-05-23T10:00:00.000Z", + "level": 269.977817989875, + "flow": 64.22046421096829, + "inflow": 10.4538657781106, + "volume": 0, + "temperature": 25.09805772885753, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T11:00:00.000Z", + "level": 269.9531064185745, + "flow": 64.06814074578907, + "inflow": 10.55280278414996, + "volume": 0, + "temperature": 26.301851349415237, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T12:00:00.000Z", + "level": 269.96572303935505, + "flow": 63.40507104110266, + "inflow": 10.0475670720343, + "volume": 0, + "temperature": 24.876594228236097, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T13:00:00.000Z", + "level": 269.97922918587795, + "flow": 63.93177716629614, + "inflow": 10.260608523827358, + "volume": 0, + "temperature": 24.212400179633065, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T14:00:00.000Z", + "level": 269.98921756017717, + "flow": 64.25460726110319, + "inflow": 11.089410141230895, + "volume": 0, + "temperature": 22.62344446418486, + "precipitation": 6.290004309661051 + }, + { + "timestamp": "2026-05-23T15:00:00.000Z", + "level": 269.99501056534734, + "flow": 65.05857646056356, + "inflow": 11.503706960385975, + "volume": 0, + "temperature": 20.80685627127569, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T16:00:00.000Z", + "level": 270.00100077815983, + "flow": 66.05567015054386, + "inflow": 11.11537392219396, + "volume": 0, + "temperature": 18.058412597854595, + "precipitation": 8.647361234127278 + }, + { + "timestamp": "2026-05-23T17:00:00.000Z", + "level": 270.01517913956474, + "flow": 66.98339897960079, + "inflow": 10.620041799125811, + "volume": 0, + "temperature": 16.719659321305965, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T18:00:00.000Z", + "level": 269.99203493672894, + "flow": 67.6759780075813, + "inflow": 10.06859533921612, + "volume": 0, + "temperature": 14.52213395890285, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T19:00:00.000Z", + "level": 269.9729639646934, + "flow": 67.80909923701641, + "inflow": 10.808613544853227, + "volume": 0, + "temperature": 12.071972455179697, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T20:00:00.000Z", + "level": 269.9561058186062, + "flow": 67.50987329300237, + "inflow": 11.368967710254367, + "volume": 0, + "temperature": 11.333903599016871, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T21:00:00.000Z", + "level": 269.9456287313873, + "flow": 67.56550499753904, + "inflow": 11.606450573849948, + "volume": 0, + "temperature": 9.87686822187922, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T22:00:00.000Z", + "level": 269.9273966416997, + "flow": 68.41477164833535, + "inflow": 12.555177279582328, + "volume": 0, + "temperature": 9.995660965136114, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T23:00:00.000Z", + "level": 269.9272990257182, + "flow": 69.00749819737128, + "inflow": 12.433276665448414, + "volume": 0, + "temperature": 10.524576502072179, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T00:00:00.000Z", + "level": 269.9050126625453, + "flow": 69.12735340929096, + "inflow": 13.258538596448366, + "volume": 0, + "temperature": 12.003108890829019, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T01:00:00.000Z", + "level": 269.8820120802532, + "flow": 69.07875465771205, + "inflow": 13.581356659389753, + "volume": 0, + "temperature": 13.271139721169178, + "precipitation": 5.512042094727083 + }, + { + "timestamp": "2026-05-24T02:00:00.000Z", + "level": 269.8586943612365, + "flow": 68.90626527085735, + "inflow": 13.18765943941719, + "volume": 0, + "temperature": 13.868943221260437, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T03:00:00.000Z", + "level": 269.84858766280263, + "flow": 68.79539053278116, + "inflow": 12.388292522074032, + "volume": 0, + "temperature": 15.84541645340525, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T04:00:00.000Z", + "level": 269.8624599683146, + "flow": 68.21360642517216, + "inflow": 13.215631958382101, + "volume": 0, + "temperature": 17.482496781384782, + "precipitation": 9.048652627073059 + }, + { + "timestamp": "2026-05-24T05:00:00.000Z", + "level": 269.87525566724423, + "flow": 67.78441290928586, + "inflow": 12.924984647594965, + "volume": 0, + "temperature": 19.70999178588402, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T06:00:00.000Z", + "level": 269.89998216304144, + "flow": 66.82394512000047, + "inflow": 11.942968078460037, + "volume": 0, + "temperature": 21.977208491415862, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T07:00:00.000Z", + "level": 269.89901397542457, + "flow": 66.58476062645256, + "inflow": 11.696600499248925, + "volume": 0, + "temperature": 22.72923564678664, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T08:00:00.000Z", + "level": 269.89702091855315, + "flow": 65.88383972599094, + "inflow": 12.153824608480491, + "volume": 0, + "temperature": 25.89118515843138, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T09:00:00.000Z", + "level": 269.88500571453153, + "flow": 66.6671788133713, + "inflow": 12.989851348965182, + "volume": 0, + "temperature": 24.942142238293336, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T10:00:00.000Z", + "level": 269.8720606350133, + "flow": 67.19096030402822, + "inflow": 12.682565002725996, + "volume": 0, + "temperature": 26.981054980592695, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T11:00:00.000Z", + "level": 269.8867597435863, + "flow": 68.08620453432025, + "inflow": 13.395766975029428, + "volume": 0, + "temperature": 25.318531094134713, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T12:00:00.000Z", + "level": 269.8708523975251, + "flow": 68.90686467281786, + "inflow": 13.238378448419107, + "volume": 0, + "temperature": 24.412837603944098, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T13:00:00.000Z", + "level": 269.85853676999835, + "flow": 68.50947461179177, + "inflow": 13.421526261272888, + "volume": 0, + "temperature": 24.164658471844238, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T14:00:00.000Z", + "level": 269.86063056828806, + "flow": 69.20129050464485, + "inflow": 13.16774042542767, + "volume": 0, + "temperature": 21.016144584472155, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T15:00:00.000Z", + "level": 269.87391087014987, + "flow": 69.32242461001033, + "inflow": 13.714748830386707, + "volume": 0, + "temperature": 20.80903242126439, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T16:00:00.000Z", + "level": 269.8918553299426, + "flow": 69.77760286395555, + "inflow": 14.182127173319511, + "volume": 0, + "temperature": 17.957649594145202, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T17:00:00.000Z", + "level": 269.8920435967007, + "flow": 70.28921240745792, + "inflow": 13.66699629545624, + "volume": 0, + "temperature": 15.190005179587168, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T18:00:00.000Z", + "level": 269.8998744023476, + "flow": 70.52420221765473, + "inflow": 13.10437875695902, + "volume": 0, + "temperature": 13.03735588655773, + "precipitation": 7.1814277860810005 + }, + { + "timestamp": "2026-05-24T19:00:00.000Z", + "level": 269.883360984812, + "flow": 70.13432538969737, + "inflow": 13.565985228288435, + "volume": 0, + "temperature": 13.305026680093762, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T20:00:00.000Z", + "level": 269.900757302916, + "flow": 70.84138917992688, + "inflow": 12.865377009977243, + "volume": 0, + "temperature": 11.102746177314863, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T21:00:00.000Z", + "level": 269.91834245550626, + "flow": 70.58275116438953, + "inflow": 13.64885679053475, + "volume": 0, + "temperature": 9.529187206289837, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T22:00:00.000Z", + "level": 269.9228631728559, + "flow": 71.30674003895355, + "inflow": 13.686758861992239, + "volume": 0, + "temperature": 10.61208795841824, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T23:00:00.000Z", + "level": 269.9410465485075, + "flow": 71.6426068135805, + "inflow": 13.907918062795494, + "volume": 0, + "temperature": 9.739278023955546, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T00:00:00.000Z", + "level": 269.95140140650204, + "flow": 71.66857320895339, + "inflow": 13.927449958051325, + "volume": 0, + "temperature": 10.91940700180146, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T01:00:00.000Z", + "level": 269.92768472085186, + "flow": 71.48982270712918, + "inflow": 14.878656543726306, + "volume": 0, + "temperature": 13.244547542089231, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T02:00:00.000Z", + "level": 269.92199313829946, + "flow": 71.01406460980238, + "inflow": 15.032055976285513, + "volume": 0, + "temperature": 13.040396672925544, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T03:00:00.000Z", + "level": 269.90528976962753, + "flow": 70.23497063143338, + "inflow": 15.93953091327594, + "volume": 0, + "temperature": 15.203565912481913, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T04:00:00.000Z", + "level": 269.8952359842564, + "flow": 69.32854027905987, + "inflow": 15.862627377598887, + "volume": 0, + "temperature": 18.611948818550903, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T05:00:00.000Z", + "level": 269.8784310471286, + "flow": 69.16194064590975, + "inflow": 16.396593090948613, + "volume": 0, + "temperature": 20.175352334208235, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T06:00:00.000Z", + "level": 269.86740574677765, + "flow": 69.32475279509222, + "inflow": 17.233800699288672, + "volume": 0, + "temperature": 21.550911861318315, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T07:00:00.000Z", + "level": 269.8743048978634, + "flow": 68.82639059283652, + "inflow": 17.89311514452105, + "volume": 0, + "temperature": 24.023556928584348, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T08:00:00.000Z", + "level": 269.85024866324557, + "flow": 68.40187169786437, + "inflow": 17.68104376454926, + "volume": 0, + "temperature": 25.019555203228794, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T09:00:00.000Z", + "level": 269.836052973076, + "flow": 67.9255196345114, + "inflow": 17.139270041986194, + "volume": 0, + "temperature": 25.69319332794438, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T10:00:00.000Z", + "level": 269.82004490489567, + "flow": 67.39165189492323, + "inflow": 16.826651371349556, + "volume": 0, + "temperature": 25.884711726821266, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T11:00:00.000Z", + "level": 269.8220890842271, + "flow": 66.54716706554191, + "inflow": 16.933003004018328, + "volume": 0, + "temperature": 25.56479473359063, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T12:00:00.000Z", + "level": 269.84377736667886, + "flow": 67.45681194532092, + "inflow": 17.477036023613287, + "volume": 0, + "temperature": 25.65998143017517, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T13:00:00.000Z", + "level": 269.8447979121483, + "flow": 67.52007671563229, + "inflow": 17.341667530739056, + "volume": 0, + "temperature": 24.18907766075748, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T14:00:00.000Z", + "level": 269.83059148376276, + "flow": 68.26272988358713, + "inflow": 17.993630343030226, + "volume": 0, + "temperature": 22.665565707438397, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T15:00:00.000Z", + "level": 269.812186727391, + "flow": 68.54126848404233, + "inflow": 17.013261343268685, + "volume": 0, + "temperature": 20.135870310694585, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T16:00:00.000Z", + "level": 269.7997117452235, + "flow": 69.3731002896449, + "inflow": 16.42360323088705, + "volume": 0, + "temperature": 17.297196008101622, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T17:00:00.000Z", + "level": 269.8055096921537, + "flow": 69.24646971516209, + "inflow": 15.783562323310122, + "volume": 0, + "temperature": 15.645770524037236, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T18:00:00.000Z", + "level": 269.8208352031181, + "flow": 68.8480193413208, + "inflow": 16.59392690234497, + "volume": 0, + "temperature": 14.250469867996635, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T19:00:00.000Z", + "level": 269.83168850300757, + "flow": 68.52885627036812, + "inflow": 15.998270704324604, + "volume": 0, + "temperature": 11.76584425097764, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T20:00:00.000Z", + "level": 269.8187199028788, + "flow": 68.729222350366, + "inflow": 16.352608166923147, + "volume": 0, + "temperature": 11.75803515738103, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T21:00:00.000Z", + "level": 269.81554426094243, + "flow": 68.36033574803751, + "inflow": 17.20468990011437, + "volume": 0, + "temperature": 10.120960730185512, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T22:00:00.000Z", + "level": 269.83945699244805, + "flow": 69.19250604143873, + "inflow": 16.216666873624842, + "volume": 0, + "temperature": 10.441021085914526, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T23:00:00.000Z", + "level": 269.8299962016895, + "flow": 68.83920209721714, + "inflow": 16.056626128850404, + "volume": 0, + "temperature": 10.81367821125026, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T00:00:00.000Z", + "level": 269.8443424267271, + "flow": 69.4087162401993, + "inflow": 15.483191827254782, + "volume": 0, + "temperature": 10.916649519950798, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T01:00:00.000Z", + "level": 269.8289297808315, + "flow": 69.74197115304129, + "inflow": 15.510725381000055, + "volume": 0, + "temperature": 11.655489386988641, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T02:00:00.000Z", + "level": 269.81298115865417, + "flow": 69.55609204341903, + "inflow": 15.309456738202032, + "volume": 0, + "temperature": 13.275913154327364, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T03:00:00.000Z", + "level": 269.79267602103556, + "flow": 70.11099455380523, + "inflow": 14.823175014309422, + "volume": 0, + "temperature": 16.636581832835223, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T04:00:00.000Z", + "level": 269.76994981551996, + "flow": 69.29025976843816, + "inflow": 14.71209852206925, + "volume": 0, + "temperature": 17.617078612636515, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T05:00:00.000Z", + "level": 269.7525767387313, + "flow": 68.96443153980817, + "inflow": 14.36548753162163, + "volume": 0, + "temperature": 20.22143787328864, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T06:00:00.000Z", + "level": 269.7582561280296, + "flow": 68.73094833205892, + "inflow": 13.897305618935508, + "volume": 0, + "temperature": 22.060332724775378, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T07:00:00.000Z", + "level": 269.75527973845834, + "flow": 68.67135954471402, + "inflow": 13.319844672916584, + "volume": 0, + "temperature": 24.064851805863576, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T08:00:00.000Z", + "level": 269.7346347782606, + "flow": 69.30866809783807, + "inflow": 13.678967286509618, + "volume": 0, + "temperature": 25.06175322471559, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T09:00:00.000Z", + "level": 269.74213963794625, + "flow": 68.65161355559907, + "inflow": 14.650584137518395, + "volume": 0, + "temperature": 26.355115289390973, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T10:00:00.000Z", + "level": 269.75228556160266, + "flow": 68.24817389905954, + "inflow": 14.853925477848165, + "volume": 0, + "temperature": 25.703869133841167, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T11:00:00.000Z", + "level": 269.7537296724478, + "flow": 67.25297370974582, + "inflow": 14.394139244226576, + "volume": 0, + "temperature": 26.185240552507445, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T12:00:00.000Z", + "level": 269.7662275347593, + "flow": 68.00781994879252, + "inflow": 15.192325480553862, + "volume": 0, + "temperature": 25.647626291231095, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T13:00:00.000Z", + "level": 269.760138277343, + "flow": 67.16583029052217, + "inflow": 15.798693956578129, + "volume": 0, + "temperature": 23.923770871323896, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T14:00:00.000Z", + "level": 269.764318329839, + "flow": 66.93435505774795, + "inflow": 16.205573444190172, + "volume": 0, + "temperature": 21.900938265472224, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T15:00:00.000Z", + "level": 269.78262899566903, + "flow": 66.99265051546288, + "inflow": 15.302170958230835, + "volume": 0, + "temperature": 19.715221033561463, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T16:00:00.000Z", + "level": 269.78217429611476, + "flow": 66.17695800771914, + "inflow": 14.564638174595844, + "volume": 0, + "temperature": 17.619906908435844, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T17:00:00.000Z", + "level": 269.7987016960322, + "flow": 66.89364727753276, + "inflow": 14.708916847429052, + "volume": 0, + "temperature": 15.139206965147267, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T18:00:00.000Z", + "level": 269.7779743730254, + "flow": 66.18313877273313, + "inflow": 14.44783120164907, + "volume": 0, + "temperature": 14.401454064644394, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T19:00:00.000Z", + "level": 269.7689051264526, + "flow": 66.04452758709708, + "inflow": 14.937968422409387, + "volume": 0, + "temperature": 13.255030497114749, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T20:00:00.000Z", + "level": 269.7611558222032, + "flow": 65.62987361145478, + "inflow": 14.760651156944256, + "volume": 0, + "temperature": 11.838285630570082, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T21:00:00.000Z", + "level": 269.78092996179623, + "flow": 65.80268995613172, + "inflow": 14.256985542679988, + "volume": 0, + "temperature": 9.743844986283808, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T22:00:00.000Z", + "level": 269.79859641302886, + "flow": 66.60362177370824, + "inflow": 14.617867246376267, + "volume": 0, + "temperature": 9.382893447379875, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T23:00:00.000Z", + "level": 269.79538033400615, + "flow": 67.38684445333656, + "inflow": 14.257149914489304, + "volume": 0, + "temperature": 10.07639000306154, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T00:00:00.000Z", + "level": 269.80940639480116, + "flow": 67.07415387369818, + "inflow": 14.076482269156196, + "volume": 0, + "temperature": 11.155707301562071, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T01:00:00.000Z", + "level": 269.8130816938864, + "flow": 66.66324026730578, + "inflow": 14.126067462489129, + "volume": 0, + "temperature": 11.373468844467402, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T02:00:00.000Z", + "level": 269.8356895501946, + "flow": 65.80932603589962, + "inflow": 13.808830731743354, + "volume": 0, + "temperature": 13.126452684136435, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T03:00:00.000Z", + "level": 269.84425032977384, + "flow": 66.57803227063654, + "inflow": 12.918137846061523, + "volume": 0, + "temperature": 16.462340896510653, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T04:00:00.000Z", + "level": 269.827172649289, + "flow": 66.8244035978262, + "inflow": 11.993428703546819, + "volume": 0, + "temperature": 18.802954110627983, + "precipitation": 6.959308502543981 + }, + { + "timestamp": "2026-05-27T05:00:00.000Z", + "level": 269.8331202426949, + "flow": 67.23697474859578, + "inflow": 12.879100367906517, + "volume": 0, + "temperature": 19.9929466291792, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T06:00:00.000Z", + "level": 269.8314266667872, + "flow": 67.78741355260006, + "inflow": 12.443620243947777, + "volume": 0, + "temperature": 22.064571055885715, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T07:00:00.000Z", + "level": 269.83881508826613, + "flow": 68.30832839780652, + "inflow": 13.269718818989361, + "volume": 0, + "temperature": 23.4961723147948, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T08:00:00.000Z", + "level": 269.8553314400819, + "flow": 69.26313257203068, + "inflow": 13.387010181611373, + "volume": 0, + "temperature": 24.961382294755314, + "precipitation": 2.270635359465979 + }, + { + "timestamp": "2026-05-27T09:00:00.000Z", + "level": 269.86499336418433, + "flow": 68.78915228772553, + "inflow": 14.03048693645132, + "volume": 0, + "temperature": 26.258992730294086, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T10:00:00.000Z", + "level": 269.8888199189006, + "flow": 69.58240921865888, + "inflow": 14.871046888310406, + "volume": 0, + "temperature": 25.260050773986904, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T11:00:00.000Z", + "level": 269.8724298399867, + "flow": 70.41565671678384, + "inflow": 15.461199879520837, + "volume": 0, + "temperature": 25.320951035306667, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T12:00:00.000Z", + "level": 269.8608139157456, + "flow": 69.95880414082946, + "inflow": 16.085969759940507, + "volume": 0, + "temperature": 25.17057720371083, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T13:00:00.000Z", + "level": 269.8739333881449, + "flow": 70.7215450820134, + "inflow": 15.827810715269774, + "volume": 0, + "temperature": 23.217609055077766, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T14:00:00.000Z", + "level": 269.89676025724356, + "flow": 69.8696266941782, + "inflow": 15.41346441973429, + "volume": 0, + "temperature": 22.02489277592163, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T15:00:00.000Z", + "level": 269.90590204753937, + "flow": 70.09083521202191, + "inflow": 15.92812285916795, + "volume": 0, + "temperature": 19.58401774034212, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T16:00:00.000Z", + "level": 269.8829232654068, + "flow": 70.66139538620791, + "inflow": 15.78439357363986, + "volume": 0, + "temperature": 18.89615851342964, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T17:00:00.000Z", + "level": 269.8685330714082, + "flow": 71.34085274922744, + "inflow": 14.975825327132497, + "volume": 0, + "temperature": 15.96578063990297, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T18:00:00.000Z", + "level": 269.85492069900005, + "flow": 71.19419907484892, + "inflow": 14.699439315656145, + "volume": 0, + "temperature": 14.204735941526096, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T19:00:00.000Z", + "level": 269.86324162819244, + "flow": 70.44117806664725, + "inflow": 14.221992036757367, + "volume": 0, + "temperature": 12.052590784024195, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T20:00:00.000Z", + "level": 269.8877717016938, + "flow": 69.97163652737447, + "inflow": 13.702275419134006, + "volume": 0, + "temperature": 11.803413040755922, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T21:00:00.000Z", + "level": 269.8829873536412, + "flow": 70.22638630701599, + "inflow": 13.580605343877728, + "volume": 0, + "temperature": 10.879862638695942, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T22:00:00.000Z", + "level": 269.8714442012252, + "flow": 70.87671782214404, + "inflow": 14.155374690192136, + "volume": 0, + "temperature": 9.728947458476735, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T23:00:00.000Z", + "level": 269.84687808742734, + "flow": 71.25598211407481, + "inflow": 14.783780114830154, + "volume": 0, + "temperature": 11.191270818834418, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T00:00:00.000Z", + "level": 269.852565796926, + "flow": 71.56668225320993, + "inflow": 14.222346087065937, + "volume": 0, + "temperature": 11.579535020580488, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T01:00:00.000Z", + "level": 269.8306466549987, + "flow": 71.50808136752924, + "inflow": 13.558917866797664, + "volume": 0, + "temperature": 12.618279460577767, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T02:00:00.000Z", + "level": 269.8548700821332, + "flow": 70.55017861340393, + "inflow": 14.167478477827663, + "volume": 0, + "temperature": 14.862656090248757, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T03:00:00.000Z", + "level": 269.85010582316266, + "flow": 70.75641252968227, + "inflow": 14.353827491780892, + "volume": 0, + "temperature": 15.207915608789671, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T04:00:00.000Z", + "level": 269.8313050841832, + "flow": 70.57241864852004, + "inflow": 13.559249041532452, + "volume": 0, + "temperature": 17.535588863219743, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T05:00:00.000Z", + "level": 269.8519595394717, + "flow": 69.69175671516076, + "inflow": 14.130550784594407, + "volume": 0, + "temperature": 19.587640351564602, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T06:00:00.000Z", + "level": 269.84840160298404, + "flow": 69.06866188937607, + "inflow": 13.695250454657339, + "volume": 0, + "temperature": 22.168732681856202, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T07:00:00.000Z", + "level": 269.8648976790399, + "flow": 68.63556651863603, + "inflow": 14.606281798140536, + "volume": 0, + "temperature": 23.925941421408567, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T08:00:00.000Z", + "level": 269.87266859792305, + "flow": 68.86350390032263, + "inflow": 14.306166305428132, + "volume": 0, + "temperature": 24.06527812894415, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T09:00:00.000Z", + "level": 269.8754503866224, + "flow": 68.2452488520539, + "inflow": 15.141565296136847, + "volume": 0, + "temperature": 24.954127427710485, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T10:00:00.000Z", + "level": 269.8695879701994, + "flow": 67.94080082573234, + "inflow": 14.735318266109518, + "volume": 0, + "temperature": 25.89060333802664, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T11:00:00.000Z", + "level": 269.84996786566035, + "flow": 67.76065270682506, + "inflow": 14.217177785105982, + "volume": 0, + "temperature": 25.224579813200382, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T12:00:00.000Z", + "level": 269.840222889179, + "flow": 67.02657358571506, + "inflow": 14.343056115478223, + "volume": 0, + "temperature": 25.704572509446344, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T13:00:00.000Z", + "level": 269.8439069937753, + "flow": 66.95187397556003, + "inflow": 13.975689969497513, + "volume": 0, + "temperature": 23.706386691137073, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T14:00:00.000Z", + "level": 269.8378071461206, + "flow": 67.39066140434358, + "inflow": 13.227655723867885, + "volume": 0, + "temperature": 21.003533465682086, + "precipitation": 14.600935596921227 + }, + { + "timestamp": "2026-05-28T15:00:00.000Z", + "level": 269.8311455707608, + "flow": 66.68080311061708, + "inflow": 12.795597434649084, + "volume": 0, + "temperature": 19.592551158175304, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T16:00:00.000Z", + "level": 269.843875406838, + "flow": 65.74179412168776, + "inflow": 13.55983082190556, + "volume": 0, + "temperature": 17.430224869483567, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T17:00:00.000Z", + "level": 269.8358146817228, + "flow": 66.25132330766486, + "inflow": 12.702388805883357, + "volume": 0, + "temperature": 16.548243754030818, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T18:00:00.000Z", + "level": 269.84248477608566, + "flow": 65.38112730330417, + "inflow": 13.41048540704503, + "volume": 0, + "temperature": 14.305412718427831, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T19:00:00.000Z", + "level": 269.8309064844437, + "flow": 64.79970664718896, + "inflow": 13.128028341113334, + "volume": 0, + "temperature": 12.333647710308938, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T20:00:00.000Z", + "level": 269.8416733469364, + "flow": 64.5502050714523, + "inflow": 12.707331275195187, + "volume": 0, + "temperature": 11.726340171625385, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T21:00:00.000Z", + "level": 269.85386351108855, + "flow": 65.27922612474123, + "inflow": 11.806161363815985, + "volume": 0, + "temperature": 11.04198272558284, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T22:00:00.000Z", + "level": 269.8754237563342, + "flow": 64.60592708958909, + "inflow": 10.925604490754406, + "volume": 0, + "temperature": 9.171576313608075, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T23:00:00.000Z", + "level": 269.8661588172806, + "flow": 64.88902443239026, + "inflow": 10.973682896002744, + "volume": 0, + "temperature": 9.548916989555185, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T00:00:00.000Z", + "level": 269.86278193994576, + "flow": 64.66372954747197, + "inflow": 10.835675109679848, + "volume": 0, + "temperature": 11.332208716662688, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T01:00:00.000Z", + "level": 269.8476878574256, + "flow": 64.75091940773491, + "inflow": 11.746611298590212, + "volume": 0, + "temperature": 12.588263724942443, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T02:00:00.000Z", + "level": 269.86760925946203, + "flow": 64.78810916126807, + "inflow": 11.428868286293351, + "volume": 0, + "temperature": 13.466635245198212, + "precipitation": 11.19337583034626 + }, + { + "timestamp": "2026-05-29T03:00:00.000Z", + "level": 269.8735005377857, + "flow": 64.34224252535267, + "inflow": 11.2883984285744, + "volume": 0, + "temperature": 15.033575945591984, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T04:00:00.000Z", + "level": 269.88670190668086, + "flow": 63.994379330775395, + "inflow": 11.50340979747026, + "volume": 0, + "temperature": 18.022430122031643, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T05:00:00.000Z", + "level": 269.9090450623911, + "flow": 64.08395069776843, + "inflow": 12.07803306987504, + "volume": 0, + "temperature": 20.07713354937252, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T06:00:00.000Z", + "level": 269.8976437957751, + "flow": 63.482461873581116, + "inflow": 11.474142237426106, + "volume": 0, + "temperature": 21.18517294106132, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T07:00:00.000Z", + "level": 269.9170578306512, + "flow": 63.01965543954704, + "inflow": 12.037027864258066, + "volume": 0, + "temperature": 23.06809856211999, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T08:00:00.000Z", + "level": 269.93398713116096, + "flow": 63.68321210964681, + "inflow": 12.73748826461153, + "volume": 0, + "temperature": 24.162620874418316, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T09:00:00.000Z", + "level": 269.95017538171675, + "flow": 64.29997842901736, + "inflow": 11.833177814828096, + "volume": 0, + "temperature": 25.747707144512532, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T10:00:00.000Z", + "level": 269.9297129738695, + "flow": 65.0538837941593, + "inflow": 12.821229953175557, + "volume": 0, + "temperature": 26.910921685254124, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T11:00:00.000Z", + "level": 269.9383300189358, + "flow": 65.23632779200821, + "inflow": 11.978320184367192, + "volume": 0, + "temperature": 26.20276691948672, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T12:00:00.000Z", + "level": 269.944278216303, + "flow": 64.61575193571078, + "inflow": 11.29980416128302, + "volume": 0, + "temperature": 24.059572876448392, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T13:00:00.000Z", + "level": 269.9261118985802, + "flow": 65.2465457533614, + "inflow": 12.261307914089151, + "volume": 0, + "temperature": 23.703608515808256, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T14:00:00.000Z", + "level": 269.9098756554841, + "flow": 65.234904510153, + "inflow": 12.013720995164933, + "volume": 0, + "temperature": 22.96758027596439, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T15:00:00.000Z", + "level": 269.8946927397795, + "flow": 64.23512824581816, + "inflow": 11.339878591111631, + "volume": 0, + "temperature": 21.025864233007646, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T16:00:00.000Z", + "level": 269.88460319116444, + "flow": 63.559261593094874, + "inflow": 11.80165433934944, + "volume": 0, + "temperature": 18.497540874666015, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T17:00:00.000Z", + "level": 269.8747197354598, + "flow": 63.77282015565616, + "inflow": 11.885571089670538, + "volume": 0, + "temperature": 16.219052526934874, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T18:00:00.000Z", + "level": 269.8706263614678, + "flow": 63.27104205683847, + "inflow": 11.71951070013311, + "volume": 0, + "temperature": 13.136075765622097, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T19:00:00.000Z", + "level": 269.8494876379292, + "flow": 62.274902765799695, + "inflow": 11.109051166059913, + "volume": 0, + "temperature": 12.734455063053533, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T20:00:00.000Z", + "level": 269.86302914071234, + "flow": 61.55920220947817, + "inflow": 11.370451687105444, + "volume": 0, + "temperature": 11.782937560852128, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T21:00:00.000Z", + "level": 269.853984911646, + "flow": 61.29139228964103, + "inflow": 10.718637733546029, + "volume": 0, + "temperature": 9.87499227238812, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T22:00:00.000Z", + "level": 269.8746295484993, + "flow": 61.24072521946069, + "inflow": 10.215185357776488, + "volume": 0, + "temperature": 9.381837821807865, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T23:00:00.000Z", + "level": 269.88107064115474, + "flow": 60.896977238779726, + "inflow": 10.243595188394764, + "volume": 0, + "temperature": 10.935068840226563, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T00:00:00.000Z", + "level": 269.8723602180357, + "flow": 60.47087667341222, + "inflow": 11.143126054757351, + "volume": 0, + "temperature": 11.013425087754884, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T01:00:00.000Z", + "level": 269.87106772787234, + "flow": 59.76983967249644, + "inflow": 10.560858392588766, + "volume": 0, + "temperature": 11.908703617260674, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T02:00:00.000Z", + "level": 269.8571137728258, + "flow": 59.03606101052101, + "inflow": 11.475747951297794, + "volume": 0, + "temperature": 13.427514626222555, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T03:00:00.000Z", + "level": 269.84526447253916, + "flow": 59.13169099247518, + "inflow": 12.382285300984554, + "volume": 0, + "temperature": 15.049585628226156, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T04:00:00.000Z", + "level": 269.8274054767461, + "flow": 58.273188343084236, + "inflow": 11.6479599112101, + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 + }, { "timestamp": "2026-05-30T05:00:00.000Z", "level": 269.85, "flow": 58.2, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-05-31T05:00:00.000Z", "level": 269.64, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-06-01T05:00:00.000Z", "level": 269.47, "flow": 139.04, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-06-02T05:00:00.000Z", "level": 269.44, "flow": 13.82, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-06-03T05:00:00.000Z", "level": 269.35, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-06-04T05:00:00.000Z", "level": 269.42, "flow": 26.22, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-06-04T21:00:00.000Z", "level": 269.42, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-06-04T22:00:00.000Z", "level": 269.42, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-06-04T23:00:00.000Z", "level": 269.47, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-06-05T00:00:00.000Z", "level": 269.5, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-06-05T01:00:00.000Z", "level": 269.52, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-06-05T02:00:00.000Z", "level": 269.55, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-06-05T03:00:00.000Z", "level": 269.57, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-06-05T04:00:00.000Z", "level": 269.59, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-06-05T05:00:00.000Z", "level": 269.62, "flow": 58.26, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-06-05T06:00:00.000Z", "level": 269.64, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-06-05T07:00:00.000Z", "level": 269.67, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-06-05T08:00:00.000Z", "level": 269.66, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-06-05T09:00:00.000Z", "level": 269.67, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-06-05T10:00:00.000Z", "level": 269.65, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-06-05T11:00:00.000Z", "level": 269.66, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-06-05T12:00:00.000Z", "level": 269.65, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-06-05T13:00:00.000Z", "level": 269.66, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-06-05T14:00:00.000Z", "level": 269.66, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-06-05T15:00:00.000Z", "level": 269.66, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-06-05T16:00:00.000Z", "level": 269.66, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-06-05T17:00:00.000Z", "level": 269.65, "flow": 119.44, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-06-05T18:00:00.000Z", "level": 269.65, "flow": 137.14, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-06-05T19:00:00.000Z", "level": 269.75, "flow": 310.27, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-06-05T20:00:00.000Z", "level": 269.76, "flow": 308.35, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 }, { "timestamp": "2026-06-05T20:10:00.000Z", "level": 269.78, "flow": 304.36, + "inflow": 0, + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:20:00.000Z", + "level": 269.81, + "flow": 284.81, + "inflow": 0, + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:30:00.000Z", + "level": 269.81, + "flow": 285.23, + "inflow": 0, + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:40:00.000Z", + "level": 269.8, + "flow": 287.34, + "inflow": 0, + "volume": 0, + "temperature": 18.453049985319225, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:50:00.000Z", + "level": 269.8, + "flow": 287.91, "inflow": 46.5, - "volume": 259.76 + "volume": 259.76, + "temperature": 16.3, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/VLST.json b/public/data/VLST.json index 2185b69..739ca5d 100644 --- a/public/data/VLST.json +++ b/public/data/VLST.json @@ -1,219 +1,6797 @@ [ + { + "timestamp": "2026-04-30T05:00:00.000Z", + "level": 218.19719682746043, + "flow": 58.2449488528501, + "inflow": 39.35811544724136, + "volume": 0, + "temperature": 19.48819460095408, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T06:00:00.000Z", + "level": 218.19756654375666, + "flow": 57.43815760275607, + "inflow": 39.682255563939826, + "volume": 0, + "temperature": 22.55319358068467, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T07:00:00.000Z", + "level": 218.2196330564582, + "flow": 56.62586511240371, + "inflow": 40.32729994513684, + "volume": 0, + "temperature": 24.1868495732299, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T08:00:00.000Z", + "level": 218.21655550482578, + "flow": 56.549584737238995, + "inflow": 39.73713962226608, + "volume": 0, + "temperature": 25.684334457908875, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T09:00:00.000Z", + "level": 218.21701009583248, + "flow": 56.30522668394562, + "inflow": 40.20572924951543, + "volume": 0, + "temperature": 24.996552397330973, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T10:00:00.000Z", + "level": 218.19724201485045, + "flow": 56.100881764656044, + "inflow": 39.267649766627606, + "volume": 0, + "temperature": 26.072334626524878, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T11:00:00.000Z", + "level": 218.18270351573744, + "flow": 57.059536772121405, + "inflow": 38.47192628832121, + "volume": 0, + "temperature": 24.889618879871243, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T12:00:00.000Z", + "level": 218.1965177097099, + "flow": 57.3884614932318, + "inflow": 37.82281054733499, + "volume": 0, + "temperature": 24.38693260048782, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T13:00:00.000Z", + "level": 218.1833232718113, + "flow": 56.985481504802316, + "inflow": 37.01364016008553, + "volume": 0, + "temperature": 23.60197613288178, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T14:00:00.000Z", + "level": 218.17205862111285, + "flow": 57.00364039996694, + "inflow": 37.04744702083667, + "volume": 0, + "temperature": 22.319515481743807, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T15:00:00.000Z", + "level": 218.1848017246813, + "flow": 57.78911131065101, + "inflow": 36.768333364879396, + "volume": 0, + "temperature": 20.710243459463832, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T16:00:00.000Z", + "level": 218.19851577250915, + "flow": 57.50232963225054, + "inflow": 35.93064910022351, + "volume": 0, + "temperature": 18.46946817113098, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T17:00:00.000Z", + "level": 218.21037183525877, + "flow": 58.11263575148439, + "inflow": 35.49632369833866, + "volume": 0, + "temperature": 15.101170737097451, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T18:00:00.000Z", + "level": 218.20789519682862, + "flow": 57.17146702343861, + "inflow": 36.38784122461641, + "volume": 0, + "temperature": 14.502784552419385, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T19:00:00.000Z", + "level": 218.212890240934, + "flow": 58.03865196188603, + "inflow": 36.23745873162158, + "volume": 0, + "temperature": 11.391575308226686, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T20:00:00.000Z", + "level": 218.20749627061556, + "flow": 57.57205552951479, + "inflow": 35.329752988715065, + "volume": 0, + "temperature": 12.062242544519286, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T21:00:00.000Z", + "level": 218.20036155490405, + "flow": 58.2315658169298, + "inflow": 35.37958987152713, + "volume": 0, + "temperature": 10.998382593267035, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T22:00:00.000Z", + "level": 218.19741252978332, + "flow": 57.487055491412306, + "inflow": 35.27900015219738, + "volume": 0, + "temperature": 9.358162373757246, + "precipitation": 0 + }, + { + "timestamp": "2026-04-30T23:00:00.000Z", + "level": 218.18621118351757, + "flow": 57.527289856351565, + "inflow": 34.84547495779098, + "volume": 0, + "temperature": 10.550442630137736, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T00:00:00.000Z", + "level": 218.2043814241755, + "flow": 56.60697890337586, + "inflow": 34.9050265103268, + "volume": 0, + "temperature": 10.873684796194825, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T01:00:00.000Z", + "level": 218.19809378417094, + "flow": 57.4470322122381, + "inflow": 35.19448956962339, + "volume": 0, + "temperature": 13.206225565078473, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T02:00:00.000Z", + "level": 218.19017859156577, + "flow": 58.38416989737253, + "inflow": 34.255765922918584, + "volume": 0, + "temperature": 13.666837182181766, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T03:00:00.000Z", + "level": 218.1944167113988, + "flow": 59.19486103579515, + "inflow": 34.12150696408335, + "volume": 0, + "temperature": 16.00255261524627, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T04:00:00.000Z", + "level": 218.21176274357947, + "flow": 59.4506772920278, + "inflow": 33.80696900658476, + "volume": 0, + "temperature": 17.975330661977026, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T05:00:00.000Z", + "level": 218.2168037199251, + "flow": 58.45887429808993, + "inflow": 33.22999382386082, + "volume": 0, + "temperature": 19.568571696269686, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T06:00:00.000Z", + "level": 218.2002301416037, + "flow": 58.812777189454714, + "inflow": 34.09966955815162, + "volume": 0, + "temperature": 21.45958244148358, + "precipitation": 2.4317227023414336 + }, + { + "timestamp": "2026-05-01T07:00:00.000Z", + "level": 218.19562991478563, + "flow": 58.038902889538655, + "inflow": 33.84079446600526, + "volume": 0, + "temperature": 22.752316824727057, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T08:00:00.000Z", + "level": 218.2120562420921, + "flow": 57.53258602746631, + "inflow": 33.31488166661945, + "volume": 0, + "temperature": 24.940365150246425, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T09:00:00.000Z", + "level": 218.2249225154423, + "flow": 58.453288712706254, + "inflow": 33.80283331252594, + "volume": 0, + "temperature": 25.775278820539427, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T10:00:00.000Z", + "level": 218.20695343447366, + "flow": 58.702169776533886, + "inflow": 33.831398301673, + "volume": 0, + "temperature": 26.61166421886621, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T11:00:00.000Z", + "level": 218.18996928533392, + "flow": 57.7080819904372, + "inflow": 33.585333468583485, + "volume": 0, + "temperature": 26.700818854080524, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T12:00:00.000Z", + "level": 218.2090035070078, + "flow": 57.78964828912274, + "inflow": 33.90395385586253, + "volume": 0, + "temperature": 25.585842394420602, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T13:00:00.000Z", + "level": 218.22773116920973, + "flow": 58.33040654673541, + "inflow": 33.92539784165634, + "volume": 0, + "temperature": 24.484720008895536, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T14:00:00.000Z", + "level": 218.23265158618642, + "flow": 58.39257579771571, + "inflow": 34.46073167834669, + "volume": 0, + "temperature": 21.492274946599654, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T15:00:00.000Z", + "level": 218.2334501946334, + "flow": 58.85253858250298, + "inflow": 33.98370843073989, + "volume": 0, + "temperature": 20.515949136580055, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T16:00:00.000Z", + "level": 218.23390341550467, + "flow": 58.08150772793662, + "inflow": 34.71918260113147, + "volume": 0, + "temperature": 17.073044632646603, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T17:00:00.000Z", + "level": 218.23461032364023, + "flow": 58.04092917379246, + "inflow": 33.89497993743021, + "volume": 0, + "temperature": 16.350850310926745, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T18:00:00.000Z", + "level": 218.2533272680079, + "flow": 57.36627957205434, + "inflow": 33.810624705364866, + "volume": 0, + "temperature": 14.024838837646394, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T19:00:00.000Z", + "level": 218.22964646124984, + "flow": 56.57270529046078, + "inflow": 33.27616968094512, + "volume": 0, + "temperature": 11.754440299200041, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T20:00:00.000Z", + "level": 218.21029512920583, + "flow": 57.198102235276046, + "inflow": 33.73132277987439, + "volume": 0, + "temperature": 12.06067781675946, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T21:00:00.000Z", + "level": 218.20601392643417, + "flow": 57.5671007450875, + "inflow": 34.563392459674404, + "volume": 0, + "temperature": 11.031694914148979, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T22:00:00.000Z", + "level": 218.1870644667254, + "flow": 58.114237893525946, + "inflow": 34.87868182355446, + "volume": 0, + "temperature": 10.069947048110233, + "precipitation": 0 + }, + { + "timestamp": "2026-05-01T23:00:00.000Z", + "level": 218.17895428841229, + "flow": 58.16273578047921, + "inflow": 34.1424771859056, + "volume": 0, + "temperature": 9.816425702426532, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T00:00:00.000Z", + "level": 218.174420810451, + "flow": 58.516674683100256, + "inflow": 34.921760506654486, + "volume": 0, + "temperature": 11.230987761935282, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T01:00:00.000Z", + "level": 218.16893112847106, + "flow": 58.752537567039, + "inflow": 34.67200050273377, + "volume": 0, + "temperature": 13.223740722119492, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T02:00:00.000Z", + "level": 218.17802531158196, + "flow": 59.272559535522525, + "inflow": 34.055825653280976, + "volume": 0, + "temperature": 14.468078453847605, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T03:00:00.000Z", + "level": 218.17835858358112, + "flow": 59.57688051228316, + "inflow": 33.63264636821315, + "volume": 0, + "temperature": 15.265201607621663, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T04:00:00.000Z", + "level": 218.15767062557197, + "flow": 59.88750519010584, + "inflow": 34.09572201589363, + "volume": 0, + "temperature": 18.166637511403092, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T05:00:00.000Z", + "level": 218.15262364283345, + "flow": 60.05746037329987, + "inflow": 33.860549164927555, + "volume": 0, + "temperature": 19.224183114707337, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T06:00:00.000Z", + "level": 218.13753773625496, + "flow": 60.075149989243364, + "inflow": 33.90268802494061, + "volume": 0, + "temperature": 21.030490000840434, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T07:00:00.000Z", + "level": 218.14163900661683, + "flow": 60.630339058397425, + "inflow": 34.042668521798326, + "volume": 0, + "temperature": 23.6562419943339, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T08:00:00.000Z", + "level": 218.1606055137773, + "flow": 61.192389562157516, + "inflow": 34.51230510639991, + "volume": 0, + "temperature": 24.511348740808607, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T09:00:00.000Z", + "level": 218.17312219737875, + "flow": 61.5161718353229, + "inflow": 34.38701352659734, + "volume": 0, + "temperature": 24.892653153170762, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T10:00:00.000Z", + "level": 218.176439232059, + "flow": 60.73898625357728, + "inflow": 33.808566119062725, + "volume": 0, + "temperature": 26.172447291393883, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T11:00:00.000Z", + "level": 218.1631766686827, + "flow": 60.30055570182774, + "inflow": 33.908409136115345, + "volume": 0, + "temperature": 25.44483322655907, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T12:00:00.000Z", + "level": 218.1625510602772, + "flow": 61.23279984335319, + "inflow": 34.90073812693053, + "volume": 0, + "temperature": 24.051924139055743, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T13:00:00.000Z", + "level": 218.1486819559419, + "flow": 61.33034463090497, + "inflow": 35.103160788089845, + "volume": 0, + "temperature": 23.446569463223025, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T14:00:00.000Z", + "level": 218.12701252611993, + "flow": 61.622640842404365, + "inflow": 34.96610416363189, + "volume": 0, + "temperature": 22.01721434343576, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T15:00:00.000Z", + "level": 218.10705793642546, + "flow": 61.987479824050595, + "inflow": 34.1849246567327, + "volume": 0, + "temperature": 20.400658000239943, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T16:00:00.000Z", + "level": 218.1278343618993, + "flow": 61.122899215720444, + "inflow": 34.90733513374275, + "volume": 0, + "temperature": 17.385486101062398, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T17:00:00.000Z", + "level": 218.12003152297365, + "flow": 61.03864827145157, + "inflow": 35.16639064025091, + "volume": 0, + "temperature": 16.40107141603132, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T18:00:00.000Z", + "level": 218.11568208101477, + "flow": 60.08859402720312, + "inflow": 35.700543784593926, + "volume": 0, + "temperature": 14.853153264176344, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T19:00:00.000Z", + "level": 218.12360783923566, + "flow": 61.04785651223032, + "inflow": 35.3441862103626, + "volume": 0, + "temperature": 13.193869566942695, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T20:00:00.000Z", + "level": 218.12412272154634, + "flow": 60.4567012554658, + "inflow": 35.52243249999714, + "volume": 0, + "temperature": 10.111968258553796, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T21:00:00.000Z", + "level": 218.12646261686584, + "flow": 61.39913597001022, + "inflow": 35.66470279814276, + "volume": 0, + "temperature": 11.24527941842318, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T22:00:00.000Z", + "level": 218.14769385326207, + "flow": 61.00151781720612, + "inflow": 35.34605755050658, + "volume": 0, + "temperature": 9.550722012024448, + "precipitation": 0 + }, + { + "timestamp": "2026-05-02T23:00:00.000Z", + "level": 218.1484929798157, + "flow": 60.62940919850756, + "inflow": 35.5928096448536, + "volume": 0, + "temperature": 10.854886808160773, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T00:00:00.000Z", + "level": 218.168764182388, + "flow": 60.19743191493765, + "inflow": 34.83882678798396, + "volume": 0, + "temperature": 10.479371227162407, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T01:00:00.000Z", + "level": 218.1695803309124, + "flow": 59.93622756803454, + "inflow": 34.400470296592154, + "volume": 0, + "temperature": 11.728038220289879, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T02:00:00.000Z", + "level": 218.15331089303243, + "flow": 60.920528521132475, + "inflow": 34.98023945670786, + "volume": 0, + "temperature": 13.35487637126693, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T03:00:00.000Z", + "level": 218.1324296769845, + "flow": 60.94270949964059, + "inflow": 35.58643665960557, + "volume": 0, + "temperature": 16.01382236239464, + "precipitation": 10.103264174302737 + }, + { + "timestamp": "2026-05-03T04:00:00.000Z", + "level": 218.1178954824752, + "flow": 60.00579560585304, + "inflow": 36.08582261481597, + "volume": 0, + "temperature": 17.892417251500422, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T05:00:00.000Z", + "level": 218.12591561553313, + "flow": 60.322000666357546, + "inflow": 36.8760700293667, + "volume": 0, + "temperature": 20.02383177362146, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T06:00:00.000Z", + "level": 218.13106035831825, + "flow": 60.39702711198143, + "inflow": 36.53929979954514, + "volume": 0, + "temperature": 21.647534425290118, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T07:00:00.000Z", + "level": 218.11858791318807, + "flow": 59.925095298639924, + "inflow": 35.87999974808908, + "volume": 0, + "temperature": 23.376084886038612, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T08:00:00.000Z", + "level": 218.12807577064962, + "flow": 60.085458746975334, + "inflow": 35.18489992032763, + "volume": 0, + "temperature": 24.318270118942575, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T09:00:00.000Z", + "level": 218.14829177812047, + "flow": 60.15972103986257, + "inflow": 35.473237101565886, + "volume": 0, + "temperature": 26.561433999136227, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T10:00:00.000Z", + "level": 218.13010238790469, + "flow": 60.97596407621603, + "inflow": 35.30936882482275, + "volume": 0, + "temperature": 26.62351022251683, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T11:00:00.000Z", + "level": 218.1539980880373, + "flow": 60.9369193521208, + "inflow": 36.054133717251545, + "volume": 0, + "temperature": 25.13062497303276, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T12:00:00.000Z", + "level": 218.153662251339, + "flow": 61.179506708174735, + "inflow": 36.622995002108084, + "volume": 0, + "temperature": 25.033490595790184, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T13:00:00.000Z", + "level": 218.17298631956228, + "flow": 61.93240462678049, + "inflow": 36.332008546532904, + "volume": 0, + "temperature": 23.57664458383875, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T14:00:00.000Z", + "level": 218.1973222705047, + "flow": 62.69666084194847, + "inflow": 36.981575150758644, + "volume": 0, + "temperature": 22.925386721711327, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T15:00:00.000Z", + "level": 218.2164975515525, + "flow": 62.73904897367717, + "inflow": 36.555009308200894, + "volume": 0, + "temperature": 20.309586254733123, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T16:00:00.000Z", + "level": 218.2350539084936, + "flow": 62.07099369236792, + "inflow": 36.35074980889622, + "volume": 0, + "temperature": 18.623271375273568, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T17:00:00.000Z", + "level": 218.2246888950237, + "flow": 61.384682196542244, + "inflow": 36.29376731632045, + "volume": 0, + "temperature": 15.744126666160016, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T18:00:00.000Z", + "level": 218.21399660523895, + "flow": 61.83039429460469, + "inflow": 35.92796732432967, + "volume": 0, + "temperature": 13.47926336902814, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T19:00:00.000Z", + "level": 218.20891119798614, + "flow": 61.30604940889409, + "inflow": 35.47251085573112, + "volume": 0, + "temperature": 13.034589156633512, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T20:00:00.000Z", + "level": 218.1923200092552, + "flow": 61.73353537977786, + "inflow": 35.89539182097874, + "volume": 0, + "temperature": 10.389106226462946, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T21:00:00.000Z", + "level": 218.18542675251751, + "flow": 62.00920042894962, + "inflow": 36.591088449575906, + "volume": 0, + "temperature": 9.690503350736051, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T22:00:00.000Z", + "level": 218.20023031224576, + "flow": 62.601019540532, + "inflow": 36.75828104784769, + "volume": 0, + "temperature": 9.50484203815621, + "precipitation": 0 + }, + { + "timestamp": "2026-05-03T23:00:00.000Z", + "level": 218.17587053101528, + "flow": 63.056219181394454, + "inflow": 35.76013397112505, + "volume": 0, + "temperature": 9.364991912261281, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T00:00:00.000Z", + "level": 218.15622663929904, + "flow": 62.659146059890745, + "inflow": 35.20419416132094, + "volume": 0, + "temperature": 12.006917247527241, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T01:00:00.000Z", + "level": 218.14948071188053, + "flow": 62.207862082657485, + "inflow": 34.69591010450401, + "volume": 0, + "temperature": 12.0420938045717, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T02:00:00.000Z", + "level": 218.15193686658083, + "flow": 61.36385642525416, + "inflow": 35.35958858257499, + "volume": 0, + "temperature": 13.475656511828294, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T03:00:00.000Z", + "level": 218.12951046770445, + "flow": 61.71861832154824, + "inflow": 35.50855208176716, + "volume": 0, + "temperature": 16.817053519888404, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T04:00:00.000Z", + "level": 218.1183165307557, + "flow": 61.47141743194934, + "inflow": 35.419653499771314, + "volume": 0, + "temperature": 18.58320678698369, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T05:00:00.000Z", + "level": 218.0941255169563, + "flow": 62.19617509667436, + "inflow": 35.61776986347801, + "volume": 0, + "temperature": 20.12830694641457, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T06:00:00.000Z", + "level": 218.08667832600798, + "flow": 62.74695805184211, + "inflow": 34.711045310559, + "volume": 0, + "temperature": 22.37389231289414, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T07:00:00.000Z", + "level": 218.06852533421005, + "flow": 62.351721949012486, + "inflow": 35.4978434401871, + "volume": 0, + "temperature": 23.247389801037972, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T08:00:00.000Z", + "level": 218.0438579794548, + "flow": 61.55828685946755, + "inflow": 36.38574401095131, + "volume": 0, + "temperature": 24.91500901309229, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T09:00:00.000Z", + "level": 218.0554266769835, + "flow": 60.73756518343858, + "inflow": 36.00781615310536, + "volume": 0, + "temperature": 25.70368384258492, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T10:00:00.000Z", + "level": 218.04094339916702, + "flow": 60.63591286966759, + "inflow": 36.11791732505869, + "volume": 0, + "temperature": 25.683753740919965, + "precipitation": 14.291391337000782 + }, + { + "timestamp": "2026-05-04T11:00:00.000Z", + "level": 218.0340600999134, + "flow": 61.14688089474673, + "inflow": 36.32162979561721, + "volume": 0, + "temperature": 24.74260534304986, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T12:00:00.000Z", + "level": 218.02012537827773, + "flow": 62.103675622510266, + "inflow": 37.07581669626298, + "volume": 0, + "temperature": 24.61071869765203, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T13:00:00.000Z", + "level": 218.03591628614035, + "flow": 61.78539527856489, + "inflow": 36.78502705981722, + "volume": 0, + "temperature": 23.486910226541468, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T14:00:00.000Z", + "level": 218.06035963421985, + "flow": 62.40123942360377, + "inflow": 37.27126662515205, + "volume": 0, + "temperature": 22.880722838128296, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T15:00:00.000Z", + "level": 218.06932650155667, + "flow": 61.461864255552555, + "inflow": 37.567139089887895, + "volume": 0, + "temperature": 20.461431009107454, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T16:00:00.000Z", + "level": 218.08334236223806, + "flow": 61.28247748561951, + "inflow": 37.03417857539584, + "volume": 0, + "temperature": 18.906302674748538, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T17:00:00.000Z", + "level": 218.07952009329972, + "flow": 61.02566349216534, + "inflow": 36.567066622309554, + "volume": 0, + "temperature": 14.974383422118922, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T18:00:00.000Z", + "level": 218.07606975338476, + "flow": 61.728079150642586, + "inflow": 36.642313729487725, + "volume": 0, + "temperature": 14.853910739747054, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T19:00:00.000Z", + "level": 218.06135135309032, + "flow": 62.24140133098093, + "inflow": 35.82794450065192, + "volume": 0, + "temperature": 11.910543445126674, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T20:00:00.000Z", + "level": 218.06228198652116, + "flow": 62.228110769751076, + "inflow": 35.557488104544504, + "volume": 0, + "temperature": 11.514936135702209, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T21:00:00.000Z", + "level": 218.05549929825753, + "flow": 62.3615031105719, + "inflow": 34.79747829689839, + "volume": 0, + "temperature": 9.732198589497195, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T22:00:00.000Z", + "level": 218.0565405564128, + "flow": 63.2882913499312, + "inflow": 34.06226461676579, + "volume": 0, + "temperature": 10.429339283561394, + "precipitation": 0 + }, + { + "timestamp": "2026-05-04T23:00:00.000Z", + "level": 218.04420245825972, + "flow": 62.359832787000954, + "inflow": 34.614465544466185, + "volume": 0, + "temperature": 11.027192904834237, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T00:00:00.000Z", + "level": 218.04105066685932, + "flow": 61.45624947192473, + "inflow": 33.98193611857651, + "volume": 0, + "temperature": 10.498303926940416, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T01:00:00.000Z", + "level": 218.03180807371473, + "flow": 60.64036581593454, + "inflow": 34.09102854300393, + "volume": 0, + "temperature": 11.689032559866277, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T02:00:00.000Z", + "level": 218.01589975527008, + "flow": 61.07031810201253, + "inflow": 35.019571975964396, + "volume": 0, + "temperature": 14.643561663093957, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T03:00:00.000Z", + "level": 217.9922823098765, + "flow": 61.84965466138367, + "inflow": 34.89742789203743, + "volume": 0, + "temperature": 15.451290157059237, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T04:00:00.000Z", + "level": 218.01683126483053, + "flow": 61.64775774325593, + "inflow": 33.9921133492408, + "volume": 0, + "temperature": 17.701184690016003, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T05:00:00.000Z", + "level": 218.00494170678255, + "flow": 62.59624314198435, + "inflow": 33.747090779358224, + "volume": 0, + "temperature": 19.498105507624164, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T06:00:00.000Z", + "level": 218.00673304057258, + "flow": 62.67559152306368, + "inflow": 33.52170711035614, + "volume": 0, + "temperature": 22.4904886497363, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T07:00:00.000Z", + "level": 217.9890543581528, + "flow": 62.24460241525949, + "inflow": 33.455006915273806, + "volume": 0, + "temperature": 23.390161869892218, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T08:00:00.000Z", + "level": 217.9740197617823, + "flow": 62.14401090666852, + "inflow": 32.9170245661983, + "volume": 0, + "temperature": 24.711267137695113, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T09:00:00.000Z", + "level": 217.97041072902724, + "flow": 63.032282773795465, + "inflow": 32.9310407455533, + "volume": 0, + "temperature": 25.660619680931223, + "precipitation": 5.455160496107353 + }, + { + "timestamp": "2026-05-05T10:00:00.000Z", + "level": 217.9536763111861, + "flow": 62.313362913785504, + "inflow": 31.96355822447617, + "volume": 0, + "temperature": 25.111681315835508, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T11:00:00.000Z", + "level": 217.95709686916743, + "flow": 62.54180633512377, + "inflow": 32.844039463933015, + "volume": 0, + "temperature": 25.005029459708098, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T12:00:00.000Z", + "level": 217.94559858377835, + "flow": 63.375205937806236, + "inflow": 32.66887232626488, + "volume": 0, + "temperature": 25.03863084182544, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T13:00:00.000Z", + "level": 217.9513032786712, + "flow": 62.766217424552416, + "inflow": 32.209072539340696, + "volume": 0, + "temperature": 23.133028519923247, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T14:00:00.000Z", + "level": 217.96799944492275, + "flow": 63.32766847773539, + "inflow": 31.94742109429289, + "volume": 0, + "temperature": 22.484278656895643, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T15:00:00.000Z", + "level": 217.95248839207608, + "flow": 64.25650839335478, + "inflow": 32.22457849505996, + "volume": 0, + "temperature": 20.7644163387295, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T16:00:00.000Z", + "level": 217.94897957806475, + "flow": 63.75322579995162, + "inflow": 32.368964730595685, + "volume": 0, + "temperature": 18.4998816807539, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T17:00:00.000Z", + "level": 217.93735115583365, + "flow": 64.72726651775947, + "inflow": 33.31415617370559, + "volume": 0, + "temperature": 16.175957594278547, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T18:00:00.000Z", + "level": 217.9303005029573, + "flow": 63.73661900928876, + "inflow": 32.67687748717127, + "volume": 0, + "temperature": 13.900988089577591, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T19:00:00.000Z", + "level": 217.94865526687792, + "flow": 62.92154099644323, + "inflow": 32.85109789652763, + "volume": 0, + "temperature": 12.438693155112711, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T20:00:00.000Z", + "level": 217.95608803763082, + "flow": 62.72751680614672, + "inflow": 32.28418022963557, + "volume": 0, + "temperature": 10.148491481775165, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T21:00:00.000Z", + "level": 217.97107138989162, + "flow": 62.008999983173545, + "inflow": 33.01723730146139, + "volume": 0, + "temperature": 10.330431121261334, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T22:00:00.000Z", + "level": 217.95846131927033, + "flow": 61.27387129768772, + "inflow": 33.28204947238817, + "volume": 0, + "temperature": 9.442136487865653, + "precipitation": 0 + }, + { + "timestamp": "2026-05-05T23:00:00.000Z", + "level": 217.9627739188558, + "flow": 60.74887264502622, + "inflow": 32.620311031540744, + "volume": 0, + "temperature": 11.115647712517166, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T00:00:00.000Z", + "level": 217.9813273166513, + "flow": 60.271131054476605, + "inflow": 33.05303769346568, + "volume": 0, + "temperature": 11.412197711621438, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T01:00:00.000Z", + "level": 217.96455669100433, + "flow": 59.476698761359785, + "inflow": 33.506055771631594, + "volume": 0, + "temperature": 12.280772390372105, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T02:00:00.000Z", + "level": 217.97948812068424, + "flow": 58.72269960318105, + "inflow": 33.115311710372886, + "volume": 0, + "temperature": 14.043303944595946, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T03:00:00.000Z", + "level": 217.98326601806733, + "flow": 57.86612043212597, + "inflow": 33.11255415984182, + "volume": 0, + "temperature": 15.701191997609017, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T04:00:00.000Z", + "level": 217.99895332527913, + "flow": 58.427137838070436, + "inflow": 33.7850163266453, + "volume": 0, + "temperature": 18.73972958974566, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T05:00:00.000Z", + "level": 218.0191366053237, + "flow": 59.356935837754065, + "inflow": 34.6549260890939, + "volume": 0, + "temperature": 19.179495009810246, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T06:00:00.000Z", + "level": 218.0093405412812, + "flow": 58.988630059800734, + "inflow": 35.245062578498604, + "volume": 0, + "temperature": 21.187513819212963, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T07:00:00.000Z", + "level": 218.02904096213473, + "flow": 59.06407585370072, + "inflow": 35.05696415773802, + "volume": 0, + "temperature": 24.21032209970486, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T08:00:00.000Z", + "level": 218.02036230433436, + "flow": 58.41704650883826, + "inflow": 35.06444978427957, + "volume": 0, + "temperature": 24.40084016056918, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T09:00:00.000Z", + "level": 218.01256649708824, + "flow": 57.84020529859575, + "inflow": 36.04719890736761, + "volume": 0, + "temperature": 26.284251162792653, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T10:00:00.000Z", + "level": 218.01540865510438, + "flow": 57.451667302850105, + "inflow": 36.76950065570561, + "volume": 0, + "temperature": 26.58745651724612, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T11:00:00.000Z", + "level": 218.04022753423536, + "flow": 57.53631546965227, + "inflow": 36.720589334241744, + "volume": 0, + "temperature": 26.022569711800468, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T12:00:00.000Z", + "level": 218.05875508907295, + "flow": 56.731698897822035, + "inflow": 36.605002985352996, + "volume": 0, + "temperature": 24.908262915418568, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T13:00:00.000Z", + "level": 218.04286740377103, + "flow": 55.90141252480875, + "inflow": 35.92726791198288, + "volume": 0, + "temperature": 24.35277666914466, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T14:00:00.000Z", + "level": 218.0385824001818, + "flow": 55.27432991081221, + "inflow": 36.478694444782285, + "volume": 0, + "temperature": 22.025805256309944, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T15:00:00.000Z", + "level": 218.02319234979242, + "flow": 54.51463917553971, + "inflow": 36.568203608316594, + "volume": 0, + "temperature": 21.054629357047176, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T16:00:00.000Z", + "level": 218.04795805695971, + "flow": 54.30492271474419, + "inflow": 36.66380995758134, + "volume": 0, + "temperature": 18.730421875095605, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T17:00:00.000Z", + "level": 218.02347664449658, + "flow": 54.06026536297352, + "inflow": 37.36416923843469, + "volume": 0, + "temperature": 16.19965639066892, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T18:00:00.000Z", + "level": 218.0409757285606, + "flow": 54.683549010393406, + "inflow": 37.93444260670882, + "volume": 0, + "temperature": 13.077556435198604, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T19:00:00.000Z", + "level": 218.02942405610077, + "flow": 54.99084007948702, + "inflow": 38.76675686796814, + "volume": 0, + "temperature": 12.375131305572056, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T20:00:00.000Z", + "level": 218.01379551529615, + "flow": 55.15329785833201, + "inflow": 38.18032120713097, + "volume": 0, + "temperature": 11.754727331652374, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T21:00:00.000Z", + "level": 218.00482280939067, + "flow": 54.545061823478356, + "inflow": 38.23078581339175, + "volume": 0, + "temperature": 9.964557619128978, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T22:00:00.000Z", + "level": 217.98415808074608, + "flow": 54.38921582917757, + "inflow": 37.99062608900794, + "volume": 0, + "temperature": 10.506178743401707, + "precipitation": 0 + }, + { + "timestamp": "2026-05-06T23:00:00.000Z", + "level": 217.98394974426492, + "flow": 54.56397433942887, + "inflow": 38.62837939036994, + "volume": 0, + "temperature": 10.838386823921283, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T00:00:00.000Z", + "level": 217.9692938703841, + "flow": 53.962546171682, + "inflow": 38.264957792419956, + "volume": 0, + "temperature": 11.876881180232134, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T01:00:00.000Z", + "level": 217.9920689716429, + "flow": 54.238822018932446, + "inflow": 38.321400963062175, + "volume": 0, + "temperature": 12.016726238283317, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T02:00:00.000Z", + "level": 217.98219857239945, + "flow": 53.62694216591333, + "inflow": 37.71263853378965, + "volume": 0, + "temperature": 14.752835757282698, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T03:00:00.000Z", + "level": 217.99338712085225, + "flow": 54.387096069655655, + "inflow": 36.76056242480814, + "volume": 0, + "temperature": 15.690280756158922, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T04:00:00.000Z", + "level": 217.96896649999442, + "flow": 55.18163805331931, + "inflow": 37.55821777008737, + "volume": 0, + "temperature": 17.407518634633597, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T05:00:00.000Z", + "level": 217.98554089977222, + "flow": 55.921834324718745, + "inflow": 38.312354789616606, + "volume": 0, + "temperature": 20.74353408784416, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T06:00:00.000Z", + "level": 217.98776326788013, + "flow": 55.690126994488104, + "inflow": 37.870119005313995, + "volume": 0, + "temperature": 22.79968381289028, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T07:00:00.000Z", + "level": 217.96523429964466, + "flow": 56.63142545404595, + "inflow": 37.10254968047765, + "volume": 0, + "temperature": 24.073311349921607, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T08:00:00.000Z", + "level": 217.98448767792365, + "flow": 55.78212286039946, + "inflow": 36.17010081042726, + "volume": 0, + "temperature": 25.015872837036348, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T09:00:00.000Z", + "level": 217.9620542036301, + "flow": 56.47824703374283, + "inflow": 36.49320244773892, + "volume": 0, + "temperature": 26.342791953820644, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T10:00:00.000Z", + "level": 217.94068584597846, + "flow": 57.32904531742541, + "inflow": 35.67343924313001, + "volume": 0, + "temperature": 26.59986883702742, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T11:00:00.000Z", + "level": 217.92548443228506, + "flow": 56.88822811781198, + "inflow": 36.238885796739176, + "volume": 0, + "temperature": 26.580535557284154, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T12:00:00.000Z", + "level": 217.9438093246034, + "flow": 56.46866078772311, + "inflow": 36.24548643675966, + "volume": 0, + "temperature": 24.67912494106759, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T13:00:00.000Z", + "level": 217.9400852384316, + "flow": 55.73899151412704, + "inflow": 36.60416189021416, + "volume": 0, + "temperature": 24.541400128191896, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T14:00:00.000Z", + "level": 217.9315725710633, + "flow": 54.82808310188074, + "inflow": 36.943368098129426, + "volume": 0, + "temperature": 22.374363820168735, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T15:00:00.000Z", + "level": 217.91408631297548, + "flow": 54.823915015251025, + "inflow": 36.90844886836011, + "volume": 0, + "temperature": 20.96369008585741, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T16:00:00.000Z", + "level": 217.8955268560312, + "flow": 55.11315880658226, + "inflow": 36.835244100808914, + "volume": 0, + "temperature": 18.86725588669794, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T17:00:00.000Z", + "level": 217.89430444572884, + "flow": 55.978291964866514, + "inflow": 37.49219344498662, + "volume": 0, + "temperature": 16.83106309324567, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T18:00:00.000Z", + "level": 217.87033984831615, + "flow": 55.55433482495139, + "inflow": 38.40534845689482, + "volume": 0, + "temperature": 14.652826189488481, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T19:00:00.000Z", + "level": 217.88659755077364, + "flow": 55.61049555306975, + "inflow": 37.74748257476457, + "volume": 0, + "temperature": 12.419682689461117, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T20:00:00.000Z", + "level": 217.88401611623027, + "flow": 56.27130043375672, + "inflow": 37.600558983778306, + "volume": 0, + "temperature": 11.072504754578954, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T21:00:00.000Z", + "level": 217.89437454125866, + "flow": 56.202847243206705, + "inflow": 37.53687445129167, + "volume": 0, + "temperature": 10.005365922178571, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T22:00:00.000Z", + "level": 217.89333366582431, + "flow": 55.981695800240004, + "inflow": 38.52049554659061, + "volume": 0, + "temperature": 9.179245409963526, + "precipitation": 0 + }, + { + "timestamp": "2026-05-07T23:00:00.000Z", + "level": 217.90728979348938, + "flow": 56.328495614842254, + "inflow": 37.58208560434979, + "volume": 0, + "temperature": 9.568578652118038, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T00:00:00.000Z", + "level": 217.8965592465781, + "flow": 57.044471804299505, + "inflow": 38.25228077352516, + "volume": 0, + "temperature": 10.265026314571825, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T01:00:00.000Z", + "level": 217.88051631506332, + "flow": 56.24803854717104, + "inflow": 38.137857325802834, + "volume": 0, + "temperature": 12.484896464722835, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T02:00:00.000Z", + "level": 217.9042848494707, + "flow": 56.91510423712744, + "inflow": 38.7719441998589, + "volume": 0, + "temperature": 14.454545434774994, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T03:00:00.000Z", + "level": 217.89103087274995, + "flow": 56.03512684449657, + "inflow": 37.84456178489038, + "volume": 0, + "temperature": 15.051165681946719, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T04:00:00.000Z", + "level": 217.91594002109127, + "flow": 56.36736127909825, + "inflow": 38.565873720454555, + "volume": 0, + "temperature": 18.97118645438345, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T05:00:00.000Z", + "level": 217.89148739127097, + "flow": 56.13417334679377, + "inflow": 38.851521295716914, + "volume": 0, + "temperature": 19.163031659628732, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T06:00:00.000Z", + "level": 217.8996202410515, + "flow": 55.61485597832113, + "inflow": 38.82556178213726, + "volume": 0, + "temperature": 21.13857834755032, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T07:00:00.000Z", + "level": 217.88828344809937, + "flow": 55.45484536426048, + "inflow": 39.43158339863757, + "volume": 0, + "temperature": 23.66733301929763, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T08:00:00.000Z", + "level": 217.86510160709344, + "flow": 55.646731252034286, + "inflow": 38.90618721317327, + "volume": 0, + "temperature": 25.29137753344317, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T09:00:00.000Z", + "level": 217.88860694373182, + "flow": 56.37121142459874, + "inflow": 38.1283943352571, + "volume": 0, + "temperature": 25.10125401306029, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T10:00:00.000Z", + "level": 217.86563070334304, + "flow": 56.98913752205293, + "inflow": 37.697655302778905, + "volume": 0, + "temperature": 25.65179586740424, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T11:00:00.000Z", + "level": 217.86795715637405, + "flow": 56.42361060537912, + "inflow": 37.506009646117455, + "volume": 0, + "temperature": 26.636031774799022, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T12:00:00.000Z", + "level": 217.86296399568425, + "flow": 56.17943672425823, + "inflow": 37.98653602944458, + "volume": 0, + "temperature": 25.37803414930758, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T13:00:00.000Z", + "level": 217.88293782732873, + "flow": 56.01165378765153, + "inflow": 37.58358782937663, + "volume": 0, + "temperature": 23.01641287557374, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T14:00:00.000Z", + "level": 217.89406284002158, + "flow": 55.2352602530572, + "inflow": 36.814842580193755, + "volume": 0, + "temperature": 22.91943732028617, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T15:00:00.000Z", + "level": 217.88762058983906, + "flow": 55.07559158496622, + "inflow": 36.034790717494005, + "volume": 0, + "temperature": 19.577826836597353, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T16:00:00.000Z", + "level": 217.86848647475304, + "flow": 54.54252838301089, + "inflow": 35.34562679611296, + "volume": 0, + "temperature": 17.091306073137897, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T17:00:00.000Z", + "level": 217.85092458495245, + "flow": 54.95645934191378, + "inflow": 35.99281337364311, + "volume": 0, + "temperature": 16.658682993454036, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T18:00:00.000Z", + "level": 217.83561074093126, + "flow": 55.22709656805544, + "inflow": 36.46644074691529, + "volume": 0, + "temperature": 14.734699145712636, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T19:00:00.000Z", + "level": 217.84984475390567, + "flow": 54.93319270361331, + "inflow": 35.62772364963417, + "volume": 0, + "temperature": 12.149455909794156, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T20:00:00.000Z", + "level": 217.83687096123262, + "flow": 54.583403851734566, + "inflow": 36.324353821614444, + "volume": 0, + "temperature": 10.72251393439474, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T21:00:00.000Z", + "level": 217.8607164672187, + "flow": 55.38736667376299, + "inflow": 35.691037828203456, + "volume": 0, + "temperature": 10.087515954749891, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T22:00:00.000Z", + "level": 217.83950456878176, + "flow": 55.54316820864732, + "inflow": 34.7131224240992, + "volume": 0, + "temperature": 10.183244075385517, + "precipitation": 0 + }, + { + "timestamp": "2026-05-08T23:00:00.000Z", + "level": 217.81518239533276, + "flow": 55.278089264252316, + "inflow": 34.8603644483542, + "volume": 0, + "temperature": 10.521724495368769, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T00:00:00.000Z", + "level": 217.80704119377623, + "flow": 54.924923246114595, + "inflow": 34.57119951628411, + "volume": 0, + "temperature": 11.95519749834041, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T01:00:00.000Z", + "level": 217.821704057254, + "flow": 55.270732900854476, + "inflow": 34.39135634354481, + "volume": 0, + "temperature": 12.888683921867814, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T02:00:00.000Z", + "level": 217.81104624913863, + "flow": 56.06385906193813, + "inflow": 35.01234337477312, + "volume": 0, + "temperature": 14.268520337403428, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T03:00:00.000Z", + "level": 217.83386020598758, + "flow": 56.432208161992534, + "inflow": 35.775212429505636, + "volume": 0, + "temperature": 16.14624463860024, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T04:00:00.000Z", + "level": 217.85054469901377, + "flow": 55.4543692957009, + "inflow": 35.09521713047652, + "volume": 0, + "temperature": 17.21834873374541, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T05:00:00.000Z", + "level": 217.84975577320904, + "flow": 55.12466872544793, + "inflow": 35.54532842244636, + "volume": 0, + "temperature": 19.139520994977477, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T06:00:00.000Z", + "level": 217.8446090952649, + "flow": 54.99198590177773, + "inflow": 34.64585452292236, + "volume": 0, + "temperature": 22.620423578803404, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T07:00:00.000Z", + "level": 217.8405181243707, + "flow": 55.97827632694563, + "inflow": 33.962155568221036, + "volume": 0, + "temperature": 22.874541558161322, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T08:00:00.000Z", + "level": 217.84205134983137, + "flow": 55.871834613803856, + "inflow": 34.63703086101558, + "volume": 0, + "temperature": 24.125841115606182, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T09:00:00.000Z", + "level": 217.82546326905634, + "flow": 55.683225196140775, + "inflow": 33.902022246066835, + "volume": 0, + "temperature": 25.729941108893073, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T10:00:00.000Z", + "level": 217.82513357194847, + "flow": 55.2017828127274, + "inflow": 34.3323078295363, + "volume": 0, + "temperature": 26.28320409620566, + "precipitation": 8.131039480359169 + }, + { + "timestamp": "2026-05-09T11:00:00.000Z", + "level": 217.8279711652635, + "flow": 55.981377710314725, + "inflow": 33.99916011756386, + "volume": 0, + "temperature": 26.318984105320638, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T12:00:00.000Z", + "level": 217.82827873742747, + "flow": 55.73900041737983, + "inflow": 33.888076029511645, + "volume": 0, + "temperature": 24.738749220912062, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T13:00:00.000Z", + "level": 217.82235905545795, + "flow": 54.9634372260162, + "inflow": 33.27411392719089, + "volume": 0, + "temperature": 23.409324359796393, + "precipitation": 10.704889594385543 + }, + { + "timestamp": "2026-05-09T14:00:00.000Z", + "level": 217.8098062113773, + "flow": 55.61317328474355, + "inflow": 33.95978936506026, + "volume": 0, + "temperature": 22.21875626368274, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T15:00:00.000Z", + "level": 217.83211500608658, + "flow": 54.80099113532916, + "inflow": 34.47242964354371, + "volume": 0, + "temperature": 19.839331832666026, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T16:00:00.000Z", + "level": 217.82174819935585, + "flow": 55.678761265681274, + "inflow": 33.99120578623042, + "volume": 0, + "temperature": 17.405706287645778, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T17:00:00.000Z", + "level": 217.8414365259599, + "flow": 54.79515023171795, + "inflow": 34.46208303728695, + "volume": 0, + "temperature": 15.565688820244812, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T18:00:00.000Z", + "level": 217.85462733568053, + "flow": 55.331022142144896, + "inflow": 34.428079180446886, + "volume": 0, + "temperature": 13.33168104681437, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T19:00:00.000Z", + "level": 217.84929314747578, + "flow": 56.3209603419488, + "inflow": 35.310513886613336, + "volume": 0, + "temperature": 12.28159083819365, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T20:00:00.000Z", + "level": 217.8313920074875, + "flow": 56.513348070346545, + "inflow": 34.53376895506802, + "volume": 0, + "temperature": 11.90666267501457, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T21:00:00.000Z", + "level": 217.8094295522101, + "flow": 57.48934149389826, + "inflow": 34.42247003879062, + "volume": 0, + "temperature": 10.12940722054529, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T22:00:00.000Z", + "level": 217.78784351001784, + "flow": 58.06396860089808, + "inflow": 33.49826969886566, + "volume": 0, + "temperature": 10.756606797344181, + "precipitation": 0 + }, + { + "timestamp": "2026-05-09T23:00:00.000Z", + "level": 217.7790109225182, + "flow": 57.30232235779022, + "inflow": 32.662196144509146, + "volume": 0, + "temperature": 9.861065353276729, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T00:00:00.000Z", + "level": 217.8017791701799, + "flow": 57.42971516163199, + "inflow": 32.822955578901734, + "volume": 0, + "temperature": 10.796867770005651, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T01:00:00.000Z", + "level": 217.82656803450524, + "flow": 57.73483608504714, + "inflow": 33.398096428106555, + "volume": 0, + "temperature": 12.628077584486803, + "precipitation": 4.6150626236674395 + }, + { + "timestamp": "2026-05-10T02:00:00.000Z", + "level": 217.82459969404587, + "flow": 57.16312449044776, + "inflow": 32.722662891775094, + "volume": 0, + "temperature": 13.564894921750543, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T03:00:00.000Z", + "level": 217.8091359534756, + "flow": 57.219192012233805, + "inflow": 33.29118832459988, + "volume": 0, + "temperature": 16.086012096160026, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T04:00:00.000Z", + "level": 217.788325279246, + "flow": 57.196298103265875, + "inflow": 32.32656449794858, + "volume": 0, + "temperature": 17.541030749109936, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T05:00:00.000Z", + "level": 217.79108492200444, + "flow": 57.13989309224162, + "inflow": 31.611059809317766, + "volume": 0, + "temperature": 20.088941793932822, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T06:00:00.000Z", + "level": 217.77691462351993, + "flow": 58.129877270822995, + "inflow": 31.889336590271082, + "volume": 0, + "temperature": 22.896121140145315, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T07:00:00.000Z", + "level": 217.79037579210043, + "flow": 57.43323997275705, + "inflow": 32.263714867102, + "volume": 0, + "temperature": 24.48457742847001, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T08:00:00.000Z", + "level": 217.79038611014724, + "flow": 57.07495885841617, + "inflow": 31.45241453913508, + "volume": 0, + "temperature": 25.300525598935817, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T09:00:00.000Z", + "level": 217.78765137906868, + "flow": 57.645230888232135, + "inflow": 31.11194230045151, + "volume": 0, + "temperature": 25.14108457137582, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T10:00:00.000Z", + "level": 217.77166793725928, + "flow": 58.28055385446304, + "inflow": 31.657497469843037, + "volume": 0, + "temperature": 25.886485728554604, + "precipitation": 9.847568004500365 + }, + { + "timestamp": "2026-05-10T11:00:00.000Z", + "level": 217.79422429185098, + "flow": 58.93763034126739, + "inflow": 30.706445788678426, + "volume": 0, + "temperature": 26.652831643879072, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T12:00:00.000Z", + "level": 217.81907594518722, + "flow": 58.35179438059491, + "inflow": 30.026372023389776, + "volume": 0, + "temperature": 25.230671308372774, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T13:00:00.000Z", + "level": 217.84208072048503, + "flow": 59.28488759220647, + "inflow": 29.528089176042382, + "volume": 0, + "temperature": 23.234057706792957, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T14:00:00.000Z", + "level": 217.8662136950182, + "flow": 58.40983950346113, + "inflow": 29.552029373590994, + "volume": 0, + "temperature": 22.991084230081942, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T15:00:00.000Z", + "level": 217.86828636150292, + "flow": 57.66178601661912, + "inflow": 29.19332694561138, + "volume": 0, + "temperature": 19.32819628225377, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T16:00:00.000Z", + "level": 217.84677180086422, + "flow": 57.96890568065063, + "inflow": 29.018070185776, + "volume": 0, + "temperature": 18.658160941933573, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T17:00:00.000Z", + "level": 217.8663678551065, + "flow": 58.79550057676131, + "inflow": 28.390807625288872, + "volume": 0, + "temperature": 15.644412867765128, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T18:00:00.000Z", + "level": 217.8603735848444, + "flow": 59.64925397158753, + "inflow": 27.784579451053254, + "volume": 0, + "temperature": 13.010144640581894, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T19:00:00.000Z", + "level": 217.85455287034728, + "flow": 58.68771537757181, + "inflow": 28.169395344769352, + "volume": 0, + "temperature": 11.412006256979112, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T20:00:00.000Z", + "level": 217.87079634740982, + "flow": 59.241219345623776, + "inflow": 27.511950210331847, + "volume": 0, + "temperature": 11.904074653716298, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T21:00:00.000Z", + "level": 217.85774779429178, + "flow": 58.76232232131687, + "inflow": 28.238532888840002, + "volume": 0, + "temperature": 11.21137859797103, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T22:00:00.000Z", + "level": 217.86948474904284, + "flow": 58.20902698377792, + "inflow": 27.83927947005181, + "volume": 0, + "temperature": 10.263907461660434, + "precipitation": 0 + }, + { + "timestamp": "2026-05-10T23:00:00.000Z", + "level": 217.84646660691655, + "flow": 57.69967284026177, + "inflow": 27.841553436269194, + "volume": 0, + "temperature": 10.665787083741844, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T00:00:00.000Z", + "level": 217.87108454353046, + "flow": 57.58765766382449, + "inflow": 27.105232864652663, + "volume": 0, + "temperature": 11.360391427720062, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T01:00:00.000Z", + "level": 217.88109054460628, + "flow": 57.20733753612433, + "inflow": 26.744637800133916, + "volume": 0, + "temperature": 11.570458953648433, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T02:00:00.000Z", + "level": 217.86619863636875, + "flow": 56.954151688149224, + "inflow": 27.61827392992639, + "volume": 0, + "temperature": 13.67829557452546, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T03:00:00.000Z", + "level": 217.86283417450798, + "flow": 56.2051684255838, + "inflow": 27.880652368719886, + "volume": 0, + "temperature": 16.25159034782069, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T04:00:00.000Z", + "level": 217.84010650073853, + "flow": 56.31784028542094, + "inflow": 27.54300274116686, + "volume": 0, + "temperature": 17.85685820458237, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T05:00:00.000Z", + "level": 217.83722656856756, + "flow": 56.34156986438103, + "inflow": 26.83875284466485, + "volume": 0, + "temperature": 20.840345859053027, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T06:00:00.000Z", + "level": 217.85821574296125, + "flow": 55.4290388085215, + "inflow": 26.05261721959806, + "volume": 0, + "temperature": 21.76016577420955, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T07:00:00.000Z", + "level": 217.8566117611298, + "flow": 55.647424426957784, + "inflow": 26.320443372992663, + "volume": 0, + "temperature": 23.224419976867992, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T08:00:00.000Z", + "level": 217.86086346076667, + "flow": 56.07614921279096, + "inflow": 26.92297097485244, + "volume": 0, + "temperature": 24.99443486188544, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T09:00:00.000Z", + "level": 217.83854441589943, + "flow": 55.30281467676643, + "inflow": 26.02915643827625, + "volume": 0, + "temperature": 25.949415555904558, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T10:00:00.000Z", + "level": 217.8288594778334, + "flow": 55.33789147806243, + "inflow": 25.2340149352217, + "volume": 0, + "temperature": 26.45669863130742, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T11:00:00.000Z", + "level": 217.84154797481568, + "flow": 55.361101324889454, + "inflow": 25.967665768502684, + "volume": 0, + "temperature": 26.36794727701042, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T12:00:00.000Z", + "level": 217.86150662322675, + "flow": 55.625833968829625, + "inflow": 25.403757295856543, + "volume": 0, + "temperature": 25.74446567064517, + "precipitation": 8.896936502021553 + }, + { + "timestamp": "2026-05-11T13:00:00.000Z", + "level": 217.87049102416563, + "flow": 55.01856039969862, + "inflow": 24.4948934160536, + "volume": 0, + "temperature": 23.888198660286818, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T14:00:00.000Z", + "level": 217.87651112557813, + "flow": 54.647634508978186, + "inflow": 23.53027158421614, + "volume": 0, + "temperature": 22.563694073922356, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T15:00:00.000Z", + "level": 217.87726337181263, + "flow": 55.41418198806407, + "inflow": 23.320489226779976, + "volume": 0, + "temperature": 20.666266972017922, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T16:00:00.000Z", + "level": 217.86371678138974, + "flow": 56.046462579103746, + "inflow": 22.70804693806368, + "volume": 0, + "temperature": 17.87177814333848, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T17:00:00.000Z", + "level": 217.88195686406416, + "flow": 56.542894177349865, + "inflow": 22.441366041046177, + "volume": 0, + "temperature": 15.61790212308775, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T18:00:00.000Z", + "level": 217.8616429838352, + "flow": 56.5801191528991, + "inflow": 22.89126384690052, + "volume": 0, + "temperature": 14.574366368162572, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T19:00:00.000Z", + "level": 217.8460627764181, + "flow": 56.64619389469851, + "inflow": 22.526420695379706, + "volume": 0, + "temperature": 11.409687566761049, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T20:00:00.000Z", + "level": 217.82518111755758, + "flow": 56.29281337008803, + "inflow": 23.03739689696549, + "volume": 0, + "temperature": 11.36869516657004, + "precipitation": 1.8087088549892105 + }, + { + "timestamp": "2026-05-11T21:00:00.000Z", + "level": 217.81765936555624, + "flow": 55.310720891446486, + "inflow": 23.08725162008487, + "volume": 0, + "temperature": 9.275652155257156, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T22:00:00.000Z", + "level": 217.80649158920127, + "flow": 55.03086909834722, + "inflow": 22.530991542989554, + "volume": 0, + "temperature": 9.337555448033456, + "precipitation": 0 + }, + { + "timestamp": "2026-05-11T23:00:00.000Z", + "level": 217.7963337515843, + "flow": 55.873574991715046, + "inflow": 23.36351758110032, + "volume": 0, + "temperature": 9.29965846635093, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T00:00:00.000Z", + "level": 217.8000606030456, + "flow": 56.20087553520247, + "inflow": 23.38191126962454, + "volume": 0, + "temperature": 10.634131933835198, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T01:00:00.000Z", + "level": 217.81411904918858, + "flow": 55.49249750878676, + "inflow": 23.900678418637405, + "volume": 0, + "temperature": 11.462866810735953, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T02:00:00.000Z", + "level": 217.80376550308574, + "flow": 54.50333002994833, + "inflow": 23.991654597496968, + "volume": 0, + "temperature": 13.323810662456879, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T03:00:00.000Z", + "level": 217.8245620657076, + "flow": 55.40052304616078, + "inflow": 23.999098644278973, + "volume": 0, + "temperature": 15.865523921344714, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T04:00:00.000Z", + "level": 217.84037561569858, + "flow": 55.05862615047824, + "inflow": 23.729094813015223, + "volume": 0, + "temperature": 18.25139931801362, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T05:00:00.000Z", + "level": 217.84923591400147, + "flow": 54.49935747007038, + "inflow": 24.119804488129525, + "volume": 0, + "temperature": 20.125474694364435, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T06:00:00.000Z", + "level": 217.82824596224836, + "flow": 55.374323255810886, + "inflow": 24.35711785284508, + "volume": 0, + "temperature": 21.206765198010576, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T07:00:00.000Z", + "level": 217.82297048565607, + "flow": 55.243208266977156, + "inflow": 24.213405427532066, + "volume": 0, + "temperature": 23.01054856955307, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T08:00:00.000Z", + "level": 217.80328000582185, + "flow": 54.354918746889396, + "inflow": 24.489445674440745, + "volume": 0, + "temperature": 25.78340666273355, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T09:00:00.000Z", + "level": 217.794350947916, + "flow": 54.06966347196708, + "inflow": 24.704244976411708, + "volume": 0, + "temperature": 26.034711164942365, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T10:00:00.000Z", + "level": 217.76978944351106, + "flow": 53.35118104877153, + "inflow": 24.160239847305146, + "volume": 0, + "temperature": 26.60912617960391, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T11:00:00.000Z", + "level": 217.78391058607542, + "flow": 52.84334329441171, + "inflow": 24.505299803355832, + "volume": 0, + "temperature": 25.263644532645046, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T12:00:00.000Z", + "level": 217.80095056099142, + "flow": 52.69176115066113, + "inflow": 25.418661426595207, + "volume": 0, + "temperature": 25.1703667554619, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T13:00:00.000Z", + "level": 217.79355249355, + "flow": 53.27054228376621, + "inflow": 24.71430564084592, + "volume": 0, + "temperature": 22.772037464621306, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T14:00:00.000Z", + "level": 217.78766192948464, + "flow": 53.78512378143545, + "inflow": 25.002455240677985, + "volume": 0, + "temperature": 21.6411910152222, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T15:00:00.000Z", + "level": 217.77228750914566, + "flow": 53.97310675021344, + "inflow": 25.50376378002584, + "volume": 0, + "temperature": 20.275980875394392, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T16:00:00.000Z", + "level": 217.77372332766703, + "flow": 54.34928787431825, + "inflow": 25.578869863333278, + "volume": 0, + "temperature": 18.86269823652413, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T17:00:00.000Z", + "level": 217.7617920148884, + "flow": 53.42473298806815, + "inflow": 25.186562587927426, + "volume": 0, + "temperature": 16.261230755511434, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T18:00:00.000Z", + "level": 217.7683708170108, + "flow": 52.68513749554568, + "inflow": 25.777499557287545, + "volume": 0, + "temperature": 14.280192088547038, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T19:00:00.000Z", + "level": 217.7734110659087, + "flow": 53.48030690352238, + "inflow": 25.857071987317507, + "volume": 0, + "temperature": 11.97962919800838, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T20:00:00.000Z", + "level": 217.74968249696195, + "flow": 53.76889459086276, + "inflow": 26.64093411795124, + "volume": 0, + "temperature": 10.236047266895875, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T21:00:00.000Z", + "level": 217.7589964686819, + "flow": 54.53607679319132, + "inflow": 26.542106337591317, + "volume": 0, + "temperature": 9.99026580268775, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T22:00:00.000Z", + "level": 217.76909853961627, + "flow": 54.753580865718455, + "inflow": 26.58749877415126, + "volume": 0, + "temperature": 9.167031066922942, + "precipitation": 0 + }, + { + "timestamp": "2026-05-12T23:00:00.000Z", + "level": 217.77381330370233, + "flow": 54.91884383683265, + "inflow": 26.729602594450498, + "volume": 0, + "temperature": 10.095102470491753, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T00:00:00.000Z", + "level": 217.78650281126824, + "flow": 54.890109969938806, + "inflow": 26.149288801132663, + "volume": 0, + "temperature": 10.2450504713556, + "precipitation": 2.6981033467716564 + }, + { + "timestamp": "2026-05-13T01:00:00.000Z", + "level": 217.76354226406428, + "flow": 54.51855383173749, + "inflow": 27.085051129951864, + "volume": 0, + "temperature": 11.994750352629037, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T02:00:00.000Z", + "level": 217.7883669385673, + "flow": 55.330529752180716, + "inflow": 27.073681281791885, + "volume": 0, + "temperature": 14.023045401202971, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T03:00:00.000Z", + "level": 217.78355740241676, + "flow": 54.47699037178913, + "inflow": 28.037157595580076, + "volume": 0, + "temperature": 15.012748184218427, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T04:00:00.000Z", + "level": 217.7769856239036, + "flow": 53.82642269907008, + "inflow": 28.859187569747764, + "volume": 0, + "temperature": 17.477785412723414, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T05:00:00.000Z", + "level": 217.77869922000409, + "flow": 52.96639563540663, + "inflow": 28.673984719164558, + "volume": 0, + "temperature": 19.80456287060087, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T06:00:00.000Z", + "level": 217.75623898068108, + "flow": 52.137154447099896, + "inflow": 28.671672632117065, + "volume": 0, + "temperature": 22.169550072967944, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T07:00:00.000Z", + "level": 217.75695451166592, + "flow": 52.20068010039444, + "inflow": 28.804787352352115, + "volume": 0, + "temperature": 24.1315324805375, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T08:00:00.000Z", + "level": 217.77026280287532, + "flow": 52.745769108208336, + "inflow": 29.215754632962295, + "volume": 0, + "temperature": 24.341346668131745, + "precipitation": 14.965101479147439 + }, + { + "timestamp": "2026-05-13T09:00:00.000Z", + "level": 217.75907310630856, + "flow": 52.2490975253982, + "inflow": 28.903420183804734, + "volume": 0, + "temperature": 26.139632493360857, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T10:00:00.000Z", + "level": 217.74793414780737, + "flow": 53.05327004630989, + "inflow": 29.85448628444008, + "volume": 0, + "temperature": 26.525165593656453, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T11:00:00.000Z", + "level": 217.7546363771019, + "flow": 53.509852554575986, + "inflow": 29.59785831409102, + "volume": 0, + "temperature": 26.59437960126358, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T12:00:00.000Z", + "level": 217.76255883266145, + "flow": 52.64532543315115, + "inflow": 30.02773250958071, + "volume": 0, + "temperature": 24.638612206964797, + "precipitation": 2.4331507727482613 + }, + { + "timestamp": "2026-05-13T13:00:00.000Z", + "level": 217.7688213569968, + "flow": 52.442081223537514, + "inflow": 29.10171040892553, + "volume": 0, + "temperature": 23.35797948524689, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T14:00:00.000Z", + "level": 217.76070493273468, + "flow": 53.14983667172983, + "inflow": 29.869900657512268, + "volume": 0, + "temperature": 21.725501440811374, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T15:00:00.000Z", + "level": 217.75115463865788, + "flow": 52.88397519839466, + "inflow": 30.06893810098213, + "volume": 0, + "temperature": 19.08659932106528, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T16:00:00.000Z", + "level": 217.7537872896685, + "flow": 53.32125244870848, + "inflow": 29.831937482080733, + "volume": 0, + "temperature": 17.966419324894545, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T17:00:00.000Z", + "level": 217.75851792675823, + "flow": 52.33536460976163, + "inflow": 28.916561671157893, + "volume": 0, + "temperature": 15.900898232402337, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T18:00:00.000Z", + "level": 217.74509971413747, + "flow": 52.44384665157373, + "inflow": 29.74756899991883, + "volume": 0, + "temperature": 14.307257050623583, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T19:00:00.000Z", + "level": 217.7675905450122, + "flow": 52.518531705924104, + "inflow": 29.428298908359984, + "volume": 0, + "temperature": 13.113654008113484, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T20:00:00.000Z", + "level": 217.76139478543007, + "flow": 53.204027560577224, + "inflow": 30.248231457659127, + "volume": 0, + "temperature": 10.330741791831674, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T21:00:00.000Z", + "level": 217.78322298451863, + "flow": 54.12312346858116, + "inflow": 31.129932215540883, + "volume": 0, + "temperature": 9.45201343655253, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T22:00:00.000Z", + "level": 217.7881006807786, + "flow": 54.8034374515595, + "inflow": 32.07920406436028, + "volume": 0, + "temperature": 9.275250208248174, + "precipitation": 0 + }, + { + "timestamp": "2026-05-13T23:00:00.000Z", + "level": 217.76393500599357, + "flow": 55.350119454062224, + "inflow": 32.91062357311774, + "volume": 0, + "temperature": 9.676092416532612, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T00:00:00.000Z", + "level": 217.78361890171573, + "flow": 55.47291235507026, + "inflow": 32.23102840302827, + "volume": 0, + "temperature": 10.087924277274755, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T01:00:00.000Z", + "level": 217.79963479740047, + "flow": 56.11925498427866, + "inflow": 32.19943829455907, + "volume": 0, + "temperature": 11.82005933001385, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T02:00:00.000Z", + "level": 217.784306889767, + "flow": 55.631967842022284, + "inflow": 33.10631760430335, + "volume": 0, + "temperature": 14.958361918064162, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T03:00:00.000Z", + "level": 217.79246057509908, + "flow": 54.91869638195383, + "inflow": 33.91821283590645, + "volume": 0, + "temperature": 15.088367862007884, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T04:00:00.000Z", + "level": 217.78195572284457, + "flow": 55.53434133345963, + "inflow": 33.69520012736587, + "volume": 0, + "temperature": 17.21254070384059, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T05:00:00.000Z", + "level": 217.80316678627065, + "flow": 54.55456191259749, + "inflow": 33.27839501338365, + "volume": 0, + "temperature": 19.70846149061095, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T06:00:00.000Z", + "level": 217.78864292623717, + "flow": 55.19219614433976, + "inflow": 32.90864086714164, + "volume": 0, + "temperature": 21.500775466349968, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T07:00:00.000Z", + "level": 217.77093484236465, + "flow": 56.18352092052519, + "inflow": 32.317747345163596, + "volume": 0, + "temperature": 23.56962914422929, + "precipitation": 5.453391969856502 + }, + { + "timestamp": "2026-05-14T08:00:00.000Z", + "level": 217.75035261019372, + "flow": 55.45819765692556, + "inflow": 31.720978256444088, + "volume": 0, + "temperature": 24.087274374665512, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T09:00:00.000Z", + "level": 217.75461146590948, + "flow": 56.283039615375685, + "inflow": 31.23224907490171, + "volume": 0, + "temperature": 25.90505706723493, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T10:00:00.000Z", + "level": 217.74403709251138, + "flow": 55.2921959463859, + "inflow": 31.09060558534161, + "volume": 0, + "temperature": 25.199935263884587, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T11:00:00.000Z", + "level": 217.73578687351213, + "flow": 54.54994900291482, + "inflow": 31.08687434456785, + "volume": 0, + "temperature": 25.744395101703706, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T12:00:00.000Z", + "level": 217.7430025156678, + "flow": 54.95327057680604, + "inflow": 31.7448077617172, + "volume": 0, + "temperature": 25.623487870440144, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T13:00:00.000Z", + "level": 217.76678459867787, + "flow": 54.76504228707848, + "inflow": 31.953229234665706, + "volume": 0, + "temperature": 23.93311840201195, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T14:00:00.000Z", + "level": 217.75016801923846, + "flow": 55.552502371359296, + "inflow": 32.0831087975218, + "volume": 0, + "temperature": 21.900913298966337, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T15:00:00.000Z", + "level": 217.770063271106, + "flow": 54.98257722546742, + "inflow": 31.119986629350368, + "volume": 0, + "temperature": 19.129872345857983, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T16:00:00.000Z", + "level": 217.7949719036406, + "flow": 55.16273161650343, + "inflow": 31.342387522752677, + "volume": 0, + "temperature": 17.419063555235084, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T17:00:00.000Z", + "level": 217.7877058262195, + "flow": 54.37716159178839, + "inflow": 32.0687751699811, + "volume": 0, + "temperature": 15.14265792434884, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T18:00:00.000Z", + "level": 217.80081493828882, + "flow": 54.76284327018774, + "inflow": 31.900138870465938, + "volume": 0, + "temperature": 13.92445987912511, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T19:00:00.000Z", + "level": 217.82318114943266, + "flow": 54.77241488574785, + "inflow": 31.30439980388186, + "volume": 0, + "temperature": 12.724447451018072, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T20:00:00.000Z", + "level": 217.80562194579434, + "flow": 55.07785966851694, + "inflow": 30.622283453432537, + "volume": 0, + "temperature": 10.857018570967284, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T21:00:00.000Z", + "level": 217.80760893326658, + "flow": 55.86728119413672, + "inflow": 30.501854205532194, + "volume": 0, + "temperature": 11.086955766043804, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T22:00:00.000Z", + "level": 217.8003568711774, + "flow": 55.125679531579515, + "inflow": 30.676068789823848, + "volume": 0, + "temperature": 9.358173163572335, + "precipitation": 0 + }, + { + "timestamp": "2026-05-14T23:00:00.000Z", + "level": 217.8006128038688, + "flow": 54.287062117808574, + "inflow": 29.867686887194644, + "volume": 0, + "temperature": 9.603069859733179, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T00:00:00.000Z", + "level": 217.7848848422355, + "flow": 54.7410516388848, + "inflow": 29.554615579033058, + "volume": 0, + "temperature": 11.4627214575378, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T01:00:00.000Z", + "level": 217.77739981072136, + "flow": 54.74639632814414, + "inflow": 30.13225374407782, + "volume": 0, + "temperature": 11.651099604897418, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T02:00:00.000Z", + "level": 217.78893858571288, + "flow": 55.060357773409756, + "inflow": 30.33607910719959, + "volume": 0, + "temperature": 14.726845857312277, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T03:00:00.000Z", + "level": 217.8057492421337, + "flow": 56.02001405862191, + "inflow": 30.049212792039135, + "volume": 0, + "temperature": 15.091221467422507, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T04:00:00.000Z", + "level": 217.8288235543356, + "flow": 56.12328612875557, + "inflow": 29.08744857561303, + "volume": 0, + "temperature": 17.413407035081065, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T05:00:00.000Z", + "level": 217.8500595262992, + "flow": 56.46847596564308, + "inflow": 28.83069849834087, + "volume": 0, + "temperature": 20.414987625700952, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T06:00:00.000Z", + "level": 217.8641958440845, + "flow": 56.37132252755603, + "inflow": 29.65950640542718, + "volume": 0, + "temperature": 22.87492079788575, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T07:00:00.000Z", + "level": 217.86321834068886, + "flow": 56.55077164847603, + "inflow": 30.068864750760735, + "volume": 0, + "temperature": 23.467214380083924, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T08:00:00.000Z", + "level": 217.8739660298801, + "flow": 56.81056455351385, + "inflow": 30.024391918562344, + "volume": 0, + "temperature": 24.325616308721823, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T09:00:00.000Z", + "level": 217.8893932203186, + "flow": 56.50487638909981, + "inflow": 29.35038420439602, + "volume": 0, + "temperature": 25.47651970323793, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T10:00:00.000Z", + "level": 217.88080028605458, + "flow": 57.28232152333943, + "inflow": 29.777329414962335, + "volume": 0, + "temperature": 26.96566983387676, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T11:00:00.000Z", + "level": 217.86107076395245, + "flow": 56.575251726233574, + "inflow": 28.825508618286612, + "volume": 0, + "temperature": 25.45389661076225, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T12:00:00.000Z", + "level": 217.87429756505574, + "flow": 56.1098553688473, + "inflow": 29.72112287486866, + "volume": 0, + "temperature": 24.83802942340615, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T13:00:00.000Z", + "level": 217.8922436559398, + "flow": 56.24239543618372, + "inflow": 29.226029301713712, + "volume": 0, + "temperature": 23.31941984788896, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T14:00:00.000Z", + "level": 217.8953099700757, + "flow": 56.459327392914325, + "inflow": 28.766515713232142, + "volume": 0, + "temperature": 22.652603867373088, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T15:00:00.000Z", + "level": 217.90346580187736, + "flow": 56.45516016043132, + "inflow": 29.126640175216444, + "volume": 0, + "temperature": 19.759052148433852, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T16:00:00.000Z", + "level": 217.91156267253723, + "flow": 55.8615422956367, + "inflow": 28.172605035175618, + "volume": 0, + "temperature": 18.04846956538059, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T17:00:00.000Z", + "level": 217.92003669626843, + "flow": 55.94120079777614, + "inflow": 27.387829594468165, + "volume": 0, + "temperature": 16.54880159340287, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T18:00:00.000Z", + "level": 217.89540170970528, + "flow": 56.05834790921225, + "inflow": 27.428662600246213, + "volume": 0, + "temperature": 14.997082171924996, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T19:00:00.000Z", + "level": 217.90157162201817, + "flow": 55.474719537998425, + "inflow": 27.359266072540173, + "volume": 0, + "temperature": 12.332047965370355, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T20:00:00.000Z", + "level": 217.8829576352013, + "flow": 55.886278052618, + "inflow": 26.935684678958758, + "volume": 0, + "temperature": 11.98397731369258, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T21:00:00.000Z", + "level": 217.876198484819, + "flow": 55.14540344883367, + "inflow": 26.599307334624555, + "volume": 0, + "temperature": 10.872718756868942, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T22:00:00.000Z", + "level": 217.88920208497836, + "flow": 54.72485356650396, + "inflow": 27.072730387342357, + "volume": 0, + "temperature": 9.638266860557424, + "precipitation": 0 + }, + { + "timestamp": "2026-05-15T23:00:00.000Z", + "level": 217.89944174873105, + "flow": 55.05334080950028, + "inflow": 27.609501888590984, + "volume": 0, + "temperature": 10.396775759583264, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T00:00:00.000Z", + "level": 217.92371398603845, + "flow": 54.62245537765349, + "inflow": 27.323424092685578, + "volume": 0, + "temperature": 11.517369052350999, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T01:00:00.000Z", + "level": 217.94694964013803, + "flow": 54.07026400870885, + "inflow": 26.535398673018406, + "volume": 0, + "temperature": 12.706157391276939, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T02:00:00.000Z", + "level": 217.92995579507777, + "flow": 54.83994365941787, + "inflow": 26.298866144832747, + "volume": 0, + "temperature": 14.040144472342563, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T03:00:00.000Z", + "level": 217.94070170490988, + "flow": 53.91116126036345, + "inflow": 26.4456695656388, + "volume": 0, + "temperature": 15.32536980296901, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T04:00:00.000Z", + "level": 217.92272437967551, + "flow": 52.95755388557684, + "inflow": 27.172806888257202, + "volume": 0, + "temperature": 17.847385604928746, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T05:00:00.000Z", + "level": 217.91428145543568, + "flow": 52.90552799509633, + "inflow": 27.674302709322433, + "volume": 0, + "temperature": 19.592519336834805, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T06:00:00.000Z", + "level": 217.91653099121123, + "flow": 52.80778850153099, + "inflow": 26.903502332719807, + "volume": 0, + "temperature": 21.349461976247937, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T07:00:00.000Z", + "level": 217.89796201245778, + "flow": 52.158297863004854, + "inflow": 27.432240071090256, + "volume": 0, + "temperature": 23.292915238183575, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T08:00:00.000Z", + "level": 217.91977899831502, + "flow": 52.899507190850535, + "inflow": 27.757239069135437, + "volume": 0, + "temperature": 25.498990011475236, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T09:00:00.000Z", + "level": 217.9396593852579, + "flow": 53.09880852414101, + "inflow": 26.936987942627677, + "volume": 0, + "temperature": 25.6247677067089, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T10:00:00.000Z", + "level": 217.94675841916734, + "flow": 52.979583015050906, + "inflow": 26.421845243776428, + "volume": 0, + "temperature": 25.434390075543444, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T11:00:00.000Z", + "level": 217.9716871540442, + "flow": 52.20719130746977, + "inflow": 25.692929492978877, + "volume": 0, + "temperature": 24.84917527737453, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T12:00:00.000Z", + "level": 217.95970576892168, + "flow": 53.16214615437508, + "inflow": 25.15389214950309, + "volume": 0, + "temperature": 25.502483470353518, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T13:00:00.000Z", + "level": 217.97541352111563, + "flow": 53.45054284546423, + "inflow": 24.308509819465385, + "volume": 0, + "temperature": 24.138270874329418, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T14:00:00.000Z", + "level": 217.9937047158128, + "flow": 53.01513182540661, + "inflow": 24.003831331767763, + "volume": 0, + "temperature": 21.693944847992046, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T15:00:00.000Z", + "level": 217.97796465245636, + "flow": 52.67834195094974, + "inflow": 24.33884968476929, + "volume": 0, + "temperature": 20.762165599081985, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T16:00:00.000Z", + "level": 217.96120466711312, + "flow": 51.875866468944906, + "inflow": 25.168771609521603, + "volume": 0, + "temperature": 17.064297945982844, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T17:00:00.000Z", + "level": 217.94832158066365, + "flow": 52.17827309771957, + "inflow": 25.288009054815596, + "volume": 0, + "temperature": 16.53999853547663, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T18:00:00.000Z", + "level": 217.96116873586925, + "flow": 52.348277678111245, + "inflow": 24.873352682922608, + "volume": 0, + "temperature": 13.910472940771571, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T19:00:00.000Z", + "level": 217.95767699098937, + "flow": 53.311850216957886, + "inflow": 25.404490706942795, + "volume": 0, + "temperature": 11.91035378478543, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T20:00:00.000Z", + "level": 217.96148979159548, + "flow": 52.64654908291513, + "inflow": 25.522575188219193, + "volume": 0, + "temperature": 11.734945917417601, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T21:00:00.000Z", + "level": 217.96836516708487, + "flow": 52.07137631545402, + "inflow": 26.50644269260612, + "volume": 0, + "temperature": 11.012244272938142, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T22:00:00.000Z", + "level": 217.9750578777787, + "flow": 51.49120200130186, + "inflow": 26.034312114980224, + "volume": 0, + "temperature": 10.50318668466798, + "precipitation": 0 + }, + { + "timestamp": "2026-05-16T23:00:00.000Z", + "level": 217.9672407034146, + "flow": 51.388597434093995, + "inflow": 25.770097713883917, + "volume": 0, + "temperature": 9.338459821793275, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T00:00:00.000Z", + "level": 217.97694706748788, + "flow": 51.7751493034098, + "inflow": 25.644356574070844, + "volume": 0, + "temperature": 11.893454751581011, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T01:00:00.000Z", + "level": 218.00158849257096, + "flow": 52.02624361287047, + "inflow": 24.809734499347986, + "volume": 0, + "temperature": 12.582292093209627, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T02:00:00.000Z", + "level": 218.01528787916422, + "flow": 51.64293324652764, + "inflow": 25.7338462218606, + "volume": 0, + "temperature": 14.632159923868105, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T03:00:00.000Z", + "level": 218.01537364664176, + "flow": 52.07655992982206, + "inflow": 25.756221020565444, + "volume": 0, + "temperature": 15.028862499629595, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T04:00:00.000Z", + "level": 217.99775199665564, + "flow": 51.10018263549289, + "inflow": 25.08557174250361, + "volume": 0, + "temperature": 18.093702729955044, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T05:00:00.000Z", + "level": 218.00464485130257, + "flow": 50.700217426840744, + "inflow": 25.047467108326373, + "volume": 0, + "temperature": 21.044963729286145, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T06:00:00.000Z", + "level": 218.0167819306356, + "flow": 51.47976092128815, + "inflow": 25.292949495840926, + "volume": 0, + "temperature": 21.98148805052682, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T07:00:00.000Z", + "level": 218.0068372696932, + "flow": 52.190131981566324, + "inflow": 26.096395894129394, + "volume": 0, + "temperature": 24.221160269851346, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T08:00:00.000Z", + "level": 217.9847322099086, + "flow": 51.41608933206204, + "inflow": 25.43475077360075, + "volume": 0, + "temperature": 24.785753102478914, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T09:00:00.000Z", + "level": 218.00455925775552, + "flow": 52.13707667419497, + "inflow": 25.2667329873303, + "volume": 0, + "temperature": 25.857716584476062, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T10:00:00.000Z", + "level": 218.01162867386307, + "flow": 52.656144689460554, + "inflow": 26.20065589073949, + "volume": 0, + "temperature": 25.040180361008222, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T11:00:00.000Z", + "level": 218.03449018309126, + "flow": 51.85363963214535, + "inflow": 26.657603536114763, + "volume": 0, + "temperature": 26.62294076732329, + "precipitation": 11.266516701430916 + }, + { + "timestamp": "2026-05-17T12:00:00.000Z", + "level": 218.0275942096527, + "flow": 52.30389867851442, + "inflow": 26.065362920491932, + "volume": 0, + "temperature": 25.334205503549796, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T13:00:00.000Z", + "level": 218.03891622424274, + "flow": 52.027087696840255, + "inflow": 25.269054879365225, + "volume": 0, + "temperature": 24.43173680112013, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T14:00:00.000Z", + "level": 218.0587269697797, + "flow": 52.531314978442396, + "inflow": 26.01890419335102, + "volume": 0, + "temperature": 22.094027684956735, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T15:00:00.000Z", + "level": 218.04480437139952, + "flow": 52.44517289931078, + "inflow": 25.58933853018459, + "volume": 0, + "temperature": 21.047228205157413, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T16:00:00.000Z", + "level": 218.02640318478115, + "flow": 52.39524184122017, + "inflow": 26.355636759309657, + "volume": 0, + "temperature": 17.721274802109654, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T17:00:00.000Z", + "level": 218.02615351098243, + "flow": 51.88319064131541, + "inflow": 26.697210932225442, + "volume": 0, + "temperature": 16.842267218970747, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T18:00:00.000Z", + "level": 218.04286049442615, + "flow": 51.0878664363643, + "inflow": 26.18512357387242, + "volume": 0, + "temperature": 14.681704764303959, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T19:00:00.000Z", + "level": 218.06460896886392, + "flow": 51.55050928155282, + "inflow": 26.009104200601932, + "volume": 0, + "temperature": 12.224220817023445, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T20:00:00.000Z", + "level": 218.06208424512542, + "flow": 51.64510931429018, + "inflow": 25.648655287730385, + "volume": 0, + "temperature": 11.300629791389296, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T21:00:00.000Z", + "level": 218.04549761844947, + "flow": 52.46805546032675, + "inflow": 25.070976834826475, + "volume": 0, + "temperature": 10.34722577565626, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T22:00:00.000Z", + "level": 218.0503776603725, + "flow": 52.85996701410688, + "inflow": 25.708512402500634, + "volume": 0, + "temperature": 9.655753313982498, + "precipitation": 0 + }, + { + "timestamp": "2026-05-17T23:00:00.000Z", + "level": 218.0490834869937, + "flow": 52.35137104922233, + "inflow": 26.352876422135576, + "volume": 0, + "temperature": 10.438776024639328, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T00:00:00.000Z", + "level": 218.0732426615743, + "flow": 52.32484986561275, + "inflow": 26.51150609604213, + "volume": 0, + "temperature": 10.975693096400704, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T01:00:00.000Z", + "level": 218.07164055589837, + "flow": 52.496215156051925, + "inflow": 25.73706056135058, + "volume": 0, + "temperature": 11.723942892627734, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T02:00:00.000Z", + "level": 218.05049931566847, + "flow": 52.685812660800366, + "inflow": 25.370271900738604, + "volume": 0, + "temperature": 14.023446919900001, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T03:00:00.000Z", + "level": 218.02767572108013, + "flow": 51.72033727740365, + "inflow": 24.416213245910704, + "volume": 0, + "temperature": 15.651179355502803, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T04:00:00.000Z", + "level": 218.05199103640308, + "flow": 52.345881225960355, + "inflow": 24.837771769093727, + "volume": 0, + "temperature": 18.333648006166833, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T05:00:00.000Z", + "level": 218.0455461710849, + "flow": 51.75941854999195, + "inflow": 25.251265610060592, + "volume": 0, + "temperature": 20.178710032121668, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T06:00:00.000Z", + "level": 218.05825826221616, + "flow": 52.47873299077014, + "inflow": 25.177336400387162, + "volume": 0, + "temperature": 22.382807240363245, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T07:00:00.000Z", + "level": 218.03589510455137, + "flow": 53.32193767077411, + "inflow": 25.517786283049862, + "volume": 0, + "temperature": 23.508317881343288, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T08:00:00.000Z", + "level": 218.04604858438057, + "flow": 54.12307083313709, + "inflow": 26.231326492633414, + "volume": 0, + "temperature": 24.181147077919235, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T09:00:00.000Z", + "level": 218.05990536147277, + "flow": 53.5552584617029, + "inflow": 26.13290957073563, + "volume": 0, + "temperature": 26.542560141240795, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T10:00:00.000Z", + "level": 218.0441376383322, + "flow": 52.71336543362845, + "inflow": 25.7210926014027, + "volume": 0, + "temperature": 25.690643261449733, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T11:00:00.000Z", + "level": 218.01961075149634, + "flow": 53.552879300499825, + "inflow": 25.661392724479757, + "volume": 0, + "temperature": 25.708574037577005, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T12:00:00.000Z", + "level": 218.03016276626946, + "flow": 53.77260077083466, + "inflow": 25.837452622993993, + "volume": 0, + "temperature": 24.991896958381698, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T13:00:00.000Z", + "level": 218.04453610744045, + "flow": 54.25343722547628, + "inflow": 26.699770805806185, + "volume": 0, + "temperature": 23.649389455918556, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T14:00:00.000Z", + "level": 218.03980278438922, + "flow": 54.46789071814122, + "inflow": 26.751252643352274, + "volume": 0, + "temperature": 21.828225850320575, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T15:00:00.000Z", + "level": 218.02187049238955, + "flow": 54.78900103135973, + "inflow": 26.221350588516803, + "volume": 0, + "temperature": 20.451372962656794, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T16:00:00.000Z", + "level": 218.00902888371283, + "flow": 53.80448435923174, + "inflow": 25.280734842245607, + "volume": 0, + "temperature": 18.294815220343324, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T17:00:00.000Z", + "level": 218.02501830331525, + "flow": 54.1504305535974, + "inflow": 25.5430722549823, + "volume": 0, + "temperature": 16.216322903480265, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T18:00:00.000Z", + "level": 218.04440515721717, + "flow": 53.80370205509808, + "inflow": 26.345150582575673, + "volume": 0, + "temperature": 14.400150097456345, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T19:00:00.000Z", + "level": 218.03552798177282, + "flow": 52.9940444110889, + "inflow": 26.445776043720667, + "volume": 0, + "temperature": 11.928847509207067, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T20:00:00.000Z", + "level": 218.05183839596782, + "flow": 53.39113509982103, + "inflow": 26.96625635222261, + "volume": 0, + "temperature": 10.499586630955603, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T21:00:00.000Z", + "level": 218.0289329577791, + "flow": 53.08657128648371, + "inflow": 27.639307357087475, + "volume": 0, + "temperature": 9.848541254502926, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T22:00:00.000Z", + "level": 218.04886763491146, + "flow": 53.03723287240461, + "inflow": 27.38108805659976, + "volume": 0, + "temperature": 10.753441416012217, + "precipitation": 0 + }, + { + "timestamp": "2026-05-18T23:00:00.000Z", + "level": 218.04372252032414, + "flow": 53.548566765849706, + "inflow": 27.328770405227772, + "volume": 0, + "temperature": 11.200484013591929, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T00:00:00.000Z", + "level": 218.0578824328816, + "flow": 52.59220206780642, + "inflow": 27.654310564363062, + "volume": 0, + "temperature": 10.818884855168301, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T01:00:00.000Z", + "level": 218.0589677210303, + "flow": 52.81903156136753, + "inflow": 27.22577803999366, + "volume": 0, + "temperature": 12.560854820628906, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T02:00:00.000Z", + "level": 218.03478417652624, + "flow": 52.669638264928665, + "inflow": 28.110076031158123, + "volume": 0, + "temperature": 13.085607866260972, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T03:00:00.000Z", + "level": 218.03655496732858, + "flow": 52.99765828358175, + "inflow": 28.684243261862388, + "volume": 0, + "temperature": 16.171375238263675, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T04:00:00.000Z", + "level": 218.06057981177833, + "flow": 53.59079914592168, + "inflow": 29.064108312595266, + "volume": 0, + "temperature": 17.370638296269217, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T05:00:00.000Z", + "level": 218.06423879952854, + "flow": 54.2145246768819, + "inflow": 29.076633361602823, + "volume": 0, + "temperature": 19.15150283438056, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T06:00:00.000Z", + "level": 218.0811529162597, + "flow": 54.138663947547286, + "inflow": 29.27355476410198, + "volume": 0, + "temperature": 21.79426489656525, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T07:00:00.000Z", + "level": 218.09758640843046, + "flow": 53.9927715871526, + "inflow": 29.072380236052844, + "volume": 0, + "temperature": 23.275991709487727, + "precipitation": 4.707762980669738 + }, + { + "timestamp": "2026-05-19T08:00:00.000Z", + "level": 218.11579091605992, + "flow": 52.998821379626456, + "inflow": 29.997292490905814, + "volume": 0, + "temperature": 25.46800729248182, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T09:00:00.000Z", + "level": 218.12726650691505, + "flow": 52.72701711755852, + "inflow": 30.610287915687035, + "volume": 0, + "temperature": 25.254080998682312, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T10:00:00.000Z", + "level": 218.15135549375887, + "flow": 52.30960942379549, + "inflow": 30.54450674548912, + "volume": 0, + "temperature": 26.64064992478386, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T11:00:00.000Z", + "level": 218.13741202706512, + "flow": 53.01036937188572, + "inflow": 30.556045102340512, + "volume": 0, + "temperature": 24.96981086725602, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T12:00:00.000Z", + "level": 218.14090700612385, + "flow": 52.63049362096976, + "inflow": 30.46698948417648, + "volume": 0, + "temperature": 23.93886913423259, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T13:00:00.000Z", + "level": 218.1318026850126, + "flow": 51.714598250926755, + "inflow": 29.472515873244635, + "volume": 0, + "temperature": 24.580846974691053, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T14:00:00.000Z", + "level": 218.11638149355838, + "flow": 52.410238041540126, + "inflow": 29.076567378752504, + "volume": 0, + "temperature": 22.008080372995238, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T15:00:00.000Z", + "level": 218.10471937678244, + "flow": 53.13868693457882, + "inflow": 29.750557702146185, + "volume": 0, + "temperature": 19.59923166570819, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T16:00:00.000Z", + "level": 218.0938498135415, + "flow": 53.016424388763056, + "inflow": 29.83522006772262, + "volume": 0, + "temperature": 18.728500098216323, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T17:00:00.000Z", + "level": 218.06949531538234, + "flow": 52.579938690856494, + "inflow": 29.750272062856755, + "volume": 0, + "temperature": 16.082573479575814, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T18:00:00.000Z", + "level": 218.07202775774823, + "flow": 51.87788325406184, + "inflow": 30.551598170344512, + "volume": 0, + "temperature": 14.18762223555469, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T19:00:00.000Z", + "level": 218.0842427867383, + "flow": 51.06083489846485, + "inflow": 30.036081553836205, + "volume": 0, + "temperature": 13.254099915441774, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T20:00:00.000Z", + "level": 218.08463596727663, + "flow": 51.912122870101896, + "inflow": 30.370493596100303, + "volume": 0, + "temperature": 10.383681952499977, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T21:00:00.000Z", + "level": 218.08638930262958, + "flow": 52.140601286584086, + "inflow": 31.36942641414544, + "volume": 0, + "temperature": 9.94905363451178, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T22:00:00.000Z", + "level": 218.08776083849162, + "flow": 53.078926517739426, + "inflow": 30.929280020740162, + "volume": 0, + "temperature": 10.581360615108832, + "precipitation": 0 + }, + { + "timestamp": "2026-05-19T23:00:00.000Z", + "level": 218.0886384218358, + "flow": 53.68791181821448, + "inflow": 30.18603976237787, + "volume": 0, + "temperature": 9.81160042871975, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T00:00:00.000Z", + "level": 218.08334457082856, + "flow": 52.733230583200005, + "inflow": 29.436481612680822, + "volume": 0, + "temperature": 11.023821437068467, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T01:00:00.000Z", + "level": 218.09272461763723, + "flow": 53.0475659014012, + "inflow": 28.55492226222443, + "volume": 0, + "temperature": 11.350056660333571, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T02:00:00.000Z", + "level": 218.0872342818471, + "flow": 53.02613251248818, + "inflow": 27.62767380657487, + "volume": 0, + "temperature": 14.703302355831557, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T03:00:00.000Z", + "level": 218.1041589752023, + "flow": 52.070871680607, + "inflow": 27.111074612420694, + "volume": 0, + "temperature": 15.03250657189152, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T04:00:00.000Z", + "level": 218.0905935561381, + "flow": 52.57817539768309, + "inflow": 27.515304560577533, + "volume": 0, + "temperature": 17.834422600435133, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T05:00:00.000Z", + "level": 218.1151823699302, + "flow": 52.07182022604725, + "inflow": 27.211465737417292, + "volume": 0, + "temperature": 20.79230278531986, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T06:00:00.000Z", + "level": 218.1242341260332, + "flow": 52.981337926043125, + "inflow": 27.409192922852533, + "volume": 0, + "temperature": 22.118829415359055, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T07:00:00.000Z", + "level": 218.14712682122226, + "flow": 52.98026759453289, + "inflow": 26.923611714079826, + "volume": 0, + "temperature": 24.40597390907497, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T08:00:00.000Z", + "level": 218.14990124806317, + "flow": 53.04318930113641, + "inflow": 27.441265362340534, + "volume": 0, + "temperature": 24.229427361675576, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T09:00:00.000Z", + "level": 218.1605702941177, + "flow": 53.145401261698474, + "inflow": 26.93991734779293, + "volume": 0, + "temperature": 25.952353886502227, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T10:00:00.000Z", + "level": 218.18430856886303, + "flow": 53.89157389883804, + "inflow": 25.954876481847364, + "volume": 0, + "temperature": 25.756987973260728, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T11:00:00.000Z", + "level": 218.2049103288264, + "flow": 53.46623474230986, + "inflow": 26.00411090816715, + "volume": 0, + "temperature": 25.140556236331395, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T12:00:00.000Z", + "level": 218.21989771286778, + "flow": 54.02936262385424, + "inflow": 26.738006889242563, + "volume": 0, + "temperature": 24.88418040213065, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T13:00:00.000Z", + "level": 218.23887491149011, + "flow": 53.58695538156373, + "inflow": 27.46627109743226, + "volume": 0, + "temperature": 23.98937629754795, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T14:00:00.000Z", + "level": 218.22757252063917, + "flow": 53.41720145429444, + "inflow": 27.081130770479806, + "volume": 0, + "temperature": 22.00353338247471, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T15:00:00.000Z", + "level": 218.23700183951775, + "flow": 53.930529409649324, + "inflow": 26.747517885850733, + "volume": 0, + "temperature": 19.971386831805397, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T16:00:00.000Z", + "level": 218.23491940450143, + "flow": 54.90886964022956, + "inflow": 25.884597268076305, + "volume": 0, + "temperature": 17.410107797625194, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T17:00:00.000Z", + "level": 218.25959720920662, + "flow": 55.18254130348972, + "inflow": 25.523791291461322, + "volume": 0, + "temperature": 16.706288967714503, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T18:00:00.000Z", + "level": 218.28074791693103, + "flow": 56.002807467063484, + "inflow": 25.981766617720776, + "volume": 0, + "temperature": 13.703351945063721, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T19:00:00.000Z", + "level": 218.2625836969195, + "flow": 56.822589310981954, + "inflow": 25.361191389047598, + "volume": 0, + "temperature": 12.855845566860394, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T20:00:00.000Z", + "level": 218.26848428143248, + "flow": 56.1063136233982, + "inflow": 24.408333354933568, + "volume": 0, + "temperature": 10.197227944821163, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T21:00:00.000Z", + "level": 218.26146430022192, + "flow": 56.174829239013306, + "inflow": 25.177592143475337, + "volume": 0, + "temperature": 10.678769631486395, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T22:00:00.000Z", + "level": 218.2430087142506, + "flow": 57.150641810861586, + "inflow": 26.034247548145572, + "volume": 0, + "temperature": 10.842803027793831, + "precipitation": 0 + }, + { + "timestamp": "2026-05-20T23:00:00.000Z", + "level": 218.25271243375786, + "flow": 57.828616699094376, + "inflow": 25.29552123593969, + "volume": 0, + "temperature": 9.487043872071604, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T00:00:00.000Z", + "level": 218.22994084788894, + "flow": 58.545208217928504, + "inflow": 24.833331222586466, + "volume": 0, + "temperature": 10.713342262785867, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T01:00:00.000Z", + "level": 218.2243705146208, + "flow": 59.53304886785872, + "inflow": 24.829729167230028, + "volume": 0, + "temperature": 13.054678693964144, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T02:00:00.000Z", + "level": 218.212502711154, + "flow": 60.1089671271554, + "inflow": 24.65930133880039, + "volume": 0, + "temperature": 14.110559699985723, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T03:00:00.000Z", + "level": 218.21472893599685, + "flow": 60.2821090194148, + "inflow": 25.455292037478348, + "volume": 0, + "temperature": 15.664236591100357, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T04:00:00.000Z", + "level": 218.21155674930503, + "flow": 61.229296551373714, + "inflow": 25.660787406817725, + "volume": 0, + "temperature": 17.140450068188713, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T05:00:00.000Z", + "level": 218.2138079523636, + "flow": 60.47404524571756, + "inflow": 25.213899394098203, + "volume": 0, + "temperature": 20.562289150070242, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T06:00:00.000Z", + "level": 218.19997791255508, + "flow": 60.522037776260504, + "inflow": 25.571866311452983, + "volume": 0, + "temperature": 21.77832478483094, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T07:00:00.000Z", + "level": 218.18622980918235, + "flow": 61.42681362396893, + "inflow": 25.21490830225567, + "volume": 0, + "temperature": 24.375669016949537, + "precipitation": 11.28931833719879 + }, + { + "timestamp": "2026-05-21T08:00:00.000Z", + "level": 218.20005982758732, + "flow": 61.15312292634435, + "inflow": 24.52309310226368, + "volume": 0, + "temperature": 25.29981065455872, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T09:00:00.000Z", + "level": 218.21242637992708, + "flow": 61.57998121697, + "inflow": 24.716341032694217, + "volume": 0, + "temperature": 24.887040616104464, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T10:00:00.000Z", + "level": 218.2344842405129, + "flow": 61.2155136646807, + "inflow": 25.292349449451883, + "volume": 0, + "temperature": 25.10451304417123, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T11:00:00.000Z", + "level": 218.22117979112443, + "flow": 61.26874559775062, + "inflow": 26.17610735007132, + "volume": 0, + "temperature": 25.41579864301837, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T12:00:00.000Z", + "level": 218.2147462184375, + "flow": 61.421065524791466, + "inflow": 26.67369823813446, + "volume": 0, + "temperature": 25.724353178129707, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T13:00:00.000Z", + "level": 218.23937854597455, + "flow": 61.030776095329756, + "inflow": 26.195593872937216, + "volume": 0, + "temperature": 22.70468363687514, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T14:00:00.000Z", + "level": 218.26108703002052, + "flow": 61.365803074745074, + "inflow": 25.831190882718506, + "volume": 0, + "temperature": 22.818894361236936, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T15:00:00.000Z", + "level": 218.2484024084617, + "flow": 60.87447674937937, + "inflow": 25.431432114242075, + "volume": 0, + "temperature": 19.302669806945275, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T16:00:00.000Z", + "level": 218.2289860326031, + "flow": 61.788325900266514, + "inflow": 25.99939717551838, + "volume": 0, + "temperature": 18.03059671101243, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T17:00:00.000Z", + "level": 218.2170044917052, + "flow": 61.57558059246068, + "inflow": 25.119639094145967, + "volume": 0, + "temperature": 15.140315764829477, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T18:00:00.000Z", + "level": 218.23076549487936, + "flow": 61.066452610049836, + "inflow": 24.384854931844107, + "volume": 0, + "temperature": 14.119186234968742, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T19:00:00.000Z", + "level": 218.21377870841263, + "flow": 60.757604728428866, + "inflow": 24.590972303940127, + "volume": 0, + "temperature": 12.555402148371307, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T20:00:00.000Z", + "level": 218.1982990542152, + "flow": 60.327407385894304, + "inflow": 23.65372823170952, + "volume": 0, + "temperature": 11.241012313911568, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T21:00:00.000Z", + "level": 218.2006092746746, + "flow": 60.52218532467265, + "inflow": 23.42198786264157, + "volume": 0, + "temperature": 9.595882310145607, + "precipitation": 0 + }, + { + "timestamp": "2026-05-21T22:00:00.000Z", + "level": 218.18501617341204, + "flow": 60.08868788533225, + "inflow": 23.19356405339395, + "volume": 0, + "temperature": 10.332247478325007, + "precipitation": 6.774400120902527 + }, + { + "timestamp": "2026-05-21T23:00:00.000Z", + "level": 218.1787568072655, + "flow": 60.82210615267914, + "inflow": 23.396779436451407, + "volume": 0, + "temperature": 10.406752986371533, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T00:00:00.000Z", + "level": 218.1755409357363, + "flow": 60.278086321578755, + "inflow": 23.47090803131314, + "volume": 0, + "temperature": 10.950647722502158, + "precipitation": 12.680433400586008 + }, + { + "timestamp": "2026-05-22T01:00:00.000Z", + "level": 218.1843844235899, + "flow": 61.252033010078364, + "inflow": 23.70415526320254, + "volume": 0, + "temperature": 12.231789830025097, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T02:00:00.000Z", + "level": 218.19059804032378, + "flow": 61.4071137386348, + "inflow": 23.772187174695702, + "volume": 0, + "temperature": 13.397484687608067, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T03:00:00.000Z", + "level": 218.21443048816232, + "flow": 62.03570656376083, + "inflow": 23.771663210399037, + "volume": 0, + "temperature": 15.004176881651784, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T04:00:00.000Z", + "level": 218.2300379282275, + "flow": 61.93359961869912, + "inflow": 23.415239101692027, + "volume": 0, + "temperature": 17.101916404148195, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T05:00:00.000Z", + "level": 218.2526546763537, + "flow": 61.793965286152016, + "inflow": 22.43490329930052, + "volume": 0, + "temperature": 19.25600482105432, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T06:00:00.000Z", + "level": 218.2599363193313, + "flow": 60.975301006278585, + "inflow": 23.42221830968993, + "volume": 0, + "temperature": 21.39585419411226, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T07:00:00.000Z", + "level": 218.2579066229543, + "flow": 61.05247223214326, + "inflow": 23.290596132477322, + "volume": 0, + "temperature": 23.833871910193874, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T08:00:00.000Z", + "level": 218.27074441450148, + "flow": 60.39641167658061, + "inflow": 23.00395375144288, + "volume": 0, + "temperature": 24.443112800759078, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T09:00:00.000Z", + "level": 218.27926152582268, + "flow": 59.55833829103022, + "inflow": 22.521057182322053, + "volume": 0, + "temperature": 26.10877437192168, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T10:00:00.000Z", + "level": 218.2873104802364, + "flow": 58.83326075346813, + "inflow": 23.021773460718755, + "volume": 0, + "temperature": 26.571920852952385, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T11:00:00.000Z", + "level": 218.29244624645983, + "flow": 58.1505222489715, + "inflow": 22.103729542430866, + "volume": 0, + "temperature": 25.54039260534059, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T12:00:00.000Z", + "level": 218.308672737863, + "flow": 57.355483331821006, + "inflow": 21.314783586435226, + "volume": 0, + "temperature": 24.8050614031908, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T13:00:00.000Z", + "level": 218.29245727201237, + "flow": 58.06097770791855, + "inflow": 20.49863956823179, + "volume": 0, + "temperature": 23.682926800875876, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T14:00:00.000Z", + "level": 218.29995746562543, + "flow": 57.23962854838085, + "inflow": 20.759655476849794, + "volume": 0, + "temperature": 22.31825947164404, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T15:00:00.000Z", + "level": 218.27680192004706, + "flow": 57.215111980779625, + "inflow": 20.118745410518997, + "volume": 0, + "temperature": 20.249635033459715, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T16:00:00.000Z", + "level": 218.2865706250791, + "flow": 56.29583221603629, + "inflow": 20.549665310565278, + "volume": 0, + "temperature": 17.99486357866959, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T17:00:00.000Z", + "level": 218.30494840476928, + "flow": 56.17421273534719, + "inflow": 20.101878719405374, + "volume": 0, + "temperature": 16.24211777317788, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T18:00:00.000Z", + "level": 218.28196474247906, + "flow": 55.97382175681168, + "inflow": 19.802114374624367, + "volume": 0, + "temperature": 14.231492662802573, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T19:00:00.000Z", + "level": 218.28192430232573, + "flow": 56.73391787707769, + "inflow": 20.606169939119816, + "volume": 0, + "temperature": 12.159559733428107, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T20:00:00.000Z", + "level": 218.26635363583875, + "flow": 55.774155159747366, + "inflow": 19.626151613910025, + "volume": 0, + "temperature": 10.517510605056605, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T21:00:00.000Z", + "level": 218.2578852196765, + "flow": 55.45591734998163, + "inflow": 19.100973955495554, + "volume": 0, + "temperature": 10.803618481904367, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T22:00:00.000Z", + "level": 218.25120567390888, + "flow": 55.046069271236966, + "inflow": 18.37764159993707, + "volume": 0, + "temperature": 9.077472140689297, + "precipitation": 0 + }, + { + "timestamp": "2026-05-22T23:00:00.000Z", + "level": 218.23110015789575, + "flow": 54.64695217429042, + "inflow": 19.25765736549588, + "volume": 0, + "temperature": 9.317787112778023, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T00:00:00.000Z", + "level": 218.22024811946432, + "flow": 55.21122258788235, + "inflow": 20.221306037779076, + "volume": 0, + "temperature": 11.092820448503247, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T01:00:00.000Z", + "level": 218.2023288800486, + "flow": 55.11608478075605, + "inflow": 19.739389392014562, + "volume": 0, + "temperature": 13.204344100676625, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T02:00:00.000Z", + "level": 218.20434485165342, + "flow": 55.05734574934396, + "inflow": 19.185395164114134, + "volume": 0, + "temperature": 14.592734977263667, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T03:00:00.000Z", + "level": 218.1855928545511, + "flow": 54.813378601526836, + "inflow": 18.22230962773996, + "volume": 0, + "temperature": 15.126103241947302, + "precipitation": 1.7256849430890164 + }, + { + "timestamp": "2026-05-23T04:00:00.000Z", + "level": 218.20796639277532, + "flow": 54.95128464994657, + "inflow": 19.043333697524304, + "volume": 0, + "temperature": 17.688045523325968, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T05:00:00.000Z", + "level": 218.23058367940135, + "flow": 55.24515114400918, + "inflow": 19.87715469332276, + "volume": 0, + "temperature": 19.48409110258232, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T06:00:00.000Z", + "level": 218.23744303498253, + "flow": 56.18970549513813, + "inflow": 20.868065615673142, + "volume": 0, + "temperature": 22.548938882341627, + "precipitation": 10.53937646344086 + }, + { + "timestamp": "2026-05-23T07:00:00.000Z", + "level": 218.22510656394863, + "flow": 55.23145052593847, + "inflow": 20.492038994933313, + "volume": 0, + "temperature": 23.099937980706866, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T08:00:00.000Z", + "level": 218.22872798090972, + "flow": 55.88727293440376, + "inflow": 19.921553514342037, + "volume": 0, + "temperature": 24.578420393288713, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T09:00:00.000Z", + "level": 218.20930080892083, + "flow": 55.419499836772395, + "inflow": 19.71471687088112, + "volume": 0, + "temperature": 26.131571344690542, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T10:00:00.000Z", + "level": 218.19715697945279, + "flow": 55.45205322229888, + "inflow": 19.110148959492033, + "volume": 0, + "temperature": 26.621263310992155, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T11:00:00.000Z", + "level": 218.19391197534648, + "flow": 55.26829349458634, + "inflow": 19.291969009715377, + "volume": 0, + "temperature": 26.537398455254554, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T12:00:00.000Z", + "level": 218.18870921210882, + "flow": 55.436311388666525, + "inflow": 19.25435288715094, + "volume": 0, + "temperature": 24.72531736416099, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T13:00:00.000Z", + "level": 218.17232930707118, + "flow": 55.251481227818445, + "inflow": 18.366579680841397, + "volume": 0, + "temperature": 23.60880848899383, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T14:00:00.000Z", + "level": 218.1551401343175, + "flow": 54.59702830173429, + "inflow": 17.71520871528872, + "volume": 0, + "temperature": 22.88620670156881, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T15:00:00.000Z", + "level": 218.16355333424013, + "flow": 55.52109164851786, + "inflow": 17.39508386032527, + "volume": 0, + "temperature": 19.38276579896567, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T16:00:00.000Z", + "level": 218.16472387452566, + "flow": 54.98915000249449, + "inflow": 16.5089422476856, + "volume": 0, + "temperature": 18.63162838553074, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T17:00:00.000Z", + "level": 218.16222568529423, + "flow": 54.89979475249478, + "inflow": 17.153854450680633, + "volume": 0, + "temperature": 14.961023157711601, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T18:00:00.000Z", + "level": 218.16403294692452, + "flow": 54.3166830968652, + "inflow": 16.931525280785504, + "volume": 0, + "temperature": 14.172470573376087, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T19:00:00.000Z", + "level": 218.1512606882195, + "flow": 53.495082977031245, + "inflow": 16.969033213898662, + "volume": 0, + "temperature": 11.688663292279472, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T20:00:00.000Z", + "level": 218.14406827438583, + "flow": 52.69207842476132, + "inflow": 17.33256573899296, + "volume": 0, + "temperature": 10.318682058921855, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T21:00:00.000Z", + "level": 218.16844911479708, + "flow": 53.54509642684997, + "inflow": 16.379806733806156, + "volume": 0, + "temperature": 10.284342329013793, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T22:00:00.000Z", + "level": 218.17508017741147, + "flow": 52.616763789467214, + "inflow": 15.560661709958008, + "volume": 0, + "temperature": 10.88139556324712, + "precipitation": 0 + }, + { + "timestamp": "2026-05-23T23:00:00.000Z", + "level": 218.17197468588398, + "flow": 52.272312663162175, + "inflow": 15.698922478924608, + "volume": 0, + "temperature": 9.442820112730761, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T00:00:00.000Z", + "level": 218.1693177476524, + "flow": 52.32902988186805, + "inflow": 15.09403947094551, + "volume": 0, + "temperature": 11.09132825985499, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T01:00:00.000Z", + "level": 218.18599187160058, + "flow": 51.82107870664269, + "inflow": 15.575901380832363, + "volume": 0, + "temperature": 11.983254445686306, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T02:00:00.000Z", + "level": 218.1748962305552, + "flow": 52.03881626853859, + "inflow": 16.074758256137713, + "volume": 0, + "temperature": 14.431077532162803, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T03:00:00.000Z", + "level": 218.17895504530517, + "flow": 51.82602303513582, + "inflow": 16.85812948509962, + "volume": 0, + "temperature": 15.531304029117031, + "precipitation": 6.71387454364684 + }, + { + "timestamp": "2026-05-24T04:00:00.000Z", + "level": 218.16837108369864, + "flow": 52.50524433987831, + "inflow": 16.249354030687044, + "volume": 0, + "temperature": 17.857705498540227, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T05:00:00.000Z", + "level": 218.1597974951705, + "flow": 52.83936587374656, + "inflow": 15.979589044471279, + "volume": 0, + "temperature": 20.231268034132203, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T06:00:00.000Z", + "level": 218.16389967346672, + "flow": 53.2016798293611, + "inflow": 15.720051680725849, + "volume": 0, + "temperature": 22.735806838174124, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T07:00:00.000Z", + "level": 218.15250216770082, + "flow": 52.30351209462803, + "inflow": 15.248813554691699, + "volume": 0, + "temperature": 23.391344664267244, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T08:00:00.000Z", + "level": 218.1490806655354, + "flow": 52.994364631305125, + "inflow": 15.403279265273477, + "volume": 0, + "temperature": 25.129270443496473, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T09:00:00.000Z", + "level": 218.1327744878521, + "flow": 53.73425994528177, + "inflow": 14.929066784079554, + "volume": 0, + "temperature": 26.039496136857878, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T10:00:00.000Z", + "level": 218.15593990558136, + "flow": 54.35688422404628, + "inflow": 14.313686504426627, + "volume": 0, + "temperature": 26.21505038878037, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T11:00:00.000Z", + "level": 218.15363681008887, + "flow": 54.69385630723831, + "inflow": 14.345555046973061, + "volume": 0, + "temperature": 25.11489515660149, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T12:00:00.000Z", + "level": 218.15366460891246, + "flow": 54.80291104296017, + "inflow": 14.330553380959497, + "volume": 0, + "temperature": 24.13677389265278, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T13:00:00.000Z", + "level": 218.17482467353648, + "flow": 55.343129730921056, + "inflow": 13.556255716612982, + "volume": 0, + "temperature": 24.42971446173191, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T14:00:00.000Z", + "level": 218.17608810697078, + "flow": 54.6329724689692, + "inflow": 13.384626952167409, + "volume": 0, + "temperature": 22.25051834302787, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T15:00:00.000Z", + "level": 218.18175518542137, + "flow": 55.02508752728762, + "inflow": 12.421457894800804, + "volume": 0, + "temperature": 19.96288116756978, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T16:00:00.000Z", + "level": 218.18984004380607, + "flow": 55.66668544184192, + "inflow": 13.239604022783203, + "volume": 0, + "temperature": 18.448267110887343, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T17:00:00.000Z", + "level": 218.1768301702691, + "flow": 55.296465633730705, + "inflow": 12.995124617365088, + "volume": 0, + "temperature": 15.607183249553625, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T18:00:00.000Z", + "level": 218.18885574311759, + "flow": 55.88041691670856, + "inflow": 13.38593767483173, + "volume": 0, + "temperature": 13.640885044145083, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T19:00:00.000Z", + "level": 218.17817730204288, + "flow": 56.02758472227685, + "inflow": 13.296849636396853, + "volume": 0, + "temperature": 11.458732476522538, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T20:00:00.000Z", + "level": 218.19621434296354, + "flow": 55.46733190339847, + "inflow": 14.113476673727874, + "volume": 0, + "temperature": 11.660434513503825, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T21:00:00.000Z", + "level": 218.21146662933864, + "flow": 54.63887059082574, + "inflow": 14.06669266196831, + "volume": 0, + "temperature": 10.35582472775857, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T22:00:00.000Z", + "level": 218.19500215586203, + "flow": 53.67755695436733, + "inflow": 13.118141046114593, + "volume": 0, + "temperature": 9.228328563563421, + "precipitation": 0 + }, + { + "timestamp": "2026-05-24T23:00:00.000Z", + "level": 218.21058035401487, + "flow": 54.15016182186035, + "inflow": 13.688709543133271, + "volume": 0, + "temperature": 10.866748099295783, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T00:00:00.000Z", + "level": 218.2195948385345, + "flow": 54.23265090336189, + "inflow": 13.181876261872976, + "volume": 0, + "temperature": 11.185000587084012, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T01:00:00.000Z", + "level": 218.19656974656542, + "flow": 53.66808329264954, + "inflow": 13.186416881503966, + "volume": 0, + "temperature": 12.481123920477707, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T02:00:00.000Z", + "level": 218.17658996544384, + "flow": 53.74200608668971, + "inflow": 13.149129150752083, + "volume": 0, + "temperature": 13.330050387798911, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T03:00:00.000Z", + "level": 218.15737648575947, + "flow": 54.2632469813575, + "inflow": 12.664248136158063, + "volume": 0, + "temperature": 16.887400937125566, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T04:00:00.000Z", + "level": 218.17532113115175, + "flow": 53.408570899336056, + "inflow": 13.050690670838287, + "volume": 0, + "temperature": 18.43261576303625, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T05:00:00.000Z", + "level": 218.16372943674895, + "flow": 52.7245620466581, + "inflow": 13.248556624068645, + "volume": 0, + "temperature": 19.79858822807692, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T06:00:00.000Z", + "level": 218.18235434397783, + "flow": 52.17187912837229, + "inflow": 13.53353221463044, + "volume": 0, + "temperature": 21.207631560839484, + "precipitation": 11.88624176898304 + }, + { + "timestamp": "2026-05-25T07:00:00.000Z", + "level": 218.15831413596814, + "flow": 52.4413577601073, + "inflow": 13.238320896341563, + "volume": 0, + "temperature": 23.532080197415176, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T08:00:00.000Z", + "level": 218.1432308763897, + "flow": 52.31485221455443, + "inflow": 13.601288137420898, + "volume": 0, + "temperature": 24.280594307765277, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T09:00:00.000Z", + "level": 218.14560322571137, + "flow": 52.8672439698897, + "inflow": 13.897246164142224, + "volume": 0, + "temperature": 26.478626530590702, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T10:00:00.000Z", + "level": 218.15460430061196, + "flow": 51.96711415012904, + "inflow": 13.612209594094642, + "volume": 0, + "temperature": 26.63323049633144, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T11:00:00.000Z", + "level": 218.1471598139781, + "flow": 51.0392545785179, + "inflow": 14.456526967721565, + "volume": 0, + "temperature": 25.605019281473655, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T12:00:00.000Z", + "level": 218.1387997980275, + "flow": 50.556702513656475, + "inflow": 14.238828977753203, + "volume": 0, + "temperature": 24.651234113362488, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T13:00:00.000Z", + "level": 218.12581418234754, + "flow": 50.195640494974015, + "inflow": 14.772265432630627, + "volume": 0, + "temperature": 24.110480930514214, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T14:00:00.000Z", + "level": 218.14361830872582, + "flow": 49.54269165251813, + "inflow": 15.066001490791677, + "volume": 0, + "temperature": 21.751671096292554, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T15:00:00.000Z", + "level": 218.16115976681527, + "flow": 48.61517272705576, + "inflow": 15.038986441789616, + "volume": 0, + "temperature": 19.19342250854434, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T16:00:00.000Z", + "level": 218.14860768672665, + "flow": 48.85490807632125, + "inflow": 14.67660997589791, + "volume": 0, + "temperature": 18.807471148433656, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T17:00:00.000Z", + "level": 218.1571937342581, + "flow": 48.07901300706532, + "inflow": 14.772651948711859, + "volume": 0, + "temperature": 15.76699597026777, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T18:00:00.000Z", + "level": 218.1492154196577, + "flow": 48.959797957691556, + "inflow": 15.360443254357644, + "volume": 0, + "temperature": 13.414365124768892, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T19:00:00.000Z", + "level": 218.14352986595028, + "flow": 49.84141832099266, + "inflow": 15.431189463092522, + "volume": 0, + "temperature": 12.346900256936802, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T20:00:00.000Z", + "level": 218.13428697493543, + "flow": 50.73472966401528, + "inflow": 16.374300013157452, + "volume": 0, + "temperature": 10.937277391208235, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T21:00:00.000Z", + "level": 218.1229336281515, + "flow": 51.02620001501685, + "inflow": 15.613577135877176, + "volume": 0, + "temperature": 10.055862036399228, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T22:00:00.000Z", + "level": 218.12047482806096, + "flow": 50.154434556749834, + "inflow": 15.90500469444711, + "volume": 0, + "temperature": 10.039783799307184, + "precipitation": 0 + }, + { + "timestamp": "2026-05-25T23:00:00.000Z", + "level": 218.12164939291227, + "flow": 50.25321935522666, + "inflow": 15.534181871945169, + "volume": 0, + "temperature": 9.794683049272464, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T00:00:00.000Z", + "level": 218.1069750191777, + "flow": 49.8770107441316, + "inflow": 15.927373635444294, + "volume": 0, + "temperature": 11.264340055431102, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T01:00:00.000Z", + "level": 218.10205833141518, + "flow": 50.40971003714395, + "inflow": 15.538743465760067, + "volume": 0, + "temperature": 11.637664068334479, + "precipitation": 9.112889841244035 + }, + { + "timestamp": "2026-05-26T02:00:00.000Z", + "level": 218.1095704279936, + "flow": 51.013161768410995, + "inflow": 15.93937771734013, + "volume": 0, + "temperature": 14.212259587450786, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T03:00:00.000Z", + "level": 218.10662413081747, + "flow": 50.92667387128251, + "inflow": 16.590308560970804, + "volume": 0, + "temperature": 16.236591842370164, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T04:00:00.000Z", + "level": 218.1117696808359, + "flow": 51.0171958470948, + "inflow": 15.62302509413404, + "volume": 0, + "temperature": 18.63671594283557, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T05:00:00.000Z", + "level": 218.1155028643997, + "flow": 50.56761190253695, + "inflow": 15.98920753662062, + "volume": 0, + "temperature": 20.57023574694348, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T06:00:00.000Z", + "level": 218.122354930587, + "flow": 51.15291171555039, + "inflow": 15.89102130686003, + "volume": 0, + "temperature": 22.21885320844224, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T07:00:00.000Z", + "level": 218.10186070523628, + "flow": 51.22769857742207, + "inflow": 16.818064126573468, + "volume": 0, + "temperature": 22.973546900810263, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T08:00:00.000Z", + "level": 218.11693633850862, + "flow": 51.65452137710074, + "inflow": 17.56201321642867, + "volume": 0, + "temperature": 24.589094852454792, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T09:00:00.000Z", + "level": 218.1371815601833, + "flow": 51.20360763738283, + "inflow": 17.163976241840636, + "volume": 0, + "temperature": 25.938330028646675, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T10:00:00.000Z", + "level": 218.1530220868212, + "flow": 50.57290401145384, + "inflow": 16.869771682694775, + "volume": 0, + "temperature": 26.597065641482125, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T11:00:00.000Z", + "level": 218.15167973331484, + "flow": 51.13518067436915, + "inflow": 17.412580568972956, + "volume": 0, + "temperature": 24.807522479692683, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T12:00:00.000Z", + "level": 218.16494914947208, + "flow": 52.03006008625084, + "inflow": 17.845755065523395, + "volume": 0, + "temperature": 25.638141668099216, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T13:00:00.000Z", + "level": 218.1518047236875, + "flow": 51.44335186667742, + "inflow": 17.463486464674503, + "volume": 0, + "temperature": 24.395125256814378, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T14:00:00.000Z", + "level": 218.14101700477946, + "flow": 51.3095732903421, + "inflow": 17.921419428853454, + "volume": 0, + "temperature": 21.21423616933848, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T15:00:00.000Z", + "level": 218.13899414347827, + "flow": 51.6458470782658, + "inflow": 17.291419301329743, + "volume": 0, + "temperature": 19.27537686232916, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T16:00:00.000Z", + "level": 218.12554841465604, + "flow": 52.557364937344765, + "inflow": 17.97313958120745, + "volume": 0, + "temperature": 17.0287754564551, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T17:00:00.000Z", + "level": 218.11113566065316, + "flow": 52.6699426582212, + "inflow": 18.089339602223994, + "volume": 0, + "temperature": 15.92810143795835, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T18:00:00.000Z", + "level": 218.10838747391983, + "flow": 52.72995513003835, + "inflow": 17.894394163749652, + "volume": 0, + "temperature": 13.392100940886747, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T19:00:00.000Z", + "level": 218.11848561850798, + "flow": 52.687944759245966, + "inflow": 18.424510970451507, + "volume": 0, + "temperature": 12.789632204233524, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T20:00:00.000Z", + "level": 218.1387332140694, + "flow": 53.51567651293662, + "inflow": 18.89235371859168, + "volume": 0, + "temperature": 10.785907961123224, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T21:00:00.000Z", + "level": 218.15107831043665, + "flow": 54.26818357773229, + "inflow": 19.564388348575246, + "volume": 0, + "temperature": 9.275411944663588, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T22:00:00.000Z", + "level": 218.15439267905717, + "flow": 53.91109517708447, + "inflow": 19.957293212239154, + "volume": 0, + "temperature": 10.662010161682442, + "precipitation": 0 + }, + { + "timestamp": "2026-05-26T23:00:00.000Z", + "level": 218.13317920212327, + "flow": 54.51060574725182, + "inflow": 20.50815316399226, + "volume": 0, + "temperature": 10.280569116946491, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T00:00:00.000Z", + "level": 218.12048652958637, + "flow": 55.38192194535523, + "inflow": 21.39430140991413, + "volume": 0, + "temperature": 12.025928446317373, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T01:00:00.000Z", + "level": 218.12099590174824, + "flow": 54.71356582585908, + "inflow": 21.633108423614544, + "volume": 0, + "temperature": 13.119630335116176, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T02:00:00.000Z", + "level": 218.12584202282767, + "flow": 53.888928340905515, + "inflow": 21.783457829686405, + "volume": 0, + "temperature": 13.814144190419107, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T03:00:00.000Z", + "level": 218.12721051217383, + "flow": 53.00646637067446, + "inflow": 21.435700622913583, + "volume": 0, + "temperature": 16.205329264372644, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T04:00:00.000Z", + "level": 218.14693525631122, + "flow": 53.10608317134786, + "inflow": 21.005067585433643, + "volume": 0, + "temperature": 18.465503824631398, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T05:00:00.000Z", + "level": 218.13459716681663, + "flow": 52.98408604441114, + "inflow": 20.55422436205032, + "volume": 0, + "temperature": 19.904355743569234, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T06:00:00.000Z", + "level": 218.1587834502572, + "flow": 52.936872845387086, + "inflow": 21.16562169958117, + "volume": 0, + "temperature": 22.941386254808553, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T07:00:00.000Z", + "level": 218.1384132604625, + "flow": 53.43788429708226, + "inflow": 20.36916460040808, + "volume": 0, + "temperature": 22.969765405610325, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T08:00:00.000Z", + "level": 218.12142829218774, + "flow": 53.513710845343425, + "inflow": 19.636640088542322, + "volume": 0, + "temperature": 25.43731839630748, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T09:00:00.000Z", + "level": 218.11547817181105, + "flow": 53.8912973204912, + "inflow": 20.062367552464853, + "volume": 0, + "temperature": 25.310358471923376, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T10:00:00.000Z", + "level": 218.13788277416387, + "flow": 53.84388660641186, + "inflow": 19.814348076134557, + "volume": 0, + "temperature": 25.098895815864992, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T11:00:00.000Z", + "level": 218.15478974695853, + "flow": 53.95647479367205, + "inflow": 20.0601864272695, + "volume": 0, + "temperature": 25.198968222850795, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T12:00:00.000Z", + "level": 218.13006260017696, + "flow": 53.84108763315735, + "inflow": 20.158789672840314, + "volume": 0, + "temperature": 25.002163371414003, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T13:00:00.000Z", + "level": 218.15034726951, + "flow": 53.57491861225556, + "inflow": 20.19201288316992, + "volume": 0, + "temperature": 23.39037799861529, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T14:00:00.000Z", + "level": 218.15834624204936, + "flow": 54.310627560382315, + "inflow": 19.40769048470516, + "volume": 0, + "temperature": 21.47380586996294, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T15:00:00.000Z", + "level": 218.15067750938522, + "flow": 53.56932301446689, + "inflow": 19.95993747165406, + "volume": 0, + "temperature": 20.2450953636105, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T16:00:00.000Z", + "level": 218.15267931411012, + "flow": 54.36533529977723, + "inflow": 19.932527221153396, + "volume": 0, + "temperature": 18.027112809127754, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T17:00:00.000Z", + "level": 218.17655396125906, + "flow": 55.35139296469783, + "inflow": 19.185923527706173, + "volume": 0, + "temperature": 15.971887405900114, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T18:00:00.000Z", + "level": 218.1750969972637, + "flow": 55.99724789796145, + "inflow": 18.430150152326238, + "volume": 0, + "temperature": 14.528384159195365, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T19:00:00.000Z", + "level": 218.18218203978034, + "flow": 56.34842209522636, + "inflow": 18.723505301752066, + "volume": 0, + "temperature": 13.147327337053015, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T20:00:00.000Z", + "level": 218.17329463571176, + "flow": 56.31062287632957, + "inflow": 18.898035270515088, + "volume": 0, + "temperature": 10.234793623199142, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T21:00:00.000Z", + "level": 218.1817198897798, + "flow": 55.7198697832568, + "inflow": 18.85502286500149, + "volume": 0, + "temperature": 9.59294153205932, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T22:00:00.000Z", + "level": 218.15758732084964, + "flow": 55.224539452777314, + "inflow": 18.036071097849867, + "volume": 0, + "temperature": 9.912686673012434, + "precipitation": 0 + }, + { + "timestamp": "2026-05-27T23:00:00.000Z", + "level": 218.16521721070802, + "flow": 54.26855274658073, + "inflow": 17.383409192019865, + "volume": 0, + "temperature": 10.78921263503159, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T00:00:00.000Z", + "level": 218.18691211784238, + "flow": 53.3703957959613, + "inflow": 18.179521021585277, + "volume": 0, + "temperature": 10.393996759939416, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T01:00:00.000Z", + "level": 218.16783113393143, + "flow": 53.69369016676869, + "inflow": 17.59710890010351, + "volume": 0, + "temperature": 12.505156055007882, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T02:00:00.000Z", + "level": 218.15065556484845, + "flow": 53.39473314121043, + "inflow": 18.05691958494351, + "volume": 0, + "temperature": 13.630242720633994, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T03:00:00.000Z", + "level": 218.1344455171864, + "flow": 53.477199529504176, + "inflow": 17.637470000153023, + "volume": 0, + "temperature": 15.22147254945983, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T04:00:00.000Z", + "level": 218.12983343454064, + "flow": 52.85163276228556, + "inflow": 17.054376940738774, + "volume": 0, + "temperature": 17.127545398403957, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T05:00:00.000Z", + "level": 218.14868217987484, + "flow": 53.62876952288032, + "inflow": 17.801077194467542, + "volume": 0, + "temperature": 20.02050604552652, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T06:00:00.000Z", + "level": 218.16667266235578, + "flow": 54.5555068416691, + "inflow": 16.841327301785533, + "volume": 0, + "temperature": 21.192194444596712, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T07:00:00.000Z", + "level": 218.19029893887745, + "flow": 54.99642807152226, + "inflow": 16.446084623725433, + "volume": 0, + "temperature": 23.87379499994866, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T08:00:00.000Z", + "level": 218.18708314133335, + "flow": 55.73358908943852, + "inflow": 15.825227743821312, + "volume": 0, + "temperature": 24.47127052011121, + "precipitation": 2.4521427123308195 + }, + { + "timestamp": "2026-05-28T09:00:00.000Z", + "level": 218.20374431560865, + "flow": 54.775901331829196, + "inflow": 14.940417503445017, + "volume": 0, + "temperature": 25.981536104873946, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T10:00:00.000Z", + "level": 218.2276149168894, + "flow": 55.022259630567405, + "inflow": 14.721980310212263, + "volume": 0, + "temperature": 26.368239379519988, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T11:00:00.000Z", + "level": 218.24205066642617, + "flow": 54.40171986257227, + "inflow": 14.665117838368229, + "volume": 0, + "temperature": 26.221580894349206, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T12:00:00.000Z", + "level": 218.2651908434635, + "flow": 53.62936760094502, + "inflow": 14.786190700806953, + "volume": 0, + "temperature": 24.498193524479863, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T13:00:00.000Z", + "level": 218.28227623806882, + "flow": 52.68308630391707, + "inflow": 15.506774152391667, + "volume": 0, + "temperature": 24.45140086469944, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T14:00:00.000Z", + "level": 218.2676980631167, + "flow": 53.26172257166551, + "inflow": 14.791886260678108, + "volume": 0, + "temperature": 21.53942400899728, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T15:00:00.000Z", + "level": 218.285268260015, + "flow": 52.91437908726852, + "inflow": 14.431211130327677, + "volume": 0, + "temperature": 20.284671710069315, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T16:00:00.000Z", + "level": 218.27689578777517, + "flow": 53.31025961443353, + "inflow": 14.535511967214541, + "volume": 0, + "temperature": 17.41743453956545, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T17:00:00.000Z", + "level": 218.2801748157709, + "flow": 53.1465611671102, + "inflow": 13.578855290477238, + "volume": 0, + "temperature": 16.67441260149961, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T18:00:00.000Z", + "level": 218.25877438449314, + "flow": 53.596884947677815, + "inflow": 14.356505237222425, + "volume": 0, + "temperature": 14.94313170717632, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T19:00:00.000Z", + "level": 218.27134065333485, + "flow": 53.8815503211742, + "inflow": 13.945317394178298, + "volume": 0, + "temperature": 12.029491613424435, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T20:00:00.000Z", + "level": 218.25589256250257, + "flow": 54.3903092494929, + "inflow": 14.230324950626601, + "volume": 0, + "temperature": 11.663048506051123, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T21:00:00.000Z", + "level": 218.23791341020475, + "flow": 54.923963313915195, + "inflow": 14.309876034194684, + "volume": 0, + "temperature": 10.42495101846941, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T22:00:00.000Z", + "level": 218.22861149130816, + "flow": 54.42809672017341, + "inflow": 15.100826799931307, + "volume": 0, + "temperature": 10.040339377118853, + "precipitation": 0 + }, + { + "timestamp": "2026-05-28T23:00:00.000Z", + "level": 218.2066625809197, + "flow": 53.90119562581148, + "inflow": 14.397533974595742, + "volume": 0, + "temperature": 10.321997312237244, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T00:00:00.000Z", + "level": 218.18699084430364, + "flow": 53.289265702912346, + "inflow": 14.69512960684399, + "volume": 0, + "temperature": 10.946549655670102, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T01:00:00.000Z", + "level": 218.1744957306509, + "flow": 52.460653614134266, + "inflow": 15.67396343937524, + "volume": 0, + "temperature": 11.60400287785288, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T02:00:00.000Z", + "level": 218.15720121703154, + "flow": 52.823850893084, + "inflow": 15.866558699273583, + "volume": 0, + "temperature": 14.041396001206476, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T03:00:00.000Z", + "level": 218.15173132661525, + "flow": 51.94483512459484, + "inflow": 16.647048277555704, + "volume": 0, + "temperature": 15.021057342509291, + "precipitation": 3.169483713975978 + }, + { + "timestamp": "2026-05-29T04:00:00.000Z", + "level": 218.17191924001887, + "flow": 51.17502261933935, + "inflow": 17.453616211983267, + "volume": 0, + "temperature": 17.754859953470117, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T05:00:00.000Z", + "level": 218.1930274934823, + "flow": 51.42397418402193, + "inflow": 18.20408722628697, + "volume": 0, + "temperature": 20.414503731597474, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T06:00:00.000Z", + "level": 218.18424924106716, + "flow": 51.14309547659398, + "inflow": 17.41139720766991, + "volume": 0, + "temperature": 21.6422531119719, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T07:00:00.000Z", + "level": 218.17001316841592, + "flow": 50.8781637270406, + "inflow": 17.972210320561054, + "volume": 0, + "temperature": 23.199449838292242, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T08:00:00.000Z", + "level": 218.15706562908187, + "flow": 51.39124508512886, + "inflow": 17.70589763377926, + "volume": 0, + "temperature": 24.591753863687025, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T09:00:00.000Z", + "level": 218.14549167336415, + "flow": 50.39840792205937, + "inflow": 17.26382500686824, + "volume": 0, + "temperature": 25.86472223867444, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T10:00:00.000Z", + "level": 218.1669265535988, + "flow": 50.10832495873022, + "inflow": 17.686177560614855, + "volume": 0, + "temperature": 25.632402210671383, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T11:00:00.000Z", + "level": 218.18928423409142, + "flow": 50.987709607829956, + "inflow": 18.18071866710619, + "volume": 0, + "temperature": 26.439385954075625, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T12:00:00.000Z", + "level": 218.20753974496466, + "flow": 50.00162051092665, + "inflow": 17.351526693140073, + "volume": 0, + "temperature": 24.037327625772257, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T13:00:00.000Z", + "level": 218.20236482887967, + "flow": 50.15394679227498, + "inflow": 17.335855807809214, + "volume": 0, + "temperature": 24.5406688328583, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T14:00:00.000Z", + "level": 218.2206067885985, + "flow": 50.957797995779934, + "inflow": 16.56309044571458, + "volume": 0, + "temperature": 22.409675921850944, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T15:00:00.000Z", + "level": 218.1962494241589, + "flow": 50.30444374345508, + "inflow": 17.092308624574795, + "volume": 0, + "temperature": 19.429087085060985, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T16:00:00.000Z", + "level": 218.1900977416815, + "flow": 50.72830852266808, + "inflow": 16.556269016635383, + "volume": 0, + "temperature": 17.04610694328487, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T17:00:00.000Z", + "level": 218.1989966887126, + "flow": 50.009065239969225, + "inflow": 16.926660654738733, + "volume": 0, + "temperature": 15.499782826465049, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T18:00:00.000Z", + "level": 218.2132137786141, + "flow": 49.28155200455446, + "inflow": 16.45526126693968, + "volume": 0, + "temperature": 13.183236014207857, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T19:00:00.000Z", + "level": 218.1999386208531, + "flow": 48.41505620911349, + "inflow": 16.537188483951088, + "volume": 0, + "temperature": 12.947399191142864, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T20:00:00.000Z", + "level": 218.18310803310254, + "flow": 47.99660875652619, + "inflow": 15.729871103195846, + "volume": 0, + "temperature": 10.891578071255065, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T21:00:00.000Z", + "level": 218.1606662821987, + "flow": 48.23214238318098, + "inflow": 14.817507000336688, + "volume": 0, + "temperature": 9.727439091490039, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T22:00:00.000Z", + "level": 218.14470135468378, + "flow": 48.6363924912096, + "inflow": 15.168943899408168, + "volume": 0, + "temperature": 9.410106114922865, + "precipitation": 0 + }, + { + "timestamp": "2026-05-29T23:00:00.000Z", + "level": 218.14442144953057, + "flow": 49.52035031397756, + "inflow": 15.06364156296313, + "volume": 0, + "temperature": 10.140592216206873, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T00:00:00.000Z", + "level": 218.14210507986948, + "flow": 49.67843870754245, + "inflow": 14.126672737259415, + "volume": 0, + "temperature": 10.16033512256216, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T01:00:00.000Z", + "level": 218.14306025109994, + "flow": 50.229652108079435, + "inflow": 13.2019670640711, + "volume": 0, + "temperature": 12.410123754648819, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T02:00:00.000Z", + "level": 218.1558924136456, + "flow": 49.23165201977064, + "inflow": 13.362333202006376, + "volume": 0, + "temperature": 13.780059877159303, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T03:00:00.000Z", + "level": 218.17390455908932, + "flow": 49.55186936977746, + "inflow": 13.428296467220516, + "volume": 0, + "temperature": 15.323235599779874, + "precipitation": 0 + }, + { + "timestamp": "2026-05-30T04:00:00.000Z", + "level": 218.16791314717491, + "flow": 49.61183977877552, + "inflow": 14.169504595969533, + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 + }, { "timestamp": "2026-05-30T05:00:00.000Z", "level": 218.19, "flow": 50.53, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-05-31T05:00:00.000Z", "level": 217.4, "flow": 50.43, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-06-01T05:00:00.000Z", "level": 216.83, "flow": 150.49, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-06-02T05:00:00.000Z", "level": 218.77, "flow": 25.35, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-06-03T05:00:00.000Z", "level": 217.69, "flow": 130.25, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-06-04T05:00:00.000Z", "level": 217.97, "flow": 22.27, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-06-04T21:00:00.000Z", "level": 217.63, "flow": 25.36, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-06-04T22:00:00.000Z", "level": 217.57, "flow": 25.39, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-06-04T23:00:00.000Z", "level": 217.38, "flow": 60.82, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-06-05T00:00:00.000Z", "level": 217.18, "flow": 50.48, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-06-05T01:00:00.000Z", "level": 217.07, "flow": 24.27, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-06-05T02:00:00.000Z", "level": 216.98, "flow": 24.27, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-06-05T03:00:00.000Z", "level": 216.88, "flow": 24.26, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-06-05T04:00:00.000Z", "level": 216.79, "flow": 24.25, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-06-05T05:00:00.000Z", "level": 216.76, "flow": 79.52, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-06-05T06:00:00.000Z", "level": 216.48, "flow": 70.84, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-06-05T07:00:00.000Z", "level": 216.43, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-06-05T08:00:00.000Z", "level": 216.43, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-06-05T09:00:00.000Z", "level": 216.41, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-06-05T10:00:00.000Z", "level": 216.41, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-06-05T11:00:00.000Z", "level": 216.4, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-06-05T12:00:00.000Z", "level": 216.4, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-06-05T13:00:00.000Z", "level": 216.39, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-06-05T14:00:00.000Z", "level": 216.38, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-06-05T15:00:00.000Z", "level": 216.38, "flow": 0, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-06-05T16:00:00.000Z", "level": 216.37, "flow": 7.12, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-06-05T17:00:00.000Z", "level": 216.27, "flow": 25.32, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-06-05T18:00:00.000Z", "level": 216.58, "flow": 70.8, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-06-05T19:00:00.000Z", "level": 217.21, "flow": 150.41, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-06-05T20:00:00.000Z", "level": 217.84, "flow": 150.43, "inflow": 0, - "volume": 0 + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 }, { "timestamp": "2026-06-05T20:10:00.000Z", "level": 217.99, "flow": 120.77, + "inflow": 0, + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:20:00.000Z", + "level": 218.1, + "flow": 99.8, + "inflow": 0, + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:30:00.000Z", + "level": 218.2, + "flow": 99.83, + "inflow": 0, + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:40:00.000Z", + "level": 218.35, + "flow": 94.85, + "inflow": 0, + "volume": 0, + "temperature": 18.450684013836877, + "precipitation": 0 + }, + { + "timestamp": "2026-06-05T20:50:00.000Z", + "level": 218.47, + "flow": 85.34, "inflow": 19.85, - "volume": 8.96 + "volume": 8.96, + "temperature": 18.450684013836877, + "precipitation": 0 } ] \ No newline at end of file diff --git a/public/data/lakes_index.json b/public/data/lakes_index.json index 10259f9..9e67a27 100644 --- a/public/data/lakes_index.json +++ b/public/data/lakes_index.json @@ -6,17 +6,14 @@ "priority": true, "level": "723.09", "capacity": 76.3, + "storageDiff": -1.81, "inflow": "2.5", - "outflow": "33.6", + "outflow": "1.5", "volume": 199.27, "maxVolume": 306, "lat": 48.6322, "lng": 14.2215, "sparkline": [ - 1.49, - 1.49, - 1.49, - 1.49, 1.49, 1.49, 1.49, @@ -24,7 +21,11 @@ 13.76, 34.78, 37.78, - 33.61 + 33.61, + 14.02, + 1.51, + 1.51, + 0 ] }, { @@ -32,25 +33,26 @@ "name": "Lipno II", "river": "Vltava", "priority": false, - "level": "559.79", + "level": "559.91", "capacity": 100, + "storageDiff": 48.41, "inflow": "3.7", - "outflow": "7.5", + "outflow": "7.2", "volume": 0.62, "maxVolume": 1.5, "lat": 48.625, "lng": 14.318, "sparkline": [ - 6.35, - 6.33, - 6.33, - 6.33, 6.33, 7.27, 7.29, 7.31, 7.34, 7.48, + 7.29, + 7.27, + 7.24, + 0, 0, 0 ] @@ -62,17 +64,14 @@ "priority": true, "level": "369.78", "capacity": 86.9, + "storageDiff": -0.32, "inflow": "10.8", - "outflow": "5.0", + "outflow": "1.3", "volume": 20.2, "maxVolume": 21.1, "lat": 49.183, "lng": 14.444, "sparkline": [ - 0.01, - 3.13, - 12.94, - 14.19, 14.18, 14.18, 14.18, @@ -80,7 +79,11 @@ 14.18, 18.46, 14.28, - 5 + 5, + 1.25, + 1.25, + 1.25, + 1.25 ] }, { @@ -88,8 +91,9 @@ "name": "Kořensko", "river": "Vltava", "priority": false, - "level": "352.45", - "capacity": 30, + "level": "352.44", + "capacity": 29.3, + "storageDiff": -0.16, "inflow": "14.1", "outflow": "19.0", "volume": 2.75, @@ -116,19 +120,16 @@ "name": "Orlík", "river": "Vltava", "priority": true, - "level": "345.31", - "capacity": 63.8, + "level": "345.27", + "capacity": 63.6, + "storageDiff": -4.63, "inflow": "23.8", - "outflow": "381.5", + "outflow": "432.4", "volume": 523.52, "maxVolume": 716.5, "lat": 49.606, "lng": 14.17, "sparkline": [ - 0, - 0, - 0, - 0, 0, 0, 72.6, @@ -136,7 +137,11 @@ 454.38, 444.3, 370.39, - 381.47 + 381.47, + 431.93, + 432.4, + 432.9, + 432.41 ] }, { @@ -146,6 +151,7 @@ "priority": false, "level": "0.00", "capacity": 0, + "storageDiff": 0, "inflow": "0.0", "outflow": "0.0", "volume": 12.8, @@ -172,19 +178,16 @@ "name": "Slapy", "river": "Vltava", "priority": true, - "level": "269.78", - "capacity": 76.4, + "level": "269.80", + "capacity": 76.8, + "storageDiff": -0.8, "inflow": "46.5", - "outflow": "304.4", + "outflow": "287.9", "volume": 259.76, "maxVolume": 269.3, "lat": 49.822, "lng": 14.436, "sparkline": [ - 0, - 0, - 0, - 0, 0, 0, 0, @@ -192,7 +195,11 @@ 137.14, 310.27, 308.35, - 304.36 + 304.36, + 284.81, + 285.23, + 287.34, + 287.91 ] }, { @@ -200,19 +207,16 @@ "name": "Štěchovice", "river": "Vltava", "priority": false, - "level": "217.99", - "capacity": 39.6, + "level": "218.47", + "capacity": 58.8, + "storageDiff": -0.93, "inflow": "19.9", - "outflow": "120.8", + "outflow": "85.3", "volume": 8.96, "maxVolume": 11.2, "lat": 49.845, "lng": 14.412, "sparkline": [ - 0, - 0, - 0, - 0, 0, 0, 7.12, @@ -220,7 +224,11 @@ 70.8, 150.41, 150.43, - 120.77 + 120.77, + 99.8, + 99.83, + 94.85, + 85.34 ] }, { @@ -230,6 +238,7 @@ "priority": false, "level": "0.00", "capacity": 0, + "storageDiff": 0, "inflow": "0.0", "outflow": "0.0", "volume": 11.1, @@ -258,6 +267,7 @@ "priority": true, "level": "0.00", "capacity": 0, + "storageDiff": 0, "inflow": "0.0", "outflow": "0.0", "volume": 266.6, @@ -286,6 +296,7 @@ "priority": true, "level": "467.72", "capacity": 74.8, + "storageDiff": -2.93, "inflow": "2.9", "outflow": "0.7", "volume": 26.49, @@ -314,6 +325,7 @@ "priority": true, "level": "352.85", "capacity": 0, + "storageDiff": -1.25, "inflow": "1.5", "outflow": "2.5", "volume": 32.35, @@ -321,10 +333,6 @@ "lat": 49.789, "lng": 13.155, "sparkline": [ - 2.52, - 2.53, - 2.53, - 2.53, 2.53, 2.53, 2.52, @@ -332,7 +340,11 @@ 2.52, 2.52, 2.53, - 2.53 + 2.53, + 2.53, + 2.53, + 2.53, + 0 ] } ] \ No newline at end of file diff --git a/scratch.html b/scratch.html new file mode 100644 index 0000000..2f566ce --- /dev/null +++ b/scratch.html @@ -0,0 +1,637 @@ + + + + +
{label}
+ {payload.map((entry: any, index: number) => { + const isTemp = entry.name === 'temperature' || entry.dataKey === 'temperature'; + return ( ++ {isTemp ? 'Teplota' : 'Srážky'}: {entry.value !== undefined && entry.value !== null ? entry.value.toFixed(1) : 'N/A'} {isTemp ? '°C' : 'mm'} +
+ ); + })} +{label}
-{dict.level}: {payload[0].value.toFixed(2)} m n. m.
-{dict.outflow}: {payload[1].value.toFixed(1)} m³/s
+ {payload.map((entry: any, index: number) => { + let labelStr = ''; + let unit = ''; + if (entry.dataKey === 'level') { labelStr = dict.level; unit = 'm n. m.'; } + else if (entry.dataKey === 'outflow') { labelStr = dict.outflow; unit = 'm³/s'; } + else if (entry.dataKey === 'inflow') { labelStr = dict.inflow; unit = 'm³/s'; } + + if (!labelStr || (entry.dataKey === 'inflow' && entry.value === 0)) return null; + + return ( ++ {labelStr}: {entry.value.toFixed(entry.dataKey === 'level' ? 2 : 1)} {unit} +
+ ); + })}