@squawk
    Preparing search index...

    Interface ConvectiveSigmetOutlook

    Outlook section appended to a convective SIGMET bulletin. Provides a 2 to 6 hour forecast of expected convective activity.

    interface ConvectiveSigmetOutlook {
        areaPoints: string[];
        text: string;
        validFromDay: number;
        validFromHour: number;
        validFromMinute: number;
        validToDay: number;
        validToHour: number;
        validToMinute: number;
    }
    Index

    Properties

    areaPoints: string[]

    Area definition points for the outlook region (VOR-relative, e.g. "40E PXV", "CEW").

    text: string

    Full raw text of the outlook section.

    validFromDay: number

    Start day of month (UTC) for the outlook valid period.

    validFromHour: number

    Start hour (UTC) for the outlook valid period.

    validFromMinute: number

    Start minute (UTC) for the outlook valid period.

    validToDay: number

    End day of month (UTC) for the outlook valid period.

    validToHour: number

    End hour (UTC) for the outlook valid period.

    validToMinute: number

    End minute (UTC) for the outlook valid period.