parseOTBAlgorithms | R Documentation |
Read in the selected OTB module folder and create a list of available functions.
parseOTBAlgorithms(gili = NULL)
gili |
optional list of available 'OTB' installations, if not specified, 'linkOTB()' is called to automatically try to find a valid OTB installation |
## Not run:
## link to the OTB binaries
otblink<-link2GI::linkOTB()
if (otblink$exist) {
## parse all modules
moduleList<-parseOTBAlgorithms(gili = otblink)
## print the list
print(moduleList)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.