Wrappers for 'GDAL' Utilities Executables
Interface to GDAL's gdalbuildvrt utility
Interface to GDAL's gdal_grid utility
Interface to GDAL's gdal_rasterize utility
Interface to GDAL's gdal_translate utility
Interface to GDAL's gdaldem utility
Interface to GDAL's gdalinfo utility
Interface to GDAL's gdalmdiminfo utility
Interface to GDAL's gdalmdimtranslate utility
Defunct function(s) in the gdalUtilities package
tools:::Rd_package_title("gdalUtilities")
Interface to GDAL's gdalwarp utility
Interface to GDAL's nearblack utility
Interface to GDAL's ogr2ogr utility
R's 'sf' package ships with self-contained 'GDAL' executables, including a bare bones interface to several 'GDAL'-related utility programs collectively known as the 'GDAL utilities'. For each of those utilities, this package provides an R wrapper whose formal arguments closely mirror those of the 'GDAL' command line interface. The utilities operate on data stored in files and typically write their output to other files. Therefore, to process data stored in any of R's more common spatial formats (i.e. those supported by the 'sf' and 'terra' packages), first write them to disk, then process them with the package's wrapper functions before reading the outputted results back into R. GDAL function arguments introduced in GDAL version 3.5.2 or earlier are supported.
Useful links