This is a section of the whole study of Data Driven Design for Future Transportation System in Tokyo Bay project.
Japan’s urban landscape is evolving rapidly, and the Tokyo Bay Area—particularly districts such as Toyosu, Shinonome, and Ariake in Koto Ward—illustrates both the challenges and opportunities of modern transit demands. While Japan’s aging population (with nearly 30% of residents aged 65+ as of 2025[1]) underscores the need for accessible mobility solutions, urban residents of all ages require a transit system that is efficient, inclusive, and flexible.
Existing transit options, such as the Yurikamome line, provide valuable connectivity but often fall short in offering fine-grained, intra-area mobility that supports short trips—whether it be heading to hospitals, markets, or workplace clusters. In response, this project proposes a resilient, sustainable transportation system designed to serve the diverse needs of the community. By leveraging autonomous electric buses, the system aims to enhance accessibility, decrease car dependency, and build in the flexibility necessary to support elderly passengers without compromising service for younger residents.
The objective of this module was to design an autonomous electric bus system serving the neighborhoods of Toyosu, Shinonome, and Ariake, with a focus on enhancing intra-area mobility for all residents—particularly in accommodating the needs of an aging population. The design process aimed to:
The dataset used in this study consisted of GPS-based mobility data capturing the movement of individuals across the Tokyo metropolitan area over a 7-day period from May 21 to May 27, 2023. Each record included geolocation points (latitude and longitude), timestamps, and inferred modes of transportation such as “in_vehicle,” “on_foot,” and “on_bicycle.” For this module, the data was filtered to include only trips that both originated and ended within the Toyosu area (35.62°–35.67°N, 139.77°–139.83°E), isolating intra-area motorized travel. Although the full dataset opens opportunities for future analysis of trips entering or exiting the area, this module focuses exclusively on internal mobility.
The preprocessing steps included:
The methodology followed a data-driven approach:
Stop Identification: Origin-destination points derived from GPS data were clustered using K-means to identify high-density candidate stops within Toyosu, Shinonome, and Ariake. To ensure inclusivity, additional stops were added near elderly-relevant points of interest (e.g., Showa University Hospital).
Route Optimization: The street network was extracted using OSMnx, and the optimal route connecting the selected stops was computed using NetworkX’s approximate Travelling Salesman Problem (TSP) solver. The expected result was a closed-loop route, designed to minimize travel time while covering major demand clusters, with an estimated loop duration of ~40 minutes. The result from TSP will be refined if needed.
In Figure 4, the passenger demand and bus frequency analysis reveals distinct temporal patterns between weekdays and weekends. On weekdays, demand surges rapidly from 6 AM and peaks around 8 AM with approximately 1,525 passengers, driven primarily by commuter traffic. To accommodate this peak, the system operates buses at 15-minute intervals. As demand stabilizes between 800–1,100 passengers from mid-morning to late afternoon, frequency is adjusted to 20–30 minutes, before tapering to 60-minute intervals during late evening when ridership drops below 250.
In contrast, weekend demand peaks later and is more sustained through the day, reaching around 1,300 passengers at 11 AM and remaining elevated until late afternoon. Bus frequency follows suit, offering 15-minute intervals during peak hours and scaling back to 30–60 minutes as demand decreases. This demand-responsive scheduling approach ensures that bus availability aligns with passenger needs, optimizing both rider experience and operational efficiency.
This study demonstrates a data-driven approach to designing an autonomous electric bus system that enhances local mobility in Toyosu, Shinonome, and Ariake. By leveraging GPS mobility data, the study identified high-demand stop locations and optimized a 25-stop, 11.5 km loop route that addresses intra-area transportation needs. A demand-responsive timetable was developed to ensure service frequency aligns with passenger patterns across weekdays and weekends, balancing accessibility and operational efficiency.
The system’s integration of sustainable electric buses, supported by a centralized charging hub at Toyosu Station, offers a practical and future-ready solution to reduce car dependency while remaining adaptable to the needs of an aging population.