Automated flight log code
Project description
AutoFLpy
Automated flight log code. This code automatically creates flight logs for the user given an input file. It currently works with ardupilot log files taken from the flight computer in the .bin format and converted into the .log format using Mission Planner.
Free software: GPLv3
Documentation: https://autoflpy.readthedocs.io.
Features
Generates a highly customisable flight summary using data from log input files.
- Default flight summary includes:
METAR information of the nearest airfield.
Checklist Information (if provided).
- Plots for:
GPS altitude and velocity.
GPS latitude and longitude.
Control inputs throughout the flight.
Barometric data throughout the flight.
Flight attitude throughout the flight.
Flight computer vibrational data.
Additional arduino data (if supplied).
Sample data file included. This will be created when the code is run for the first time.
Full choice of file paths for the data and outputs can be specified using the input file.
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
Runways.csv taken from https://github.com/sobester/ADRpy
History
0.1.0 (2019-10-29)
First release on PyPI.
0.1.1 (2019-11-07)
Updates and added code. Reformatted directory.
0.1.2 (2019-11-08)
Reformatted directory and added default user files.
0.1.3 (2019-11-08)
Fixed directory issues
0.1.4 (2019-11-08)
Fixed more directory issues
0.2.0 (2019-11-08)
Fixed path issues in template
0.2.1 (2019-11-12)
Generated the input file into the generated folder structure
Added example data for first time running
0.2.2 (2019-11-12)
Default storage directory bug fixed
0.2.3 (2019-11-12)
Changed autoflpy.py to log_analysis.py
0.2.4 (2019-11-14)
Documentation updated
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.