PratyushTripathy / COINS

This repository contains the source code of the COINS tool that allows to deduce natural continuity of street network.
MIT License
21 stars 2 forks source link

Get Point Count error #5

Open JohnsWillson opened 6 months ago

JohnsWillson commented 6 months ago

while trying use the tool i am getting his error Traceback (most recent call last): File "C:\Users/johns/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\coins\coins.py", line 231, in startProcessing self.processNetworkVector() File "C:\Users/johns/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\coins\coins.py", line 245, in processNetworkVector myNetwork.splitLines1() File "C:\Users/johns/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\coins\streetHierarchy.py", line 219, in splitLines1 for lineEdge in range(geom.GetPointCount()): AttributeError: 'NoneType' object has no attribute 'GetPointCount' Screenshot (250)