arthurRuf / 3dcitybuilder

Generate 3D Models of Urban Areas.
GNU General Public License v2.0
48 stars 11 forks source link

I keep getting this error #2

Open nsicart opened 2 years ago

nsicart commented 2 years ago

I keep getting this error...

What I'm doing wrong?

Extruding footprint.infos appContext.user_parameters.building_height_method: {'title': 'Mode (the value that most repeats)', 'algorithm': 'native:zonalstatistics', 'method_id': 9} building_height_method: 2 QgsProcessingException('No se puede ejecutar el algoritmo\nValor de parámetro incorrecto para INPUT_VECTOR') Traceback (most recent call last): File "C:\Users/nsica/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\citygen\generate_model\main.py", line 96, in start gis.generate_3d_model() File "C:\Users/nsica/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\citygen\generate_model\gis\gis.py", line 283, in generate_3d_model extrude_footprint() File "C:\Users/nsica/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\citygen\generate_model\gis\gis.py", line 134, in extrude_footprint processing.run( File "C:\OSGeo4W/apps/qgis/./python/plugins\processing\tools\general.py", line 108, in run return Processing.runAlgorithm(algOrName, parameters, onFinish, feedback, context) File "C:\OSGeo4W/apps/qgis/./python/plugins\processing\core\Processing.py", line 156, in runAlgorithm raise QgsProcessingException(msg) _core.QgsProcessingException: No se puede ejecutar el algoritmo Valor de parámetro incorrecto para INPUT_VECTOR