R/raster2GDAL.R

Defines functions raster2GDAL

# TODO: Add comment
# 
# Author: jgrn307
###############################################################################


raster2GDAL <- function(Robject)
{
	if(is.Raster(Robject))
	{
		if(inMemory(Robject))
		{
			# Write it out and return
		}
		
		
		
		
	} else
	{
		return(Robject)
	}
	
	
}
gearslaboratory/gdalUtils documentation built on Feb. 17, 2020, 8:09 a.m.