You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
got same issue as this bug = #47285 ( Wrong module name in some SAGA description files #47285 ).
running SAGA using SAGA NextGen Plugin.
I've tried uninstall and reinstall using osgeo4w, but the issue still happen.
I also try to edit the second line in "terrain_analysis_upslope_height,_slope,aspect.txt" as suggested by others, from "toolchains_terrain_analysis" to "terrain_analysis". but the txt file 2nd line already shows as "terrain_analysis"
[C:\Users_\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\processing_saga_nextgen\description] folder
happen similarly when try to run Flow accumulation (one step) tool.
Loading resulting layers
The following layers were not correctly generated.
• C:/Users//AppData/Local/Temp/processing_PhJRzN/262ca84ed36b4191854f9b4dcfa267c2/ASPECT.sdat
• C:/Users//AppData/Local/Temp/processing_PhJRzN/5bd1ee985ed8436c8be3aeb5b17ef260/HEIGHT.sdat
• C:/Users/__/AppData/Local/Temp/processing_PhJRzN/f2b4a702df6f424a8cffa876f89878cd/SLOPE.sdat
You can check the 'Log Messages Panel' in QGIS main window to find more information about the execution of the algorithm.
@Muidz, thanks for reporting. Anyway, the issue is related to the third-party external plugin "SAGA NextGen Plugin", so you need to report the issue to the "SAGA NextGen Plugin" developers in order for the issue to be fixed.
What is the bug or the crash?
got same issue as this bug = #47285 ( Wrong module name in some SAGA description files #47285 ).
running SAGA using SAGA NextGen Plugin.
I've tried uninstall and reinstall using osgeo4w, but the issue still happen.
I also try to edit the second line in "terrain_analysis_upslope_height,_slope,aspect.txt" as suggested by others, from "toolchains_terrain_analysis" to "terrain_analysis". but the txt file 2nd line already shows as "terrain_analysis"
[C:\Users_\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\processing_saga_nextgen\description] folder
happen similarly when try to run Flow accumulation (one step) tool.
QGIS version: 3.34.8-Prizren
QGIS code revision: 9164233
Qt version: 5.15.13
Python version: 3.12.4
GDAL version: 3.9.1
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)
SAGA Next Gen version: 1.0.0
Algorithm started at: 2024-07-19T22:28:29
Algorithm 'Upslope height, slope, aspect' starting…
Input parameters:
{ 'ASPECT' : 'TEMPORARY_OUTPUT', 'DEM' : 'D:/Documents/SRTM/Clip.tif', 'FLOW_METHOD' : 4, 'HEIGHT' : 'TEMPORARY_OUTPUT', 'SLOPE' : 'TEMPORARY_OUTPUT' }
io_gdal 0 -TRANSFORM 1 -RESAMPLING 3 -GRIDS "C:/Users//AppData/Local/Temp/processing_PhJRzN/0805ed557080431382554c85cbed51be/Clip.sgrd" -FILES "D:/Documents/SRTM/Clip.tif"
terrain_analysis "upslope_height" -DEM "C:/Users//AppData/Local/Temp/processing_PhJRzN/0805ed557080431382554c85cbed51be/Clip.sgrd" -FLOW_METHOD 4 -HEIGHT "C:/Users//AppData/Local/Temp/processing_PhJRzN/5bd1ee985ed8436c8be3aeb5b17ef260/HEIGHT.sdat" -SLOPE "C:/Users//AppData/Local/Temp/processing_PhJRzN/f2b4a702df6f424a8cffa876f89878cd/SLOPE.sdat" -ASPECT "C:/Users/__/AppData/Local/Temp/processing_PhJRzN/262ca84ed36b4191854f9b4dcfa267c2/ASPECT.sdat"
D:\Documents>set SAGA=C:/OSGeo4W/apps\saga
D:\Documents>set SAGA_MLB=C:/OSGeo4W/apps\saga\modules
D:\Documents>PATH=C:\OSGeo4W\apps\qgis-ltr\bin;C:\OSGeo4W\apps\qt5\bin;C:\OSGeo4W\apps\Python312\Scripts;C:\OSGeo4W\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32\WBem;C:/OSGeo4W/apps\saga;C:/OSGeo4W/apps\saga\modules
D:\Documents>saga_cmd io_gdal 0 -TRANSFORM 1 -RESAMPLING 3 -GRIDS "C:/Users/__/AppData/Local/Temp/processing_PhJRzN/0805ed557080431382554c85cbed51be/Clip.sgrd" -FILES "D:/Documents/SRTM/Clip.tif"
## #####
### ##
# ## ## #### #
##### ## #
# ## ##### #
SAGA Version: 9.3.1 (64 bit)
library path: C:\OSGeo4W\apps\saga\tools
library path: C:\OSGeo4W\apps\saga\tools
library name: io_gdal
library : io_gdal
tool : Import Raster
identifier : 0
author : O.Conrad (c) 2007 (A.Ringeler)
processors : 12 [12]
[Import Raster] Execution started...
[Import Raster] Parameters:
Grids: No objects
Files: "D:/Documents/SRTM/Clip.tif"
Multiple Bands Output: automatic
Subsets:
Select from Multiple Bands:
Transformation: true
Resampling: B-Spline Interpolation
Extent: original
Dataset: D:/Documents/SRTM/Clip.tif
Driver: GTiff
Bands: 1
Rows: 1499
Columns: 1225
loading: Clip
total execution time: 0 milliseconds (less than 1 millisecond)
[Import Raster] Execution succeeded (less than 1 millisecond)
Saving grid: C:/Users/__/AppData/Local/Temp/processing_PhJRzN/0805ed557080431382554c85cbed51be/Clip.sgrd...
okay
D:\Documents>saga_cmd terrain_analysis "upslope_height" -DEM "C:/Users//AppData/Local/Temp/processing_PhJRzN/0805ed557080431382554c85cbed51be/Clip.sgrd" -FLOW_METHOD 4 -HEIGHT "C:/Users//AppData/Local/Temp/processing_PhJRzN/5bd1ee985ed8436c8be3aeb5b17ef260/HEIGHT.sdat" -SLOPE "C:/Users//AppData/Local/Temp/processing_PhJRzN/f2b4a702df6f424a8cffa876f89878cd/SLOPE.sdat" -ASPECT "C:/Users//AppData/Local/Temp/processing_PhJRzN/262ca84ed36b4191854f9b4dcfa267c2/ASPECT.sdat"
## #####
### ##
# ## ## #### #
##### ## #
# ## ##### #
SAGA Version: 9.3.1 (64 bit)
88 loaded tool libraries (756 tools):
*) tool chain libraries
[Error] select a library
type -h or --help for further information
D:\Documents>exit
Execution completed in 4.36 seconds
Results:
{'ASPECT': 'C:/Users//AppData/Local/Temp/processing_PhJRzN/262ca84ed36b4191854f9b4dcfa267c2/ASPECT.sdat',
'HEIGHT': 'C:/Users//AppData/Local/Temp/processing_PhJRzN/5bd1ee985ed8436c8be3aeb5b17ef260/HEIGHT.sdat',
'SLOPE': 'C:/Users/__/AppData/Local/Temp/processing_PhJRzN/f2b4a702df6f424a8cffa876f89878cd/SLOPE.sdat'}
Loading resulting layers
The following layers were not correctly generated.
• C:/Users//AppData/Local/Temp/processing_PhJRzN/262ca84ed36b4191854f9b4dcfa267c2/ASPECT.sdat
• C:/Users//AppData/Local/Temp/processing_PhJRzN/5bd1ee985ed8436c8be3aeb5b17ef260/HEIGHT.sdat
• C:/Users/__/AppData/Local/Temp/processing_PhJRzN/f2b4a702df6f424a8cffa876f89878cd/SLOPE.sdat
You can check the 'Log Messages Panel' in QGIS main window to find more information about the execution of the algorithm.
Steps to reproduce the issue
Versions
Supported QGIS version
New profile
Additional context
No response
The text was updated successfully, but these errors were encountered: