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
74 stars 8 forks source link

Error in Transects.py (and solution) #7

Closed itati01 closed 4 years ago

itati01 commented 4 years ago

Hi,

Line 167 G = G.subgraph(maxG) produces an UnboundLocalError. Looks like G = Graph.subgraph(maxG) is correct .

BjornNyberg commented 4 years ago

@itati01 Cheers the code and plugin has been updated