Closed gmellemstrand closed 2 years ago
There is also the option of using a free floating bike for transferring between stops:
FTF (PF) B (PF) FTF
There is also the option of using a free floating bike for transferring between stops:
FTF (PF) B (PF) FTF
True. I also realize that all the options that use free floating bike are also valid for regular city bike rental.
Also, most cases of flexible transportation will have to be separate items on the list.
I think OTP should use a state machine to enforce this, and that the legal combinations should be defined in one place - maybe even configurable.
I'm commenting here so I can follow this conversation. In my work in #2678 and #2680, I added the CAR_HAIL
and CAR_RENT
modes. Also, I am doing extensive work in adding support for eScooters over here: https://github.com/ibi-group/OpenTripPlanner/tree/micromobility. For the eScooters I have added an entirely new mode called MICROMOBILITY
. It also works with the RENT qualifier (MICROMOBILITY_RENT
).
A couple of points:
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 30 days
I am creating this issue to discuss how modes and combination of modes should be expressed. As it is now, it seems a bit confusing because I think there are several concepts/dimensions being combined in a single list of modes.
As I see it, these are the 9 "mode combinations" supported today. This comes in addition to the actual transit modes requested (bus/train etc.). I have also included combinations that are not supported, and many of them probably should not be supported either.
So a routing request could be something like this:
Combinations:
B F FTF B (P) FTF
Transit modes:
Train Bus Tram
Then we can decide how to handle each combination. For example the walk only, bike only and car only searches can be done completely separate from the transit routing.
Overview of modes
Combinations supported today
Combinations not supported today