Skip to content

mikecarr/yuneec-logconvert-web

Repository files navigation

########################################################

Notice: This app is no longer hosted or supported

########################################################

Yuneec FlightLog to GPX Converter Webapp

Python Flask Web Application used to convert Yuneec Flightlogs into GPX format which can then be used in various visualization sites

Disclaimer: I have very little experience with Python, I thought I would use this to gain more knowledge and experience

Setup

Python PIP

$ pip install requirements.txt
$ python index.py

Open browser to http://localhost:5000

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/

Doarama

Activity Type

  {
    "id": 30,
    "name": "Fly - UAV / Drone"
  }

Donations

Please help me maintain the hosting costs, it isn't free.

Debugging

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

Visualization Sites

References

About

Website that takes Yuneec flight logs, converts them into a format that DOARAMA can display.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published