findOTB {link2GI} | R Documentation |
Search recursivly existing 'Orfeo Toolbox' installation(s) at a given drive/mountpoint
Description
Provides an list of valid 'OTB' installation(s) on your 'Windows' system. There is a major difference between osgeo4W and stand_alone installations. The functions trys to find all valid installations by analysing the calling batch scripts.
Usage
findOTB(searchLocation = "default", quiet = TRUE)
Arguments
searchLocation |
drive letter to be searched, for Windows systems default is |
quiet |
boolean switch for supressing console messages default is TRUE |
Value
A dataframe with the 'OTB' root folder(s), and command line executable(s)
Author(s)
Chris Reudenbach
Examples
## Not run:
# find recursively all existing 'Orfeo Toolbox' installations folders starting
# at the default search location
findOTB()
## End(Not run)
[Package link2GI version 0.6-1 Index]