| Home | Trees | Indices | Help |
|---|
|
|
When flying the Parrot Bebop Quadcopter (and the Bebop 2 Quadcaopter) stores all flight information in a log file. This is a so called pud file and has a json structure. This application stores the content in a human readble way in an SQLite database in a way the user has access to it. The user can track his fights without the need to upload the flights to the Parrot Cloud (know as ArDrone Academ, Drone Academy, etc.). The flight can be exported as gpx, csv, and kml. The application uses the underlying library "DroneDataConversion". The application seems to work but is still in beta phase.
Data which is stored in the sqlite database:
Python Interpreter: This library was written using legacy Python 2.7.10. At the current state it is untested under Python 3 and will most likely run under Python 2.7. only
Author: `Johannes Kinzig <johannes_kinzig@icloud.com>`__
Requires: Python 2.7.10+
Version: 0.1
See Also: `The documentation webpage <https://johanneskinzig.de/software-development/python-parser-bebop-logs.html>`__
To Do:License: Apache License, Version 2.0
Copyright: |copy| 2016 Johannes Kinzig
Contributor: `Johannes Kinzig <mailto:johannes_kinzig@icloud.com>`__
|
|||
| |||
|
|||
__version__ = The version of FlightReportManager |
|||
__author__ = The primary author of FlightReportManager |
|||
__url__ = The URL for FlightReportManager's homepage |
|||
__license__ = The license governing the use and distribution of DroneDataConversion |
|||
DEBUG = FalseTrue if debugging is turned on. |
|||
__package__ = None
|
|||
|
|||
__url__The URL for FlightReportManager's homepage
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sun Apr 9 18:49:07 2017 | http://epydoc.sourceforge.net |