Usually for internally usage, initializes and set up access to the 'GDAL' command line interface
Usually for internally usage, initializes and set up access to the 'GDAL' command line interface
Initializes and set up access to the 'GDAL' command line interface
setenvGDAL(bin_GDAL =NULL)
Arguments
bin_GDAL: string contains the path to the 'GDAL' binaries
Returns
Adds 'GDAL' paths to the environment and creates the variable global string variable gdalCmd, that contains the path to the 'GDAL' binaries.
Examples
run =FALSEif(run){## example for the most common default OSGeo4W64 installation of GDALsetenvGDAL(bin_GDAL ='C:/OSGeo4W64/bin/', root_GDAL ='C:/OSGeo4W64')}