CSV Exporter - Asviix/F1Manager2024Logger GitHub Wiki
The CSV Exporter is a feature of the F1Manager2024Logger plugin that allows users to log telemetry data into CSV files for further analysis. This feature is particularly useful for users who want to track performance metrics, analyze race strategies, or store historical data for future reference.
The exporter collects telemetry data from the game and writes it to CSV files. Each driver has a separate CSV file, and the data is organized by session and track. The exporter ensures that all relevant telemetry data, such as lap times, tyre wear, fuel levels, and car performance metrics, is logged in a structured format.
- Logs telemetry data for selected drivers.
- Organizes data by track and session type.
- Includes detailed metrics such as tyre temperatures, fuel levels, and lap times.
- Automatically creates directories and files based on the session and track.
To configure the CSV Exporter, follow these steps:
-
Enable the Exporter:
- Go to the plugin settings in SimHub.
- Toggle the "Exporter Enabled" option to enable or disable the exporter.
-
Set the Export Path:
- Specify the folder where the CSV files will be saved.
- Use the "Browse" button in the settings to select a directory.
-
Select Drivers to Track:
- Choose the drivers whose telemetry data you want to log.
- Use the "Tracked Drivers" tab in the settings to make your selection.
- Save your selection to ensure the exporter tracks the correct drivers.
-
Monitor Disk Space:
- Be mindful of the disk space required for storing CSV files, especially if tracking multiple drivers.
- Performance Analysis: Analyze lap times, tyre wear, and fuel consumption to optimize race strategies.
- Historical Data: Maintain a record of past sessions for comparison and improvement.
- Custom Insights: Use the CSV data in tools like Excel or Python for custom analysis and visualization.
- Team Strategy: Share data with teammates or engineers to refine team strategies.
By leveraging the CSV Exporter, users can gain deeper insights into their performance and make data-driven decisions to enhance their racing experience.