This repository has been archived by the owner on Mar 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Home
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.
See an example script as well as a detailed guide on how to use GDMS-Topology to calculate betweenness and closeness centrality.
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