[GIS] Open Source solution to batch process shortest distance between points along road networks

open-source-gisroutingsoftware-recommendations

I have the locations geocoded (a fairly small dataset, ~200), but I haven't found a straightforward way to load these data into QGIS and perform network analysis between nodes.

Any suggestions?

I'm aware of the Road graph plugin, but I don't know how to load a batch of data.

I've also tried to figure out how to do this with TOPOJSON and d3.js without much success.

Best Answer

If you have a well made road graph shape (with from and to nodes), you can use my qgis processing scripts at

https://github.com/chourmo/QGIS-Transit-tools

For batch starting points, use Shortest-times car If you want to find times from start to end, make a lines files and use Shortest-path car

Related Question