Norway Open Data SDK
    Preparing search index...

    Type Alias HydrologyObservationParameters

    Parameters required to select an NVE HydAPI observation series.

    type HydrologyObservationParameters = {
        endDate?: string;
        parameter: string;
        resolutionTime: "inst" | "hour" | "day" | "0" | "60" | "1440";
        startDate?: string;
        stationId: string;
    }
    Index
    endDate?: string
    parameter: string

    One numeric HydAPI parameter ID. One series per call preserves observation identity.

    resolutionTime: "inst" | "hour" | "day" | "0" | "60" | "1440"
    startDate?: string
    stationId: string