slackbuilds_ponce/gis/pgrouting
David Spencer 86b81d29ff gis/pgrouting: Update homepage.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-05-12 06:58:26 +07:00
..
pgrouting.info gis/pgrouting: Update homepage. 2018-05-12 06:58:26 +07:00
pgrouting.SlackBuild gis/pgrouting: Script cleanup. 2018-04-14 07:06:34 +07:00
README
slack-desc gis/pgrouting: Update homepage. 2018-05-12 06:58:26 +07:00

pgRouting extends the PostGIS / PostgreSQL geospatial database to provide
geospatial routing functionality.

The following algorithms are compiled:
* All Pairs Shortest Path, Johnson's Algorithm
* All Pairs Shortest Path, Floyd-Warshall Algorithm
* Shortest Path A*
* Bi-directional Dijkstra Shortest Path
* Bi-directional A* Shortest Path
* Shortest Path Dijkstra
* Driving Distance
* K-Shortest Path, Multiple Alternative Paths
* K-Dijkstra, One to Many Shortest Path
* Traveling Sales Person
* Turn Restriction Shortest Path

To build the pgRouting documentation, pass WITH_DOC=ON to the script
(this requires the Sphinx package to be installed).