On the Computation of Accessibility Provided by Shared Mobility

Severin Diepolder,Andrea Araldo,Tarek Chouaki,Santa Maiti,Sebastian Hörl,Constantinos Antoniou
2023-07-13
Abstract:Shared Mobility Services (SMS), e.g., Demand-Responsive Transit (DRT) or ride-sharing, can improve mobility in low-density areas, often poorly served by conventional Public Transport (PT). Such improvement is mostly quantified via basic performance indicators, like wait or travel time. However, accessibility indicators, measuring the ease of reaching surrounding opportunities (e.g., jobs, schools, shops, ...), would be a more comprehensive indicator. To date, no method exists to quantify the accessibility of SMS based on empirical measurements. Indeed, accessibility is generally computed on graph representations of PT networks, but SMS are dynamic and do not follow a predefined network. We propose a spatial-temporal statistical method that takes as input observed trips of a SMS acting as a feeder for PT and summarized such trips in a graph. On such a graph, we compute classic accessibility indicators. We apply our method to a MATSim simulation study concerning DRT in Paris-Saclay.
Computers and Society,Numerical Analysis
What problem does this paper attempt to address?
The problem this paper attempts to address is: how to quantify the impact of Shared Mobility Services (SMS) on accessibility based on empirical observation data. Specifically, the paper proposes a spatiotemporal statistical method that transforms observed trips of shared mobility services into graph representations, allowing traditional accessibility metrics to be calculated on these graphs. This method fills the gap in current research that lacks an evaluation of shared mobility services' accessibility based on actual observed data. ### Background of the Paper - **Traditional Public Transport (PT)**: In low-density areas, such as suburbs, the accessibility of traditional public transport is poor because high-frequency and full-coverage services lead to high costs. - **Shared Mobility Services (SMS)**: Including demand-responsive transport (DRT), ride-sharing, bike-sharing, etc., these services may be more effective than traditional public transport in low-density areas. However, these services are currently mainly operated by private companies aiming for profit maximization, which may increase congestion and pollution. - **Accessibility**: Measures the ease of reaching surrounding opportunities (such as jobs, schools, shops, etc.) through transportation means. Currently, the evaluation of accessibility mainly relies on basic performance indicators such as waiting time and travel time, lacking comprehensive evaluation methods. ### Research Objectives - **Develop Method**: Propose a spatiotemporal statistical method that transforms actual observed data of shared mobility services into graph representations, allowing the calculation of accessibility metrics. - **Application Verification**: Validate the effectiveness of this method through a MATSim simulation study of the DRT service in the Paris-Saclay area. ### Main Contributions - **Innovative Method**: For the first time, a method based on empirical observation data to evaluate the accessibility of shared mobility services is proposed. - **Practical Application**: This method can support transportation agencies and authorities in making better decisions when deploying shared mobility services in the future. - **Technical Implementation**: The method is implemented through a Python pipeline, and the code is open-sourced. ### Method Overview 1. **Spatiotemporal Graph Model**: Model traditional public transport as a time-expanded graph, with nodes representing time points at stops. 2. **Integration of Shared Mobility Services**: Treat shared mobility services as "virtual" trips connecting the user's location and bus stops. 3. **Estimation of Waiting Time and Travel Time**: Use Kriging interpolation to estimate the waiting time and travel time for users in each time period. 4. **Accessibility Calculation**: Integrate the estimated waiting time and travel time into the time-expanded graph to calculate accessibility metrics. ### Experimental Results - **Spatiotemporal Pattern Analysis**: Analyzed the temporal and spatial distribution of DRT trips, identifying peak and off-peak periods. - **Estimation of Waiting Time and Travel Time**: Verified the effectiveness of the Kriging interpolation method, particularly during peak periods, where DRT significantly improved accessibility. - **Accessibility Improvement**: Demonstrated how DRT services can expand the coverage of bus stops, especially in low-density areas. ### Conclusion The method proposed in the paper can evaluate the impact of shared mobility services on accessibility based on empirical observation data, providing a powerful decision support tool for transportation agencies and authorities. Future work will further validate the effectiveness of this method and apply it to other types of shared mobility services.