linkGI: convenient function to establish all link2GI links

Description Usage Arguments Value Note Examples

View source: R/tb_bluedjinn.R

Description

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.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
linkGI(
  links = NULL,
  simple = TRUE,
  linkItems = c("saga", "grass7", "otb", "gdal"),
  sagaArgs = "default",
  grassArgs = "default",
  otbArgs = "default",
  gdalArgs = "default",
  quiet = FALSE
)

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

quiet

supress all messages default is FALSE

Value

list of all link2GI bindings

Note

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.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## Not run: 
# required packages
require(uavRst)
require(link2GI)

# search, find and create the links to all supported  GI software
giLinks<-uavRst::linkGI()

# search, find and create the links to all supported  GI software
giLinks<-uavRst::linkGI(gdalArgs=c(ver_select=TRUE))
)


## End(Not run)

uavRst documentation built on Dec. 30, 2019, 5:06 p.m.