@squawk
    Preparing search index...

    Interface WindsAloftStationForecast

    Forecast row for a single reporting station. levels is aligned 1:1 with WindsAloftForecast.altitudesFt.

    interface WindsAloftStationForecast {
        levels: WindsAloftLevel[];
        stationId: string;
    }
    Index

    Properties

    Properties

    levels: WindsAloftLevel[]

    Per-altitude level entries. Same length and order as WindsAloftForecast.altitudesFt.

    stationId: string

    Station identifier (typically a 3-character FAA or 4-letter ICAO code).