Urban Morphology: Morp. Calc. (Grid) Execution failed #822
Unanswered
luizjuniortum
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am doing the UMEP tutorials. In tutorial "Urban Heat Island TARGET", when I tried to derive roughness parameters using the Morphometric Calculator (Grid), I got this:
QGIS version: 3.40.15-Bratislava
QGIS code revision: f68f1bf573
Qt version: 5.15.13
Python version: 3.12.12
GDAL version: 3.12.1
GEOS version: 3.14.1-CAPI-1.20.5
PROJ version: Rel. 9.5.0, September 15th, 2024
PDAL version: 2.9.3 (git-version: 31d0d2)
Algorithm started at: 2026-02-25T15:19:37
Algorithm 'Urban Morphology: Morphometric Calculator (Grid)' starting…
Input parameters:
{ 'ATTR_TABLE' : False, 'CALC_SS' : False, 'FILE_PREFIX' : 'torggbuild', 'ID_FIELD' : 'id', 'IGNORE_NODATA' : True, 'INPUT_CDSM' : None, 'INPUT_DEM' : 'C:/Users/go38qiz/Desktop/UMEP_Tutorials/Tutorial_17 Urban Heat Island TARGET/torgg_dem.tif', 'INPUT_DISTANCE' : 200, 'INPUT_DSM' : 'C:/Users/go38qiz/Desktop/UMEP_Tutorials/Tutorial_17 Urban Heat Island TARGET/torgg_dsm.tif', 'INPUT_DSMBUILD' : None, 'INPUT_INTERVAL' : 5, 'INPUT_POLYGONLAYER' : 'C:/Users/go38qiz/Desktop/UMEP_Tutorials/Tutorial_17 Urban Heat Island TARGET/gbgcity_grid_300m.shp', 'OUTPUT_DIR' : 'C:\Users\go38qiz\Desktop\UMEP_Tutorials\Tutorial_18 Urban Heat Island Urban Weather Generator\preprocessing', 'ROUGH' : 0, 'SEARCH_METHOD' : 0, 'USE_DSM_BUILD' : False }
Number of grids to analyse: 20
Traceback (most recent call last):
File "C:\Users/go38qiz/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\processing_umep\preprocessor\imagemorphparms_algorithm.py", line 249, in processAlgorithm
feature = layer.GetFeature(0)
^^^^^^^^^^^^^^^^^^^
File "C:\Users\go38qiz\AppData\Local\Programs\OSGeo4W\apps\Python312\Lib\site-packages\osgeo\ogr.py", line 1042, in GetFeature
return _ogr.Layer_GetFeature(self, *args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: PROJ: proj_identify: C:\Users\go38qiz\AppData\Local\Programs\OSGeo4W\share\proj\proj.db contains DATABASE.LAYOUT.VERSION.MINOR = 2 whereas a number >= 4 is expected. It comes from another PROJ installation.
Execution failed after 0.12 seconds
Loading resulting layers
Algorithm 'Urban Morphology: Morphometric Calculator (Grid)' finished
By the way, I have faced many issues regarding installation of UMEP plugin (I solved many of them by manual installation of specific versions of some libraries).
Beta Was this translation helpful? Give feedback.
All reactions