Metadata-Version: 1.2
Name: autoflpy
Version: 0.2.4
Summary: Automated flight log code
Home-page: https://github.com/AdrianWeishaeupl/AutoFLpy.git
Author: Adrian Benedikt Weishaeupl
Author-email: aw6g15@soton.ac.uk
License: UNKNOWN
Description: ========
        AutoFLpy
        ========
        
        
        .. image:: https://img.shields.io/pypi/v/autoflpy.svg
                :target: https://pypi.python.org/pypi/autoflpy
        
        .. image:: https://img.shields.io/travis/AdrianWeishaeupl/autoflpy.svg
                :target: https://travis-ci.org/AdrianWeishaeupl/autoflpy
        
        .. image:: https://readthedocs.org/projects/autoflpy/badge/?version=latest
                :target: https://autoflpy.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        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.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        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
Keywords: autoflpy
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
