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

    Interface HelcomPLCStation

    V_PLC_STATION item — a HELCOM PLC (Pollution Load Compilation) station.

    interface HelcomPLCStation {
        LAND_CD?: string;
        metadataid?: number;
        MON_TYPE?: string;
        ST_LAT?: number;
        ST_LON?: number;
        STATION_CODE?: string;
        STATION_NAME?: string;
        SUBCM_CODE?: string;
        SUBCM_NAME?: string;
    }
    Index
    LAND_CD?: string

    Bundesland (federal state) code of the station.

    metadataid?: number
    MON_TYPE?: string
    ST_LAT?: number

    Latitude.

    ST_LON?: number

    Longitude.

    STATION_CODE?: string

    Station code.

    STATION_NAME?: string

    Station name.

    SUBCM_CODE?: string
    SUBCM_NAME?: string