f1_corner_telemetry_2024_2025
收藏资源简介:
F1 Telemetry Curves 2024-2025 数据集包含了2024至2025赛季Formula 1比赛和排位赛中的遥测数据。数据集以CSV格式存储,每一行代表车手在特定圈数中通过的一个弯道。数据集包含以下内容: 1. **元数据列**:用于标识赛事和弯道的信息,包括大奖赛名称、赛事阶段(如Race或Qualifying)、车手代码、圈数、弯道ID、轮胎配方、轮胎寿命和赛段编号。 2. **遥测数据列**:包含在弯道内采样的时间序列数据,每个特征有50个时间点采样(索引0至49)。特征包括速度、发动机转速、油门百分比、刹车百分比、三轴加速度、空间坐标、行驶距离和圈时。 3. **数据填充**:为确保每个弯道数据固定为50个点,不足部分用-1000.0填充。 数据集经过标准化处理,采用Z-Score方法,并特别处理了分类变量(如轮胎配方)的编码。数据提取过程通过四个主要阶段确保弯道数据的准确性和一致性,包括空间窗口定义、物理检测、顶点验证和切割居中。 该数据集适用于时间序列分析、驾驶行为研究和机器学习模型训练等任务。
F1 Telemetry Curves 2024-2025 Dataset contains telemetry data from Formula 1 races and qualifying sessions during the 2024 to 2025 seasons. The dataset is stored in CSV format, with each row representing a corner passed by a driver in a specific lap. The dataset includes the following components: 1. **Metadata Columns**: Information used to identify races and corners, including Grand Prix name, session phase (e.g., Race or Qualifying), driver code, lap number, corner ID, tire compound, tire age, and segment number. 2. **Telemetry Data Columns**: Time-series data sampled within the corner, with 50 time points (indexed 0 to 49) collected for each feature. Features include speed, engine RPM, throttle percentage, brake percentage, three-axis acceleration, spatial coordinates, driving distance, and lap time. 3. **Data Padding**: To ensure each corner has a fixed 50 data points, missing values are filled with -1000.0. The dataset has undergone standardization using the Z-Score method, with special encoding applied to categorical variables such as tire compounds. The data extraction process follows four main stages to ensure the accuracy and consistency of corner data: spatial window definition, physical detection, apex validation, and cropping and centering. This dataset is applicable to tasks such as time series analysis, driving behavior research, and machine learning model training.




