You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have modified qneat3 plugin to take into account minimizing a column attribute in the road network other than distance or speed. However, while running the plugin and building the OD matrix as lines, once the OD matrix reaches 50% built-up, QGIS crashes and I get the following message:
Report Details
Python Stack Trace
Windows fatal exception: access violation
Current thread 0x00000f14 (most recent call first):
File "C:\Users/..../AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QNEAT3\Qneat3Framework.py", line 139 in __init__
self.list_tiedPoints = self.director.makeGraph(self.builder, self.list_input_points, self.feedback)
File "C:\Users/...../AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QNEAT3\algs\OdMatrixFromLayersAsLines.py", line 253 in processAlgorithm
net = Qneat3Network(network, merged_coords, strategy, risk_attribute, directionFieldName, forwardValue, backwardValue, bothValue, defaultDirection, analysisCrs, default_speed, speedFieldName, tolerance, feedback)
Thread 0x00005510 (most recent call first):
File "C:\PROGRA~1/QGIS33~1.0/apps/qgis/./python/plugins\processing\ProcessingPlugin.py", line 432 in executeAlgorithm
dlg.exec_()
File "C:\PROGRA~1/QGIS33~1.0/apps/qgis/./python/plugins\processing\gui\ProcessingToolbox.py", line 232 in executeAlgorithm
self.executeWithGui.emit(alg.id(), self, self.in_place_mode, False)
QGIS Info
QGIS Version: 3.32.0-Lima
QGIS code revision: 311a8cb8a6
Compiled against Qt: 5.15.3
Running against Qt: 5.15.3
Compiled against GDAL: 3.7.0
Running against GDAL: 3.7.0
System Info
CPU Type: x86_64
Kernel Type: winnt
Kernel Version: 10.0.19045
The text was updated successfully, but these errors were encountered:
I have modified qneat3 plugin to take into account minimizing a column attribute in the road network other than distance or speed. However, while running the plugin and building the OD matrix as lines, once the OD matrix reaches 50% built-up, QGIS crashes and I get the following message:
Report Details
Python Stack Trace
Stack Trace
QGIS Info
QGIS Version: 3.32.0-Lima
QGIS code revision: 311a8cb8a6
Compiled against Qt: 5.15.3
Running against Qt: 5.15.3
Compiled against GDAL: 3.7.0
Running against GDAL: 3.7.0
System Info
CPU Type: x86_64
Kernel Type: winnt
Kernel Version: 10.0.19045
The text was updated successfully, but these errors were encountered: