Skip to main content

MGL EFIS data plotter

Project description

The MGL EFIS Plotter package parses the flight data logs from MGL EFIS products, such as the iEFIS. It can read both IEFISBB.DAT files and IEFISS.REC files.

The package is intended to be used inside a Jupyter Notebook to create graphs. It can also save subsets of the data as CSV files.

Installation

pip install mgl_efis_plotter

Sample Usage

Jupyter Notebook cell:

from mgl_efis_plotter import *

config = Config()

flights = createFlights('IEFIS.REC', config)

p = Plot(flights[0])

p.plot2(['pAltitude', 'densityAltitude', 'oat']).show()

Author

Art Zemon art@zemon.name

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mgl_efis_plotter-0.1.2.tar.gz (11.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page