Norway Open Data SDK
    Preparing search index...

    Type Alias HydrologyStationParameters

    Filters supported by NVE HydAPI's station endpoint.

    type HydrologyStationParameters = {
        active?: boolean;
        countyName?: string;
        municipalityCode?: string;
        municipalityName?: string;
        stationId?: string;
        stationName?: string;
    }
    Index
    active?: boolean

    Defaults to true. Set false to include inactive stations.

    countyName?: string
    municipalityCode?: string
    municipalityName?: string
    stationId?: string
    stationName?: string