opentripplanner / OpenTripPlanner

An open source multi-modal trip planner
http://www.opentripplanner.org
Other
2.18k stars 1.02k forks source link

Analyst always uses walk speed along roads #2420

Closed abyrd closed 3 years ago

abyrd commented 7 years ago

Expected behavior

When using analysis functionality (specifically isochrones) we would expect the same on-street mode to be used for all stages of routing, yielding smooth-edged isochrones.

Observed behavior

The chosen street mode (bike or car) is used in the initial routing to find travel times to street vertices, but the walk speed is used for the final traversal of the street destination itself, for the last leg from the street vertices to the sample points. This creates "orphaned" isochrone blobs. See discussion at: https://groups.google.com/d/msg/opentripplanner-users/BJSsrHJfHj4/lr1i2CMjAQAJ

Version of OTP used (exact commit hash or JAR name)

Problem still exists in 1.1 release.

abyrd commented 3 years ago

Analysis functionality is no longer present in OTP2. Development has continued at https://github.com/conveyal/r5. Closing.