slackbuilds_ponce/gis/pgrouting
B. Watson 15b2b3ea3c gis/pgrouting: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-13 14:42:34 -04:00
..
pgrouting.info gis/pgrouting: Updated for version 3.1.3. 2021-02-07 01:39:53 +07:00
pgrouting.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
README gis/pgrouting: Wrap README at 72 columns. 2022-03-13 14:42:34 -04:00
slack-desc

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).