@squawk
    Preparing search index...

    Interface PeakWind

    Peak wind information from the METAR remarks section (PK WND group).

    interface PeakWind {
        directionDeg: number;
        speedKt: number;
        time: DayTime;
    }
    Index

    Properties

    directionDeg: number

    Peak wind direction in degrees true.

    speedKt: number

    Peak wind speed in knots.

    time: DayTime

    Time (UTC) when the peak wind occurred. When the raw report omits the hour, it is populated from the observation time.