Flight planner for VFR flights
Adrien Crovato, 2019
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
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:
- a log file in text format,
- a gpx file than can be vizualized from the web (e.g. https://www.gpsvisualizer.com/).
Sample navigation input files can be found under the tests folder.