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

    Interface AlertArea

    One regional flood alert area. NOTE: lhpClass is a STRING here (e.g. "4") and uses the alerts scale (6 Sehr großes Hochwasser … 2 Vorwarnung, 1 Entwarnung) — not the numeric station scale.

    interface AlertArea {
        alertHeadline?: string;
        alertLink?: string;
        areaDesc?: string;
        areaType?: string;
        cap?: CapBlock;
        geometry?: AlertGeometry;
        id: string;
        kind: "AlertArea";
        lhpClass: string;
        lhpClassName?: string;
        type: "Feature";
    }
    Index
    alertHeadline?: string
    alertLink?: string
    areaDesc?: string
    areaType?: string
    cap?: CapBlock
    geometry?: AlertGeometry
    id: string

    e.g. "BY_577" — state code prefix + area id.

    kind: "AlertArea"
    lhpClass: string
    lhpClassName?: string
    type: "Feature"