Hi all<br><br>Just a very simple question: where can I find a module for route planning?<br><br>I have looked around and found some implementations of graph theory, e.g. <a target="_blank" href="http://sourceforge.net/projects/pynetwork/" href="http://aspn.activestate.com/ASPN/Cookbook/Recipe/Recipe">
http://sourceforge.net/projects/pynetwork/</a>. But, what I need is not an abstract graph, but one where nodes/vertices have locations (2D), are connected (to follow a path, respecting distance among nodes) and where I can easily find the closest edge and vertex from any point in space.
<br><br>your links are much appreciated<br>thanks<br>AndrĂ©<br><br>