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
I've been using RSAGA to process covariates using almost the same line of code each time. I began a new project using the same code and have been unable run it, and it throws the following warning:
I have ensured my inputs were valid and attempted to use my previous data inputs and gotten the same result. I am unsure what this warning means. This issue also persists over other functions in RSAGA that would create new rastors.
Thank you
The text was updated successfully, but these errors were encountered:
I've been using RSAGA to process covariates using almost the same line of code each time. I began a new project using the same code and have been unable run it, and it throws the following warning:
CODE:
rsaga.get.usage(lib = "ta_morphometry", module = "Slope, Aspect, Curvature", env = env)
rsaga.geoprocessor(lib = "ta_morphometry", module = "Slope, Aspect, Curvature", env = env, param = list(
ELEVATION = DEM_file,
ASPECT = paste0(wd,"asp"),
SLOPE = paste0(wd,"sl"),
C_GENE = paste0(wd,"gen_curve"),
C_PROF = paste0(wd,"prof_curve"),
C_PLAN = paste0(wd,"plan_curve"),
C_TANG = paste0(wd,"tang_curve"),
C_MINI = paste0(wd,"min_curve"),
C_MAXI = paste0(wd,"max_curve"),
C_TOTA = paste0(wd,"tot_curve")
))
WARNING:
Warning message: In system(command, intern = intern, show.output.on.console = show.output.on.console, : running command '"C:/Users/willi/Documents/saga-7.0.0_x64/saga-7.0.0_x64/saga_cmd.exe" -f=q ta_morphometry "Slope, Aspect, Curvature" -ELEVATION "D:/Digtal Soil Mapping Projects/Sabiston_Eagle_Hill_William/FilteredDEMS/EH3.tif" -ASPECT "D:/Digtal Soil Mapping Projects/Sabiston_Eagle_Hill-William/FilteredDEMS/3pix/asp" -SLOPE "D:/Digtal Soil Mapping Projects/Sabiston_Eagle_Hill-William/FilteredDEMS/3pix/sl" -C_GENE "D:/Digtal Soil Mapping Projects/Sabiston_Eagle_Hill-William/FilteredDEMS/3pix/gen_curve" -C_PROF "D:/Digtal Soil Mapping Projects/Sabiston_Eagle_Hill-William/FilteredDEMS/3pix/prof_curve" -C_PLAN "D:/Digtal Soil Mapping Projects/Sabiston_Eagle_Hill-William/FilteredDEMS/3pix/plan_curve" -C_TANG "D:/Digtal Soil Mapping Projects/Sabiston_Eagle_Hill-William/FilteredDEMS/3pix/tang_curve" -C_MINI "D:/Digtal Soil Mapping Projects/Sabiston_Eagle_Hill-William/FilteredDEMS/3pix/min_curve" -C_MAXI "D:/Digtal Soil Mapping Projects/Sabiston_Eagle_Hill-William/FilteredDEMS/3pix/max_curve" [... truncated]
I have ensured my inputs were valid and attempted to use my previous data inputs and gotten the same result. I am unsure what this warning means. This issue also persists over other functions in RSAGA that would create new rastors.
Thank you
The text was updated successfully, but these errors were encountered: