Skip to contents

A dataset containing FlightRadar24's archived ADS-B position reports (combined with flight information of flts) for xx flights at EGLL. There are xx flights on d1 and yy on d2.

Usage

egll_positions_fr24

Format

A data frame with zzzz rows and 19 variables. The variables are a joint of flight information from flts with the following ones:

flight_id

unique identifier for the flight leg (integer)

altitude

altitude in feet (integer), as supplied by the Mode-S or ADS-B transponder

latitude

latitude in decimal degrees, data supplied by ADS-B but calculated for mode-S transponders and tracked using multi-lateration (MLAT)

longitude

longitude in decimal degrees, data supplied by ADS-B but calculated for mode-S transponders and tracked using multi-lateration (MLAT)

speed

ground speed in knots (integer), data supplied by ADS-B but calculated for mode-S transponders and tracked using multi-lateration (MLAT)

event_time

datetime for the position report

on_ground

1 = on ground, 0 = airborne

vert_speed

vertical speed

Source

FlightRadar24