Skip to content

bws428/flight-performance-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flight Performance Analysis for an RV-8 Aircraft

This is a Jupyter Notebook-based performance analysis of an RV-8 aircraft, used for an end-of-semester talk.

Thrust Required Plot

Anaconda Python

These instructions presume the user has installed the Anaconda Python distribution, and is using the conda package manager. The Anaconda Individual Edition is free and open source.

Installation

Clone the repo:

git clone https://github.com/bws428/flight-performance-analysis.git rv-8

Change into the newly-created rv-8 directory:

cd rv-8

Update conda:

conda update -n base -c defaults conda

Create the rv-8 conda environment with required dependencies:

conda env create -f environment.yml

To activate this environment, use

conda activate rv-8

Fire up the notebook:

jupyter notebook

To deactivate an active environment, use

conda deactivate

About

Performance analysis of an RV-8 aircraft, used for an end-of-semester project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published