parseOTBAlgorithms: Get OTB modules

View source: R/parseOTB.R

parseOTBAlgorithmsR Documentation

Get OTB modules

Description

retrieve the OTB module folder content and parses the module names

Usage

parseOTBAlgorithms(gili = NULL)

Arguments

gili

optional list of avalailable 'OTB' binaries if not provided 'linkOTB()' is called

Examples

## 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)


gisma/link2GI documentation built on April 23, 2024, 11:17 p.m.