brute force search, find and linkl of all link2GI link functions

linkAll(
  links = NULL,
  simple = TRUE,
  linkItems = c("saga", "grass7", "otb", "gdal"),
  sagaArgs = "default",
  grassArgs = "default",
  otbArgs = "default",

    gdalArgs = c("quiet = TRUE,\n                                     returnPaths = TRUE")
)

Arguments

links

character. links

simple

logical. true make all

linkItems

character. list of c("saga","grass7","otb","gdal")

sagaArgs

character. full string of sagaArgs

grassArgs

character. grassArgs full string of grassArgs

otbArgs

character. full string of otbArgs

gdalArgs

character. full string of gdalArgs

Note

You may also use the full parameterization of the link2GI package, but you are strungly advaced to use the link2GI functions in a direct way.

Examples

if (FALSE) { # required packages require(uavRst) require(link2GI) # search, find and create the links to all supported GI software giLinks<-uavRst::linkAll() }