problem when runing SOLWEIG #673
yaogan2024
started this conversation in
General
Replies: 1 comment 4 replies
-
Your coordinates (lat, lon) is in correct, most probably because you are using a coordinate system in QGIS which cannot be translated to accurate lat, lon. Try changing to a more common CRS, e.g. UTM. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
problem when runing SOLWEIG:
QGIS版本:3.34.9-Prizren
QGIS代码版本:cbbc7bdf
Qt版本:5.15.13
Python版本:3.12.4
GDAL版本:3.9.1
GEOS版本:3.12.2-CAPI-1.18.2
PROJ版本:Rel. 9.4.0, March 1st, 2024
PDAL版本:2.6.3 (git-version: b5523a)
算法启动于: 2024-11-20T20:00:56
正在启动 'Outdoor Thermal Comfort: SOLWEIG v2022a' 算法…
输入参数:
{ 'ABS_L' : 0.95, 'ABS_S' : 0.7, 'ACTIVITY' : 80, 'AGE' : 35, 'ALBEDO_GROUND' : 0.15, 'ALBEDO_WALLS' : 0.2, 'CLO' : 0.9, 'CONIFER_TREES' : False, 'CYL' : True, 'EMIS_GROUND' : 0.95, 'EMIS_WALLS' : 0.9, 'HEIGHT' : 180, 'INPUTMET' : 'F:\Tmrt\test_0706.txt', 'INPUT_ANISO' : '', 'INPUT_ASPECT' : 'F:/Tmrt/test/test_wallaspect.tif', 'INPUT_CDSM' : 'F:/Tmrt/test/canopyheight.13331.tif', 'INPUT_DEM' : 'F:/Tmrt/test/DEM.13331.tif', 'INPUT_DSM' : 'F:/Tmrt/test/builtup.13331.tif', 'INPUT_HEIGHT' : 'F:/Tmrt/test/test_wallheight.tif', 'INPUT_LC' : None, 'INPUT_SVF' : 'F:\Tmrt\test_svf\svfs.zip', 'INPUT_TDSM' : None, 'INPUT_THEIGHT' : 25, 'LEAF_END' : 300, 'LEAF_START' : 97, 'ONLYGLOBAL' : True, 'OUTPUT_DIR' : 'F:\Tmrt\1115', 'OUTPUT_KDOWN' : False, 'OUTPUT_KUP' : False, 'OUTPUT_LDOWN' : False, 'OUTPUT_LUP' : False, 'OUTPUT_SH' : False, 'OUTPUT_TMRT' : True, 'OUTPUT_TREEPLANTER' : False, 'POI_FIELD' : '', 'POI_FILE' : None, 'POSTURE' : 0, 'SAVE_BUILD' : False, 'SENSOR_HEIGHT' : 10, 'SEX' : 0, 'TRANS_VEG' : None, 'USE_LC_BUILD' : False, 'UTC' : 0, 'WEIGHT' : 75 }
Longitude derived from DSM: 4385662.9656
Latitude derived from DSM: 1526310.5532
Vegetation scheme activated
Digital Evevation Model (DEM) included negative values. DEM raised with 18.406391143798828m.
Sky View Factor rasters loaded
Meteorological data successfully loaded
Calculating sun positions for each time step
Isotropic sky
Writing settings for this model run to specified output folder (Filename: RunInfoSOLWEIG_YYYY_DOY_HHMM.txt)
Executing main model
Traceback (most recent call last):
File "C:\Users/DA/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\processing_umep\processor\solweig_algorithm.py", line 1177, in processAlgorithm
saveraster(gdal_dsm, outputDir + '/Tmrt_' + str(int(YYYY[0, i])) + '_' + str(int(DOY[i]))
File "C:\Users/DA/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\processing_umep\util\misc.py", line 34, in saveraster
outBand = outDs.GetRasterBand(1)
^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'GetRasterBand'
Execution failed after 855.10 秒 (14 分钟 15 秒)
Beta Was this translation helpful? Give feedback.
All reactions