Related Plugins and Tags

QGIS Python Plugins Repository

Disconnected Islands Plugin icon

Plugin ID: 971
(31) votes 

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 polyline 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:
- in your plugins directory: ...QGIS/QGIS3/profiles/default/python/plugins/disconnected-islands/sample-data/islands.zip
- via GitHub: https://github.com/AfriGIS-South-Africa/disconnected-islands/raw/master/sample-data/islands.zip

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.

Version Experimental Min QGIS version Max QGIS version Downloads Uploaded by Date
2.0.2 no 3.0.0 3.99.0 10346 peterafrigis 2020-11-24T11:14:25.006814+00:00
2.0.1 no 3.0.0 3.99.0 5347 peterafrigis 2018-12-06T13:22:11.203426+00:00
2.0.0 no 3.0.0 3.99.0 377 peterafrigis 2018-11-30T10:50:21.695192+00:00
1.0.4 no 2.0.0 2.99.0 2032 peterafrigis 2018-11-23T08:58:34.333410+00:00
1.0.3 no 2.0.0 2.99.0 6092 peterafrigis 2016-04-11T13:04:07.238140+00:00
1.0.2 no 2.0.0 2.99.0 678 peterafrigis 2016-04-08T11:53:14.051049+00:00
1.0.1 no 2.0.0 2.99.0 675 peterafrigis 2016-04-07T14:26:41.738164+00:00
1.0 no 2.0.0 2.99.0 683 peterafrigis 2016-04-05T18:09:00.352812+00:00

Sustaining Members