Thursday, 1 December 2016

postgis - How to find the best route through multiple points?


I am using postgreSQL, postGIS and pgrouting. Now I am really confused on how am I going to find the shortest path between multiple points.


I know how to find it between two points through dijkstra but I am confused how to accomplish the same result with more than two points.


I have done some research and found this: https://github.com/pgRouting/pgrouting/wiki/One_to_many-Dijkstra---To-review


But still I did not understand if its the right way and how to install it.




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...