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 indexing between batchRoutingDetailedResults and batchRoutingGeometryResults #827

Open tibobliss opened 6 months ago

tibobliss commented 6 months ago

Columns alternativeSequence/alternative and stepSequence use 1-based indexing in batchRoutingDetailedResults but 0-based indexing in batchRoutingGeometryResults.

This makes joining the two tables more complicated.