Aircraft Position
The Aircraft Position object specifies the physical location of an aircraft that is seen by our network. The same object is used independently of the source of the data, making it possible to receive information from multiple sources, like ground- and satellite-based ADS-B, ADS-C, Eurocontrol and FAA, all in one consistent format.
The Aircraft Position object is broken down into a part with information about the Aircraft, and a child object with the Position information.
Property | Type | Description |
| String | The ICAO 24bit address of the transponder in hexadecimal format. |
| String, | The aircraft registration marks, as commonly displayed in the country of registration. For example A value of |
| Boolean | Indicates if the aircraft is included in the FAA LADD blocking list. This is only for information, as aviowiki is not required to hide these aircraft from public view. |
The Position object
The Position object contains information on an individual position tracked by our network.
Property | Type | Description |
| Number, | The barometric altitude as reported by the aircraft's transponder, in metres.
|
| Number, | The rate of climb/descent as reported by the aircraft's transponder, in metres per second. This can be negative, which indicates a
|
| Number, | The ground speed as reported by the aircraft's navigation system, in metres per second.
|
| Number, | The True Course as reported by the aircraft's navigation system, in degrees (
Be aware that this information is only reliable when the aircraft is moving. |
| Object | A Coordinates object that describes the geographical position of the aircraft. |
| String | The UTC time at which this position was received by us. This is usually just a few milliseconds after the aircraft transmits the information. Time is formatted in ISO format. |
| Boolean | Indicates if the transponder is transmitting that the aircraft is on the ground. This parameter works differently for different types of aircraft avionics. In some aircraft it is commanded by a pressure switch on the main landing gear, in others it is derived by the avionics' software. Not all transponders offer this information.
|
| String | The source of the position report. Possible values are:
|
Last updated