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 academic/pgrouting: Added (geospatial routing for PostGIS) 2013-04-23 12:56:03 -03:00
pgrouting-1.05-flags.patch academic/pgrouting: Added (geospatial routing for PostGIS) 2013-04-23 12:56:03 -03:00
pgrouting-1.05-sql.patch academic/pgrouting: Added (geospatial routing for PostGIS) 2013-04-23 12:56:03 -03:00
pgrouting-1.05-weightmap.patch academic/pgrouting: Added (geospatial routing for PostGIS) 2013-04-23 12:56:03 -03:00
pgrouting.info academic/pgrouting: Added (geospatial routing for PostGIS) 2013-04-23 12:56:03 -03:00
pgrouting.SlackBuild academic/pgrouting: Added (geospatial routing for PostGIS) 2013-04-23 12:56:03 -03:00
README academic/pgrouting: Added (geospatial routing for PostGIS) 2013-04-23 12:56:03 -03:00
slack-desc academic/pgrouting: Added (geospatial routing for PostGIS) 2013-04-23 12:56:03 -03:00

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.