Package FlightReportManager
[hide private]
[frames] | no frames]

Package FlightReportManager

source code

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

Package Organization


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>`__

Submodules [hide private]

Variables [hide private]
  __version__ = '0.1'
The version of FlightReportManager
  __author__ = 'Johannes Kinzig <johannes_kinzig@icloud.com>'
The primary author of FlightReportManager
  __url__ = 'https://johanneskinzig.de/software-development/pyth...
The URL for FlightReportManager's homepage
  __license__ = 'Apache License, Version 2.0'
The license governing the use and distribution of DroneDataConversion
  DEBUG = False
True if debugging is turned on.
  __package__ = None
Variables Details [hide private]

__url__

The URL for FlightReportManager's homepage

Value:
'https://johanneskinzig.de/software-development/python-parser-bebop-lo\
gs.html'