Skip to content
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

library link2GI don't work with OTB 9.0.0 #68

Open
pobsteta opened this issue Jul 17, 2024 · 1 comment
Open

library link2GI don't work with OTB 9.0.0 #68

pobsteta opened this issue Jul 17, 2024 · 1 comment

Comments

@pobsteta
Copy link

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 :
image

@gisma
Copy link
Member

gisma commented Jul 17, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants