| gdal {terra} | R Documentation |
Set the GDAL warning level or get a data.frame with the available GDAL drivers (file formats), or get the GDAL version (if warn=NA and drivers=FALSE, the default.
GDAL is the software library that terra builds on to read and write spatial data and for some raster data processing.
gdal(warn=NA, drivers=FALSE) gdalCache(size=NA)
warn |
ignored if |
drivers |
logical. If |
size |
numeric. The new cache size in MB |
character
describe for file-level metadata "GDALinfo"
gdal() gdal(2) head(gdal(drivers=TRUE))