Skip to content

Third Party Resources and Writing functions

Stephen Woodbridge edited this page May 4, 2014 · 10 revisions

pgRouting Gist code examples - list your pgRouting function(s), and share, discuss and improve them with others.

pl/pgsql

Friends of pgRouting

This section list links to other sites that provide tools that work with pgRouting or provide enhancements to pgRouting that others have developed and are not part of the core product.

  • OSRM-Tools is a set of tools that allow you to connect pgRouting with the OSM routing engine. OSRM is a high performance routing engine that focuses on speed over configurability. OSRM-Tools provides tools to migrate data from pgRouting to OSRM (this tool is a little dated because OSRM does not supply a stable or documented API for this) and wrapper functions to access an OSRM route server from postgresql.

  • networkReach is a function using the core pgr_drivingDistance() function that will return all edges within a cost distance, along with partial edges where the cost goes beyond a node but not all the way to the next node.

Clone this wiki locally