brute force search, find and linkl of all link2GI link functions. This is helpfull if yor system is wellsetup and the standard linkage procedure will provide the correct linkages.
linkGI(
links = NULL,
simple = TRUE,
linkItems = c("saga", "grass7", "otb", "gdal"),
sagaArgs = "default",
grassArgs = "default",
otbArgs = "default",
gdalArgs = "default",
quiet = FALSE
)
character. links
logical. true make all
character. list of c("saga","grass7","otb","gdal")
character. full string of sagaArgs
character. grassArgs full string of grassArgs
character. full string of otbArgs
character. full string of gdalArgs
supress all messages default is FALSE
list of all link2GI bindings
You may also use the full list of arguments that is made available from the link2GI
package, but it is strongly recommended in this case to use directly the single linkage functions from link2GI
.