Interface: TafConditionChangeGroup
Defined in: src/sdk/navigation/FacilityWeather.ts:330
A TAF condition change group.
Properties
gust?
readonly
optional
gust:number
Defined in: src/sdk/navigation/FacilityWeather.ts:350
The wind gust, expressed in units defined by windSpeedUnits
.
layers
readonly
layers: readonlyMetarCloudLayer
[]
Defined in: src/sdk/navigation/FacilityWeather.ts:365
Cloud layers.
phenomena
readonly
phenomena: readonlyMetarPhenomenon
[]
Defined in: src/sdk/navigation/FacilityWeather.ts:368
Significant weather phenomena.
probability
readonly
probability:number
Defined in: src/sdk/navigation/FacilityWeather.ts:335
Probability of occurrence, in percent.
terminology
readonly
terminology:TafConditionChangeGroupTerminology
Defined in: src/sdk/navigation/FacilityWeather.ts:332
the group terminology
validPeriod
readonly
validPeriod:TafValidPeriod
Defined in: src/sdk/navigation/FacilityWeather.ts:338
The period of time during which this change group is valid, in UTC time.
vertVis?
readonly
optional
vertVis:number
Defined in: src/sdk/navigation/FacilityWeather.ts:359
The vertical visibility, in hundreds of feet.
vis?
readonly
optional
vis:number
Defined in: src/sdk/navigation/FacilityWeather.ts:356
The visibility, expressed in units defined by visUnits
.
visUnits
readonly
visUnits:MetarVisibilityUnits
Defined in: src/sdk/navigation/FacilityWeather.ts:362
The units in which this METAR's visibility is reported.
vrb
readonly
vrb:boolean
Defined in: src/sdk/navigation/FacilityWeather.ts:353
Whether winds are variable.
windDir?
readonly
optional
windDir:number
Defined in: src/sdk/navigation/FacilityWeather.ts:344
The wind direction, in degrees relative to true north.
windSpeed?
readonly
optional
windSpeed:number
Defined in: src/sdk/navigation/FacilityWeather.ts:341
The wind speed, expressed in units defined by windSpeedUnits
.
windSpeedUnits
readonly
windSpeedUnits:MetarWindSpeedUnits
Defined in: src/sdk/navigation/FacilityWeather.ts:347
The units in which this METAR's wind speeds are reported.