Learn R Programming

link2GI (version 0.5-3)

findGDAL: Search recursivly existing 'GDAL binaries' installation(s) at a given drive/mountpoint

Description

Provides an list of valid 'GDAL' 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

findGDAL(searchLocation = "default", quiet = TRUE)

Value

A dataframe with the 'GDAL' root folder(s), and command line executable(s)

Arguments

searchLocation

drive letter to be searched, for Windows systems default is C:, for Linux systems default is /usr.

quiet

boolean switch for supressing console messages default is TRUE

Author

Chris Reudenbach

Examples

Run this code

run = FALSE
if (run) {
# find recursively all existing 'GDAL' installations folders starting 
# at the default search location
findGDAL()
}

Run the code above in your browser using DataLab