mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
15b2b3ea3c
Signed-off-by: B. Watson <yalhcru@gmail.com>
18 lines
650 B
Text
18 lines
650 B
Text
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).
|