AfriGIS-South-Africa / 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. Now supports options for vertices.
http://plugins.qgis.org/plugins/disconnected-islands/
MIT License
9 stars 3 forks source link

Add instructions for running this plugin on Linux #6

Open fsdias opened 5 years ago

fsdias commented 5 years ago

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"