setenvGDAL | R Documentation |
Initializes and set up access to the 'GDAL' command line interface
setenvGDAL(bin_GDAL = NULL)
bin_GDAL |
string contains the path to the 'GDAL' binaries |
Adds 'GDAL' pathes to the enviroment and creates the variable global string variable gdalCmd
, that contains the path to the 'GDAL' binaries.
## Not run: ## example for the most common default OSGeo4W64 installation of GDAL setenvGDAL(bin_GDAL = "C:/OSGeo4W64/bin/", root_GDAL = "C:/OSGeo4W64") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.