tartanaviation-atc-adsb
收藏资源简介:
TartanAviation ATC + ADS-B 是一个配对数据集,包含来自匹兹堡KAGC和KBTP机场的空中交通管制(ATC)音频和自动相关监视广播(ADS-B)数据。该数据集由卡内基梅隆大学AirLab的TartanAviation项目对齐整理而成。每个数据样本对应一个由ADS-B触发的音频捕获片段(16kHz单声道),并包含在该时间段内出现的飞机轨迹信息。数据集共包含41,823个音频片段,其中约67%的片段携带ADS-B数据。每个片段的持续时间为2至14分钟,这些是ADS-B触发的连续捕获,而非经过语音活动检测的独立语句(约85%的内容为静默)。数据字段包括:clip_id(格式为{airport}/{date}/{n}的唯一标识符)、airport(机场代码,kagc或kbtp)、date(日期,MM-DD-YY格式)、start/end(片段起止时间戳,音频和ADS-B使用统一时钟)、duration_s(片段持续时间,单位秒)、n_aircraft(片段内飞机数量)、tails(飞机呼号列表,无ADS-B数据时为空列表)、tracks(片段内所有ADS-B数据点列表,每个数据点包含时间戳、呼号、飞机ID、纬度、经度、高度、速度和航向)、audio(16kHz单声道音频数据)。该数据集适用于空中交通管制语音识别、航空语音处理、多模态航空数据分析等任务,为研究终端空域操作提供了宝贵的语音与轨迹配对资源。数据集采用CC-BY-4.0许可证,需引用相关论文。
TartanAviation ATC + ADS-B is a paired dataset comprising air traffic control (ATC) audio and automatic dependent surveillance-broadcast (ADS-B) data from Pittsburgh's KAGC and KBTP airports. This dataset was curated and aligned by the TartanAviation project at the AirLab of Carnegie Mellon University. Each data sample corresponds to an ADS-B-triggered audio capture clip (16 kHz, mono), and contains aircraft trajectory information recorded during the corresponding time period. The dataset contains a total of 41,823 audio clips, of which approximately 67% are accompanied by ADS-B data. Each clip has a duration ranging from 2 to 14 minutes; these are continuous captures triggered by ADS-B, rather than independent utterances processed via voice activity detection, with approximately 85% of the content being silence. The data fields include: clip_id (unique identifier in the format {airport}/{date}/{n}), airport (airport code, either kagc or kbtp), date (date formatted as MM-DD-YY), start/end (start and end timestamps of the clip, using a unified clock for both audio and ADS-B), duration_s (clip duration in seconds), n_aircraft (number of aircraft in the clip), tails (list of aircraft call signs, which is an empty list when no ADS-B data is available), tracks (list of all ADS-B data points within the clip, where each data point includes timestamp, call sign, aircraft ID, latitude, longitude, altitude, speed, and heading), and audio (16 kHz mono audio data). This dataset is applicable to tasks such as air traffic control speech recognition, aviation speech processing, and multimodal aviation data analysis, providing a valuable paired resource of speech and trajectory data for research on terminal airspace operations. The dataset is licensed under CC-BY-4.0, and relevant papers should be cited when using it.
数据集概述:TartanAviation ATC + ADS-B
该数据集提供了配对的全天候空中交通管制(ATC)语音录音与广播式自动相关监视(ADS-B)轨迹数据,来源于卡内基梅隆大学的 TartanAviation 项目。
核心信息
- 数据来源:美国匹兹堡的 KAGC 和 KBTP 机场。
- 数据规模:包含 41,823 个音频片段。
- 音频规格:16 kHz 单声道,WAV 格式。
- 覆盖范围:约 67% 的片段同时包含 ADS-B 轨迹数据。
- 许可协议:CC-BY-4.0。
数据结构
每个数据行(一个样本)包含一个 ADS-B 触发的音频片段及该时间段内的飞机轨迹信息。
| 字段名 | 类型 | 说明 |
|---|---|---|
clip_id |
字符串 | 片段唯一标识符,格式为 {机场}/{日期}/{序号}。 |
airport |
字符串 | 机场代码,值为 kagc 或 kbtp。 |
date |
字符串 | 日期,格式为 MM-DD-YY。 |
start / end |
时间戳 | 音频片段的起止时间(音频与ADS-B共用同一时钟)。 |
duration_s |
浮点数 | 音频片段时长(秒)。 |
n_aircraft |
整数 | 该时间段内出现的飞机数量(无ADS-B时为 0)。 |
tails |
字符串列表 | 该时间段内出现的飞机呼号(无ADS-B时为空列表 [])。 |
tracks |
结构体列表 | 该时间段内每个ADS-B数据点,包含时间戳(t)、纬度(lat)、经度(lon)、高度(alt)、速度(speed)、航向(heading)和呼号(tail)。 |
audio |
Audio(16000) |
16 kHz 单声道音频数据。 |
重要说明
- 数据特性:音频片段是基于ADS-B信号触发捕获的,时长在2到14分钟之间,并非基于语音活动检测(VAD)的短句,因此约85%的内容为静音。
- 构建工具:使用 squawk 工具构建。
- 任务类型:该数据集主要面向自动语音识别(Automatic Speech Recognition, ASR)任务。




