Module for handling UAV flight log data
Project description
FlightData
This repo is contains a set of datastructures and tools for handling flight log data.
Flight
The Flight object represents the data logged by a flight controller. The class wraps a pandas dataframe which is indexed on a single time axis. Where data is logged at different rates for different sensors it is mapped to the closest time index. Attribute access provides individual columns or sets of columns in the groups defined in Fields. Item access subsets the data in the time axis.
Table
The Table is the base type for most of the datastructures. It allows attribute access to individual columns. Attribute access is also available to return basic entities subclassed from the base type in the pfc-geometry package. For example in the state object table.x provides the x position, table.pos provides a Point representing the xyz position. columns that are not represented by geometric base types are considered to be labels for the data.
State
The State object is a table representing the position and orientation of the aircraft along with their derivatives, it can be constructed from a Flight or from scratch by extrapolating in lines or around arcs. Many tools are provided to manipulate the data. The position and attitude are in a reference frame (with Z up), the derivatives move with the aircraft in either the body, wind, stability or track (like the wind axis but with no wind) frame.
Further documentation will be provided here: https://pfcdocumentation.readthedocs.io/pyflightcoach/flightdata.html
Installation
pip install pfc-geometry
Setup from source
pip install .
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.
Source Distribution
Built Distribution
File details
Details for the file flightdata-0.2.16.tar.gz
.
File metadata
- Download URL: flightdata-0.2.16.tar.gz
- Upload date:
- Size: 51.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c29a7274b1ac8dbe0a125d30561e4b37a40f1ff977d4b6f98d094ea650e890ea |
|
MD5 | 64a19808af93ab395c0ea3f1b6923e9b |
|
BLAKE2b-256 | 9306c9ec2b31c24a24f69acf059719e5c6dabb9ff1837a8140eab265f1062ccb |
File details
Details for the file flightdata-0.2.16-py3-none-any.whl
.
File metadata
- Download URL: flightdata-0.2.16-py3-none-any.whl
- Upload date:
- Size: 36.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ee051a319867337f423031bec620ba4627f406d1fd419a6c082c85c7e2099f7 |
|
MD5 | f4b46b8d45d6efba174fcdf467b3738b |
|
BLAKE2b-256 | e39b0453fe2c9893fd1ea4f054f459792f31f260ed76f88289c53986d7344c35 |