@maschinenlesbar.org/hochwasserzentralen-cli
    Preparing search index...

    Interface Station

    One gauge (Pegel) with its flood classification. The LHP publishes the CLASSIFICATION only — no water levels; use pegel-online-cli for measured levels. lhpClass is a NUMBER on the station scale 4..-1.

    interface Station {
        coordinates?: number[];
        id: string;
        kind: "Station";
        lhpClass: number;
        name?: string;
        stateClassName?: string;
        stateId?: string;
        stationLink?: string;
        timestamp?: string;
        water?: string;
    }
    Index
    coordinates?: number[]

    [longitude, latitude] (WGS84).

    id: string

    e.g. "BE_5803500" — state code prefix + gauge number.

    kind: "Station"
    lhpClass: number

    Station-scale class 4..-1. Live data also has null for gauges without a flood classification (stateClassName "Ohne Hochwasser-Einstufung").

    name?: string
    stateClassName?: string

    The state's own label for the class; not translated by lang.

    stateId?: string

    ISO 3166-2 id of the reporting state, e.g. "DE-BE".

    stationLink?: string
    timestamp?: string

    Local German time, e.g. "2026-07-13 11:15:00".

    water?: string