Skip to content

Advanced Python application leveraging the power of APIs and the pandas library to retrieve and perform in-depth analysis of flight data from Flightradar24. It uncovers insights such as the most common departure and arrival cities, contributing to the field of aviation data science.

License

Notifications You must be signed in to change notification settings

atxtechbro/flightradar24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Flightradar24 Data Analyzer

This Python project retrieves and analyzes flight data from [flightradar24.com](https://www.flightradar24.com/). It displays the top 10 most watched flights and provides insights such as the most common departure and arrival cities.

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [Testing](#testing)
- [Contributing](#contributing)
- [License](#license)

## Installation

This project requires Python 3.6 or later. Clone the repository and install the dependencies with pip:

```sh
git clone https://github.com/atxtechbro/flightradar24.git
cd flightradar24
pip install -r requirements.txt

Usage

To run the flight data retriever, use the following command:

python src/flight_data_retriever.py

This will retrieve the flight data and display the analysis results in the console.

Testing

To run the unit tests, use the following command:

python -m unittest

Contributing

Contributions are welcome! Please read the contributing guidelines first.

License

This project is licensed under the terms of the MIT license. See the LICENSE file for details.

About

Advanced Python application leveraging the power of APIs and the pandas library to retrieve and perform in-depth analysis of flight data from Flightradar24. It uncovers insights such as the most common departure and arrival cities, contributing to the field of aviation data science.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published