Overflight Insights
The Overflight FIR add-on aims to provide a comprehensive list of airspaces overflown by each individual flight. Leveraging high-precision ADS-B data, this add-on captures all parameters relevant for the precise determination of overflight patterns, including exact time and distance spent in each particular airspace. The data is meticulously stored on a per-flight basis, ensuring detailed and accurate reporting for each flight. Furthermore, the Overflight FIR add-on enables aggregation of this data based on FIRs (Flight Information Regions) or country level, facilitating advanced data analytics
Field | Type | Description | Example |
---|---|---|---|
flight_id | ID | Unique internal flight id | 9bfe2152-471a-402d-9c07-07b2da25649c |
flight_type | string | FIR flight type: options include 'outbound', 'inbound', 'internal', 'overflight' | overflight |
fir_designator | string | FIR icao code designator | VIDF |
fir_name | string | Full FIR name | Delhi FIR |
fir_country | string | FIR country full name | India |
entry_timestamp | timestamp | Time of entry into FIR (UTC) | 2023-08-30 07:50:51 UTC |
entry_latitude | float | Entry latitude position into an FIR in degrees, between -90 and 90 (both inclusive) | 28.974718 |
entry_longitude | float | Entry longitude position into an FIR in degrees, between -180 (exclusive) and 180 (inclusive) | 80.09486 |
entry_altitude | float | Altitude barometric of entry into FIR (feet) | 32000.0 |
exit_timestamp | timestamp | Time of exit out of FIR (UTC) | 2023-08-30 08:46:05 UTC |
exit_latitude | float | Exit latitude position out of an FIR in degrees, between -90 and 90 (both inclusive) | 28.479496 |
exit_longitude | float | Exit longitude position out of an FIR in degrees, between -180 (exclusive) and 180 (inclusive) | 72.226166 |
exit_altitude | float | Exit altitude barometric out of FIR (feet) | 28000.0 |
cumulative_distance | float | Cumulative distance between every GPS update received | 416.1997403 |
flown_distance | float | Cumulative distance between in-flight GPS updates only | 413.2312331 |