Norway Open Data SDK
    Preparing search index...

    Type Alias HydrologyObservation

    A normalized observation from the credential-protected NVE HydAPI.

    type HydrologyObservation = {
        parameter?: string;
        stationId: string;
        time: string;
        unit?: string;
        value: number | null;
    }
    Index
    parameter?: string
    stationId: string
    time: string
    unit?: string
    value: number | null