pegel Daten
Aktuelle Wasserstände und die Hoch- oder Niedrigwasserlage an jedem Pegel der Bundeswasserstraßen prüfen, einen Überblick über einen ganzen Fluss abrufen, Wasserstandstrends analysieren und Pegel als GeoJSON exportieren – über die offene PEGELONLINE-API ohne Schlüssel mit der pegel-online-cli.
Installation
-
CLI
pegelinstallieren:npm i -g @maschinenlesbar.org/pegel-online-cli -
Marketplace hinzufügen (einmalig):
/plugin marketplace add maschinenlesbar-org/plugins -
Plugin installieren:
/plugin install pegel@maschinenlesbar
Voraussetzungen wie API-Schlüssel oder Konten stehen in SKILLS.md.
Skills
Die Beschreibungen der Skills sind englisch – Claude wählt anhand dieser Texte den passenden Skill. Ihre Fragen können Sie trotzdem auf Deutsch stellen.
-
/pegel:pegel-river-overviewGive a whole-river snapshot of every gauge on a German waterway, ordered along the river by river kilometre, with live water levels and flood/low-water flags ranked, using the pegel-online-cli. Trigger when the user asks "show all gauges on the Rhine", "water levels along the Elbe", "any flooding on the Mosel right now?", "rank Danube stations by level", "which stations on the Weser are high?", or wants the state of a river end-to-end rather than one spot. Does the cross-station merge, km-ordering and flood ranking the bare CLI doesn't.
-
/pegel:pegel-stations-geojsonExport German waterway gauges as valid GeoJSON for mapping — optionally with their live water levels baked into each point's properties — using the pegel-online-cli. Trigger when the user asks to "map the Rhine gauges", "export Elbe stations as GeoJSON", "plot all water-level stations near Cologne", "show gauges with current levels on a map", or wants station geodata for Leaflet / geojson.io / QGIS / Kibana. Emits a clean FeatureCollection in correct [lon, lat] order, handling the embed quirk.
-
/pegel:pegel-trendAnalyse the recent water-level (or flow/temperature) trend at a German gauge over a time window — rising or falling, by how much, and how fast — using the pegel-online-cli. Trigger when the user asks "is the Rhine at Bonn rising or falling?", "level trend over the last 7 days at Köln", "how fast is the Elbe dropping?", "plot the last 3 days for Dresden", "min/max/now this week", or wants a time-series summary instead of one instantaneous reading. Pulls the measurement window and reduces it to direction, delta, rate and extremes.
-
/pegel:pegel-water-level-checkReport the live water level at one or more German waterway gauges and judge whether it is normal, high (flood-leaning) or low, using the pegel-online-cli. Trigger when the user asks "what's the Rhine level at Bonn?", "is the water high in Cologne?", "current gauge reading at Emmerich", "flood risk at Köln?", "how high is the Elbe at Dresden right now?", or wants a quick now-cast for named gauges. Pulls the current measurement plus its state classification and reports value, unit, timestamp and a plain-language verdict — not raw JSON.
Details
- Repository
- maschinenlesbar-org/pegel-online-cli
- CLI
- @maschinenlesbar.org/pegel-online-cli (Befehl
pegel) - Plugin-Version
- 0.2.0, aus Tag v0.0.6
- Lizenz
- AGPL-3.0-or-later
- Datenbedingungen
- DATA_LICENSE.md
- Schlagwörter
- pegelonline, wsv, wasserstand, water-level, hydrology, flood, rivers, geojson, germany, bund.dev