Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.
agouge edited this page Feb 15, 2013 · 23 revisions

GDMS-Topology is a graph analysis plugin for OrbisGIS based on JGraphT. It is intended for use on transportation networks.

Graph analysis on a transportation network

See an example script as well as a detailed guide on how to use GDMS-Topology to calculate betweenness and closeness centrality.

Supported functions

As of now, GDMS-Topology supports the following SQL functions:

  • ST_Graph - Constructs a mathematical graph based on the data contained in the input table.
  • ST_ConnectedComponents - Calculates the connected components of a given graph.
  • ST_ShortestPath - Calculates the shortest path between two vertices of a graph using Dijkstra's algorithm.
  • ST_BlockIdentity - Aggregates geometries by blocks determined by a spatial predicate.
  • ST_FindReachableEdges
  • ST_MFindReachableEdges
  • ST_MShortestPath
  • ST_MShortestPathLength
  • ST_PlanarGraph
  • ST_ShortestPathLength
  • ST_SubGraphStatistics
  • ST_ToLineNoder