BjornNyberg / Geometric-Attributes-Toolbox

The Geometric Attributes toolbox is a set of QGIS tools designed for the geometric attribute and shape characterization of modern depositional elements
GNU General Public License v3.0
67 stars 8 forks source link

Error running the model #11

Closed Maiyourathaan closed 1 year ago

Maiyourathaan commented 1 year ago

Hi Bjorn, I am having problem when i run your tool, what ever function i run, it is giving me the following error.

No module named 'networkx'

Error loading modules - please install the necessary python module

image

BjornNyberg commented 1 year ago

Hi @Maiyourathaan

What operating system do you have? If you have Mac OSX you will need to install the 'networkx' module manually (See here for getting started). Otherwise 'networkx' should be available in QGIS as standard for the Windows OS.

If you only need the 'Remove Overlap' tool, I have removed this module from the script (simply reinstall the plugin) as it was not needed. However, if you need some of the other tools, e.g., centerlines or centerline orientations, you will need that NetworkX module.

Let me know if this helps.

Cheers, Björn