Skip to content

acrovato/pyNav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyNav

Flight planner for VFR flights

Adrien Crovato, 2019

Apache License Version 2.0

Features

Python toolset computing and tracing a VFR navigation route.

  • Simple to use and cross platform
  • Create a flight log and export the route to gpx format

Usage

Get the code with git

git clone https://github.com/acrovato/pyNav.git

Create your navigation input file and compute the route

cd pyNav
python run.py /path/to/nav.py

A workspace folder will be created and will contain two files:

Sample navigation input files can be found under the tests folder.