Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 780 Bytes

File metadata and controls

27 lines (22 loc) · 780 Bytes

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.