@squawk
    Preparing search index...

    Type Alias NotamScope

    NotamScope:
        | "AERODROME"
        | "ENROUTE"
        | "NAV_WARNING"
        | "AERODROME_ENROUTE"
        | "AERODROME_WARNING"
        | "ENROUTE_WARNING"
        | "AERODROME_ENROUTE_WARNING"

    Scope qualifier from the NOTAM Q-line indicating the geographic scope of the notice.

    • AERODROME - Applies to a specific aerodrome (A)
    • ENROUTE - Applies to en route airspace or FIR-level (E)
    • NAV_WARNING - Navigation warning (W)
    • AERODROME_ENROUTE - Applies to both aerodrome and en route (AE)
    • AERODROME_WARNING - Applies to both aerodrome and navigation warning (AW)
    • ENROUTE_WARNING - Applies to both en route and navigation warning (EW)
    • AERODROME_ENROUTE_WARNING - Applies to aerodrome, en route, and navigation warning (AEW)