Skip to content

pgRouting/pgRoutingLayer

This branch is 543 commits ahead of, 1 commit behind anitagraser/pgRoutingLayer:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8631613 · Sep 23, 2022
Sep 17, 2022
Oct 9, 2020
Mar 5, 2019
Dec 17, 2018
Dec 20, 2018
Sep 17, 2022
Feb 26, 2019
Jul 2, 2018
Dec 28, 2018
Mar 6, 2019
Dec 5, 2018
Dec 5, 2018
Dec 5, 2018
Oct 9, 2020
Feb 26, 2019
Jan 14, 2019
Feb 26, 2019
Dec 16, 2018
Sep 21, 2022
Mar 6, 2019
Mar 5, 2019
Sep 18, 2022
Sep 17, 2022
Mar 6, 2019
Dec 3, 2018
Mar 6, 2019

Welcome to pgRoutingLayer

A plugin for QGIS created by by Anita Graser, Ko Nagase and Vicky Vergara.

pgRoutingLayer is currently developed and maintained by pgRouting community.

What is the goal

PgRouting Layer is a plugin for QGIS that serves as a GUI for pgRouting - a popular routing solution for PostGIS databases.

What this plugin currently does

Please check plugin documentation for detailed descriptions: http://qgis.pgrouting.org

pgRoutingLayer currently supports the following functions:

  • pgr_aStar
  • pgr_aStarCost
  • pgr_bdAstar
  • pgr_bdAstarCost
  • pgr_bdDijkstra
  • pgr_bdDijkstraCost
  • pgr_dijkstra
  • pgr_dijkstraCost
  • pgr_KSP

Functions detailed descriptions: http://docs.pgrouting.org

License

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.

Installation

This plugin can be installed using the QGIS Plugin Manager.

Dependencies

pgRouting v3.x up and running to use this plugin.

Additionally, QGIS needs python3-psycopg2 installed to be able to connect to the database.