Skip to main content

Read, analyze and visualize *.bin flight data logs recorded by ArduPilot

Project description

MAVdataflash

Read, analyze and visualize *.bin flight data logs recorded by ArduPilot

Installation

Installing via PyPI

Install the latest version with:

$ pip install --upgrade MAVdataflash

Installing via GitHub

Install directly from the source code:

$ pip install https://github.com/generalaeronautics/MAVdataflash/archive/refs/heads/latest.zip

If you have git installed, you can also try:

$ pip install git+https://github.com/generalaeronautics/MAVdataflash.git

You can also install by cloning or downloading the repo:

$ git clone https://github.com/generalaeronautics/MAVdataflash
$ cd MAVdataflash
$ pip install .

If you get any installation or compilation errors, make sure you have the latest pip and setuptools::

$ pip install --upgrade pip setuptools

Usage

from MAVdataflash import DataFlash
# Create a new instance with DataFlash class
analysis = DataFlash("flight_data.bin")
# Return data in pandas dataframe
analysis.GetData('IMU')

# Return data of specific instance in pandas dataframe
analysis.GetData('IMU', instance=1)

# Return data in polars dataframe
analysis.GetData('IMU', in_polars=True)
# Plot any Parameter and Subparameter VS Time
analysis.Plot('GPS', 'Alt')

# Plot with instance, if parameter data type has more than 1 instance
analysis.Plot('IMU', 'GyrX', instance=1)
# Return the pandas dataframe of EV(Events) data type with Message
analysis.GetEvents()

# Return in polars dataframe
analysis.GetEvents(in_polars=True)
# Return the pandas dataframe of MODE(Modes) data type with Message
analysis.GetModes()

# Return in polars dataframe
analysis.GetModes(in_polars=True)
# Return the pandas dataframe of PARM(Commands) with Values
analysis.GetPARAMS()

# Return Params with Date and Time included in dataframe
analysis.GetPARAMS(with_datetime=True)

# Return Params in dictionary data type
analysis.GetPARAMS(in_dict=True)

# Return in polars dataframe
analysis.GetPARAMS(in_polars=True)
# Return PARM(Command) with Value
analysis.GetPARAM('EK3_IMU_MASK')
# Return the list of Subparameter(Columns) of the Parameter data type
analysis.GetColumns('GPS')
# Return True if Parameter data type is plottable otherwise return as False
analysis.isPlotable('GPS')
analysis.isPlotable('GPS', column='Alt')

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

MAVdataflash-2.4.7.tar.gz (19.1 kB view details)

Uploaded Source

Built Distribution

MAVdataflash-2.4.7-py3-none-any.whl (19.7 kB view details)

Uploaded Python 3

File details

Details for the file MAVdataflash-2.4.7.tar.gz.

File metadata

  • Download URL: MAVdataflash-2.4.7.tar.gz
  • Upload date:
  • Size: 19.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for MAVdataflash-2.4.7.tar.gz
Algorithm Hash digest
SHA256 9b933eea3b2acf73d940c35dae05d12e6f64f156cc7249140dc95fcb1f96d9ed
MD5 97da0c31b739edaabd107e96a22c37e2
BLAKE2b-256 f57ea83205dbe1682e7ab5088bbd1e521fdf92fb02a46abd7f6b289f1ee5e775

See more details on using hashes here.

File details

Details for the file MAVdataflash-2.4.7-py3-none-any.whl.

File metadata

  • Download URL: MAVdataflash-2.4.7-py3-none-any.whl
  • Upload date:
  • Size: 19.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for MAVdataflash-2.4.7-py3-none-any.whl
Algorithm Hash digest
SHA256 07c1c0b1bebf3aa2061e0794af4b4bbc86429f7626d07577cf7eb7d597e6fb69
MD5 ec6f7857983385ab50264773d4e1a0cd
BLAKE2b-256 28572f451d7e3df0c53fc48d1788c9b7558413233c34ec79beb164476322084d

See more details on using hashes here.

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