@squawk
    Preparing search index...

    Interface FreezingLevelContour

    A single freezing level contour line within a FRZLVL section. Represents a line at a specific altitude or a surface freezing level line.

    interface FreezingLevelContour {
        altitudeFt?: number;
        location: string;
    }
    Index

    Properties

    altitudeFt?: number

    Altitude of the freezing level in hundreds of feet (e.g. 040 = 4,000 ft). Undefined when the freezing level is at the surface.

    location: string

    Raw description of the contour location (e.g. "ALG 40S HNN-50SSE ETX-80SSE BGR-100SSW YSJ").