Replies: 1 comment 2 replies
-
I think we fixed this issue but we probably did not updated the QGIS repo version of UMEP yet. Use the development version (see our webpage in how to use this). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having problems running the Solar Energy - Introduction to SEBE exercise in the Irradiance on building envelopes step during the visualization when running it I get the following error: 2024-07-12T22:15:04 WARNING Traceback (most recent call last):
File “C:\Users/ferna/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\UMEP\SEBEVisual\tools\areaTool.py”, line 107, in canvasMoveEvent.
self.areaRubberband1 = QgsRubberBand(self.canvas, False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: QgsRubberBand(): argument 2 has unexpected type 'bool'.
Additionally when I run the step Irradiance map with values less than 900 kWh filtered out it does not recognize my file folder and throws this error.
“C:users/ferna/Documents/Suews/Data input/Gotenborg_SWEREF99_1200/Goteborg_SWEREF99_1200/Goteborg_SWEREF99_1200/building_shp it is worth noting that when checking on the computer the layer is found and can be added as a layer in the main qgis interface.
On the other hand during the execution of the exercise Urban Energy Balance - SUEWS Advanced in the test phase when placing the default parameters for the exercise and call the existing folder on the computer generates the following error: Traceback (most recent call last):
File “C:\Users/ferna/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\processing_umep\processor\suews_algorithm.py”, line 206, in processAlgorithm.
if (underscorePos[1] - underscorePos[0]) == 1:
Beta Was this translation helpful? Give feedback.
All reactions