-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Urban Wind Field: URock v2023a - Issue with the extend of the created wind raster #671
Comments
Thank you for reporting. Can you please share your data ? |
Yes, definetely. Thank you for the help. |
And here I attach also the output raster fille that I obtained: Thank you in advance. |
OK I have also faced the error. This is solved in the new version that you can directly download from the github page as a zip. However, several points need to be highlighted:
Let me know if everything is fine. If so you can close the issue. |
Thank you so much for the help. |
In the github code page of the UMEP-Processing repo you have to click on the green button "Code" Then click on download zip and then in QGIS you can go to plug-in -> Manage and install plugin and then install from zip. @biglimp what about having an answer like this in the FAQ ? |
Yes!. We have this info here: https://umep-docs.readthedocs.io/en/latest/Getting_Started.html#installing-development-release-could-be-unstable. Can put link in FAQ also. |
OK we can add this link to a question in the FAQ. I can do it. |
Please do. Thanks! |
done |
First of all thank you so much for the help. I would like to ask one more thing. I am trying to make the UTCI raster map using "Outdoor Thermal Comfort: Spatial Thermal Comfort" for a whole city. |
@AlexandraStankulova I have transfer this question to the discussion section since it is not an issue but rather a discussion that might interest other persons. If the initial issue is solved, please close it. Have a nice week. |
Dear thank you so much. I will close this issue and I will follow the disucssion |
Describe the bug
A clear and concise description of what the bug is.
After launching the Urban Wind Field calculation, UMEP succeeds in creating the Wind Field Raster file but it results with wrong extend. It results rotated and some pieces of the requered area of analysis (the one corrispoding to the area of "Raster template to use as output") are missing.
Here I add the Log data:
QGIS version: 3.34.11-Prizren
QGIS code revision: 2904bcec
Qt version: 5.15.13
Python version: 3.12.6
GDAL version: 3.9.2
GEOS version: 3.12.2-CAPI-1.18.2
PROJ version: Rel. 9.4.0, March 1st, 2024
PDAL version: 2.6.3 (git-version: b5523a)
Algorithm started at: 2024-11-20T11:19:31
Algorithm 'Urban Wind Field: URock v2023a' starting…
Input parameters:
{ 'ATTENUATION_FIELD' : '', 'BUILDINGS' : 'D:/University/PHD/02_ICARUS/GIS/QGIS_PROJECT/PreparationData_Wind/BuildingFootprint/N1_BuildingFootprint.shp', 'HEIGHT_FIELD_BUILD' : 'UN_VOL_AV', 'HORIZONTAL_RESOLUTION' : 5, 'INPUT_PROFILE_FILE' : '', 'INPUT_PROFILE_TYPE' : 0, 'INPUT_WIND_DIRECTION' : 142, 'INPUT_WIND_HEIGHT' : 10, 'INPUT_WIND_SPEED' : 0.7, 'LOAD_OUTPUT' : True, 'OUTPUT_FILENAME' : 'urock_output', 'RASTER_OUTPUT' : 'D:/University/PHD/02_ICARUS/GIS/QGIS_PROJECT/PreparationData_Wind/DSM/N1_DSM.tif', 'SAVE_NETCDF' : True, 'SAVE_RASTER' : True, 'SAVE_VECTOR' : True, 'UROCK_OUTPUT' : 'D:\University\PHD\02_ICARUS\GIS\QGIS_PROJECT\OutputData\URock_Wind Raster\Wind Raster_9\N1', 'VEGETATION' : None, 'VEGETATION_CROWN_BASE_HEIGHT' : '', 'VEGETATION_CROWN_TOP_HEIGHT' : '', 'VERTICAL_RESOLUTION' : 5, 'WIND_HEIGHT' : '1.5' }
Writing settings for this model run to specified output folder (Filename: RunInfoURock_YYYY_DOY_HHMM.txt)
Initiating algorithm
Creates an H2GIS Instance and load data
Creates the stacked blocks used as obstacles
Rotates obstacles to the right direction and calculates geometry properties
Roughness zone properties are:
Creates the 2D R?ckle zones
Creates the 2D grid
Initializes the 3D grid within R?ckle zones
Deals with building zones superimposition
Deals with vegetation zones superimposition
Initialize the 3D wind in the grid
Rasterize the data
Apply the wind solver equations
Iteration 1 (max 500) - eps = 0.154219 >= 0.0001
Iteration 51 (max 500) - eps = 0.178511 >= 0.0001
Iteration 101 (max 500) - eps = 0.118241 >= 0.0001
Iteration 151 (max 500) - eps = 0.079372 >= 0.0001
Iteration 201 (max 500) - eps = 0.052431 >= 0.0001
Iteration 251 (max 500) - eps = 0.035147 >= 0.0001
Iteration 301 (max 500) - eps = 0.022968 >= 0.0001
Iteration 351 (max 500) - eps = 0.014954 >= 0.0001
Iteration 401 (max 500) - eps = 0.009638 >= 0.0001
Iteration 451 (max 500) - eps = 0.006131 >= 0.0001
Execution completed in 502.90 seconds (8 minutes 23 seconds)
Results:
{'OUTPUT_FILENAME': 'urock_output',
'UROCK_OUTPUT': 'D:\University\PHD\02_ICARUS\GIS\QGIS_PROJECT\OutputData\URock_Wind '
'Raster\Wind Raster_9\N1'}
Loading resulting layers
Algorithm 'Urban Wind Field: URock v2023a' finished
Desktop (please complete the following information):
Screenshots
Here screenshot of the DSM and building polygons extend:
Here screenshot or the output (the Wind Field raster file):
The text was updated successfully, but these errors were encountered: