Welcome to the Flight Analysis Application! This application is designed to analyze and visualize flight data using various graphing methods, such as bar charts, pie charts, line charts and an interactive map of US! Built with Java and Processing, it displays 10,000 sets of flight information, offering insights into various flight metrics. 📊
- Visualizes 10,000 sets of flight data.
- Interactive graphs displaying various metrics such as distance, duration, and delays.
- Smooth animations and real-time updates.
- User-friendly interface.
To run the Flight Analysis Application on your local machine, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/flight-analysis-app.git
-
Navigate to the project directory:
cd flight-analysis-app
-
Install Processing:
- Download and install Processing from processing.org.
- Ensure the Processing library is added to your Java project.
-
Run the application:
Execute the
FinalProject.pde
file to start the application.
- Load Data: The application automatically loads 10,000 sets of flight data upon startup.
- Navigate Graphs: Use the provided controls to navigate through different graphs and metrics.
- Interact: Hover over data points to get detailed information about specific flights.
- Java: Core programming language used for the application's logic.
- Processing: Library used for rendering graphs and handling animations.