Enable Flex Routing #1292
|
I want to use Motis for a hail-and-ride service. So the service run vehicles on a fixed route and passengers can pickup/drop off the bus at any place along the fixed route. I have seen that GTFS format (linked here https://gtfs.org/documentation/schedule/reference/#stop_timestxt) is describing it inside the file stop_times.txt adding additional columns which are "continuous_pickup" and "continuous_drop_off" and setting them to 0. |
Replies: 2 comments 4 replies
|
MOTIS does not support |
|
Thank you Felix for your detailed explanation. Will try adding some frequent stops. As far as you know, how this could impact the performance and memory usage? Consider that in my case I could have a network of more than 1000km, so having stops with a frequency of 100mt for example, could lead to a huge amount of stops. |
MOTIS does not support
continuous_pickupandcontinous_dropoffyet. You could either add a lot of "virtual" stops every 100m along the route (and remove then from the response afterwards) to have the same effect (which works also for transfers between those trips) or use GTFS Flex (which only works for first/last mile).