@squawk
    Preparing search index...

    Interface ObscurationReport

    Surface-based obscuration observed and reported in the METAR remarks section. Reports the obscuring phenomenon and its coverage at the surface.

    interface ObscurationReport {
        altitudeFtAgl: number;
        coverage: CloudCoverage;
        phenomenon: WeatherPhenomenonCode;
    }
    Index

    Properties

    altitudeFtAgl: number

    Height of the obscuration layer in feet AGL.

    coverage: CloudCoverage

    Cloud coverage amount of the obscuration.

    The weather phenomenon causing the obscuration.