Hussein-Mahfouz / drt-potential

3 stars 0 forks source link

Identify which bus routes directly serve each OD pair #15

Closed Hussein-Mahfouz closed 1 month ago

Hussein-Mahfouz commented 7 months ago

The current approach is:

Feedback from Malcolm is that this is too rigid - a person bordering an LSOA may be able to use the route, even though it doesn't intersect with the LSOA. Alternative options include:

Option 1: Buffering

Option 2: Get routes directly from routing engine results

We could see which buses are actually being used. We could do routing with max_rides = 1 to return direct routes only

Hussein-Mahfouz commented 1 month ago

This is done here: https://github.com/Hussein-Mahfouz/drt-potential/blob/main/code/demand_on_buses.R