Skip to content

A QGIS plugin that finds disconnected "islands" in a transport network layer, so that a routing tool will work between all nodes. A tolerance field allows for imperfect topology.

Notifications You must be signed in to change notification settings

janpisl/disconnected-islands

 
 

Repository files navigation

icon disconnected-islands

A QGIS plugin that finds disconnected "islands" in a transport network layer, so that a routing tool will work between all nodes. A tolerance field allows for imperfect topology.

This plugin runs on a line layer, building up a road (or rail, etc.) network graph of connected links. It then analyses connected subgraphs, ones that are connected to each other, but not connected to isolated or floating links. It creates an additional attribute containing the group ID of the subgraph. This can then be used to style the layer with Categorised styles, or Zoom to selection. The disconnected links can then be fixed.

Based on Detlev's answer to my question: http://gis.stackexchange.com/questions/184319/how-to-find-disconnected-islands-in-a-road-network-layer-using-qgis

Sample data to test this plugin can be found:

This plugin depends on the NetworkX module. Mac OS X users need to install it manually, simply by executing, in a Terminal: sudo easy_install networkx. Then restart QGIS.

About

A QGIS plugin that finds disconnected "islands" in a transport network layer, so that a routing tool will work between all nodes. A tolerance field allows for imperfect topology.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 75.0%
  • Makefile 15.0%
  • Batchfile 5.1%
  • Shell 3.0%
  • QML 1.9%