Closed novalis closed 2 years ago
+1 would love to see this implemented
Currently (8 years later) the street to stop time is set as follows:
if (modes != null && modes.contains(TransitMode.SUBWAY)) {
stopVertex.setStreetToStopTime(subwayAccessTime);
}
So this is now set for subway only. But we also have org.opentripplanner.ext.transmodelapi.model.TransportModeSlack
which is applied to long distance rail, airplanes, etc. We should evaluate whether these different concepts can be merged.
On the other hand, "slack" is different than street-to-platform time in that transferring from one train to another, or one airplane to another would require the same amount of slack as boarding the first vehicle. But this subwayAccessTime is only needed to enter the station; for transfers you're already in the station.
I will close this one - there does not seem to be enough interest in it to do it. The slack by mode also make this less of an issue (as @abyrd pointed out).
Guillaume Campagna writes: