@squawk
    Preparing search index...

    Interface SigmetHazard

    A single hazard description within a non-convective SIGMET. A SIGMET may contain multiple hazards (e.g. both icing and turbulence).

    interface SigmetHazard {
        altitudeRange?: AltitudeRange;
        cause?: string;
        hazardType: SigmetHazardType;
        isOccasional: boolean;
        visibilityBelowSm?: number;
    }
    Index

    Properties

    altitudeRange?: AltitudeRange

    Altitude range of the hazard (e.g. BTN FL280 AND FL380).

    cause?: string

    Cause of the hazard as stated in the DUE TO clause (e.g. "JTST", "FZRA", "WNDSHR ASSOCD WITH JTST").

    hazardType: SigmetHazardType

    The type of weather hazard.

    isOccasional: boolean

    True when the hazard is preceded by OCNL (occasional).

    visibilityBelowSm?: number

    Visibility below a threshold in statute miles, for dust/sandstorm SIGMETs (VIS BLW 3SM).