pytelemsys is a Python package designed to simplify the management, processing, and analysis of telemetry and tracking data. It provides a robust set of tools and utilities to streamline data workflows, enabling efficient handling, detailed analysis, and intuitive visualization of telemetry information.
The package is organized into two main modules:
pytelem: Focused on telemetry data processing and analysis.pytrack: Dedicated to handling and analyzing tracking data.
To install pytelemsys, follow these steps:
-
Clone the repository and navigate to the project folder:
git clone https://github.com/GiacomoCorradini/pytelemsys.git cd pytelemsys -
Install the package in editable mode:
pip install -e . -
(Optional) To use the FastF1 extension, install with the fastf1 extra:
pip install -e ".[fastf1]"
To get started with pytelemsys, you can refer to the example usage provided for each module:
- For telemetry data, check out the pytelem example.
- For tracking data, refer to the pytrack example.