R/fwGDALinfo.R

Defines functions fwInfo

Documented in fwInfo

fwInfo <- function(x, options=NULL) {
	fwp <- paste(fwPath(), 'gdalinfo', sep='')
	x <- .getFilename(x)
	outfile <- extension(rasterTmpFile(), '.txt')
	fullcall <- paste(fwp, options, shQuote(x))
	system(fullcall, intern=TRUE)
}

Try the rasterExt package in your browser

Any scripts or data that you put into this service are public.

rasterExt documentation built on May 2, 2019, 4:49 p.m.