@squawk
    Preparing search index...

    Interface VariableSkyCondition

    Variable sky condition from the METAR remarks section. Reports that a cloud layer is varying between two coverage amounts.

    interface VariableSkyCondition {
        altitudeFtAgl: number;
        coverageHigh: CloudCoverage;
        coverageLow: CloudCoverage;
    }
    Index

    Properties

    altitudeFtAgl: number

    Cloud layer altitude in feet AGL.

    coverageHigh: CloudCoverage

    Higher cloud coverage amount.

    coverageLow: CloudCoverage

    Lower cloud coverage amount.