Skip to contents

Initializes and sets up access to the 'GDAL' command line interface

Usage

setenvGDAL(bin_GDAL = NULL)

Arguments

bin_GDAL

Character. Path to GDAL bin directory OR full path to gdalinfo(.exe).

Value

The normalized GDAL bin directory path (invisibly).

Examples

if (FALSE) { # \dontrun{
setenvGDAL("C:/OSGeo4W64/bin")
} # }