@squawk
    Preparing search index...

    Type Alias CompassDirection

    CompassDirection:
        | "N"
        | "NNE"
        | "NE"
        | "ENE"
        | "E"
        | "ESE"
        | "SE"
        | "SSE"
        | "S"
        | "SSW"
        | "SW"
        | "WSW"
        | "W"
        | "WNW"
        | "NW"
        | "NNW"

    Standard 16-point compass direction used in METAR sector visibility, SIGMET movement, and other directional observations.