Interface: Taf
Defined in: src/sdk/navigation/FacilityWeather.ts:225
A TAF (terminal area forecast).
Properties
cavok
readonly
cavok:boolean
Defined in: src/sdk/navigation/FacilityWeather.ts:260
Whether ceiling and visibility are OK.
conditionChangeGroups
readonly
conditionChangeGroups: readonlyTafConditionChangeGroup
[]
Defined in: src/sdk/navigation/FacilityWeather.ts:281
Condition change roups.
flightCategory
readonly
flightCategory:MetarFlightCategory
Defined in: src/sdk/navigation/FacilityWeather.ts:236
The flight category.
gust?
readonly
optional
gust:number
Defined in: src/sdk/navigation/FacilityWeather.ts:251
The wind gust, expressed in units defined by windSpeedUnits
.
icao
readonly
icao:string
Defined in: src/sdk/navigation/FacilityWeather.ts:227
The ident of this TAF's airport.
layers
readonly
layers: readonlyMetarCloudLayer
[]
Defined in: src/sdk/navigation/FacilityWeather.ts:278
Cloud layers.
maxTemperature?
readonly
optional
maxTemperature:TafTemperatureThreshold
Defined in: src/sdk/navigation/FacilityWeather.ts:275
The maximum forecast temperature and the predicted time when it will be reached.
maxWindDir?
readonly
optional
maxWindDir:number
Defined in: src/sdk/navigation/FacilityWeather.ts:245
The max wind direction, in degrees relative to true north.
minTemperature?
readonly
optional
minTemperature:TafTemperatureThreshold
Defined in: src/sdk/navigation/FacilityWeather.ts:272
The minimum forecast temperature and the predicted time when it will be reached.
minWindDir?
readonly
optional
minWindDir:number
Defined in: src/sdk/navigation/FacilityWeather.ts:242
The min wind direction, in degrees relative to true north.
observationTime
readonly
observationTime:TafTime
Defined in: src/sdk/navigation/FacilityWeather.ts:230
The time of observation, in UTC time.
phenomena
readonly
phenomena: readonlyMetarPhenomenon
[]
Defined in: src/sdk/navigation/FacilityWeather.ts:287
Significant weather phenomena.
tafString
readonly
tafString:string
Defined in: src/sdk/navigation/FacilityWeather.ts:290
A formatted string representation of this TAF.
validPeriod
readonly
validPeriod:TafValidPeriod
Defined in: src/sdk/navigation/FacilityWeather.ts:233
The period of time during which the observation is valid, in UTC time.
vertVis?
readonly
optional
vertVis:number
Defined in: src/sdk/navigation/FacilityWeather.ts:284
The vertical visibility, in hundreds of feet.
vis?
readonly
optional
vis:number
Defined in: src/sdk/navigation/FacilityWeather.ts:263
The visibility, expressed in units defined by visUnits
.
visLt
readonly
visLt:boolean
Defined in: src/sdk/navigation/FacilityWeather.ts:269
Whether the observed visibility is less than the reported visibility.
visUnits
readonly
visUnits:MetarVisibilityUnits
Defined in: src/sdk/navigation/FacilityWeather.ts:266
The units in which this METAR's visibility is reported.
vrb
readonly
vrb:boolean
Defined in: src/sdk/navigation/FacilityWeather.ts:257
Whether winds are variable.
windDir?
readonly
optional
windDir:number
Defined in: src/sdk/navigation/FacilityWeather.ts:239
The wind direction, in degrees relative to true north.
windSpeed?
readonly
optional
windSpeed:number
Defined in: src/sdk/navigation/FacilityWeather.ts:248
The wind speed, expressed in units defined by windSpeedUnits
.
windSpeedUnits
readonly
windSpeedUnits:MetarWindSpeedUnits
Defined in: src/sdk/navigation/FacilityWeather.ts:254
The units in which this METAR's wind speeds are reported.