Songdo Traffic: High Accuracy Georeferenced Vehicle Trajectories from a Large-Scale Study in a Smart City

View Dataset
Fonod, Robert;Cho, Haechan;Yeo, Hwasoo;Geroliminis, Nikolas

Description

OverviewThe Songdo Traffic dataset delivers precisely georeferenced vehicle trajectories captured through high-altitude bird's-eye view (BeV) drone footage over Songdo International Business District, South Korea. Comprising approximately 700,000 unique trajectories, this resource represents one of the most extensive aerial traffic datasets publicly available, distinguishing itself through exceptional temporal resolution that captures vehicle movements at 29.97 points per second, enabling unprecedented granularity for advanced urban mobility analysis.📌 Citation: If you use this dataset in your work, kindly acknowledge it by citing the following article:Robert Fonod, Haechan Cho, Hwasoo Yeo, Nikolas Geroliminis (2025). Advanced computer vision for extracting georeferenced vehicle trajectories from drone imagery, Transportation Research Part C: Emerging Technologies, vol. 178, 105205. DOI: 10.1016/j.trc.2025.105205.🔗 Companion dataset: For high-resolution annotated images with vehicle bounding boxes supporting aerial detection research, see Songdo Vision: 10.5281/zenodo.13828408.Dataset CompositionThe dataset consists of four primary components:Trajectory Data: 80 ZIP archives containing high-resolution vehicle trajectories with georeferenced positions, speeds and acceleration profiles, and other metadata.Orthophoto Cut-Outs: High-resolution (8000×8000 pixel) orthophoto images for each monitored intersection, used for georeferencing and visualization.Road and Lane Segmentations: CSV files defining lane polygons within road sections, facilitating mapping of vehicle positions to road segments and lanes.Sample Videos: A selection of 4K UHD drone video samples capturing intersection footage during the experiment.Data CollectionThe dataset was collected as part of a collaborative multi-drone experiment conducted by KAIST and EPFL in Songdo, South Korea, from October 4–7, 2022.A fleet of 10 drones monitored 20 busy intersections, executing advanced flight plans to optimize coverage.4K (3840×2160) RGB video footage was recorded at 29.97 FPS from altitudes of 140–150 meters.Each drone flew 10 sessions per day, covering peak morning and afternoon periods.The experiment resulted in 12TB of 4K raw video data.More details on the experimental setup and data processing pipeline are available in [1].Data ProcessingThe trajectories were extracted using 🚀 Geo-trax, an advanced deep learning framework designed for high-altitude UAV-based traffic monitoring. This state-of-the-art pipeline integrates vehicle detection, tracking, trajectory stabilization, and georeferencing to extract high-accuracy traffic data from drone footage.🎥 A demonstration of the Geo-trax framework in operation is available at: https://youtu.be/gOGivL9FFLkKey Processing Steps:Vehicle Detection & Tracking: Vehicles were detected and tracked across frames using a deep learning-based detector and motion-model-based tracking algorithm.Trajectory Stabilization: A novel track stabilization method was applied using detected vehicle bounding boxes as exclusion masks in image registration.Georeferencing & Coordinate Transformation: Each trajectory was transformed into global (WGS84), local Cartesian, and orthophoto coordinate systems.Vehicle Metadata Estimation: In addition to time-stamped vehicle trajectories, various metadata attributes were also extracted, including vehicle dimensions and type, speed, acceleration, class, lane number, road section, and visibility status.More details on the extraction methodology are available in [1].File Structure & Formats1. Trajectory Data (Daily Intersection ZIPs, 16.2 MB ~ 360.2 MB)The trajectory data is organized into 80 ZIP files, each containing traffic data for a specific intersection and day of the experiment.File Naming Convention:YYYY-MM-DD_intersectionID.zipYYYY-MM-DD represents the date of data collection (2022-10-04 to 2022-10-07).intersectionID is a unique identifier for one of the 20 intersections where data was collected (A, B, C, E, …, U). The letter D is reserved to denote "Drone".Each ZIP file contains 10 CSV files, each corresponding to an individual flight session:YYYY-MM-DD_intersectionID.zip│── YYYY-MM-DD_intersectionID_AM1.csv├── …│── YYYY-MM-DD_intersectionID_AM5.csv│── YYYY-MM-DD_intersectionID_PM1.csv├── …└── YYYY-MM-DD_intersectionID_PM5.csvHere, AM1-AM5 and PM1-PM5 denote morning and afternoon flight sessions, respectively. For example, 2022-10-04_S_AM1.csv contains all extracted trajectories from the first morning session of the first day at the intersection 'S'.CSV File Example Structure:Each CSV file contains high-frequency trajectory data, formatted as follows (d.p. = decimal place):Dataset Column NameFormat / UnitsData TypeExplanationVehicle_ID1, 2, …IntegerUnique vehicle identifier within each CSV fileLocal_Timehh:mm:ss.sssStringLocal Korean time (GMT+9) in ISO 8601 formatDrone_ID1, 2, …, 10IntegerUnique identifier for the drone capturing the dataOrtho_X, Ortho_Ypx (1 d.p.)FloatVehicle center coordinates in the orthophoto cut-out imageLocal_X, Local_Ym (2 d.p.)FloatKGD2002 / Central Belt 2010 planar coordinates (EPSG:5186)Latitude, Longitude° DD (7 d.p.)FloatWGS84 geographic coordinates in decimal degrees (EPSG:4326)Vehicle_Length*, Vehicle_Widthm (2 d.p.)FloatEstimated physical dimensions of the vehicleVehicle_ClassCategorical (0–3)IntegerVehicle type: 0 (car/van), 1 (bus), 2 (truck), 3 (motorcycle)Vehicle_Speedkm/h (1 d.p.)FloatEstimated speed computed from trajectory data using Gaussian smoothingVehicle_Accelerationm/s² (2 d.p.)FloatEstimated acceleration derived from smoothed speed valuesRoad_SectionN_GStringRoad section identifier (N = node, G = lane group)Lane_Number1, 2, …IntegerLane position (1 = leftmost lane in the direction of travel)Visibility0/1Boolean1 = fully visible, 0 = partially visible in the camera frame These columns may be empty under certain conditions, see [1] for more details.2. Orthophoto Cut-Outs & Georeferencing Parameters (orthophotos.zip, 1.8 GB)For each monitored intersection, we provide high-resolution orthophoto cut-outs derived from a comprehensive, high-accuracy orthophoto mosaic covering the entire experimental area. These 8000 × 8000 pixel PNG images facilitate accurate georeferencing and contextual visualization of vehicle trajectories.orthophotos/│── ortho_parameters.txt│── A.png│── A_center.txt│── B.png│── B_center.txt│── …│── U.png└── U_center.txtIncluded Files:ortho_parameters.txt – Georeferencing parameters of the base (global) orthophoto, defining the mapping between base orthophoto pixel coordinates and real-world coordinates. Contains four values: base longitude (lng₀), base latitude (lat₀), longitude per pixel (Δlng), and latitude per pixel (Δlat), all at the base orthophoto's native resolution..png – High-resolution orthophoto cut-out for a given intersection._center.txt – Per-intersection offset files defining the center of each cut-out in the base orthophoto's pixel coordinate system. Reproducing Georeferenced Coordinates from Orthophoto CoordinatesThe orthophoto cut-outs provided here (8000 × 8000 px) were downscaled from original 15,000 × 15,000 px cut-outs extracted from the base orthophoto. The Ortho_X and Ortho_Y columns in the trajectory CSVs refer to positions within these 8000 × 8000 px images. However, the center coordinates in _center.txt and the pixel scale in ortho_parameters.txt are defined at the original 15,000 × 15,000 resolution. To correctly convert orthophoto coordinates to geographic (WGS84) coordinates, the following steps are required:Read the base orthophoto parameters from ortho_parameters.txt: lng₀, lat₀, Δlng, Δlat.Read the cut-out center from {ID}_center.txt: center_x, center_y (in base orthophoto pixels).Compute the cut-out origin (top-left corner) using the original cut-out size (15,000 px):origin_x = center_x − 7500origin_y = center_y − 7500Compute the adjusted geographic origin:lng₀' = lng₀ + origin_x × Δlnglat₀' = lat₀ + origin_y × ΔlatScale the pixel size to account for the downscaling from 15,000 to 8,000 pixels:Δlng' = Δlng × (15000 / 8000)Δlat' = Δlat × (15000 / 8000)Convert orthophoto coordinates to geographic coordinates:Longitude = lng₀' + Ortho_X × Δlng'Latitude = lat₀' + Ortho_Y × Δlat'For more details on the orthophoto generation process and the choice of cut-out resolution, refer to [1].3. Orthophoto Segmentations (segmentations.zip, 24.9 KB)We provide the road and lane segmentations for each orthophoto cut-out, stored as CSV files where each row defines a lane polygon within a road section.Each section (N_G) groups lanes moving in the same direction, with lanes numbered sequentially from the innermost outward. The CSV files are structured as follows:segmentations/│── A.csv│── B.csv│── …└── U.csvEach file contains the following columns:Section: Road section ID (N_G format).Lane: Lane number within the section.tlx, tly, blx, bly, brx, bry, trx, try: Polygon corner coordinates.These segmentations enabled trajectory points to be mapped to specific lanes and sections in our trajectory dataset. Vehicles outside segmented areas (e.g., intersection centers) remain unlabeled. Perspective distortions may also cause misalignments for taller vehicles.4. Master Frames (master_frames.zip, 248.7 MB)We include master reference frames and associated transformation parameters used to align stabilized video frames with the orthophoto space. These are helpful for users wishing to reconstruct or audit the georeferencing transformations applied during trajectory extraction.master_frames/│── A.png│── A.txt│── B.png│── B.txt│── …│── U.png└── U.txtIncluded Files:.png – Master reference image for a given intersection.*.txt – Corresponding text file containing the actual transformation parameters (i.g., homography transformation coefficients) that were used to relate the master frame to the orthophoto cut-out coordinate system.5. Sample Videos (sample_videos.zip, 26.8 GB)The dataset includes 29 video samples, each capturing the first 60 seconds of drone hovering over its designated intersection during the final session (PM5) on October 7, 2022. These high-resolution 4K videos provide additional context for trajectory analysis and visualization, complementing the orthophoto cut-outs and segmentations.sample_videos/│── A_D1_2022-10-07_PM5_60s.mp4│── A_D2_2022-10-07_PM5_60s.mp4│── B_D1_2022-10-07_PM5_60s.mp4│── …└── U_D10_2022-10-07_PM5_60s.mp4Additional FilesREADME.md – Dataset documentation (this file)LICENSE.txt – Creative Commons Attribution 4.0 LicenseKnown Dataset Artifacts and LimitationsWhile this dataset is designed for high accuracy, users should be aware of the following known artifacts and limitations:Trajectory Fragmentation: Trajectories may be fragmented for motorcycles in complex road infrastructure scenarios (pedestrian crossings, bicycle lanes, traffic signals) and for certain underrepresented truck variants. Additional fragmentations occurred when drones experienced technical issues during hovering, necessitating mid-recording splits that naturally resulted in divided trajectories.Vehicle ID Ambiguities: The largest Vehicle_ID in a CSV file does not necessarily indicate the total number of unique vehicles.Kinematic Estimation Limitations: Speed and acceleration values are derived from raw tracking data and may be affected by minor errors due to detection inaccuracies, stabilization artifacts, and applied interpolation and smoothing techniques.Vehicle Dimension Estimation: Estimates may be unreliable for stationary or non-axially moving vehicles and can be affected by bounding box overestimations capturing protruding vehicle parts or shadows.Lane and Section Assignment Inaccuracies: Perspective effects may cause vehicles with significant heights, such as trucks or buses, to be misassigned to incorrect lanes or sections in the orthophoto.Occasional pedestrian pair misclassifications: Rarely, two pedestrians walking side by side may be briefly mistaken for a motorcycle, but such instances are short-lived and typically removed by the short trajectory filter.For a comprehensive discussion of dataset limitations and validation procedures, refer to [1].AcknowledgmentsIn addition to the funding sources listed in the metadata, the creators express their gratitude to Sohyeong Kim, Yura Tak, and Weijiang Xiong for their invaluable assistance in the data-wrangling process, Artem Vasilev for his dedicated efforts in data annotation, Jasso Espadaler Clapés for his insightful contributions to vehicle dimension estimation, and Muhammad Ahmed for his support in creating the experimental orthophoto for validation purposes and his contributions to road segmentation. We also thank DroMii company for producing the primary orthophoto and Stanford Center at the Incheon Global Campus (SCIGC) for providing the on-board recorded trajectories of their autonomous vehicle. We also thank the research teams of Prof. Simon Oh (Korea University) and Prof. Minju Park (Hannam University) for their assistance during the data collection campaign, including the provision of drone equipment and student support.Citation & AttributionPreferred Citation: If you use Songdo Traffic for any purpose, whether academic research, commercial applications, open-source projects, or benchmarking efforts, please cite our accompanying article [1]:Robert Fonod, Haechan Cho, Hwasoo Yeo, Nikolas Geroliminis (2025). Advanced computer vision for extracting georeferenced vehicle trajectories from drone imagery, Transportation Research Part C: Emerging Technologies, vol. 178, 105205. DOI: 10.1016/j.trc.2025.105205BibTeX entry:@article{fonod2025advanced, title = {Advanced computer vision for extracting georeferenced vehicle trajectories from drone imagery}, author = {Fonod, Robert and Cho, Haechan and Yeo, Hwasoo and Geroliminis, Nikolas}, journal = {Transportation Research Part C: Emerging Technologies}, volume = {178}, pages = {105205}, year = {2025}, publisher = {Elsevier}, doi = {10.1016/j.trc.2025.105205}, url = {https://doi.org/10.1016/j.trc.2025.105205}}Dataset Citation (for archival purposes): Although Zenodo automatically provides a formal citation for this dataset (see below), including citation export in various formats such as BibTeX, we kindly request that you reference the above article as the primary source of this work.Robert Fonod, Haechan Cho, Hwasoo Yeo, Nikolas Geroliminis (2025). Songdo Traffic: High Accuracy Georeferenced Vehicle Trajectories from a Large-Scale Study in a Smart City (v1). Zenodo. DOI: 10.5281/zenodo.13828384.Version Historyv1.0 (Initial release)Initial public release of the Songdo Traffic dataset, including georeferenced vehicle trajectories, orthophoto cut-outs, road and lane segmentations, and sample videos.v2.0 (Current release)Added master reference frames used in the georeferencing pipeline and included the previously missing orthophoto georeferencing .txt parameter files, enabling full reproducibility of the coordinate transformations. Updated the dataset description with instructions for reproducing georeferenced coordinates from the provided orthophoto cut-out coordinates, clarifying the relationship between the provided 8000 × 8000 px cut-outs and the original 15,000 × 15,000 px resolution.

Citations (0)

Mentions (0)

Metrics

Dataset Index

0.4

FAIR Score

85%

Citations

0

Mentions

0

Metrics Over Time

Publication Details

DOI

Publisher

Zenodo

License

Creative Commons Attribution 4.0 International

Assigned Domain

Subfield

Safety, Risk, Reliability and Quality

Field

Engineering

Domain

Physical Sciences

Confidence Score

50%

Source

Scholar Data Model

Keywords

Georeferenced Vehicle TrajectoriesUrban Traffic MonitoringBird's-Eye View (BeV) Traffic DatasetHigh-Altitude UAV Traffic DataSmart City MobilityComputer Vision for Traffic MonitoringDeep Learning in TransportationMulti-Drone Traffic SurveillanceGeospatial Traffic DataGS84 / EPSG:4326 DatasetTrajectory DataHigh-Frequency Traffic DatasetDrone-Based Traffic MonitoringDronesTraffic

Normalization Factors

FT

63.46

CTw

1.00

MTw

1.00