-
Notifications
You must be signed in to change notification settings - Fork 40
Description
I'm currently having problem with :
AttributeError: 'DepthmapNetEngine' object has no attribute 'analysis_nodes'
My Settings :
On Windows 10, Qgis 3.28, DepthmapXnet 0.35 I get the following error, when running an analysis with these settings:
- Running analysis for map layer 'Segmentlines':
- analysis type - segment input
- distance - metric
- metric radius - n
- calculate choice
- calculate NACH and NAIN
- I don't have a layer set for unlinks.
(This setting is almost same as the issue Attribute error: 'DepthmapNetEngine' object has no attribute 'analysis_nodes' #199, except 'distance')
For your information, I attach the source file I'm aiming to analyse
https://drive.google.com/drive/folders/1EvjhHaJsjFNaWJoKwTQr5EaFOxE4PFX5?usp=sharing
2022-02-10T13:45:42 WARNING Traceback (most recent call last): File "C:\Users/XXXX/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\esstoolkit\analysis\AnalysisTool.py", line 690, in check_analysis_progress step, progress = self.analysis_engine.get_progress(self.axial_analysis_settings, self.datastore) File "C:\Users/XXXX/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\esstoolkit\analysis\DepthmapNetEngine.py", line 125, in get_progress return self.parse_progress(msg) File "C:\Users/XXXX/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\esstoolkit\analysis\DepthmapNetEngine.py", line 102, in parse_progress if self.analysis_nodes > 0: AttributeError: 'DepthmapNetEngine' object has no attribute 'analysis_nodes'