Skip to content

mikecarr/yuneec-q500

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

converttoqpx.py (better name to come :-))

Python script to convert Yuneec Q500+ Flight logs into GPX format. This file can then be uploaded to http://www.doarama.com/ for a visual representation of your flight.

Running

python converttoqpx.py -i <flightlog file> -t gpx [ -o <output filename> ]

Yuneec Video conversion (avc to mov)

Install ffmpeg with Brew tools (MAC)

$ brew install ffmpeg
$ cd <location of your avc files>
$ convert_video_files.sh

This will create a file named fightlog.gpx, navigate to http://www.doarama.com/ and load GPX file, enjoy!

Virtualenv

It creates an environment that has its own installation directories, that doesn’t share libraries with other virtualenv environments (and optionally doesn’t access the globally installed libraries either).

https://virtualenv.pypa.io/en/latest/

Debugging

drop a gpx file here http://nationalmap.gov.au/

Visualization Sites

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published