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. Now supports options for vertices.
Hi
To run this plugin on Ubuntu 18.04 users must install networkx from the repository. Installations with pip do not work. I suggest adding something like this to the instructions:
To run Disconnected Island on Ubuntu, please run "sudo apt-get install python-networkx" or "sudo apt-get install python3-netoworkx"
Hi To run this plugin on Ubuntu 18.04 users must install networkx from the repository. Installations with pip do not work. I suggest adding something like this to the instructions:
To run Disconnected Island on Ubuntu, please run "sudo apt-get install python-networkx" or "sudo apt-get install python3-netoworkx"