@squawk
    Preparing search index...

    Interface ThunderstormInfo

    Thunderstorm location and movement from the METAR remarks section.

    interface ThunderstormInfo {
        location?: string;
        movingDirection?: CompassDirection;
    }
    Index

    Properties

    location?: string

    Location/direction of the thunderstorm (e.g. "OHD", "VC NW-N", "DSNT W").

    movingDirection?: CompassDirection

    Direction the thunderstorm is moving.