R/fwGDALinfo.R

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 rasterFW package in your browser

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

rasterFW documentation built on May 2, 2019, 5:19 p.m.