slackbuilds_ponce/academic/pgrouting
Benjamin Trigona-Harany 459eedd868 academic/pgrouting: Added (geospatial routing for PostGIS)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2013-04-23 12:56:03 -03:00
..
create_template.sh
pgrouting-1.05-flags.patch
pgrouting-1.05-sql.patch
pgrouting-1.05-weightmap.patch
pgrouting.info
pgrouting.SlackBuild
README
slack-desc

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

The following algorithms are compiled:
* Dijkstra - shortest path algorithm
* A-star (A*) - shortest path algorithm using heuristical function
* Shooting star (Shooting*) - shortest path algorithm for real road
  networks with turn restrictions, traffic lights and one way streets

A script for creating a pgRouting database template on Slackware will be
added to the documentation directory.