setenvOTB | R Documentation |
Initializes and set up access to the 'OTB' command line interface
setenvOTB(bin_OTB = NULL, root_OTB = NULL)
bin_OTB |
string contains the path to the 'OTB' binaries |
root_OTB |
string contains the full string to the root folder containing the 'OTB' installation' |
Adds 'OTB' paths to the environment and creates the variable global string variable otbCmd
, that contains the path to the 'OTB' binaries.
## Not run:
## example for the most common default OSGeo4W64 installation of OTB
setenvOTB(bin_OTB = 'C:\\OSGeo4W64\\bin\\',
root_OTB = 'C:\\OSGeo4W64')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.