adsb
Datasets
All datasets matching “adsb”adsb
ADSB Historical Aircraft Traces
This dataset is a collection of historical ADSB.lol aircraft traces, converted to Parquet.
Source and License
The source data comes from the ADSB.lol historical data archive. It is distributed under the Open Database License (ODbL) 1.0.
tartanaviation-atc-adsb-utterances
TartanAviation ATC + ADS-B (Utterances)
Speech utterances split from twangodev/tartanaviation-atc-adsb
by voice-activity detection (pyannote/segmentation-3.0).
Each row is one speech segment (16 kHz mono) with the ADS-B from its parent clip.
531,050 utterances · ~398 h speech · 16 kHz mono · 67% carry ADS-B. From 40,899 of 41,823 clips
(silent clips have no utterances). Built with squawk.
Usage
from datasets import load_dataset
ds =… See the full description on the dataset page: https://huggingface.co/datasets/twangodev/tartanaviation-atc-adsb-utterances.tartanaviation-atc-adsb
TartanAviation ATC + ADS-B
Paired ATC audio and ADS-B for Pittsburgh KAGC and KBTP, aligned from CMU
TartanAviation. Each row is one ADS-B-triggered
audio capture (16 kHz mono) plus the aircraft tracks present during it.
41,823 clips · 16 kHz mono · 67% carry ADS-B. Built with squawk.
Usage
from datasets import load_dataset
ds = load_dataset("twangodev/tartanaviation-atc-adsb", split="train", streaming=True)
ex = next(iter(ds))
ex["audio"] # {'array': ...… See the full description on the dataset page: https://huggingface.co/datasets/twangodev/tartanaviation-atc-adsb.adsblol_globe_historysample-adsb100K dataset schema ADSB
Sample raw:
"icao_address","aircraft_type","callsign","flight","origin","origin_name","destination","destination_name","altitude","speed","heading","lat","lon","timestamp","country","status"
"AF622D","A20N","SVMGL766","SQW3952","KJFK","SwasIxUFQknZtDA","VTBS","YnxtCQBvbmxgcJO",29015,443,265,77.49,-140.06,"2023-11-03T08:57:24","SG","landed"
"81B676","E195","GITUA615","XAI5321","WIII","qymDgLDkhuEgInJ","LFPG","GkELxVBOZesHojP",40691,402,108,69.15,-140.78… See the full description on the dataset page: https://huggingface.co/datasets/flatseek/sample-adsb.adsb-core
