@squawk
    Preparing search index...

    Interface SignificantCloudReport

    Significant cloud type observed and reported in the METAR remarks section. Covers cumulonimbus, towering cumulus, and standing lenticular cloud types.

    interface SignificantCloudReport {
        location?: string;
        type: SignificantCloudType;
    }
    Index

    Properties

    Properties

    location?: string

    Location/direction from station (e.g. "DSNT W", "OHD", "NW-N").

    Significant cloud type code.