slackbuilds_ponce/gis/pgrouting
Benjamin Trigona-Harany 5c6bf32dea
gis/pgrouting: Updated for version 2.6.1.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
2018-09-29 07:47:43 +07:00
..
pgrouting.info gis/pgrouting: Updated for version 2.6.1. 2018-09-29 07:47:43 +07:00
pgrouting.SlackBuild gis/pgrouting: Updated for version 2.6.1. 2018-09-29 07:47:43 +07:00
README gis/pgrouting: Updated for version 2.6.0. 2018-03-24 06:50:35 +07:00
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).