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
Hi Pascal, thanks for reporting. I am aware of this issue. However I am out of time to tackle it down at the moment. However if possible use the 8.x versions. I do so in the moment. I will adress this asap.
best Chris
Hi,
When i install link2GI with OTB 9.0.0, the command don't work
`require(link2GI)
require(terra)
require(listviewer)
link to OTB
otblink<-link2GI::linkOTB(searchLocation = "/home/pascal/OTB-9.0.0-Linux/bin")
if (otblink$exist) {
root_folder<-tempdir()
fn <- system.file('ex/elev.tif', package = 'terra')
for an image output example we use the Statistic Extraction,
algoKeyword<- 'LocalStatisticExtraction'
extract the command list for the choosen algorithm
cmd<-parseOTBFunction(algo = algoKeyword, gili = otblink)`
i receive this error :
The text was updated successfully, but these errors were encountered: