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)
	}
	
	
}

Try the gdalUtils package in your browser

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

gdalUtils documentation built on Feb. 14, 2020, 1:08 a.m.