slackbuilds_ponce/gis/pgrouting/README

19 lines
650 B
Text
Raw Normal View History

pgRouting extends the PostGIS / PostgreSQL geospatial database to provide
geospatial routing functionality.
The following algorithms are compiled:
2016-11-14 22:02:09 +01:00
* All Pairs Shortest Path, Johnson's Algorithm
* All Pairs Shortest Path, Floyd-Warshall Algorithm
* Shortest Path A*
2016-11-14 22:02:09 +01:00
* Bi-directional Dijkstra Shortest Path
* Bi-directional A* Shortest Path
* Shortest Path Dijkstra
* Driving Distance
2016-11-14 22:02:09 +01:00
* 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).