A plugin for QGIS created by by Anita Graser, Ko Nagase and Vicky Vergara.
pgRoutingLayer is currently developed and maintained by pgRouting community.
- project home and bug tracker: https://github.com/pgrouting/pgRoutingLayer
- plugin repository: http://plugins.qgis.org/plugins
PgRouting Layer is a plugin for QGIS that serves as a GUI for pgRouting - a popular routing solution for PostGIS databases.
Please check the pgRouting documentation for detailed descriptons: http://docs.pgrouting.org
PgRoutingLayer currently supports the following functions:
- alphashape
- astar
- bdAstar
- bdDijkstra
- dijkstra
- dijkstraCost
- drivingDistance
- ksp
- trsp_edge
- trsp_vertex
- trsp_via_vertices
- trsp_via_edges
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This plugin can be installed using the QGIS Plugin Manager. You will have to enable "experimental" plugins.
pgRouting v2.x up and running to use this plugin.
Additionally, QGIS needs python-psycopg2 installed to be able to connect to the database.