@maschinenlesbar.org/pegel-online-cli
    Preparing search index...

    Interface TimeseriesInfo

    Metadata for one timeseries of a station (e.g. "W" water level, "Q" flow).

    interface TimeseriesInfo {
        characteristicValues?: JsonObject[] | null;
        currentMeasurement?: CurrentMeasurement;
        equidistance?: number;
        longname: string;
        shortname: string;
        unit: string;
    }
    Index
    characteristicValues?: JsonObject[] | null

    Characteristic values (gauge marks), present only when requested.

    currentMeasurement?: CurrentMeasurement
    equidistance?: number
    longname: string
    shortname: string
    unit: string