afimb / gtfslib-python

An open source library in python for reading GTFS files and computing various stats and indicators about Public Transport networks
GNU General Public License v3.0
44 stars 6 forks source link

Optimize stop to shape snapping #37

Closed laurentg closed 8 years ago

laurentg commented 8 years ago

Take into account the distance from where we currently are into the mix to prevent snapping a point which is too far, in case the shape is making U-turns or has a complex shape.