@squawk
    Preparing search index...

    Interface SigmetTops

    Cloud top information for a convective SIGMET.

    interface SigmetTops {
        altitudeFt: number;
        isAbove: boolean;
    }
    Index

    Properties

    Properties

    altitudeFt: number

    Cloud top altitude in feet MSL (flight level multiplied by 100).

    isAbove: boolean

    True when tops are reported as above the stated altitude (ABV FLxxx).