chairemobilite / transition

Transition is a modern new approach to transit planning. It's a web application to model, simulate and plan public transit and alternative transportation.
http://transition.city
MIT License
20 stars 13 forks source link

Inconsistent step sequence between batchRoutingDetailedResults and batchRoutingGeometryResults #828

Open tibobliss opened 6 months ago

tibobliss commented 6 months ago

The same value of stepSequence does not represent the same step in batchRoutingDetailedResults and batchRoutingGeometryResults, since the first table includes 2 steps for each in-vehicle trip segment (boarding and unboarding), whereas the second table only contains 1 step (ride).

This makes joins between the two tables difficult since the step sequence has to be recalculated.