Unofficial Flight Path visualization app, for data from FlightRadar24.
Flightradar24 Flight Paths is a simple web application built using Vue 3, TypeScript and the Quasar framework. This app visualizes flight data from Flight Data CSV files obtained from Flightradar24. Originally conceived as a curiosity-driven project, to compare the flight paths of the same flights.
To get started, follow these steps:
-
Clone the repository
-
Navigate to the project directory:
cd fr24-flight-paths
-
Install dependencies:
yarn install
-
Prepare environment: copy the
.env.example
file, name it.env
and fill the API Key for the Google Maps API -
Start the development server:
yarn dev
-
Upload CSV Files: Use the left sidebar to upload CSV files obtained from Flightradar24. These files contain flight data that will be visualized.
-
Visualization: Each flight will be assigned a random (changeable) color. The flight paths will be displayed on the map on the right side of the app.
-
Interaction: Clicking on a flight or its flight path will highlight it, allowing for easier comparison and analysis.
This project relies on flight data obtained from Flightradar24. Please note that:
- This is not an official project from Flightradar24.
- Any copyright for the data used belongs to Flightradar24.
To download the flight data files, you will need a Silver, Gold, or Business Flightradar24 account. If you are interested in accessing Flightradar24 data commercially, please contact business@fr24.com. See more information at Flightradar24's terms and conditions.