Class WindInformation
Wind information
Inherited Members
Namespace: FpAssistantCore.Icao.Annex3.MetarTaf
Assembly: FpAssistantCoreScl.dll
Syntax
public class WindInformation
Properties
View SourceDirection
Direction of wind
Declaration
public CompassBearing? Direction { get; }
Property Value
| Type | Description |
|---|---|
| CompassBearing? |
Remarks
Will be null if wind declared as variable in message VRB / IsVariable will be set True
DirectionDegrees
Direction of Wind
Declaration
public int? DirectionDegrees { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Remarks
Will be null if wind declared as variable in message VRB / IsVariable will be set True. Degrees will be true
GustKnots
Speed of gusting wind
Declaration
public int? GustKnots { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Gusting
Speed of gusting wind
Declaration
public AirSpeed Gusting { get; }
Property Value
| Type | Description |
|---|---|
| AirSpeed |
IsVariable
True if wind direction is variable (VRB)
Declaration
public bool IsVariable { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Speed
Speed of Wind
Declaration
public AirSpeed Speed { get; }
Property Value
| Type | Description |
|---|---|
| AirSpeed |
SpeedKnots
Speed of wind
Declaration
public int? SpeedKnots { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Type
Types of cloud
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Remarks
CB = cumulonimbus cloud / TCU = towering cumulus
VaryingFrom
Indicates the wind direction is varying from
Declaration
public int? VaryingFrom { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Remarks
Variation information is an optional group
VaryingTo
Indicates the wind direction is varying to
Declaration
public int? VaryingTo { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Remarks
Variation information is an optional group