@squawk
    Preparing search index...

    Interface TowerSurfaceVisibility

    Tower or surface visibility from the METAR remarks section (TWR VIS / SFC VIS).

    interface TowerSurfaceVisibility {
        source: "TWR" | "SFC";
        visibilitySm: number;
    }
    Index

    Properties

    Properties

    source: "TWR" | "SFC"

    The source of the visibility observation ("TWR" for tower, "SFC" for surface).

    visibilitySm: number

    Visibility in statute miles.