This dataset is synthetically generated to simulate real-world public transport conditions in tier-2 and tier-3 cities in India. It is designed for research purposes in Estimated Time of Arrival (ETA) prediction using machine learning techniques.
Due to the limited availability of structured and publicly accessible transport datasets for smaller cities in India, this dataset was created to reflect realistic transport dynamics, including vehicle movement, traffic variability, and temporal patterns.
Contains real-time simulated vehicle movement data.
Columns:
bus_id– Unique identifier for each busroute_id– Route assigned to the buslatitude– Geographic coordinatelongitude– Geographic coordinatetimestamp– Time of observationspeed– Instantaneous vehicle speed
Defines route structure and bus stop locations.
Columns:
route_id– Unique route identifierstop_name– Name of bus stoplatitude– Stop location latitudelongitude– Stop location longitude
Represents time-based traffic patterns.
Columns:
route_id– Route identifiertime_slot– Hour of the day (0–23)avg_speed– Average speed for that timeavg_delay_minutes– Average delay
The dataset was generated using controlled simulation techniques:
- GPS trajectories were created using incremental coordinate variations to simulate movement
- Speed values were randomized within realistic urban ranges (20–60 km/h)
- Temporal patterns were introduced using timestamp progression
- Historical traffic patterns were modeled using time-based averages
- Random noise was added to simulate real-world uncertainty
This dataset is intended for:
- ETA prediction using machine learning models
- Transport analytics and simulation
- Feature engineering for mobility data
- Research in intelligent transportation systems
- The dataset is synthetic and may not capture all real-world complexities
- External factors such as weather, accidents, and road conditions are not included
- Designed for research and educational purposes only
The dataset structure is inspired by publicly available transport datasets from platforms such as Kaggle, including GPS trajectory and ETA prediction datasets.
- Snahasish Dey
- Sneha Majumder
- Srijit Bhattacharya
This dataset is released for academic and research purposes. Attribution is appreciated.