@squawk
    Preparing search index...

    Interface PirepIcing

    A parsed icing report from the PIREP /IC field.

    interface PirepIcing {
        baseFtMsl?: number;
        intensity: PirepIcingIntensity;
        intensityHigh?: PirepIcingIntensity;
        topFtMsl?: number;
        type?: IcingType;
    }
    Index

    Properties

    baseFtMsl?: number

    Base altitude of the icing layer in feet MSL.

    Icing intensity (lower bound when a range is reported).

    intensityHigh?: PirepIcingIntensity

    Upper bound of intensity range (e.g. MOD in "LGT-MOD"). Omitted for single intensities.

    topFtMsl?: number

    Top altitude of the icing layer in feet MSL.

    type?: IcingType

    Type of icing, if reported.